Wrapper sushi IDLE/ETH LP
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($130.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUSHI | ERC-20 | 171.237376 | $0.76497 |
$130.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12314851 | 4 years ago | | | 0 | 0.0014692590 | |
| 12310054 | 4 years ago | | | 0 | 0.0027209620 |
ABI
ABI objects
Getter at block 21204707
decimals() view returns (uint8)
18
geyser() view returns (address)
0xcc0b9f7ed0e6bc7c2e69dbd247e8420f29aeb48d
isOwner() view returns (bool)
false
masterChef() view returns (address)
0xc2edad668740f1aa35e4d8f227fb8e17dca888cd
name() view returns (string)
Wrapper sushi IDLE/ETH LP
owner() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
pid() view returns (uint256)
118
symbol() view returns (string)
wIDLESushiLP
token() view returns (address)
0xa7f11e026a0af768d285360a855f2bded3047530
totalSupply() view returns (uint256)
179242749354841218884
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)
emergencyShutdown(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueFunds(address tokenToRescue, address to, uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferGeyser(address geyser_)
transferOwnership(address newOwner)
unwrap(uint256 _amount, address _account)
unwrapFor(uint256 _amount, address _account)
wrap(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _token, uint256 _pid)
This contract contains no fallback and receive objects.
This contract contains no error objects.