WETHGateway
Verified contract
Active on
Ethereum with 2,363 txns
Balances ($0.00)
No balances found for "WETHGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084805 | 10 hours ago | | | 0 | 0.0021557757 | |
| 21083511 | 14 hours ago | | | 11 | 0.0028253524 | |
| 21078324 | a day ago | | | 60 | 0.0024079464 | |
| 21077621 | a day ago | | | 0.03 | 0.0049403307 | |
| 21066320 | 3 days ago | | | 50 | 0.0043730964 | |
| 21066286 | 3 days ago | | | 0.2 | 0.0036449230 | |
| 20983293 | 15 days ago | | | 0 | 0.0030581252 | |
| 20976078 | 16 days ago | | | 0 | 0.0026523077 | |
| 20945644 | 20 days ago | | | 0 | 0.0028209240 | |
| 20853938 | a month ago | | | 0 | 0.0023082891 |
ABI
ABI objects
Getter at block 21087693
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x9e2b6378ee8ad2a4a95fe481d63caba8fb0ebbf9
version() view returns (string)
2.1.0
whitelist() view returns (address)
0x3f950f06064a43d42a8e7c199bb77b8e3a4b2096
Read-only
This contract contains no read-only function objects.
State-modifying
Events depositUnderlying(address alchemist, address yieldToken, uint256 amount, address recipient, uint256 minimumAmountOut) payable
refreshAllowance(address alchemist)
renounceOwnership()
transferOwnership(address newOwner)
withdrawUnderlying(address alchemist, address yieldToken, uint256 shares, address recipient, uint256 minimumAmountOut)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address weth, address _whitelist)
receive()
IllegalArgument()
IllegalState()
Unauthorized()