Metroverse Pass
Verified contract
Active on
Ethereum with 3,678 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Metroverse Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21126579 | 25 days ago | | | 0 | 0.00057825646 | |
| 20908079 | 2 months ago | | | 0 | 0.00016173993 | |
| 20894571 | 2 months ago | | | 0 | 0.00013973777 | |
| 20623287 | 3 months ago | | | 0 | 0.000024270000 | |
| 20024946 | 6 months ago | | | 0 | 0.0014163711 | |
| 19424525 | 9 months ago | | | 0 | 0.0019204587 | |
| 19302999 | 9 months ago | | | 0 | 0.0011059244 | |
| 19243658 | 9 months ago | | | 0 | 0.00076467757 | |
| 19181262 | 10 months ago | | | 0 | 0.00074381191 | |
| 19115176 | 10 months ago | | | 0 | 0.00061874614 |
ABI
ABI objects
Getter at block 21304953
MAX_PASSES() view returns (uint256)
3579
baseTokenURI() view returns (string)
https://metroverse.com/passes/
name() view returns (string)
Metroverse Pass
owner() view returns (address)
0x2f6c47459a02cde6c331505db2194db6af68c332
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
saleActive() view returns (bool)
false
signerAddress() view returns (address)
0x5e12ca601e60ace7376453c4c434665b33541fe0
symbol() view returns (string)
METROPASS
totalSupply() view returns (uint256 supply)
2706
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasAlreadyMinted(address owner) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isController(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
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 addController(address controller)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintPass(bytes32 signatureR, bytes32 signatureVS)
removeController(address controller)
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)
setSignerAddress(address _signerAddress)
startSale()
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _signerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.