ScaleRouter
Verified contract
Active on
Base with 75,366 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000787 |
$0 | |
OHNO | ERC-20 | 77.618557 | -- | -- | |
CUBBY | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744173 | an hour ago | | | 0 | 0.0000021703066 | |
| 22741052 | 3 hours ago | | | 0 | 0.0000016544015 | |
| 22740123 | 4 hours ago | | | 0 | 9.4199340e-7 | |
| 22740022 | 4 hours ago | | | 0 | 6.5904540e-7 | |
| 22740001 | 4 hours ago | | | 0 | 5.9781677e-7 | |
| 22739951 | 4 hours ago | | | 0 | 9.7090590e-7 | |
| 22739487 | 4 hours ago | | | 0 | 0.0000011264748 | |
| 22738600 | 4 hours ago | | | 0 | 0.0000010973916 | |
| 22738029 | 5 hours ago | | | 0 | 9.9736260e-7 | |
| 22737908 | 5 hours ago | | | 0 | 0.0000013785408 |
ABI
ABI objects
Getter at block 22746590
factory() view returns (address)
0xed8db60acc29e14bc867a497d94ca6e3ceb5ec04
pairCodeHash() view returns (bytes32)
0x7ba31a081e879b8e7f06d4e8bf5ee26b5c2680669c5701f4cdbdcde51727b275
voter() view returns (address)
0x46abb88ae1f2a35ea559925d99fdc5441b592687
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 ScaleRouterRoute[] 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 ScaleRouterRoute[] 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)
removeLiquidityETHSupportingFeeOnTransferTokens(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)
removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(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 ScaleRouterRoute[] routes, address to, uint256 deadline) payable returns (uint256[] amounts)
swapExactETHForTokensSupportingFeeOnTransferTokens(uint256 amountOutMin, struct ScaleRouterRoute[] routes, address to, uint256 deadline) payable
swapExactTokensForETH(uint256 amountIn, uint256 amountOutMin, struct ScaleRouterRoute[] routes, address to, uint256 deadline) returns (uint256[] amounts)
swapExactTokensForETHSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, struct ScaleRouterRoute[] routes, address to, uint256 deadline)
swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, struct ScaleRouterRoute[] 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 ScaleRouterRoute[] routes, address to, uint256 deadline)
This contract contains no event objects.
constructor(address _factory, address _weth, address _voter)
receive()
This contract contains no error objects.