Destroyand

Verified contract

Active on Ethereum with 7,400 txns
Deployed by via 0xa3642f43 at 15215881
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#3343)
ERC-721
--
0x44f953a7d074d259cdf0f72847dc8e07b42599e0a464cf4fddc0dbf7dd8cce69
0x323bc0bb404987fdd99a7b6777e22aec58f14b610dbc1c008d91186a56d31f41
From
0xe57f851c72071b964536f84e9fdf01fd1fbcf3c937aa28bb3cfe1bcc0c03ba73
0x7104c273b44e18a18c86ac5880a32249cd49fc39f5f9e6e7bc5763d70bd3c427
0x10e9256a37c2b25070a494eeace83a40917d6b30c7a80bc290ef76f80fb74b68
0x12eeaf58fdd2bd1a927bc96f592f42968ad3f7555cdec1577b15b60cd11ed691
0x8628fac9b677157c06e4506de76b357887dbfa4914b9f3276c511475a236edf9
0x10d32c53a6566ecb5a0d13a1863635711919863a000810dd5c1023dd4a72f792
0x09731ccb042db4babf4d64b603698fabec4cef3d9410a8abd90d9326eb8d1ac7
0xb6a58f3f4fcf94ea375e32b52fb52f81def5db879703e0ace3a722c40b476632

Functions
Getter at block 21277038
maxPerAddressDuringMint(view returns (uint256)
100
name(view returns (string)
Destroyand
owner(view returns (address)
0x8d92a34d55ecf3d67b0167f5341681d106412c72
saleConfig(view returns (uint64 mintlistPriceuint32 mintlistStartTimeuint32 publicSaleStartTimeuint64 publicPrice)
(mintlistPrice=40000000000000000, mintlistStartTime=1658890680, publicSaleStartTime=1658977080, publicPrice=80000000000000000)
symbol(view returns (string)
DESTROYAND
totalSupply(view returns (uint256)
5000
Read-only
allowlist(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isAllowlistSaleEnd(uint256 publicSaleStartTimeview returns (bool)
isAllowlistSaleOn(uint256 mintlistPriceuint256 mintlistStartTimeview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPublicSaleOn(uint256 publicPriceWeiuint256 publicSaleStartTimeview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint256 quantitypayable 
approve(address touint256 tokenId
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
seedAllowlist(address[] addressesuint256[] numSlots
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setupMintlistPrice(uint64 mintlistPriceuint32 mintlistStartTime
setupPublicSaleInfo(uint64 publicPriceWeiuint32 publicSaleStartTime
teamMint(address addruint256 quantity
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawBalance(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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