SushiSwap LP Token
Verified contract
Active on
Ethereum with 80 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,178.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.371237 | $3,175.22 |
$1,178.76 | |
DRC | ERC-20 | 184.505278K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20235931 | 4 months ago | | | 0 | 0.00011240669 | |
| 14031463 | 3 years ago | | | 0 | 0.0091908252 | |
| 13562924 | 3 years ago | | | 0 | 0.0046918540 | |
| 13561037 | 3 years ago | | | 0 | 0.0036401899 | |
| 13494393 | 3 years ago | | | 0 | 2.0913304 | |
| 13482456 | 3 years ago | | | 0 | 0.0045825266 | |
| 13479290 | 3 years ago | | | 0 | 0.0019964070 | |
| 13479270 | 3 years ago | | | 0 | 0.0018416235 | |
| 13399716 | 3 years ago | | | 0 | 0.0046525025 | |
| 13388459 | 3 years ago | | | 0 | 0.0046454000 |
ABI
ABI objects
Getter at block 21187294
DOMAIN_SEPARATOR() view returns (bytes32)
0xb0365ac38d6f12a0d576ab0f36f18dd3f030b007761ecea3f6547deeaafc8fb9
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=184505278435913517390445, _reserve1=371237000231856810, _blockTimestampLast=1729928519)
kLast() view returns (uint256)
68152520141607112195621611845553330964720
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
15354536477783390172082845447643340560
price1CumulativeLast() view returns (uint256)
115472881411945308394825242431812212194507912253
symbol() view returns (string)
SLP
token0() view returns (address)
0xb78b3320493a4efaa1028130c5ba26f0b6085ef8
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
234025517562397298675
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.