Draffes

Verified contract

Active on Ethereum with 515 txns
Deployed by via 0x36b3358a at 14544553
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Draffes"

0x0a58187c94d9cd968f04cd196294ca54d4004b97e7ad9ff5c50c33fd29e52bdf
0xecb81fedb97b13d49ca47965e94513c22fc92ad679ebae8d7e3aa74d0154b29f
0x5344367d92033fb99004be4cfc3231c2dbc399857c03d3655f46ea322240aeda
0x32f61e7e73070fde4f8343351a3c6a2c147eb145d324017d7915e296b49bbff6
0xad9925149a2758ec3bdbdf6691ff235edbdbbf38da3918484be54c54b4a46c0f
0x3b46d947b5f5d633e46e9a31433c0176131048b85c515752c0cb925945484770
0x91b0a646579458c378f12a91102efd6d00eaf504c88a0db5c799b3946d646a69
0x068951038a45288f0dbfead1ed72339566fea95001a200c13b2bc44d1ac95e8c
0xa955c7f599152da1926380e339bc07889786fab6d8c8cabb7ab2d8e8ec8c25ad
0x06e40b195ca924b92483623ecceaa6c3ff1bcf5688c248cbf54bc6b0c88e6d5d

Functions
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(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintsPerAddress(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint256 _quantitybytes32[] _merkleProofpayable 
approve(address touint256 tokenId
publicMint(uint256 _quantitypayable 
renounceOwnership(
reservedMint(uint256 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setCommunityWallet(address _newCommunityWallet
setDonationWallet(address _newDonationWallet
setMerkleRoot(bytes32 _root
toggleAllowlistMint(
togglePublicMint(
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(