RocketSwap V2
Verified contract
Active on
Base with 2,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29,430.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 8.908475 | $3,303.62 |
$29,430.22 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.1 | |
USA | ERC-20 | 1 | $0.000763 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.00076 |
$0 | |
BT | ERC-20 | 11M | -- | -- | |
Kitty | ERC-20 | 10.333444M | -- | -- | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
SNICK | ERC-20 | 2.4M | -- | -- | |
RCKT | ERC-20 | 549.951254K | -- | -- | |
POKEMON | ERC-20 | 45.668K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22694730 | a day ago | | | 0 | 3.1417038e-7 | |
| 22694718 | a day ago | | | 0 | 3.1417038e-7 | |
| 22572392 | 4 days ago | | | 0 | 0.0000071448835 | |
| 21920203 | 19 days ago | | | 0 | 3.2113980e-7 | |
| 21266707 | a month ago | | | 0 | 3.1417038e-7 | |
| 20980040 | a month ago | | | 0 | 0.000000303225000000 | |
| 20637822 | 2 months ago | | | 0 | 0.000000300799200000 | |
| 20637158 | 2 months ago | | | 0 | 3.1292820e-7 | |
| 19774306 | 2 months ago | | | 0 | 5.7266268e-7 | |
| 19118184 | 3 months ago | | | 0 | 0.000000206193000000 |
ABI
ABI objects
Getter at block 22752141
DOMAIN_SEPARATOR() view returns (bytes32)
0xd211bd1b9a2a03b95196730b4725ee554c275fe0eaf9a7c3648b1825fd369816
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x1b8128c3a1b7d20053d10763ff02466ca7ff99fc
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=8908474653808441676, _reserve1=549951254491241049284431, _blockTimestampLast=1732292251)
kLast() view returns (uint256)
4897801289544414978320422047618557452831372
name() view returns (string)
RocketSwap V2
price0CumulativeLast() view returns (uint256)
6066840875682450051533629560067361030350918736
price1CumulativeLast() view returns (uint256)
16271101486845507835532401666242702766
symbol() view returns (string)
RCKT-V2
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0x6653dd4b92a0e5bf8ae570a98906d9d6fd2eec09
totalSupply() view returns (uint256)
1547759387444738956132
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
initialize(address _token0, address _token1)
mint(address to) returns (uint256 liquidity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
skim(address to)
swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Mint(address indexed sender, uint256 amount0, uint256 amount1)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint112 reserve0, uint112 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.