Drunken Monkey Members Club

Verified contract

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

No balances found for "Drunken Monkey Members Club"

0x080c237bb86c46a422c5e745934f18030479060e2791769d22241e58284022e8
0xcd60d3db09bdb17e5e3ccc292cf3ffe5d472afee95cea06dac30e4c6af57e31b
0xc8360b0e72d5d0a2838ab9b41e6c5bbb5df2550d8df3239626b71eb276fca4c7
0x1b81637c0e9228110257bd671297055f016f60422917cfbdb0a75d4d40acbfa4
0x96fc6badc663a8df840f9a04b8c455a305244b0290ec6784d874f1ddf6e0999a
0x881930a28e3f8174764da07cab5934610986f68d0cad5570299475e44cff4f01
0x20a6cfcb0c33a1710a5e396a206712a010475d33a2a854f432b3a7f84b72bd35
0x21c2841c89151ad356b391035becedae3119c5611146812a079930a7930c239a
0x1f0915d59fec117aa1bf5aca5727c1db38f338a5929ff9f6f1d3547d8f2d30ba
0x3dabf9ca0cba06f2c6430c3e22d46c85e191a864bf4edb329ab06f0a950d0a51

Functions
Getter at block 21215076
PRIVATE_MINT_SUPPLY(view returns (uint256)
1050
PUBLIC_MINT_MAX_SUPPLY(view returns (uint256)
9995
WHITELIST_MINT_MAX_SUPPLY(view returns (uint256)
4000
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://client-api.dmmc.app/v1/metadata/
isPrivateMintActive(view returns (bool)
false
isPublicMintActive(view returns (bool)
false
isWhitelistMintActive(view returns (bool)
false
maxMintPerTx(view returns (uint256)
5
name(view returns (string)
Drunken Monkey Members Club
owner(view returns (address)
0xa885468fb21c77930b3e973e47c09a49b57e9489
privateMintCost(view returns (uint256)
100000000000000000
provenanceHash(view returns (string)
publicMintCost(view returns (uint256)
1000000000000000000
symbol(view returns (string)
DMMC
totalSupply(view returns (uint256)
2207
whitelistMerkleRoot(view returns (bytes32)
0x633e86c235b79d115238f12a34230edffc2177dfb5cffe59b5f68a39004e09ec
whitelistMintCost(view returns (uint256)
500000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
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)
State-modifying
approve(address touint256 tokenId
privateMint(uint256 _amountpayable 
publicMint(uint256 _amountpayable 
renounceOwnership(
reserve(uint256 _amountaddress _address
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _baseExtension
setBaseURI(string _newBaseURI
setIsPrivateMintActive(bool _isPrivateMintActive
setIsPublicMintActive(bool _isPublicMintActive
setIsWhitelistMintActive(bool _isWhitelistMintActive
setMaxMintPerTx(uint256 _maxMintPerTx
setPrivateMintCost(uint256 _privateMintCost
setPublicMintCost(uint256 _publicMintCost
setSeedMerkleRoot(bytes32 _whitelistMerkleRoot
setSeedMintCost(uint256 _whitelistMintCost
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _amountbytes32[] _merkleProofpayable 
withdraw(payable 
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 _namestring _symbolstring _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

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