MetaZoo Games Tokens
Verified contract
Active on
Ethereum with 3,606 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 "MetaZoo Games Tokens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21068467 | 8 days ago | | | 0 | 0.00069653986 | |
| 21068465 | 8 days ago | | | 0 | 0.00069269689 | |
| 21068449 | 8 days ago | | | 0 | 0.00074015650 | |
| 21055421 | 9 days ago | | | 0 | 0.00032801264 | |
| 21029888 | 13 days ago | | | 0 | 0.00082653775 | |
| 21011393 | 16 days ago | | | 0 | 0.00033297569 | |
| 20896025 | a month ago | | | 0 | 0.00011122911 | |
| 20856545 | a month ago | | | 0 | 0.00054483903 | |
| 20828364 | a month ago | | | 0 | 0.0012777758 | |
| 20825046 | a month ago | | | 0 | 0.0013078731 |
ABI
ABI objects
Getter at block 21123334
contractURI() view returns (string)
https://metazoo-metadata-server.herokuapp.com/api/metadata/contract.json
localBaseURL() view returns (string)
https://metazoo-metadata-server.herokuapp.com/api/metadata/
lockStatus() view returns (bool)
false
name() view returns (string)
MetaZoo Games Tokens
owner() view returns (address)
0xbc28e36160fa592bea6ba851c43deae506a5ea1c
saleLock() view returns (bool)
true
sales_end() view returns (uint256)
1638504000
symbol() view returns (string)
MZGT
totalSupply() view returns (uint256)
2305
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
permitted(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
endSales()
mintCards(uint256 numberOfCards, address recipient)
renounceOwnership()
retrieve721(address _tracker, uint256 id)
retrieveERC20(address _tracker, uint256 amount)
retrieveETH()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowed(address _addr, bool _state)
setApprovalForAll(address operator, bool approved)
setDataFolder(string __baseURI)
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(uint256 _sales_start)
This contract contains no fallback and receive objects.
This contract contains no error objects.