Cube Monkeys Business Cards
Verified contract
Active on
Ethereum with 1,376 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 "Cube Monkeys Business Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15433751 | 2 years ago | | | 0 | 0.00035713395 | |
| 15432157 | 2 years ago | | | 0 | 0.00022338324 | |
| 15432042 | 2 years ago | | | 0 | 0.00032892444 | |
| 15430962 | 2 years ago | | | 0 | 0.00054263737 | |
| 15429337 | 2 years ago | | | 0 | 0.00042473631 | |
| 15429273 | 2 years ago | | | 0 | 0.00061399775 | |
| 15429251 | 2 years ago | | | 0 | 0.00025947264 | |
| 15429228 | 2 years ago | | | 0 | 0.00043164986 | |
| 15429182 | 2 years ago | | | 0 | 0.00033232851 | |
| 15429168 | 2 years ago | | | 0 | 0.00042388099 |
ABI
ABI objects
Getter at block 21309889
WLpaused() view returns (bool)
true
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmZcbNbT3sC84UK1ddF8mzhWhvdN9Ad7XDKQALjdLgCDNM/hidden.json
maxMintAmountPerWallet() view returns (uint8)
10
maxSupply() view returns (uint16)
10000
name() view returns (string)
Cube Monkeys Business Cards
owner() view returns (address)
0x4e59a2d152a3297dc4fbbaa5c176f4a12ab96a21
paused() view returns (bool)
true
revealed() view returns (bool)
false
symbol() view returns (string)
CMBC
totalSupply() view returns (uint256)
10000
whitelistMerkleRoot() view returns (bytes32)
0xc9fc5d9d2b8b0d9c641b338271855d94ad88ad95a92d31a69cbf0db57a771b24
Read-only
NFTPerAddress(address) view returns (uint8)
NFTPerWLAddress(address) view returns (uint8)
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 Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerWallet(uint8 _limit)
setPaused()
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setWLPaused()
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 _mintAmount, bytes32[] merkleProof) payable
withdraw()
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()