Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb08a…8f6b
0x29ec…cf82
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- | |
Mirror | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20973977 | a month ago | | | 0 | 0.0018537649 | |
| 20973975 | a month ago | | | 0 | 0.0015659177 | |
| 20810574 | 2 months ago | | | 0 | 0.0037307555 | |
| 20810558 | 2 months ago | | | 0 | 0.0029772194 | |
| 20279332 | 5 months ago | | | 0 | 0.000058122397 | |
| 20256691 | 5 months ago | | | 0 | 0.00015111849 | |
| 20256655 | 5 months ago | | | 0 | 0.00018130980 | |
| 20256654 | 5 months ago | | | 0 | 0.00011806452 | |
| 20203315 | 5 months ago | | | 0 | 0.00053116783 | |
| 20203308 | 5 months ago | | | 0 | 0.00055581426 |
ABI
ABI objects
Getter at block 21301986
claimingAvailable() view returns (bool)
true
lockupAvailable() view returns (bool)
false
owner() view returns (address)
0xd112a479c681caf31d9e7f99bb95ca94c9b664af
stakingAvailable() view returns (bool)
true
totalStaked() view returns (uint256)
3183
Read-only
calculateTotalPendingShards(uint256[] tokens) view returns (uint256)
getLockedInTime(address wallet) view returns (uint256)
getTimeFromToken(uint256 token) view returns (uint256)
getTokensStaked(address wallet) view returns (uint256[])
State-modifying
Events claimShardsFromTokens(uint256[] tokens)
clearLockedupUntil(address[] addresses)
emergencyWithdrawLockedup(address[] addresses)
lockIn(uint256 tokenId, uint256 period)
renounceOwnership()
setLockupState(bool available)
setShardMinting(bool available)
setShardsContract(address shardsContract)
setStakingState(bool available)
setTokenContract(address tokenContract)
stake(uint256[] tokens)
transferOwnership(address newOwner)
withdraw(uint256[] tokens)
withdrawLockedUp()
FreeToken(address wallet, uint256 tokenId)
LockedToken(address wallet, uint256 tokenId, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakedToken(address wallet, uint256[] tokens, uint256 timestamp)
WithdrewToken(address wallet, uint256 tokenId, uint256 timestamp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.