PogPunksStaking
Verified contract
Active on
Ethereum with 272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd82a…267f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAO | ERC-20 | 69.999718B | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- | |
POGPUNK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20635961 | 3 months ago | | | 0 | 0.00096138501 | |
| 19549000 | 8 months ago | | | 0 | 0.0024103920 | |
| 19465514 | 8 months ago | | | 0 | 0.0033908457 | |
| 19073349 | 10 months ago | | | 0 | 0.0060367170 | |
| 18298770 | a year ago | | | 0 | 0.00088307046 | |
| 18162800 | a year ago | | | 0 | 0.0075611357 | |
| 18145846 | a year ago | | | 0 | 0.0093250569 | |
| 17834605 | a year ago | | | 0 | 0.018235679 | |
| 16523710 | 2 years ago | | | 0 | 0.0015215630 | |
| 16523522 | 2 years ago | | | 0 | 0.0076883998 |
ABI
ABI objects
Getter at block 21218898 getAllAccounts() view returns (address[])
accounts() view returns (address)
0xd82afd0d871f9a75ca77571c01ab0812ca17267f
additionalRate() view returns (uint256)
2500000000000000
baseRate() view returns (uint256)
833333333333333
calculateTotalRate() view returns (uint256)
1083333333333333
erc20Address() view returns (address)
0x3eae1527d7808e02b49f5e4e6f6e76d5cf38dcd1
expiration() view returns (uint256)
36102218
owner() view returns (address)
0xf26f69c460b90f2ef4ba4d08407872a4610ae00e
paused() view returns (bool)
false
rewardLevel() view returns (uint256)
10
rewardLevelInterval() view returns (uint256)
10
stakingDestinationAddress() view returns (address)
0x1e1744ffd69296765f0447e88ac38be74a4ead13
supplyDenominator() view returns (uint256)
7000
totalTokensDeposited() view returns (uint256)
873
Read-only
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
calculateTotalRewards(address account, uint256[] tokenIds) view returns (uint256 rewards)
depositBlocks(address, uint256) view returns (uint256)
depositsOf(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
rebalance()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 rewardsPerDay, uint256 additionalRewardsPerDay, uint256 blocksPerDay)
setRewardLevelInterval(uint256 _rewardLevelInterval)
setSupplyDenominator(uint256 _supplyDenominator)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawERC20()
withdrawPogPunks()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardLevelChanged(uint256 oldRewardLevel, uint256 newRewardLevel)
Unpaused(address account)
constructor(address _stakingDestinationAddress, address _erc20Address, uint256 _expiration, uint256 _rewardsPerDay, uint256 _additionalRewardsPerDay, uint256 _blocksPerDay, uint256 _supplyDenominator, uint256 _rewardLevelInterval)
This contract contains no fallback and receive objects.
This contract contains no error objects.