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 |
---|---|---|---|---|---|
PUNKS | ERC-20 | 50M | -- | -- | |
PUNKS | ERC-20 | 17.444135M | -- | -- | |
COMIC | ERC-721 | 1 | -- | -- | |
COMIC | ERC-721 | 1 | -- | -- | |
COMIC | ERC-721 | 1 | -- | -- | |
COMIC | ERC-721 | 1 | -- | -- | |
COMIC | ERC-721 | 1 | -- | -- | |
COMIC | ERC-721 | 1 | -- | -- | |
COMIC | ERC-721 | 1 | -- | -- | |
COMIC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238693 | 21 hours ago | | | 0 | 0.0028421820 | |
| 21238687 | 21 hours ago | | | 0 | 0.0017244932 | |
| 21154068 | 13 days ago | | | 0 | 0.0016159650 | |
| 21154057 | 13 days ago | | | 0 | 0.00086908896 | |
| 21042934 | a month ago | | | 0 | 0.0012539342 | |
| 21040578 | a month ago | | | 0 | 0.00067726848 | |
| 21040570 | a month ago | | | 0 | 0.00045498518 | |
| 20876270 | 2 months ago | | | 0 | 0.0014351780 | |
| 20853108 | 2 months ago | | | 0 | 0.0039803467 | |
| 20692705 | 3 months ago | | | 0 | 0.0021621685 |
ABI
ABI objects
Getter at block 21245016
lockupPeriod() view returns (uint128)
2592000
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
paused() view returns (bool)
false
rewardPerBlock() view returns (uint128)
0
rewardToken() view returns (address)
0x30c084890fc07d78f3499ffc818b3225bc8812ea
stakedTokenContract() view returns (address)
0x5ab21ec0bfa0b29545230395e3adaca7d552c948
Read-only
calculateRewards(uint256 tokenID) view returns (uint256)
calculateRewardsByAccount(address account) view returns (uint256)
onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)
stakedTokensOf(address account) view returns (uint256[])
stakes(uint256) view returns (uint128 lockupExpires, uint128 lastClaimedBlock)
State-modifying
Events claimRewards(uint256[] tokenIds)
exitWithoutRewards(uint256[] tokenIds)
pause()
renounceOwnership()
setLockupPeriod(uint128 _lockupPeriod)
setRewardsPerBlock(uint128 _rewardPerBlock)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unpause()
unstake(uint256[] tokenIds)
withdraw(address to, uint256 amount)
LockupPeriodChanged(uint128 indexed lockupPeriod)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsChanged(uint128 indexed rewardPerBlock)
RewardsClaimed(address indexed account, uint256 amount)
Staked(address indexed account, uint256[] tokenIds)
Unpaused(address account)
Unstaked(address indexed account, uint256[] tokenIds)
constructor(address _rewardTokenContract, address _stakedTokenContract, uint128 _rewardPerBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.