RabbitRouter
Verified contract
Active on
Base with 491,096 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d2d…4208
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRIEND | ERC-20 | 120M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 763.779346 | -- | -- | |
CUBBY | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22720119 | 9 minutes ago | | | 0.005 | 7.9341218e-7 | |
| 22720031 | 12 minutes ago | | | 0.016345264 | 0.0000012062406 | |
| 22720024 | 12 minutes ago | | | 0 | 8.7054035e-7 | |
| 22719294 | 36 minutes ago | | | 0 | 8.7054035e-7 | |
| 22719293 | 36 minutes ago | | | 0 | 8.3696683e-7 | |
| 22716898 | 2 hours ago | | | 0.012679037 | 0.0000012059048 | |
| 22716887 | 2 hours ago | | | 0 | 8.7062428e-7 | |
| 22716042 | 2 hours ago | | | 0 | 8.3679896e-7 | |
| 22712998 | 4 hours ago | | | 0.000051936329 | 0.0000012059048 | |
| 22712426 | 4 hours ago | | | 0 | 8.3713470e-7 |
ABI
ABI objects
Getter at block 22720373
bestFriend() view returns (address)
0x1d2dff13e7f4109fdcaf4ddb59fbd853abfc4208
feeTo() view returns (address)
0x831be9e08185eba7d88aab1efc059336babef430
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x7cfc830448484cdf830625373820241e61ef4acf
protocolFee() view returns (uint64)
0
token0() view returns (address)
0x0bd4887f7d41b35cd75dff9ffee2856106f86670
token1() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
getAmountIn(uint256 amountOut, uint256 reserveIn, uint256 reserveOut, uint64 fee) pure returns (uint256 amountIn)
getAmountOut(uint256 amountIn, uint256 reserveIn, uint256 reserveOut, uint64 fee) pure returns (uint256 amountOut)
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
State-modifying
Events addLiquidity(uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB, uint256 liquidity)
addLiquidityETH(uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
addLiquidityETHAndStake(uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
changeFeeTo(address _feeTo)
changeProtocolFee(uint64 _protocolFee)
initFriend(address friend)
removeLiquidity(uint256 liquidity, uint256 amount0Min, uint256 amount1Min, address to, uint256 deadline) returns (uint256 amount0, uint256 amount1)
removeLiquidityAndWithdraw(uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountETH)
removeLiquidityETH(uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountETH)
swapETHForExactTokens(uint256 amountOut, address to, uint256 deadline) payable returns (uint256)
swapExactETHForTokens(uint256 amountOutMin, address to, uint256 deadline) payable returns (uint256 amountOut)
swapExactTokensForETH(uint256 amountIn, uint256 amountOutMin, address to, uint256 deadline) returns (uint256)
swapTokensForExactETH(uint256 amountOut, uint256 amountInMax, address to, uint256 deadline) returns (uint256 amountIn)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address _pair, address _feeTo, uint64 _protocolFee)
receive()
This contract contains no error objects.