MetroVaultDoor
Verified contract
Active on
Ethereum with 29,186 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($62.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 62.792646 | $1.001 |
$62.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18003888 | a year ago | | | 0 | 0.0010470006 | |
| 17686284 | a year ago | | | 0 | 0.010485352 | |
| 17470940 | a year ago | | | 0 | 0.0025446836 | |
| 16994235 | 2 years ago | | | 0 | 0.0028109858 | |
| 16812228 | 2 years ago | | | 0 | 0.0015295428 | |
| 16702827 | 2 years ago | | | 0 | 0.0021579648 | |
| 16697256 | 2 years ago | | | 0 | 0.0025275600 | |
| 16694816 | 2 years ago | | | 0 | 0.0093297947 | |
| 16488565 | 2 years ago | | | 0 | 0.0022496390 | |
| 16336465 | 2 years ago | | | 0 | 0.0027421325 |
ABI
ABI objects
Getter at block 21168070
blockInfoAddress() view returns (address)
0x9478058f7fe7ca6f8935531aa62f0a765110d2cc
maxTokenCount() view returns (uint256)
20000
owner() view returns (address)
0xc932d6a49d2d8b77b4075e537d142ee6cc1e416a
tokenAddress() view returns (address)
0x1ffe8a8177d3c261600a8bd8080d424d64b7fbc2
vaultAddress() view returns (address)
0xbe6a60772cc87f10921b1bdc13f89c4920040a75
Read-only
earningInfo(uint256[] tokenIds) view returns (struct EarningInfo)
tokensOfOwner(address account) view returns (uint256[])
tokensOfOwnerCustom(address account, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events claim(uint256[] tokenIds)
claimForAddress(address account, uint256[] tokenIds)
disableClaim()
disableStake()
enableClaim()
enableStake()
renounceOwnership()
setBlockInfoAddress(address _blockInfoAddress)
setMaxTokenCount(uint256 _maxTokenCount)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds, uint256[] claimTokenIds)
Claimed(address indexed owner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenAddress, address _vaultAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.