Drunken Monkey Members Club
Verified contract
Active on
Ethereum with 1,670 txns
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 "Drunken Monkey Members Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20927546 | a month ago | | | 0 | 0.00041663106 | |
| 20927539 | a month ago | | | 0 | 0.00043932706 | |
| 19983882 | 6 months ago | | | 0 | 0.0012308604 | |
| 19613227 | 7 months ago | | | 0 | 0.0018038885 | |
| 19227546 | 9 months ago | | | 0 | 0.0020760561 | |
| 18892863 | a year ago | | | 0 | 0.0011081709 | |
| 18825320 | a year ago | | | 0 | 0.00098751682 | |
| 18825319 | a year ago | | | 0 | 0.0017406060 | |
| 18769502 | a year ago | | | 0 | 0.0014738075 | |
| 18350522 | a year ago | | | 0 | 0.00040196851 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
privateMint(uint256 _amount) payable
publicMint(uint256 _amount) payable
renounceOwnership()
reserve(uint256 _amount, address _address)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] _merkleProof) payable
withdraw() payable
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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()