WizardsOfEtheen

Verified contract

Active on Ethereum with 3,655 txns
Deployed by via 0x57873f9e at 14477191
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "WizardsOfEtheen"

0xe8897a56f09f7d5d8d2943aeba8111aeda50d5c80e1645dac27e9ce76547e12f
0x30530ebb5218e11b5dfb31162a152fddbd8450a6c3d2eef275de12749e2fc482
0x1a32e4439df0fb094243df52c6810f523f984f134bde86d14637c5a846757558
0xd8cd5971a1348a61a1a38defbb5c55b82a9f8aad6b92fc34604ad4f7b2c22296
0x5ff74a4a52c2d299067924417ade789798ec1ae45004741dd888b05453528ba3
0x5ff87bb5d75c36355c61086bf9c611940f8643d42ffbdffd1b04a2cff2aa31c0
0xd3b0cc643c0c68301a04c387fe719003d993244ad87f5039de621a18f473931c
0x66d6487a8eee0fdca1a7527f9ef989c1e49564ab737e497a168fe084f31984ce
0x8f0e0305ddb44ed943219a08583d72cadf57d780f2be4543f7494cbc01e554cf
0x6e6af647013ac6bae94fcef0b52d70186598873456b598423b3fb854e38ba303

Functions
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 ownerview returns (uint256)
checkWhitelist(bytes signatureview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSaleState(
flipWhitelistSaleState(
mint(uint256 _countpayable 
mintReserve(uint256 _count
mintReserveToAddress(uint256 _countaddress _account
mintWhitelist(uint256 _countbytes signaturepayable 
release(address _account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxSupply(uint256 _newSize
setMaxWhitelistSupply(uint256 _maxSupply
setPresalePrice(uint256 _price
setPrice(uint256 _price
setReserveSupply(uint256 _newReserve
setWhitelistSigningAddress(address newSigningKey
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _customBaseURIaddress[] _payeesuint256[] _sharesaddress devaddress owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(