BaseV1Router02
Verified contract
Active on
Base with 1,369 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "BaseV1Router02"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20295398 | 2 months ago | | | 0 | 0.0000013437681 | |
| 20294965 | 2 months ago | | | 0 | 0.0000014611086 | |
| 20294826 | 2 months ago | | | 0 | 0.0000014951031 | |
| 20294805 | 2 months ago | | | 0 | 0.0000013502673 | |
| 20294788 | 2 months ago | | | 0 | 0.0000013842139 | |
| 18958941 | 3 months ago | | | 0 | 0.0000010525654 | |
| 18958350 | 3 months ago | | | 0 | 0.0000011071868 | |
| 18958276 | 3 months ago | | | 0 | 0.0000015742067 | |
| 18958224 | 3 months ago | | | 0 | 0.0000017813801 | |
| 18753633 | 3 months ago | | | 0 | 0.0000013124080 |
ABI
ABI objects
Getter at block 22478110
factory() view returns (address)
0xba06043a777652baf540ccc785edafd94ee05b37
wtlos() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
getAmountOut(uint256 amountIn, address tokenIn, address tokenOut) view returns (uint256 amount, bool stable)
getAmountsOut(uint256 amountIn, struct BaseV1Router01route[] 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 BaseV1Router01route[] 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)
addLiquidityTLOS(address token, bool stable, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountTLOSMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountTLOS, uint256 liquidity)
removeLiquidity(address tokenA, address tokenB, bool stable, uint256 liquidity, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB)
removeLiquidityTLOS(address token, bool stable, uint256 liquidity, uint256 amountTokenMin, uint256 amountTLOSMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountTLOS)
removeLiquidityTLOSSupportingFeeOnTransferTokens(address token, bool stable, uint256 liquidity, uint256 amountTokenMin, uint256 amountTLOSMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountTLOS)
removeLiquidityTLOSWithPermit(address token, bool stable, uint256 liquidity, uint256 amountTokenMin, uint256 amountTLOSMin, address to, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s) returns (uint256 amountToken, uint256 amountTLOS)
removeLiquidityTLOSWithPermitSupportingFeeOnTransferTokens(address token, bool stable, uint256 liquidity, uint256 amountTokenMin, uint256 amountTLOSMin, address to, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s) returns (uint256 amountToken, uint256 amountTLOS)
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)
swapExactTLOSForTokens(uint256 amountOutMin, struct BaseV1Router01route[] routes, address to, uint256 deadline) payable returns (uint256[] amounts)
swapExactTLOSForTokensSupportingFeeOnTransferTokens(uint256 amountOutMin, struct BaseV1Router01route[] routes, address to, uint256 deadline) payable
swapExactTokensForTLOS(uint256 amountIn, uint256 amountOutMin, struct BaseV1Router01route[] routes, address to, uint256 deadline) returns (uint256[] amounts)
swapExactTokensForTLOSSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, struct BaseV1Router01route[] routes, address to, uint256 deadline)
swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, struct BaseV1Router01route[] 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)
swapExactTokensForTokensSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, struct BaseV1Router01route[] routes, address to, uint256 deadline)
This contract contains no event objects.
constructor(address _factory, address _wtlos)
receive()
This contract contains no error objects.