DODOEthProxy
Verified contract
Active on
Ethereum with 17,139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DODOEthProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15936068 | 2 years ago | | | 4.438 | 0.014862615 | |
| 15934437 | 2 years ago | | | 0 | 0.022743251 | |
| 15933529 | 2 years ago | | | 0 | 0.033337836 | |
| 15933528 | 2 years ago | | | 0 | 0.026877529 | |
| 15932701 | 2 years ago | | | 0 | 0.0098235274 | |
| 15931928 | 2 years ago | | | 0 | 0.025286309 | |
| 15931742 | 2 years ago | | | 0 | 0.016088751 | |
| 15883999 | 2 years ago | | | 3.799 | 0.016019526 | |
| 15883993 | 2 years ago | | | 0 | 0.013643026 | |
| 15883985 | 2 years ago | | | 2.569 | 0.0092137074 |
ABI
ABI objects
Getter at block 21257430
_DODO_ZOO_() view returns (address)
0x3a97247df274a17c59a3bd12735ea3fcdfb49950
_WETH_() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyEthWith(address quoteTokenAddress, uint256 ethAmount, uint256 maxPayTokenAmount) returns (uint256 payTokenAmount)
depositEth(uint256 ethAmount, address quoteTokenAddress) payable
sellEthTo(address quoteTokenAddress, uint256 ethAmount, uint256 minReceiveTokenAmount) payable returns (uint256 receiveTokenAmount)
withdrawAllEth(address quoteTokenAddress) returns (uint256 withdrawAmount)
withdrawEth(uint256 ethAmount, address quoteTokenAddress) returns (uint256 withdrawAmount)
ProxyBuyEth(address indexed buyer, address indexed quoteToken, uint256 receiveEth, uint256 payQuote)
ProxyDepositEth(address indexed lp, address indexed DODO, uint256 ethAmount)
ProxySellEth(address indexed seller, address indexed quoteToken, uint256 payEth, uint256 receiveQuote)
ProxyWithdrawEth(address indexed lp, address indexed DODO, uint256 ethAmount)
constructor(address dodoZoo, address weth)
fallback()
receive()
This contract contains no error objects.