DeBa SushiSwap LP Token
Verified contract
Active on
Ethereum with 17 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) |
---|---|---|---|---|---|---|---|
| 11461229 | 4 years ago | | | 0 | 0.011474286 | |
| 11461205 | 4 years ago | | | 0 | 0.013449219 | |
| 11460145 | 4 years ago | | | 0 | 0.015042612 | |
| 11457182 | 4 years ago | | | 0 | 0.0030956101 | |
| 11456230 | 4 years ago | | | 0 | 0.0032453076 | |
| 11456011 | 4 years ago | | | 0 | 0.00079814400 | |
| 11455997 | 4 years ago | | | 0 | 0.0077431600 | |
| 11439742 | 4 years ago | | | 0 | 0.0067584520 | |
| 11432840 | 4 years ago | | | 0 | 0.020056816 | |
| 11432778 | 4 years ago | | | 0 | 0.021096208 |
ABI
ABI objects
Getter at block 21307664 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)
0x088ee5007c98a9677165d78dd2109ae4a3d04d0c
mainAssetAvailable() view returns (uint256)
0
name() view returns (string)
DeBa SushiSwap LP Token
strategy() view returns (address)
0x6820b692071e9ae88297d1019db845428310e8ce
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.