DeBa SushiSwap LP Token
Verified contract
Active on
Ethereum with 13 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DeBa SushiSwap LP Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11527287 | 4 years ago | | | 0 | 0.0052851564 | |
| 11460143 | 4 years ago | | | 0 | 0.015042612 | |
| 11439739 | 4 years ago | | | 0 | 0.0073284520 | |
| 11432910 | 4 years ago | | | 0 | 0.010671240 | |
| 11432840 | 4 years ago | | | 0 | 0.018496816 | |
| 11432794 | 4 years ago | | | 0 | 0.022756772 | |
| 11432778 | 4 years ago | | | 0 | 0.021096208 | |
| 11428524 | 4 years ago | | | 0 | 0.0014332500 | |
| 11428360 | 4 years ago | | | 0 | 0.0019080600 | |
| 11428264 | 4 years ago | | | 0 | 0.0033536485 |
ABI
ABI objects
Getter at block 21397321 totalBalance() view returns (uint256)
bufferMax() view returns (uint256)
10000
bufferMin() view returns (uint256)
9500
decimals() view returns (uint8)
18
depositLocked() view returns (bool)
false
getFullSharePrice() view returns (uint256)
0
governance() view returns (address)
0x1d9cd4dcd5dba84fe646bb7d2979a63e426ec192
locked() view returns (bool)
false
mainAsset() view returns (address)
0xc3d03e4f041fd4cd388c549ee2a29a9e5075882f
mainAssetAvailable() view returns (uint256)
0
name() view returns (string)
DeBa SushiSwap LP Token
strategy() view returns (address)
0xa9fd885dc7b6e1a4f9e8bd3c723a7ed14120af88
symbol() view returns (string)
dSLP
totalSupply() view returns (uint256)
0
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()
depositToStrategy()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockDeposits()
lockVault()
setBuffer(uint256 _buf)
setGovernance(address _gov)
setStrategy(address _strategy)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlockDeposits()
unlockVault()
whitelistArb(address _wht)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _mainAsset)
This contract contains no fallback and receive objects.
This contract contains no error objects.