ExchangeProxy
Verified contract
Active on
Ethereum with 365,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7226…d687
Balances ($53,319.78)
Native
Value
$53,068.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 15.854739 | $3,347.14 |
$53,068.03 | |
USDT | ERC-20 | 251.962221 | $0.999143 |
$251.75 | |
| ERC-20 | 100M | -- | -- | |
avrc.xyz | ERC-20 | 100M | -- | -- | |
X | ERC-20 | 732.614539 | -- | -- | |
TEXT | ERC-20 | 30 | -- | -- | |
YFR | ERC-20 | 1 | -- | -- | |
YFID | ERC-20 | 0.1 | -- | -- | |
BER | ERC-20 | 0.02 | -- | -- | |
METH | ERC-20 | 0.00051 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20251111 | 5 months ago | | | 0 | 0.000053471000 | |
| 20149745 | 5 months ago | | | 0.02 | 0.0014489100 | |
| 18350479 | a year ago | | | 0 | 0.012728772 | |
| 16899523 | 2 years ago | | | 0.035 | 0.032639508 | |
| 16899523 | 2 years ago | | | 0.035 | 0.032144970 | |
| 16899523 | 2 years ago | | | 0.035 | 0.032144970 | |
| 16899523 | 2 years ago | | | 0.037 | 0.029919549 | |
| 16899523 | 2 years ago | | | 0.038 | 0.027195630 | |
| 16899523 | 2 years ago | | | 0.038 | 0.027195630 | |
| 16899523 | 2 years ago | | | 0.035 | 0.028250483 |
ABI
ABI objects
Getter at block 21271257
isOwner() view returns (bool)
false
owner() view returns (address)
0x6e9eef9b53a69f37efcab8489706e8b2bd82608b
Read-only
viewSplitExactIn(address tokenIn, address tokenOut, uint256 swapAmount, uint256 nPools) view returns (struct ExchangeProxySwap[] swaps, uint256 totalOutput)
viewSplitExactOut(address tokenIn, address tokenOut, uint256 swapAmount, uint256 nPools) view returns (struct ExchangeProxySwap[] swaps, uint256 totalOutput)
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)
smartSwapExactIn(address tokenIn, address tokenOut, uint256 totalAmountIn, uint256 minTotalAmountOut, uint256 nPools) payable returns (uint256 totalAmountOut)
smartSwapExactOut(address tokenIn, address tokenOut, uint256 totalAmountOut, uint256 maxTotalAmountIn, uint256 nPools) payable returns (uint256 totalAmountIn)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _weth)
fallback()
This contract contains no error objects.