SushiSwap LP Token
Verified contract
Active on
Ethereum with 2,708 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,664.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.664614K | $0.999934 |
$4,664.31 | |
MIS | ERC-20 | 32.398037K | -- | -- | |
ACXT | ERC-20 | 2.554121 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269110 | 8 days ago | | | 0 | 0.00018640647 | |
| 21142307 | a month ago | | | 0 | 0.00024693542 | |
| 21142201 | a month ago | | | 0 | 0.00027888755 | |
| 21040084 | a month ago | | | 0 | 0.00010985126 | |
| 20982806 | 2 months ago | | | 0 | 0.00022975364 | |
| 20653374 | 3 months ago | | | 0 | 0.000068927923 | |
| 20648811 | 3 months ago | | | 0 | 0.000030414578 | |
| 20259864 | 5 months ago | | | 0 | 0.000037318755 | |
| 20235943 | 5 months ago | | | 0 | 0.00010634114 | |
| 19903575 | 7 months ago | | | 0 | 0.00014685406 |
ABI
ABI objects
Getter at block 21329538
DOMAIN_SEPARATOR() view returns (bytes32)
0x796e4e7fd477b1fc17a39a15492c837ae0c8b8b92a5c3303576f20a28bd1c24f
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=32398036578891551426959, _reserve1=4664614226, _blockTimestampLast=1732400159)
kLast() view returns (uint256)
150292514266049586213213464288064
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
12269598252573498209898128986697
price1CumulativeLast() view returns (uint256)
2082541989648913103306358866485185613948041519391068761
symbol() view returns (string)
SLP
token0() view returns (address)
0x4b4d2e899658fb59b1d518b68fe836b100ee8958
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
8972318966335132
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.