Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Draffes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19346730 | 9 months ago | | | 0 | 0.0013258971 | |
| 18353209 | a year ago | | | 0 | 0.00013157563 | |
| 17060469 | 2 years ago | | | 0 | 0.00061614697 | |
| 16540936 | 2 years ago | | | 0 | 0.00040173200 | |
| 16360834 | 2 years ago | | | 0 | 0.00069772704 | |
| 16360831 | 2 years ago | | | 0 | 0.00065219752 | |
| 16360827 | 2 years ago | | | 0 | 0.00067078566 | |
| 16319631 | 2 years ago | | | 0 | 0.00072644927 | |
| 16268868 | 2 years ago | | | 0 | 0.00085022400 | |
| 16232226 | 2 years ago | | | 0 | 0.00061987720 |
ABI
ABI objects
Getter at block 21403008
ALLOWLISTPRICE() view returns (uint256)
60000000000000000
ALLOWLISTSUPPLY() view returns (uint256)
3712
COMMUNITYSPLIT() view returns (uint256)
90
DONATIONSPLIT() view returns (uint256)
10
MAXMINTSPERALLOWLIST() view returns (uint256)
2
MAXMINTSPERPUBLIC() view returns (uint256)
5
MAXSUPPLY() view returns (uint256)
5000
PUBLICPRICE() view returns (uint256)
80000000000000000
baseURI() view returns (string)
ipfs://QmQiweBTx9nCwqvHLf6ivcwZTSDhyzGPuHDzDEXXQYv1AR/
communityWallet() view returns (address)
0xa81f5365851a2fe91ec44aec48ddc1b4eecca179
donationWallet() view returns (address)
0x5aa11eed331dfcdb03e7df639509d1a2a04a9ea6
isAllowlistMintActive() view returns (bool)
false
isPublicMintActive() view returns (bool)
false
maxReserveMintRemaining() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x201bf1802fbf7220ccae3cad829138b920e955cc89beede896c0813494576083
name() view returns (string)
Draffes
owner() view returns (address)
0x85eb62f5748e50aad4584b2bc9e0176fbe247b49
symbol() view returns (string)
DRAFFE
totalSupply() view returns (uint256)
413
Read-only
allowlistMintsPerAddress(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintsPerAddress(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 _quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
publicMint(uint256 _quantity) payable
renounceOwnership()
reservedMint(uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setCommunityWallet(address _newCommunityWallet)
setDonationWallet(address _newDonationWallet)
setMerkleRoot(bytes32 _root)
toggleAllowlistMint()
togglePublicMint()
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()