Minecraft
Verified contract
Active on
Ethereum with 1,457 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 "Minecraft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17051066 | 2 years ago | | | 0 | 0.00053666013 | |
| 16581830 | 2 years ago | | | 0 | 0.0010949590 | |
| 16476121 | 2 years ago | | | 0 | 0.00064094199 | |
| 16420091 | 2 years ago | | | 0 | 0.0011124939 | |
| 16417531 | 2 years ago | | | 0 | 0.00073455643 | |
| 16412841 | 2 years ago | | | 0 | 0.00078077349 | |
| 16409036 | 2 years ago | | | 0 | 0.00036585899 | |
| 16391092 | 2 years ago | | | 0 | 0.0011247640 | |
| 16263654 | 2 years ago | | | 0 | 0.00049188592 | |
| 16217883 | 2 years ago | | | 0 | 0.00058664921 |
ABI
ABI objects
Getter at block 21297793
getCollectionSize() view returns (uint256)
2888
isPublicMintActive() view returns (bool)
false
isRevealed() view returns (bool)
false
isWhitelistMintActive() view returns (bool)
false
name() view returns (string)
Minecraft
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xdc2c440d928e665f99acd59fa4fe976c81342a48
publicMintEndTime() view returns (uint256)
1667269800
publicMintStartTime() view returns (uint256)
1667226600
symbol() view returns (string)
MINECRAFT
totalSupply() view returns (uint256)
2303
whitelistMerkleRoot() view returns (bytes32)
0xb5e2fbdf19fa35881e8e6ef5d75142211c3536908ede032f33fac7659f456fde
whitelistMintEndTime() view returns (uint256)
1667149200
whitelistMintStartTime() view returns (uint256)
1667145600
Read-only
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to_, uint256 quantity)
mint(bytes32[] merkleProof, uint256 quantity)
renounceOwnership()
reveal(string uri_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintingSchedule(uint256 whitelistMintStartTime_, uint256 whitelistMintEndTime_, uint256 publicMintStartTime_, uint256 publicMintEndTime_)
setWhitelistMerkleRoot(bytes32 merkleRoot)
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(uint256 collectionSize_, string uri_)
fallback()
receive()
This contract contains no error objects.