World of Witches
Verified contract
Active on
Ethereum with 35 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 "World of Witches"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14476722 | 3 years ago | | | 0 | 0.0054218937 | |
| 14373785 | 3 years ago | | | 0 | 0.0010142155 | |
| 14373781 | 3 years ago | | | 0 | 0.0013072971 | |
| 14367318 | 3 years ago | | | 0 | 0.00092985361 | |
| 14367309 | 3 years ago | | | 0 | 0.0042977264 | |
| 14367247 | 3 years ago | | | 0 | 0.0017972757 | |
| 14367214 | 3 years ago | | | 0 | 0.00058030825 | |
| 14367210 | 3 years ago | | | 0 | 0.00066688693 | |
| 14367083 | 3 years ago | | | 0.14 | 0.0031286820 | |
| 14367063 | 3 years ago | | | 0 | 0.0014479111 |
ABI
ABI objects
Getter at block 21399454
MAX_SUPPLY() view returns (uint256)
8500
MINT_PRICE_PRESALE() view returns (uint256)
66000000000000000
MINT_PRICE_PUBLIC() view returns (uint256)
70000000000000000
merkle_root() view returns (bytes32)
0xedefff5a5dad983e65e9ef4308ef4c3384575b4db8604277a466f441c4e7d239
name() view returns (string)
World of Witches
owner() view returns (address)
0x183ed563d352cdaef5a82d5f54b16cecafcf6a29
private_sale_running() view returns (bool)
false
public_sale_running() view returns (bool)
false
symbol() view returns (string)
WITCHES
totalSupply() view returns (uint256)
128
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)
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)
whitelist_claimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
privateMint(uint256 _quantity, bytes32[] _merkleProof) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
togglePrivateSale()
togglePublicSale()
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.