Wizard Treasure Collective
Verified contract
Active on
Ethereum with 3,528 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 Treasure Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106933 | 17 days ago | | | 0 | 0.00013638240 | |
| 20866656 | 2 months ago | | | 0 | 0.00047773657 | |
| 20852323 | 2 months ago | | | 0 | 0.00031944888 | |
| 20852299 | 2 months ago | | | 0 | 0.00024643661 | |
| 20812698 | 2 months ago | | | 0 | 0.00097221005 | |
| 20657544 | 3 months ago | | | 0 | 0.000036560103 | |
| 20257149 | 4 months ago | | | 0 | 0.00010225555 | |
| 19700678 | 7 months ago | | | 0 | 0.00027021661 | |
| 19499358 | 8 months ago | | | 0 | 0.00094726260 | |
| 19499316 | 8 months ago | | | 0 | 0.0013444491 |
ABI
ABI objects
Getter at block 21225302
AST_PRICE() view returns (uint256)
60000000000000000
NFT_GIFTS() view returns (uint256)
100
NFT_LIMIT() view returns (uint256)
10000
NFT_PRICE() view returns (uint256)
65000000000000000
baseURI() view returns (string)
https://wizardtreasure.com/metadata/
contractURI() view returns (string)
https://wizardtreasure.com/metadata/contract
name() view returns (string)
Wizard Treasure Collective
owner() view returns (address)
0x7cde930cbe4378b6da6fd1b535281bd5724d9eab
preSaleMax() view returns (uint256)
5
preSaleOn() view returns (bool)
false
pubSaleMax() view returns (uint256)
10
pubSaleOn() view returns (bool)
false
signer() view returns (address)
0x7c51636e5c95a99f310e6d8ed39c1c3e9f71be67
symbol() view returns (string)
WTC
totalSupply() view returns (uint256)
5000
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)
preSaleCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
tokensOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] _to)
mint(uint256 _amount, address[] _autoStake) payable
mintPresale(uint256 _amount, bytes32 _hash, bytes _sig, address[] _autoStake) 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 _newBaseURI)
togglePreSale()
togglePubSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _initURI, address _initSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.