Cumming
Verified contract
Active on
Ethereum with 2,446 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 "Cumming"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263412 | 17 days ago | | | 0 | 0.00039722347 | |
| 21072068 | a month ago | | | 0 | 0.00035110863 | |
| 20889404 | 2 months ago | | | 0 | 0.00027251956 | |
| 20855570 | 2 months ago | | | 0 | 0.00029654247 | |
| 20796315 | 3 months ago | | | 0 | 0.00078059329 | |
| 20608378 | 4 months ago | | | 0 | 0.000075262727 | |
| 20492107 | 4 months ago | | | 0 | 0.00036141431 | |
| 20248144 | 5 months ago | | | 0 | 0.00015332449 | |
| 20221807 | 5 months ago | | | 0 | 0.0019638066 | |
| 20064223 | 6 months ago | | | 0 | 0.00046718000 |
ABI
ABI objects
Getter at block 21386212
_baseURL() view returns (string)
https://nft.cumming.wtf/metadata/
_provenanceHash() view returns (string)
_rootHash() view returns (bytes32)
0x28404a4e70249a2a028ac35fccdad51f39c52c537c546ec7866f57abd8b5f584
isMintOpen() view returns (bool)
true
isWhiteListOpen() view returns (bool)
false
maxSupply() view returns (uint256)
6969
name() view returns (string)
Cumming
owner() view returns (address)
0xf0da2f584c6c018e5c8d603878d049a8e295e14f
symbol() view returns (string)
CMG
totalSupply() view returns (uint256)
6969
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)
whiteListCapTracker(address wallet) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipMintState()
flipWhiteListState()
mint(uint256 amount)
renounceOwnership()
reservedMint(uint256 amount, address recipient)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURL(string newBaseURI)
setMaxSupply(uint256 newMaxSupply)
setProvenanceHash(string newProvenanceHash)
setRootHash(bytes32 newRootHash)
startFreeMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(uint256 amount, bytes32[] proof)
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.
This contract contains no error objects.