Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000742 |
$0 | |
OHNO | ERC-20 | 64.73913 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22666533 | 2 days ago | | | 0.01 | 0.0000018916106 | |
| 22571709 | 4 days ago | | | 0 | 0.0000018928060 | |
| 22554900 | 5 days ago | | | 0.0000043287986 | 0.0000018898036 | |
| 22554536 | 5 days ago | | | 0.0000062343294 | 0.0000018852793 | |
| 22539856 | 5 days ago | | | 0 | 0.0000018371449 | |
| 22474938 | 7 days ago | | | 0 | 0.0000015706576 | |
| 22450135 | 7 days ago | | | 0 | 0.0000019626204 | |
| 22372609 | 9 days ago | | | 0.000005 | 0.0000019288149 | |
| 22372595 | 9 days ago | | | 0.000005 | 0.0000019794184 | |
| 22228771 | 12 days ago | | | 0 | 0.0000018349346 |
ABI
ABI objects
Getter at block 22760782
WETH() view returns (address)
0x4200000000000000000000000000000000000006
getRouters() view returns (address[])
[0x327Df1E6de05895d2ab08513aaDD9313Fe505d86, 0xD55a4d54f39baF26da2F3EE7bE9a6388c15F9831, 0x8734B3264Dbd22F899BCeF4E92D442d538aBefF0, 0x8c1A3cF8f83074169FE5D7aD50B978e1cD6b37c7, 0x4617695387bE48c3202a0A9165549c790C4A08Af]
owner() view returns (address)
0x4f0d938a81343a5fb10d6bb20bf5996e2e557586
Read-only
RouterList(uint256) view returns (address)
getMaxAmountOut(uint256 _amountIn, address _tokenIn, address _tokenOut) view returns (uint256, address, address)
getMinAmountIn(uint256 _amountOut, address _tokenIn, address _tokenOut) view returns (uint256, address, address)
getUniV2Routers(uint256 _amountIn, address _tokenIn, address _tokenOut) view returns (address[], uint256[])
isRouter(address) view returns (bool)
State-modifying
Events addRouter(address _routerAddress)
removeRouter(address _routerAddress)
renounceOwnership()
tradeETHByExactToken(address _router, address _tokenIn, uint256 _amountIn, uint256 _amountOutMin, address _to) payable returns (uint256)
tradeExactTokenByToken(address _router, address _tokenIn, address _tokenOut, uint256 _amountOut, uint256 _amountInMax, address _to) returns (uint256)
tradeTokenByExactETH(address _router, address _tokenOut, uint256 _amountOutMin, address _to) payable returns (uint256)
tradeTokenByExactToken(address _router, address _tokenIn, address _tokenOut, uint256 _amountIn, uint256 _amountOutMin, address _to) returns (uint256)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradeInfo(address indexed _router, address indexed _sender, address _tokenIn, address _tokenOut, uint256 _amountIn, uint256 _amountOut, address indexed _to)
constructor(address _weth)
receive()
This contract contains no error objects.