The Wizards
Verified contract
Active on
Ethereum with 580 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 "The Wizards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19395043 | 9 months ago | | | 0 | 0.0027070638 | |
| 17080755 | 2 years ago | | | 0 | 0.0032089788 | |
| 17009480 | 2 years ago | | | 0 | 0.00095823995 | |
| 16897605 | 2 years ago | | | 0 | 0.0019671741 | |
| 16889205 | 2 years ago | | | 0 | 0.00058700837 | |
| 16889116 | 2 years ago | | | 0 | 0.00080944974 | |
| 16869671 | 2 years ago | | | 0 | 0.00059011403 | |
| 16584658 | 2 years ago | | | 0 | 0.0017663036 | |
| 16521316 | 2 years ago | | | 0 | 0.00065773678 | |
| 16521016 | 2 years ago | | | 0 | 0.0015102595 |
ABI
ABI objects
Getter at block 21324294
MAX_MINTS_PER_TX() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
5555
MAX_WHITELIST_MINT() view returns (uint256)
1
checkClaimed() view returns (bool)
false
getSalePrice() view returns (uint256)
5000000000000000
isSaleActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x9270f09e94e8a918aae0a2c613cc0fbf9044282b4edd3cffdae5d553ee1b9b3d
name() view returns (string)
The Wizards
owner() view returns (address)
0x2bf906e124cc4c09585899a64f822db213198421
symbol() view returns (string)
WIZARDS
totalSupply() view returns (uint256)
430
Read-only
balanceOf(address owner) view returns (uint256)
checkWhitelist(bytes32[] _merkleProof) view returns (bool)
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events adminMint(uint256 _quantity)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintToAddress(address _to, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setSalePrice(uint256 _salePrice)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()