WZRDS ALTAR

Verified contract

Active on Ethereum with 1,881 txns
Deployed by via 0xd4f704f4 at 15066543
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WZRDS ALTAR"

0x895ad9e3a5c8412667f14cec7e24991f2e317905cec738a34f6b13617f044ec2
0xee204e20565b8928664dbfee71fa87a4f02ca6a83b72891297a995fcf1c8c374
0x36df9644f6bd6335468103ecab8f6a2520ee6411441b005636b2bed3faf78d49
0xed61aea3f578bc0949add8f02d007b638880f4815e0c16e324605170d1b5b3e2
0x4234c82a23507aafc8fcfad283e33162e6ef6167bac1e034a495d5964a1aad05
0xfa98a4f9a10c95d73be1fcb8a28be9033b75a536d875b78fb84baa3d964b9e4e
0xdafef013446936cb791dc020b6aa3d4538cd10f31c911c53721d1f35efdde4f9
0xeeaea94712ccf7f470164c523263346323f0a0eda991e9d8e61081943ea7000c
0xe4c7c524c4cecaa03f7a4e7864a19adec5bb64bbdd8ed6ee7c989dc69bd5c07d
0x68c4805bb13963415f33313e55faffd5dcd74c59fe7783e82fc12f92a379675e

Functions
Getter at block 21203653
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmayVwvh5XsoH6zoKAsHExx9pXnyDfhdbkPUeGLfr1pJaM/prereveal.json
maxMintAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
8888
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
WZRDS ALTAR
owner(view returns (address)
0xde1546fde7fb0cc30f9f570a21f05ca05392ac1e
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
WZRDSALTAR
totalSupply(view returns (uint256)
4674
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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 _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(