MetroVault
Verified contract
Active on
Ethereum with 425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfc3c…fce3
0xe8f9…8538
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- | |
Survivor | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18287196 | a year ago | | | 0 | 0.00066647942 | |
| 18019874 | a year ago | | | 0 | 0.0021569054 | |
| 17942174 | a year ago | | | 0 | 0.0024071644 | |
| 17697023 | a year ago | | | 0 | 0.0010090627 | |
| 17063931 | 2 years ago | | | 0 | 0.0051602359 | |
| 16996691 | 2 years ago | | | 0 | 0.0020166807 | |
| 16857481 | 2 years ago | | | 0 | 0.0029309478 | |
| 16601888 | 2 years ago | | | 0 | 0.0016720556 | |
| 16587258 | 2 years ago | | | 0 | 0.0025904660 | |
| 16535628 | 2 years ago | | | 0 | 0.0030072794 |
ABI
ABI objects
Getter at block 21220604
owner() view returns (address)
0x9724cd1f31061bcd9fcd80dea2d7b174ed868c00
totalStaked() view returns (uint256)
230
wipeInfoOnlyActive() view returns (bool)
false
Read-only
balanceOf(address account) view returns (uint256)
getMintingWalletOf(address _account) view returns (address)
isTokenIdStaked(uint256 tokenId) view returns (bool)
isUserStaking(address) view returns (bool)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
tokensOfOwner(address account) view returns (uint256[] ownerTokens)
tokensOfOwnerUnstaked(address account) view returns (uint256[] ownerTokens)
vault(uint256) view returns (address owner, uint24 tokenId, bool isStaked)
State-modifying
Events renounceOwnership()
setContract(address _newContract)
setMintingWalletOfOwner(address newMintingWallet)
setStakedContract(address _newContract)
stake(uint256[] tokenIds, address mintingWallet)
toggleWipeInfoOnly()
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
unstakeAll(bool wipeAll, bool wipeInfoOnly, bool returnTokensNoWipe)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SurvivorStaked(address owner, address mintingWallet, uint256 tokenId)
SurvivorUnstaked(address owner, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
IllegalAction()
NotTheOwner()
NotYourToken()
TokenIdNotStaked()