Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f72…a67a
0x33d2…86b6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- | |
EVA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18585306 | a year ago | | | 0 | 0.00093117250 | |
| 18585305 | a year ago | | | 0 | 0.00094768189 | |
| 18585304 | a year ago | | | 0 | 0.00093110275 | |
| 18582361 | a year ago | | | 0 | 0.67717836 | |
| 18560554 | a year ago | | | 0 | 0.013813271 | |
| 18467301 | a year ago | | | 0 | 0.013140353 | |
| 18465401 | a year ago | | | 0 | 0.00078730843 | |
| 18465400 | a year ago | | | 0 | 0.00077158165 | |
| 18437473 | a year ago | | | 0 | 0.067059389 | |
| 18256934 | a year ago | | | 0 | 0.0034835461 |
ABI
ABI objects
Getter at block 21205106
lastClaimTimestamp() view returns (uint256)
0
owner() view returns (address)
0x3f078b3ad11468fdad3007f08147e5a8fafaff9e
paused() view returns (bool)
false
pendingRewards() view returns (uint256)
49956317500000000000000
rescueEnabled() view returns (bool)
false
rewardPerDay30() view returns (uint256)
0
rewardPerDay60() view returns (uint256)
0
rewardPerDay90() view returns (uint256)
0
rewardingWallet() view returns (address)
0x49795f28499d8b57428301099d2ff1a52d7b05fc
totalMandoxEarned() view returns (uint256)
0
totalNFTStaked() view returns (uint256)
34
Read-only
getStaked(address _owner) view returns (struct EvaStakeNftInfo[])
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
register(uint256) view returns (uint256 tokenId, address owner, uint256 stakeTime, uint256 lockTime, uint16 tier)
stakedTokens(address, uint256) view returns (uint256 tokenId, address owner, uint256 stakeTime, uint256 lockTime, uint16 tier)
State-modifying
Events addManyToRegister(uint256[] tokenIds, uint16 tier)
claimManyFromRegister(uint256[] tokenIds, bool unstake)
renounceOwnership()
rescue(uint256[] tokenIds)
setPaused(bool _paused)
setRescueEnabled(bool _enabled)
setRewardPerDay30(uint256 value)
setRewardPerDay60(uint256 value)
setRewardPerDay90(uint256 value)
setRewardingWallet(address _rewardingWallet)
transferOwnership(address newOwner)
MandoxClaimed(uint256 tokenId, uint256 earned, bool unstaked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenStaked(address owner, uint256 tokenId, uint256 lastClaimed)
Unpaused(address account)
constructor(address _eva, address _mandox, address _rewardingWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.