SushiSwap LP Token
Verified contract
Active on
Ethereum with 1,580 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,708.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YAM | ERC-20 | 243.530542K | $0.053322 |
$12,985.54 | |
WETH | ERC-20 | 3.328183 | $3,822.92 |
$12,723.38 | |
ZENIQ | ERC-20 | 2.82214 | $0.006866 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244563 | 19 days ago | | | 0 | 0.00039675852 | |
| 21244562 | 19 days ago | | | 0 | 0.00036015915 | |
| 21105915 | a month ago | | | 0 | 0.000083598352 | |
| 20522463 | 4 months ago | | | 0 | 0.000050391130 | |
| 19856467 | 7 months ago | | | 0 | 0.000082636117 | |
| 19856436 | 7 months ago | | | 0 | 0.000077539527 | |
| 19821654 | 7 months ago | | | 0 | 0.00019586246 | |
| 19777646 | 7 months ago | | | 0 | 0.00039656432 | |
| 19764931 | 7 months ago | | | 0 | 0.00017776059 | |
| 19585902 | 8 months ago | | | 0 | 0.00055981974 |
ABI
ABI objects
Getter at block 21382950
DOMAIN_SEPARATOR() view returns (bytes32)
0x43e87601039c437f30b1fc4f83c5e9a988ff6bfabdbc9cd89ef2ea986677dcbd
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=243530541567618929998959, _reserve1=3328183237898575560, _blockTimestampLast=1733900711)
kLast() view returns (uint256)
809944191174668202291234881419533966192060
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
446684807813296668110455591933224673292617752218336
price1CumulativeLast() view returns (uint256)
13180870042164096461127685977680727112784659026258246500
symbol() view returns (string)
SLP
token0() view returns (address)
0x0aacfbec6a24756c20d41914f2caba817c0d8521
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
93334732167469
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.