ExchangeProxy
Verified contract
Active on
Ethereum with 2,703 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 "ExchangeProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16542412 | 2 years ago | | | 0.16 | 0.0059167114 | |
| 16443252 | 2 years ago | | | 0 | 0.0038078256 | |
| 16265922 | 2 years ago | | | 0 | 0.0049906280 | |
| 16225371 | 2 years ago | | | 0.046364046 | 0.0022867526 | |
| 16225276 | 2 years ago | | | 0.0045 | 0.0019279067 | |
| 16212308 | 2 years ago | | | 0 | 0.0020663760 | |
| 16210947 | 2 years ago | | | 0.027 | 0.0045372144 | |
| 16160518 | 2 years ago | | | 0.09 | 0.0042244669 | |
| 16085904 | 2 years ago | | | 0 | 0.0019849339 | |
| 16080161 | 2 years ago | | | 0 | 0.0018506617 |
ABI
ABI objects
Getter at block 21274360
isOwner() view returns (bool)
false
owner() view returns (address)
0x4cdce4077626ca9bbba21d094ea31c1dac8d78f6
Read-only
This contract contains no read-only function objects.
State-modifying
Events batchSwapExactIn(struct ExchangeProxySwap[] swaps, address tokenIn, address tokenOut, uint256 totalAmountIn, uint256 minTotalAmountOut) payable returns (uint256 totalAmountOut)
batchSwapExactOut(struct ExchangeProxySwap[] swaps, address tokenIn, address tokenOut, uint256 maxTotalAmountIn) payable returns (uint256 totalAmountIn)
multihopBatchSwapExactIn(struct ExchangeProxySwap[][] swapSequences, address tokenIn, address tokenOut, uint256 totalAmountIn, uint256 minTotalAmountOut) payable returns (uint256 totalAmountOut)
multihopBatchSwapExactOut(struct ExchangeProxySwap[][] swapSequences, address tokenIn, address tokenOut, uint256 maxTotalAmountIn) payable returns (uint256 totalAmountIn)
renounceOwnership()
setRegistry(address _registry)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _weth)
fallback()
This contract contains no error objects.