TheWizards
Verified contract
Active on
Ethereum with 5,968 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 "TheWizards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866179 | 2 months ago | | | 0 | 0.00029098169 | |
| 20678421 | 2 months ago | | | 0 | 0.00036056066 | |
| 20150770 | 5 months ago | | | 0 | 0.000050384455 | |
| 20150770 | 5 months ago | | | 0 | 0.000050384455 | |
| 19624902 | 7 months ago | | | 0 | 0.00093108214 | |
| 19624338 | 7 months ago | | | 0 | 0.00059611536 | |
| 19154422 | 9 months ago | | | 0 | 0.00036128979 | |
| 19071094 | 10 months ago | | | 0 | 0.00039453121 | |
| 18929600 | 10 months ago | | | 0 | 0.0010821397 | |
| 18386791 | a year ago | | | 0 | 0.00050139066 |
ABI
ABI objects
Getter at block 21202503
MAX_SUPPLY() view returns (uint256)
7777
PRICE() view returns (uint256)
0
WALLET_LIMIT() view returns (uint256)
3
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeifsj5z2ypv3y47vgxz7mcdw2vxhjegpiuyork3q3ekllckxtyqefy/
mintState() view returns (uint8)
1
name() view returns (string)
TheWizards
owner() view returns (address)
0xe3c95f657a86a5aa2d201c5c30786b87cb60ab83
symbol() view returns (string)
Wizard
totalSupply() view returns (uint256)
7777
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)
remainingForAddress(address who) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address[] recipients, uint256[] quantities)
mint(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)
setBaseURI(string uri)
setMintState(uint256 newState)
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(string baseURI_, address recipient, uint256 allocation)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()