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 |
---|---|---|---|---|---|
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- | |
PANDA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19424387 | 8 months ago | | | 0 | 0.0010383349 | |
| 19242599 | 9 months ago | | | 0 | 0.00054537237 | |
| 19242598 | 9 months ago | | | 0 | 0.00056655828 | |
| 19119326 | 10 months ago | | | 0 | 0.00090449345 | |
| 18920968 | 10 months ago | | | 0 | 0.00050148877 | |
| 18920967 | 10 months ago | | | 0 | 0.00047577359 | |
| 18701172 | a year ago | | | 0 | 0.00087928492 | |
| 18508505 | a year ago | | | 0 | 0.00066173461 | |
| 18327644 | a year ago | | | 0 | 0.00020865821 | |
| 18284479 | a year ago | | | 0 | 0.00080776176 |
ABI
ABI objects
Getter at block 21204066
decimals() view returns (uint8)
18
name() view returns (string)
Bamboo
owner() view returns (address)
0x5b92a53e91495052b7849ea585bec7e99c75293b
pandaContract() view returns (address)
0xd00e79629e2053d837285c74a0ec09f51b33c141
paused() view returns (bool)
false
symbol() view returns (string)
BAMBOO
totalSupply() view returns (uint256)
3695684168000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateHolderRewards(uint256 tokenId) pure returns (uint256)
calculateStakingRewards(uint256 tokenID) view returns (uint256)
calculateStakingRewardsByAccount(address account) view returns (uint256)
lastClaimedBlockForToken(uint256) view returns (uint256)
onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)
stakedPandasOf(address account) view returns (uint256[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimHolderRewards()
claimStakingRewards(uint256[] tokens)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finalizeRewardsEnd()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setEndingBlock(uint256 _rewardsEnd)
stakePandas(uint256[] tokenIds)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
unstakePandas(uint256[] tokens)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsClaimed(address indexed account, uint256 amount)
Staked(address indexed account, uint256[] tokenIds)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Unstaked(address indexed account, uint256[] tokenIds)
constructor(string name, string symbol, address _pandaContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.