SushiSwap LP Token
Verified contract
Active on
Ethereum with 760 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,904.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 3.55007 | $3,071.57 |
$10,904.29 | |
TKNFY | ERC-20 | 64.428144M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20613245 | 3 months ago | | | 0 | 0.00018723484 | |
| 20262486 | 4 months ago | | | 0 | 0.00037207460 | |
| 19644077 | 7 months ago | | | 0 | 0.00060777488 | |
| 18679211 | a year ago | | | 0 | 0.0022205814 | |
| 17943330 | a year ago | | | 0 | 0.0015803959 | |
| 17113051 | 2 years ago | | | 0 | 0.0020004146 | |
| 17071859 | 2 years ago | | | 0 | 0.00094648243 | |
| 17009638 | 2 years ago | | | 0 | 0.00050562155 | |
| 16857545 | 2 years ago | | | 0 | 0.00058797966 | |
| 16663598 | 2 years ago | | | 0 | 0.0013836991 |
ABI
ABI objects
Getter at block 21210723
DOMAIN_SEPARATOR() view returns (bytes32)
0xe4bf7a97d911000f141a65af8b54b687dbbe53142d5a971b92d6b725f35ccab7
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=64428144113951001612125414, _reserve1=3550070310349109887, _blockTimestampLast=1730991335)
kLast() view returns (uint256)
228582432368174296083895851130620718401296844
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
212644079658846472041030267339248940
price1CumulativeLast() view returns (uint256)
5139036547114252780246355056852410447747318116039
symbol() view returns (string)
SLP
token0() view returns (address)
0xa6dd98031551c23bb4a2fbe2c4d524e8f737c6f7
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
13576341231591999750124
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.