ZCAT_STAKING
Verified contract
Active on
Ethereum with 3,656 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 |
---|---|---|---|---|---|
ZCAT | ERC-20 | 2.61512K | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- | |
ZOMCATS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20376577 | 4 months ago | | | 0 | 0.00057555514 | |
| 20328491 | 4 months ago | | | 0 | 0.00048995818 | |
| 18208230 | a year ago | | | 0 | 0.00086266600 | |
| 18208217 | a year ago | | | 0 | 0.0011807850 | |
| 18208198 | a year ago | | | 0 | 0.0011807850 | |
| 18208195 | a year ago | | | 0 | 0.0011807850 | |
| 18196464 | a year ago | | | 0 | 0.0010233470 | |
| 18196411 | a year ago | | | 0 | 0.0010233470 | |
| 18196196 | a year ago | | | 0 | 0.0010233470 | |
| 18196188 | a year ago | | | 0 | 0.0010231910 |
ABI
ABI objects
Getter at block 21213263
erc20Address() view returns (address)
0xdb846f1cd31acc9a6db72a1c58dc1760485505f4
expiration() view returns (uint256)
14526692
owner() view returns (address)
0xa59271f4ab69454dbdce068025f2d1227124e721
paused() view returns (bool)
false
rate() view returns (uint256)
20000000000000000
stakingDestinationAddress() view returns (address)
0xde17efac631d766e509c8bb77fc9811b4a3c0750
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[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _stakingDestinationAddress, uint256 _rate, uint256 _expiration, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.