SushiSwap LP Token
Verified contract
Active on
Base with 92 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,050,365.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 889.766566 | $3,406.08 |
$3,030,616.11 | |
BRETT | ERC-20 | 18.461656M | $0.163567 |
$3,019,717.65 | |
toby | ERC-20 | 295.775424M | $0.00 |
$15.38 | |
HIM | ERC-20 | 200 | $0.045651 |
$9.13 | |
Boe | ERC-20 | 10K | $0.000153 |
$1.53 | |
ANDY | ERC-20 | 50 | $0.030186 |
$1.51 | |
UNLUCKY | ERC-20 | 130K | $0.000004 |
$0.56 | |
BENTO | ERC-20 | 57.563104M | $0.00 |
$0.46 | |
BSHIB | ERC-20 | 10K | $0.000043 |
$0.43 | |
SKYA | ERC-20 | 100 | $0.003556 |
$0.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x50656e6a | 22328815 | 12 days ago | | | 0 | 2.3739408e-7 | |
0x0a574520 | 22050671 | 18 days ago | | | 0 | 1.2118218e-7 | |
0x0a746865 | 19097704 | 3 months ago | | | 0 | 0.000000090816848348 | |
0x48554745 | 18458635 | 3 months ago | | | 0 | 1.3727054e-7 | |
| 18355608 | 3 months ago | | | 0 | 1.1230221e-7 | |
| 18224464 | 3 months ago | | | 0 | 1.2905798e-7 | |
| 18151520 | 4 months ago | | | 0 | 1.2440598e-7 | |
| 18069497 | 4 months ago | | | 0 | 0.000000071288221312 | |
| 18069491 | 4 months ago | | | 0 | 1.2532325e-7 | |
0x53756b69 | 18055300 | 4 months ago | | | 0 | 2.5468803e-7 |
ABI
ABI objects
Getter at block 22827160
DOMAIN_SEPARATOR() view returns (bytes32)
0xc57e920382e7d7db82689e09c0a9c100543629424461a06edb8831e2205c133f
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x71524b4f93c58fcbf659783284e38825f0622859
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=889766566275967423322, _reserve1=18461655788401859486454315, _blockTimestampLast=1732443405)
kLast() view returns (uint256)
16414660802561306495885916151277131784276878430
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
88042887248353299920092941341205313505225012686
price1CumulativeLast() view returns (uint256)
3563382015775827773747764544879895358
symbol() view returns (string)
SLP
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0x532f27101965dd16442e59d40670faf5ebb142e4
totalSupply() view returns (uint256)
87020853142866923724215
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.