Metroverse City Block
Verified contract
Active on
Ethereum with 14,673 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 |
---|---|---|---|---|---|
METROBLOCK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148422 | 2 days ago | | | 0 | 0.00049177567 | |
| 21148378 | 2 days ago | | | 0 | 0.00061748521 | |
| 21141430 | 3 days ago | | | 0 | 0.00041085274 | |
| 21120298 | 6 days ago | | | 0 | 0.00035626887 | |
| 21105239 | 8 days ago | | | 0 | 0.00014544067 | |
| 20897619 | a month ago | | | 0 | 0.000087579495 | |
| 20861287 | a month ago | | | 0 | 0.00025207030 | |
| 20851688 | a month ago | | | 0 | 0.00028009187 | |
| 20843523 | a month ago | | | 0 | 0.00065717800 | |
| 20749544 | 2 months ago | | | 0 | 0.00013903252 |
ABI
ABI objects
Getter at block 21160045
MAX_BLOCKS() view returns (uint256)
10000
MAX_BLOCKS_PER_ADDRESS() view returns (uint256)
2
PRICE() view returns (uint256)
100000000000000000
baseTokenURI() view returns (string)
https://metroverse.com/blocks/
checkWhitelist() view returns (bool)
false
name() view returns (string)
Metroverse City Block
owner() view returns (address)
0xc932d6a49d2d8b77b4075e537d142ee6cc1e416a
saleActive() view returns (bool)
true
signerAddress() view returns (address)
0x2f6c47459a02cde6c331505db2194db6af68c332
symbol() view returns (string)
METROBLOCK
totalSupply() view returns (uint256 supply)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBlockScore(uint256 tokenId) view returns (uint256 score)
getHoodBoost(uint256[] tokenIds) view returns (uint256 score)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[] ownerTokens)
verifyHash(bytes32 hash, bytes32 signatureR, bytes32 signatureVS) pure returns (address signer)
State-modifying
Events approve(address to, uint256 tokenId)
disableWhitelist()
enableWhitelist()
mintNFT(uint256 amount, bool stake) payable
mintNFTWhitelist(uint256 amount, bytes32 signatureR, bytes32 signatureVS, bool stake) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
setScores(address _scoresAddress)
setSignerAddress(address signer)
setVault(address _vaultAddress)
startSale()
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BlockMinted(address account, uint256 tokenId, bool staked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.