SushiSwap LP Token
Verified contract
Active on
Ethereum with 1,968 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($168,414.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 26.50411 | $3,184.07 |
$84,390.94 | |
AAVE | ERC-20 | 490.733224 | $171.22 |
$84,023.34 | |
LENS | ERC-20 | 700.533418K | -- | -- | |
LENS | ERC-20 | 684.51996K | -- | -- | |
LENS | ERC-20 | 21.738752K | -- | -- | |
TEXT | ERC-20 | 30 | -- | -- | |
t.ly/pufer | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982185 | a month ago | | | 0 | 0.00019824042 | |
| 20561531 | 3 months ago | | | 0 | 0.000049045269 | |
| 20515827 | 3 months ago | | | 0 | 0.000074357836 | |
| 20504458 | 3 months ago | | | 0 | 0.000055097425 | |
| 20489479 | 3 months ago | | | 0 | 0.00013187059 | |
| 20473451 | 3 months ago | | | 0 | 0.000055236030 | |
| 20200354 | 5 months ago | | | 0 | 0.00097553400 | |
| 20193992 | 5 months ago | | | 0 | 0.000078288146 | |
| 20173731 | 5 months ago | | | 0 | 0.000038672000 | |
| 20173731 | 5 months ago | | | 0 | 0.000038672000 |
ABI
ABI objects
Getter at block 21216345
DOMAIN_SEPARATOR() view returns (bytes32)
0x3360c27095ef0a8e85af110b70d9d002df69ce83bee4c467bfba6ff3f02eef4b
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0xc0aee478e3658e2610c5f7a4a2e1777ce9e4f2ac
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=490733224187269368028, _reserve1=26504110467681870104, _blockTimestampLast=1731949559)
kLast() view returns (uint256)
12992539552008748530387020527186115716400
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
48324273054639861556867069028658613227118
price1CumulativeLast() view returns (uint256)
12920760377378908286974421979224847322355888
symbol() view returns (string)
SLP
token0() view returns (address)
0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
91882093968766032938
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.