pickling SushiSwap LP Token
Verified contract
Active on
Ethereum with 486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SushiLP | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20015074 | 5 months ago | | | 0 | 0.0011748225 | |
| 19652587 | 7 months ago | | | 0 | 0.00029628276 | |
| 19652441 | 7 months ago | | | 0 | 0.00033003256 | |
| 19466130 | 8 months ago | | | 0 | 0.0051890560 | |
| 18894922 | a year ago | | | 0 | 0.0038588874 | |
| 18454749 | a year ago | | | 0 | 0.00036708953 | |
| 18019207 | a year ago | | | 0 | 0.00036618411 | |
| 17806496 | a year ago | | | 0 | 0.0039424680 | |
| 17596364 | a year ago | | | 0 | 0.00090033918 | |
| 16900115 | 2 years ago | | | 0 | 0.0018055148 |
ABI
ABI objects
Getter at block 21190876 balance() view returns (uint256) getRatio() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0x6847259b2b3a4c17e7c43c54409810af48ba5210
decimals() view returns (uint8)
18
governance() view returns (address)
0xd92c7faa0ca0e6ae4918f3a83d9832d9caeaa0d3
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
pickling SushiSwap LP Token
symbol() view returns (string)
pSLP
timelock() view returns (address)
0xd92c7faa0ca0e6ae4918f3a83d9832d9caeaa0d3
token() view returns (address)
0xc3d03e4f041fd4cd388c549ee2a29a9e5075882f
totalSupply() view returns (uint256)
60790511454052615733
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setGovernance(address _governance)
setMin(uint256 _min)
setTimelock(address _timelock)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address _governance, address _timelock, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.