This address is reported to have unclaimed deposit(s) in the legacy Gnosis Protocol V1 contract. Refer here for withdrawal instructions.
Source Code
Latest 25 from a total of 771 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Transfer | 22341214 | 316 days ago | IN | 0.000001 ETH | 0.00001923 | ||||
| Exec Transaction | 22341204 | 316 days ago | IN | 0 ETH | 0.00004994 | ||||
| Exec Transaction | 22339475 | 316 days ago | IN | 0 ETH | 0.00217708 | ||||
| Exec Transaction | 22339472 | 316 days ago | IN | 0 ETH | 0.00231942 | ||||
| Exec Transaction | 22339449 | 316 days ago | IN | 0 ETH | 0.0007354 | ||||
| Exec Transaction | 22339431 | 316 days ago | IN | 0 ETH | 0.00159044 | ||||
| Exec Transaction | 21932956 | 373 days ago | IN | 0 ETH | 0.00030883 | ||||
| Exec Transaction | 21932947 | 373 days ago | IN | 0 ETH | 0.00033597 | ||||
| Exec Transaction | 21576419 | 423 days ago | IN | 0 ETH | 0.00104479 | ||||
| Exec Transaction | 21576410 | 423 days ago | IN | 0 ETH | 0.00064172 | ||||
| Exec Transaction | 20479441 | 576 days ago | IN | 0 ETH | 0.00046434 | ||||
| Exec Transaction | 20479412 | 576 days ago | IN | 0 ETH | 0.00058341 | ||||
| Exec Transaction | 20479385 | 576 days ago | IN | 0 ETH | 0.00139993 | ||||
| Exec Transaction | 19969569 | 647 days ago | IN | 0 ETH | 0.00703126 | ||||
| Exec Transaction | 19969557 | 647 days ago | IN | 0 ETH | 0.00507097 | ||||
| Exec Transaction | 19969549 | 647 days ago | IN | 0 ETH | 0.01892224 | ||||
| Exec Transaction | 19969535 | 647 days ago | IN | 0 ETH | 0.00192719 | ||||
| Transfer | 19969504 | 647 days ago | IN | 0.05 ETH | 0.00053534 | ||||
| Exec Transaction | 19826507 | 667 days ago | IN | 0 ETH | 0.00073625 | ||||
| Exec Transaction | 19826487 | 667 days ago | IN | 0 ETH | 0.00100291 | ||||
| Exec Transaction | 19826456 | 667 days ago | IN | 0 ETH | 0.00269864 | ||||
| Exec Transaction | 19826446 | 667 days ago | IN | 0 ETH | 0.00603307 | ||||
| Exec Transaction | 19826436 | 667 days ago | IN | 0 ETH | 0.00077052 | ||||
| Exec Transaction | 19826421 | 667 days ago | IN | 0 ETH | 0.00058063 | ||||
| Exec Transaction | 19826402 | 667 days ago | IN | 0 ETH | 0.00230381 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 22341204 | 316 days ago | 3.1 ETH | ||||
| Transfer | 22339475 | 316 days ago | 3.11048936 ETH | ||||
| Transfer | 22339472 | 316 days ago | 0.00587075 ETH | ||||
| Transfer | 21932956 | 373 days ago | 0.61 ETH | ||||
| Transfer | 21932949 | 373 days ago | 0.30975706 ETH | ||||
| Transfer | 20479445 | 576 days ago | 0.29272838 ETH | ||||
| Deposit | 19826374 | 667 days ago | 7.97862447 ETH | ||||
| Transfer | 19826349 | 667 days ago | 1.04773604 ETH | ||||
| Transfer | 19826314 | 667 days ago | 4.96835264 ETH | ||||
| Deposit ETH | 18614731 | 837 days ago | 10 ETH | ||||
| Transfer | 17041648 | 1058 days ago | 11.42323732 ETH | ||||
| Transfer | 16997852 | 1064 days ago | 0.001 ETH | ||||
| Transfer | 16979656 | 1066 days ago | 0.001 ETH | ||||
| Transfer | 16936573 | 1073 days ago | 0.001 ETH | ||||
| Transfer | 16936507 | 1073 days ago | 0.001 ETH | ||||
| Deposit | 16488943 | 1135 days ago | 3 ETH | ||||
| Transfer | 15618250 | 1257 days ago | 0.0011026 ETH | ||||
| Swap ETH For Exa... | 15618250 | 1257 days ago | 0.22162402 ETH | ||||
| - | 14776023 | 1392 days ago | 0.6 ETH | ||||
| - | 14127115 | 1493 days ago | 0.5 ETH | ||||
| - | 13946506 | 1521 days ago | 0.5 ETH | ||||
| - | 13616426 | 1573 days ago | 0.93026165 ETH | ||||
| - | 13616412 | 1573 days ago | 0.68084684 ETH | ||||
| - | 13616384 | 1573 days ago | 0.00860084 ETH | ||||
| - | 13616384 | 1573 days ago | 0.5 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x56772558...4258337d0 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
PayingProxy
Compiler Version
v0.4.24+commit.e67f0147
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2018-10-31
*/
pragma solidity ^0.4.24;
contract SecuredTokenTransfer {
/// @dev Transfers a token and returns if it was a success
/// @param token Token that should be transferred
/// @param receiver Receiver to whom the token should be transferred
/// @param amount The amount of tokens that should be transferred
function transferToken (
address token,
address receiver,
uint256 amount
)
internal
returns (bool transferred)
{
bytes memory data = abi.encodeWithSignature("transfer(address,uint256)", receiver, amount);
// solium-disable-next-line security/no-inline-assembly
assembly {
let success := call(sub(gas, 10000), token, 0, add(data, 0x20), mload(data), 0, 0)
let ptr := mload(0x40)
returndatacopy(ptr, 0, returndatasize)
switch returndatasize
case 0 { transferred := success }
case 0x20 { transferred := iszero(or(iszero(success), iszero(mload(ptr)))) }
default { transferred := 0 }
}
}
}
contract Proxy {
// masterCopy always needs to be first declared variable, to ensure that it is at the same location in the contracts to which calls are delegated.
address masterCopy;
/// @dev Constructor function sets address of master copy contract.
/// @param _masterCopy Master copy address.
constructor(address _masterCopy)
public
{
require(_masterCopy != 0, "Invalid master copy address provided");
masterCopy = _masterCopy;
}
/// @dev Fallback function forwards all transactions and returns all received return data.
function ()
external
payable
{
// solium-disable-next-line security/no-inline-assembly
assembly {
let masterCopy := and(sload(0), 0xffffffffffffffffffffffffffffffffffffffff)
calldatacopy(0, 0, calldatasize())
let success := delegatecall(gas, masterCopy, 0, calldatasize(), 0, 0)
returndatacopy(0, 0, returndatasize())
if eq(success, 0) { revert(0, returndatasize()) }
return(0, returndatasize())
}
}
function implementation()
public
view
returns (address)
{
return masterCopy;
}
function proxyType()
public
pure
returns (uint256)
{
return 2;
}
}
contract DelegateConstructorProxy is Proxy {
/// @dev Constructor function sets address of master copy contract.
/// @param _masterCopy Master copy address.
/// @param initializer Data used for a delegate call to initialize the contract.
constructor(address _masterCopy, bytes initializer) Proxy(_masterCopy)
public
{
if (initializer.length > 0) {
// solium-disable-next-line security/no-inline-assembly
assembly {
let masterCopy := and(sload(0), 0xffffffffffffffffffffffffffffffffffffffff)
let success := delegatecall(sub(gas, 10000), masterCopy, add(initializer, 0x20), mload(initializer), 0, 0)
let ptr := mload(0x40)
returndatacopy(ptr, 0, returndatasize)
if eq(success, 0) { revert(ptr, returndatasize) }
}
}
}
}
contract PayingProxy is DelegateConstructorProxy, SecuredTokenTransfer {
/// @dev Constructor function sets address of master copy contract.
/// @param _masterCopy Master copy address.
/// @param initializer Data used for a delegate call to initialize the contract.
/// @param funder Address that should be paid for the execution of this call
/// @param paymentToken Token that should be used for the payment (0 is ETH)
/// @param payment Value that should be paid
constructor(address _masterCopy, bytes initializer, address funder, address paymentToken, uint256 payment)
DelegateConstructorProxy(_masterCopy, initializer)
public
{
if (payment > 0) {
if (paymentToken == address(0)) {
// solium-disable-next-line security/no-send
require(funder.send(payment), "Could not pay safe creation with ether");
} else {
require(transferToken(paymentToken, funder, payment), "Could not pay safe creation with token");
}
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":true,"inputs":[],"name":"proxyType","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[],"name":"implementation","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_masterCopy","type":"address"},{"name":"initializer","type":"bytes"},{"name":"funder","type":"address"},{"name":"paymentToken","type":"address"},{"name":"payment","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]Contract Creation Code
0x608060405234801561001057600080fd5b5060405161060a38038061060a833981018060405281019080805190602001909291908051820192919060200180519060200190929190805190602001909291908051906020019092919050505084848160008173ffffffffffffffffffffffffffffffffffffffff1614151515610116576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001807f496e76616c6964206d617374657220636f707920616464726573732070726f7681526020017f696465640000000000000000000000000000000000000000000000000000000081525060400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550506000815111156101a35773ffffffffffffffffffffffffffffffffffffffff60005416600080835160208501846127105a03f46040513d6000823e600082141561019f573d81fd5b5050505b5050600081111561036d57600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156102b7578273ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f1935050505015156102b2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001807f436f756c64206e6f74207061792073616665206372656174696f6e207769746881526020017f206574686572000000000000000000000000000000000000000000000000000081525060400191505060405180910390fd5b61036c565b6102d1828483610377640100000000026401000000009004565b151561036b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001807f436f756c64206e6f74207061792073616665206372656174696f6e207769746881526020017f20746f6b656e000000000000000000000000000000000000000000000000000081525060400191505060405180910390fd5b5b5b5050505050610490565b600060608383604051602401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001925050506040516020818303038152906040527fa9059cbb000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff838183161783525050505090506000808251602084016000896127105a03f16040513d6000823e3d60008114610473576020811461047b5760009450610485565b829450610485565b8151158315171594505b505050509392505050565b61016b8061049f6000396000f30060806040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680634555d5c91461008b5780635c60da1b146100b6575b73ffffffffffffffffffffffffffffffffffffffff600054163660008037600080366000845af43d6000803e6000811415610086573d6000fd5b3d6000f35b34801561009757600080fd5b506100a061010d565b6040518082815260200191505060405180910390f35b3480156100c257600080fd5b506100cb610116565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b60006002905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050905600a165627a7a7230582007fffd557dfc8c4d2fdf56ba6381a6ce5b65b6260e1492d87f26c6d4f1d0410800290000000000000000000000008942595a2dc5181df0465af0d7be08c8f23c93af00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000007f455f30e862e13e3e3d960762cb11c4f744d5200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021dca166971d9400000000000000000000000000000000000000000000000000000000000001640ec78d9e00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000004000000000000000000000000046596e6abdc8a462abac320e336ab9359f865980000000000000000000000002677cf785823b0a7a199b6618666ba49c9eab25e0000000000000000000000003f9205366a52b1eef802d5a036a3f1fd47a06a1d000000000000000000000000afd9272149fb3a5882b4883c38020f0be29f76200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x60806040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680634555d5c91461008b5780635c60da1b146100b6575b73ffffffffffffffffffffffffffffffffffffffff600054163660008037600080366000845af43d6000803e6000811415610086573d6000fd5b3d6000f35b34801561009757600080fd5b506100a061010d565b6040518082815260200191505060405180910390f35b3480156100c257600080fd5b506100cb610116565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b60006002905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050905600a165627a7a7230582007fffd557dfc8c4d2fdf56ba6381a6ce5b65b6260e1492d87f26c6d4f1d041080029
Swarm Source
bzzr://07fffd557dfc8c4d2fdf56ba6381a6ce5b65b6260e1492d87f26c6d4f1d04108
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.