WizardsOfEtheen
Verified contract
Active on
Ethereum with 3,655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "WizardsOfEtheen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209148 | 2 days ago | | | 0 | 0.00082908512 | |
| 21106720 | 17 days ago | | | 0 | 0.00010367857 | |
| 21104628 | 17 days ago | | | 0 | 0.00010493200 | |
| 21104345 | 17 days ago | | | 0 | 0.00012843490 | |
| 21103183 | 17 days ago | | | 0 | 0.00010177860 | |
| 20940728 | a month ago | | | 0 | 0.00026942957 | |
| 20687480 | 2 months ago | | | 0 | 0.00011204903 | |
| 20417241 | 4 months ago | | | 0 | 0.000053446412 | |
| 20417240 | 4 months ago | | | 0 | 0.000051608541 | |
| 19899067 | 6 months ago | | | 0 | 0.000075328351 |
ABI
ABI objects
Getter at block 21226758
DOMAIN_SEPARATOR() view returns (bytes32)
0x12f8cb8eae845ab223ed7b90e124b0744cae1d89b17f3f0c681b9023059783e1
MINTER_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
maxMintCountPerTxn() view returns (uint256)
13
maxSupply() view returns (uint256)
4508
maxWhitelistSupply() view returns (uint256)
2500
name() view returns (string)
Wizards of Etheen
owner() view returns (address)
0x10096e86443d38b04501835e1af421fe7b294ac8
price() view returns (uint256)
0
reserveSupply() view returns (uint256)
250
saleIsActive() view returns (bool)
true
symbol() view returns (string)
WZRDS
totalReserveSupply() view returns (uint256)
250
totalSupply() view returns (uint256)
4509
totalTokenSupply() view returns (uint256)
4259
totalWhitelistMints() view returns (uint256)
2500
whitelistPrice() view returns (uint256)
0
whitelistSaleIsActive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
checkWhitelist(bytes signature) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
flipWhitelistSaleState()
mint(uint256 _count) payable
mintReserve(uint256 _count)
mintReserveToAddress(uint256 _count, address _account)
mintWhitelist(uint256 _count, bytes signature) payable
release(address _account)
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)
setMaxSupply(uint256 _newSize)
setMaxWhitelistSupply(uint256 _maxSupply)
setPresalePrice(uint256 _price)
setPrice(uint256 _price)
setReserveSupply(uint256 _newReserve)
setWhitelistSigningAddress(address newSigningKey)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _customBaseURI, address[] _payees, uint256[] _shares, address dev, address owner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
CallerIsContract()
CantMintZero()
ExceedsMaxSupply()
ExceedsPresaleSupply()
ExceedsReserveSupply()
InsufficientPayment()
InvalidSignature()
MintToZeroAddress()
MintZeroQuantity()
MintingTooManyPerTxn()
NotOwnerOrDev()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
PresaleNotActive()
PublicSaleNotActive()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistNotEnabled()