Wizard Town
Verified contract
Active on
Ethereum with 1,933 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 "Wizard Town"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20018123 | 5 months ago | | | 0 | 0.00028442590 | |
| 19684722 | 7 months ago | | | 0 | 0.00021681584 | |
| 19076389 | 10 months ago | | | 0 | 0.00027169253 | |
| 19076389 | 10 months ago | | | 0 | 0.00027075074 | |
| 19076388 | 10 months ago | | | 0 | 0.00027427559 | |
| 16779026 | 2 years ago | | | 0 | 0.0015322816 | |
| 16634940 | 2 years ago | | | 0 | 0.0020368116 | |
| 16586870 | 2 years ago | | | 0 | 0.0014930762 | |
| 16503009 | 2 years ago | | | 0 | 0.00062445753 | |
| 16415406 | 2 years ago | | | 0 | 0.00082087494 |
ABI
ABI objects
Getter at block 21161701
MAX_PUBLIC_SALE_AMOUNT() view returns (uint256)
10000
baseUri() view returns (string)
https://2bvtqsa3e5.execute-api.eu-west-1.amazonaws.com/prod/metadata/
maxMintPerAddress() view returns (uint256)
10
maxMintPerTx() view returns (uint256)
10
mintPrice() view returns (uint256)
3000000000000000
name() view returns (string)
Wizard Town
owner() view returns (address)
0x8fd12a1e6ac5a038145b56fcc34fab6aa23f3ba4
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
WTOWN
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
ownerMint(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 _base)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()