CompounderGateway
Verified contract
Active on
Ethereum with 222 txns
Balances ($0.00)
No balances found for "CompounderGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170952 | 6 days ago | | | 0 | 0.022595485 | |
| 21150847 | 9 days ago | | | 0 | 0.0049653270 | |
| 21139297 | 10 days ago | | | 0 | 0.0075374052 | |
| 21105005 | 15 days ago | | | 0.88 | 0.0031978693 | |
| 21064972 | 20 days ago | | | 7.8 | 0.011257456 | |
| 21059593 | 21 days ago | | | 0 | 0.0059273831 | |
| 21031193 | 25 days ago | | | 0.785 | 0.0063692372 | |
| 21022480 | a month ago | | | 0.7 | 0.011615783 | |
| 20976834 | a month ago | | | 1.7 | 0.0059345920 | |
| 20965055 | a month ago | | | 8.9 | 0.017126307 |
ABI
ABI objects
Getter at block 21211825
logic() view returns (address)
0x6258b0fbc8d33d412f4c731b7d83879c3396c425
owner() view returns (address)
0xa0fb1b11cca5871fb0225b64308e249b97804e99
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit(address _compounder, address _srcToken, uint256 _amountIn, uint256[] _routes, uint256 _minShareOut) payable returns (uint256)
execute(address _to, uint256 _value, bytes _data) payable returns (bool, bytes)
renounceOwnership()
transferOwnership(address newOwner)
updateLogic(address _newLogic)
withdraw(address _compounder, address _dstToken, uint256 _sharesIn, uint256[] _routes, uint256 _minAmountOut) returns (uint256)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateLogic(address _oldLogic, address _newLogic)
constructor(address _logic)
receive()
This contract contains no error objects.