Bananite
Verified contract
Active on
Ethereum with 6,020 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 |
---|---|---|---|---|---|
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- | |
CS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980967 | a month ago | | | 0 | 0.00035881651 | |
| 20916418 | a month ago | | | 0 | 0.00061574215 | |
| 20853021 | 2 months ago | | | 0 | 0.00015850387 | |
| 20566785 | 3 months ago | | | 0 | 0.00067040031 | |
| 20566782 | 3 months ago | | | 0 | 0.00071788138 | |
| 20256285 | 4 months ago | | | 0 | 0.0014611833 | |
| 20188007 | 5 months ago | | | 0 | 0.000084728235 | |
| 18801270 | a year ago | | | 0 | 0.00098599246 | |
| 18799656 | a year ago | | | 0 | 0.0014044591 | |
| 18781533 | a year ago | | | 0 | 0.0011124169 |
ABI
ABI objects
Getter at block 21205845
decimals() view returns (uint8)
18
enabled() view returns (bool)
true
extensionKey() pure returns (string)
token
name() view returns (string)
Bananite
symbol() view returns (string)
BANANITE
totalSupply() view returns (uint256)
1841238873991509259252800
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenRewards(struct Rng rn, uint256 tokenId) view returns (uint256 rewards)
calculateTokenRewardsOverTime(struct Rng rn, uint256 tokenId, uint256 secs) view returns (uint256)
lastClaimTime(uint256) view returns (uint256)
numberTokensStaked(address) view returns (uint256)
ownerTokenIds(address, uint256) view returns (uint256)
scoutCounts(address) view returns (uint256)
tokenIdOwners(uint256) view returns (address)
State-modifying
Events adminMint(address owner, uint256 amountWei)
adminSetEnabled(bool e)
adminSetTokenTimestamp(uint256 tokenId, uint256 timestamp)
approve(address spender, uint256 amount) returns (bool)
burn(address owner, uint256 amountWei)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimRewards()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setChainScouts(address _contract)
stake(uint256[] tokenIds)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unstake(uint256[] tokenIds)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.