Destroyand
Verified contract
Active on
Ethereum with 7,400 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DESTROYAND | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196095 | 11 days ago | | | 0 | 0.0010521175 | |
| 21172386 | 15 days ago | | | 0 | 0.0013039672 | |
| 21103120 | 24 days ago | | | 0 | 0.000099981733 | |
| 20869125 | 2 months ago | | | 0 | 0.00064452958 | |
| 20857686 | 2 months ago | | | 0 | 0.00054313476 | |
| 20857664 | 2 months ago | | | 0 | 0.00052434244 | |
| 20845770 | 2 months ago | | | 0 | 0.00036869256 | |
| 20783550 | 2 months ago | | | 0 | 0.0014481009 | |
| 20696799 | 3 months ago | | | 0 | 0.000082039135 | |
| 20659325 | 3 months ago | | | 0 | 0.000025245279 |
ABI
ABI objects
Getter at block 21277038
maxPerAddressDuringMint() view returns (uint256)
100
name() view returns (string)
Destroyand
owner() view returns (address)
0x8d92a34d55ecf3d67b0167f5341681d106412c72
saleConfig() view returns (uint64 mintlistPrice, uint32 mintlistStartTime, uint32 publicSaleStartTime, uint64 publicPrice)
(mintlistPrice=40000000000000000, mintlistStartTime=1658890680, publicSaleStartTime=1658977080, publicPrice=80000000000000000)
symbol() view returns (string)
DESTROYAND
totalSupply() view returns (uint256)
5000
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlistSaleEnd(uint256 publicSaleStartTime) view returns (bool)
isAllowlistSaleOn(uint256 mintlistPrice, uint256 mintlistStartTime) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setupMintlistPrice(uint64 mintlistPrice, uint32 mintlistStartTime)
setupPublicSaleInfo(uint64 publicPriceWei, uint32 publicSaleStartTime)
teamMint(address addr, uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()