ComicStaking
Verified contract
Active on
Ethereum with 13,675 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 |
---|---|---|---|---|---|
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124742 | 11 days ago | | | 0 | 0.00075018240 | |
| 19992226 | 6 months ago | | | 0 | 0.00089485415 | |
| 19606945 | 7 months ago | | | 0 | 0.0013802980 | |
| 19520491 | 8 months ago | | | 0 | 0.0042560986 | |
| 19293149 | 9 months ago | | | 0 | 0.0033474979 | |
| 19293147 | 9 months ago | | | 0 | 0.0037835482 | |
| 19293145 | 9 months ago | | | 0 | 0.0036501656 | |
| 19293137 | 9 months ago | | | 0 | 0.0043942809 | |
| 19293130 | 9 months ago | | | 0 | 0.0042863364 | |
| 19277419 | 9 months ago | | | 0 | 0.0099879253 |
ABI
ABI objects
Getter at block 21204924
lockupPeriod() view returns (uint128)
2592000
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
paused() view returns (bool)
false
rewardPerBlock() view returns (uint128)
0
rewardToken() view returns (address)
0x43ab765ee05075d78ad8aa79dcb1978ca3079258
stakedTokenContract() view returns (address)
0x6dc6001535e15b9def7b0f6a20a2111dfa9454e2
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.