Metakages
Verified contract
Active on
Ethereum with 7,819 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 "Metakages"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20798965 | 2 months ago | | | 0 | 0.00030067520 | |
| 20738655 | 2 months ago | | | 0 | 0.000048906602 | |
| 20738651 | 2 months ago | | | 0 | 0.000089667264 | |
| 20713340 | 2 months ago | | | 0 | 0.00043643563 | |
| 20272652 | 4 months ago | | | 0 | 0.00014304114 | |
| 20090152 | 5 months ago | | | 0 | 0.00019293640 | |
| 20067553 | 5 months ago | | | 0 | 0.00031133108 | |
| 20011528 | 5 months ago | | | 0 | 0.00038039135 | |
| 19986446 | 5 months ago | | | 0 | 0.00030487525 | |
| 19958912 | 5 months ago | | | 0 | 0.00019495358 |
ABI
ABI objects
Getter at block 21163444
ADDRESS_1() view returns (address)
0x792c97d764148134aea12b4f0df362076f770c31
ADDRESS_2() view returns (address)
0x188a3c584f0de9ee0eabe04316a94a41f0867c0c
MAX_SUPPLY() view returns (uint256)
3000
MINT_LIMIT() view returns (uint256)
4
PUBLIC_PRICE() view returns (uint256)
100000000000000000
RESERVE_SUPPLY() view returns (uint256)
30
WL_PRICE() view returns (uint256)
90000000000000000
isPresaleActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
false
name() view returns (string)
Metakages
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x14d106503ecdcf232837d1bd1a4649c17327ef87
symbol() view returns (string)
METAKAGES
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
freeMints(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address owner) view returns (uint256[])
usedDigests(bytes32) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 numberOfTokens)
freeMint(bytes32[] proof)
mint(uint256 numberOfTokens, uint64 expireTime, bytes sig) payable
presaleMint(bytes32[] proof, uint256 numberOfTokens, uint256 maxPresaleMint) payable
renounceOwnership()
reveal(bool revealed, string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setFreeMintRoot(bytes32 _freemintRoot)
setPreSaleRoot(bytes32 _presaleRoot_1, bytes32 _presaleRoot_2)
setPreSaleStatus()
setPublicSaleStatus()
setSigner(address _signer)
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)
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.