Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000785 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 203.590971 | -- | -- | |
) | BLHE | ERC-721 | 1 | -- | -- |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744801 | 36 minutes ago | | | 0 | 0.0000011349566 | |
| 22743997 | an hour ago | | | 0 | 0.0000013181378 | |
| 22743755 | an hour ago | | | 0 | 0.0000016614943 | |
| 22742053 | 2 hours ago | | | 0 | 0.0000010844990 | |
| 22741053 | 3 hours ago | | | 0 | 0.0000016614943 | |
| 22739631 | 3 hours ago | | | 0 | 0.0000013331203 | |
| 22738454 | 4 hours ago | | | 0 | 0.0000013339898 | |
| 22737707 | 5 hours ago | | | 0 | 0.0000010568385 | |
| 22737244 | 5 hours ago | | | 0 | 0.0000016614943 | |
| 22736374 | 5 hours ago | | | 0 | 0.0000011349566 |
ABI
ABI objects
Getter at block 22745879
factory() view returns (address)
0xe21aac7f113bd5dc2389e4d8a8db854a87fd6951
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
getAmountOut(uint256 amountIn, address tokenIn, address tokenOut) view returns (uint256 amount, bool stable)
getAmountOut(uint256 amountIn, address tokenIn, address tokenOut, bool stable) view returns (uint256 amount)
getAmountsOut(uint256 amountIn, struct Routerroute[] routes) view returns (uint256[] amounts)
getReserves(address tokenA, address tokenB, bool stable) view returns (uint256 reserveA, uint256 reserveB)
isPair(address pair) view returns (bool)
pairFor(address tokenA, address tokenB, bool stable) view returns (address pair)
quoteAddLiquidity(address tokenA, address tokenB, bool stable, uint256 amountADesired, uint256 amountBDesired) view returns (uint256 amountA, uint256 amountB, uint256 liquidity)
quoteRemoveLiquidity(address tokenA, address tokenB, bool stable, uint256 liquidity) view returns (uint256 amountA, uint256 amountB)
sortTokens(address tokenA, address tokenB) pure returns (address token0, address token1)
State-modifying
Events UNSAFE_swapExactTokensForTokens(uint256[] amounts, struct Routerroute[] routes, address to, uint256 deadline) returns (uint256[])
addLiquidity(address tokenA, address tokenB, bool stable, uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB, uint256 liquidity)
addLiquidityETH(address token, bool stable, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
removeLiquidity(address tokenA, address tokenB, bool stable, uint256 liquidity, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB)
removeLiquidityETH(address token, bool stable, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountETH)
removeLiquidityETHWithPermit(address token, bool stable, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s) returns (uint256 amountToken, uint256 amountETH)
removeLiquidityWithPermit(address tokenA, address tokenB, bool stable, uint256 liquidity, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s) returns (uint256 amountA, uint256 amountB)
swapExactETHForTokens(uint256 amountOutMin, struct Routerroute[] routes, address to, uint256 deadline) payable returns (uint256[] amounts)
swapExactTokensForETH(uint256 amountIn, uint256 amountOutMin, struct Routerroute[] routes, address to, uint256 deadline) returns (uint256[] amounts)
swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, struct Routerroute[] routes, address to, uint256 deadline) returns (uint256[] amounts)
swapExactTokensForTokensSimple(uint256 amountIn, uint256 amountOutMin, address tokenFrom, address tokenTo, bool stable, address to, uint256 deadline) returns (uint256[] amounts)
This contract contains no event objects.
constructor(address _factory, address _weth)
receive()
This contract contains no error objects.