LilBanana
Verified contract
Active on
Ethereum with 1,324 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 |
---|---|---|---|---|---|
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- | |
LBAC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19775038 | 7 months ago | | | 0 | 0.0063059248 | |
| 19558973 | 8 months ago | | | 0 | 0.00067259551 | |
| 19558970 | 8 months ago | | | 0 | 0.00086334533 | |
| 19445213 | 8 months ago | | | 0 | 0.0018118008 | |
| 19445187 | 8 months ago | | | 0 | 0.0022406766 | |
| 19314666 | 9 months ago | | | 0 | 0.0012871148 | |
| 19150906 | 9 months ago | | | 0 | 0.0030654957 | |
| 19150903 | 9 months ago | | | 0 | 0.0013171527 | |
| 19025913 | 10 months ago | | | 0 | 0.0059890268 | |
| 18365379 | a year ago | | | 0 | 0.0016838623 |
ABI
ABI objects
Getter at block 21217957
CLAIM_END_TIME() view returns (uint256)
1898732640
EMISSIONS_RATE() view returns (uint256)
11574070000000
LBACAddress() view returns (address)
0x918f677b3ab4b9290ca96a95430fd228b2d84817
MAX_WALLET_STAKED() view returns (uint256)
10
decimals() view returns (uint8)
18
name() view returns (string)
LilBanana
owner() view returns (address)
0xe0c637aeb3e54611970482b38e9e7cd7b5ffd3a0
symbol() view returns (string)
LILBANANA
totalSupply() view returns (uint256)
98939668023689869999800
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAllRewards(address staker) view returns (uint256)
getRewardsByTokenId(uint256 tokenId) view returns (uint256)
getStaker(uint256 tokenId) view returns (address)
getTokensStaked(address staker) view returns (uint256[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimAll()
claimByTokenId(uint256 tokenId)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLBACAddress(address _LBACAddress)
stakeByIds(uint256[] tokenIds)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstakeAll()
unstakeByIds(uint256[] tokenIds)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.