Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Router"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19724094 | 7 months ago | | | 0 | 0.0023758699 | |
| 19724081 | 7 months ago | | | 0 | 0.0023276521 | |
| 19724049 | 7 months ago | | | 0 | 0.0026595229 | |
| 19724025 | 7 months ago | | | 0 | 0.0022446169 | |
| 17725986 | a year ago | | | 0 | 0.0021654068 | |
| 17725978 | a year ago | | | 0 | 0.0022338185 | |
| 17725972 | a year ago | | | 0 | 0.0024688440 | |
| 17713333 | a year ago | | | 1.8 | 0.084152546 | |
| 17712756 | a year ago | | | 0 | 0.0033240700 | |
| 17712756 | a year ago | | | 0 | 0.0023902836 |
ABI
ABI objects
Getter at block 21283687
WNative() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x8169e76dd8be598b79db480c4fc7da3ab4e09517
Read-only
getAmountIn(uint256 amountOut, uint256 reserveIn, uint256 reserveOut, uint32 fee) pure returns (uint256 amountIn)
getAmountOut(uint256 amountIn, uint256 reserveIn, uint256 reserveOut, uint32 fee) pure returns (uint256 amountOut)
getAmountsIn(uint256 amountOut, address[] path, uint32[] feePath) view returns (uint256[] amounts)
getAmountsOut(uint256 amountIn, address[] path, uint32[] feePath) view returns (uint256[] amounts)
pairAddress(address tokenA, address tokenB, uint32 poolFee) view returns (address)
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
quoteByTokens(uint256 amountA, address tokenA, address tokenB, uint32 fee) view returns (uint256 amountB)
State-modifying
Events addLiquidity(address tokenA, address tokenB, uint32 fee, uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB, uint256 liquidity)
addLiquidityNative(address token, uint32 fee, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountNativeMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountNative, uint256 liquidity)
removeLiquidity(address tokenA, address tokenB, uint32 fee, uint256 liquidity, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB)
removeLiquidityNative(address token, uint32 fee, uint256 liquidity, uint256 amountTokenMin, uint256 amountNativeMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountNative)
swapExactNativeForTokens(uint256 amountOutMin, address[] path, uint32[] feePath, address to, uint256 deadline) payable returns (uint256[] amounts)
swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, uint32[] feePath, address to, uint256 deadline) returns (uint256[] amounts)
swapTokensForExactNative(uint256 amountOut, uint256 amountInMax, address[] path, uint32[] feePath, address to, uint256 deadline) returns (uint256[] amounts)
swapTokensForExactTokens(uint256 amountOut, uint256 amountInMax, address[] path, uint32[] feePath, address to, uint256 deadline) returns (uint256[] amounts)
This contract contains no event objects.
constructor(address _factory, address _WNative)
receive()
This contract contains no error objects.