PandaStaking
Verified contract
Active on
Ethereum with 2,047 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 |
---|---|---|---|---|---|
BAMBOO | ERC-20 | 3.24449B | -- | -- | |
PPA | ERC-721 | 1 | -- | -- | |
PPA | ERC-721 | 1 | -- | -- | |
PPA | ERC-721 | 1 | -- | -- | |
PPA | ERC-721 | 1 | -- | -- | |
PPA | ERC-721 | 1 | -- | -- | |
PPA | ERC-721 | 1 | -- | -- | |
PPA | ERC-721 | 1 | -- | -- | |
PPA | ERC-721 | 1 | -- | -- | |
PPA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171345 | 20 days ago | | | 0 | 0.0042117604 | |
| 20523118 | 4 months ago | | | 0 | 0.00041939383 | |
| 20361667 | 4 months ago | | | 0 | 0.0012019815 | |
| 19674802 | 8 months ago | | | 0 | 0.0021764946 | |
| 19494620 | 8 months ago | | | 0 | 0.0024928721 | |
| 19343074 | 9 months ago | | | 0 | 0.0050304115 | |
| 19137618 | 10 months ago | | | 0 | 0.0066723638 | |
| 19077799 | 10 months ago | | | 0 | 0.0014560683 | |
| 18959889 | a year ago | | | 0 | 0.0030585946 | |
| 18889013 | a year ago | | | 0 | 0.0064690864 |
ABI
ABI objects
Getter at block 21316786
erc20Address() view returns (address)
0x91287d7013f1087fb880c3b36be4a28948d6c751
expiration() view returns (uint256)
35650306
genesisLegendaryRate() view returns (uint256)
18000000000000000
owner() view returns (address)
0x41a557f855b94d25709420b1994e8c433fc844f1
paused() view returns (bool)
false
rate() view returns (uint256)
16666666666666600
stakingDestinationAddress() view returns (address)
0x24998f0a028d197413ef57c7810f7a5ef8b9fa55
Read-only
_depositBlocks(address, uint256) view returns (uint256)
calculateReward(address account, uint256 tokenId) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositsOf(address account) view returns (uint256[])
initialBambooClaimed(uint256) view returns (bool)
isGenesisLegendary(uint256 tokenId) view returns (bool)
legendaryIds(uint256) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimInitialBamboo(uint256[] tokenIds)
claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
renounceOwnership()
setERC20Address(address _address)
setExpiration(uint256 _expiration)
setGenesisLegendaryRate(uint256 _rate)
setRate(uint256 _rate)
setStakingDestinationAddress(address _address)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.