SushiSwap LP Token
Verified contract
Active on
Ethereum with 175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 0.160803 | $1.001 |
$0.16 | |
MIS | ERC-20 | 6.359675 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17716498 | a year ago | | | 0 | 0.00032619808 | |
| 17480536 | a year ago | | | 0 | 0.00092713150 | |
| 17087921 | 2 years ago | | | 0 | 0.0013052826 | |
| 16230237 | 2 years ago | | | 0 | 0.00043055165 | |
| 15933529 | 2 years ago | | | 0 | 0.0025870452 | |
| 14483964 | 3 years ago | | | 0 | 0.0012877227 | |
| 12699005 | 3 years ago | | | 0 | 0.00023176000 | |
| 12083859 | 4 years ago | | | 0 | 0.0026217850 | |
| 11995504 | 4 years ago | | | 0 | 0.0018251100 | |
| 11738702 | 4 years ago | | | 0 | 0.0037081600 |
ABI
ABI objects
Getter at block 21310811
DOMAIN_SEPARATOR() view returns (bytes32)
0xc84ad79ff27f0bbaa65cf4b8df348206fd2044777523b93e6b4dcb2e1e4347eb
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=6359674943817402132, _reserve1=160803, _blockTimestampLast=1611138339)
kLast() view returns (uint256)
1020068300000480359726773
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
10106587206262559192185379248
price1CumulativeLast() view returns (uint256)
9719989265895302197103425966871251192811638690783693
symbol() view returns (string)
SLP
token0() view returns (address)
0xd9cb47e5a7d8243756133fcec6e9bdc40896ccef
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
1009971806879
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.