Cumgoblins
Verified contract
Active on
Ethereum with 292 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 "Cumgoblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15067741 | 2 years ago | | | 0 | 0.00085567465 | |
| 15006044 | 2 years ago | | | 0 | 0.0012345531 | |
| 14998254 | 2 years ago | | | 0 | 0.00068091448 | |
| 14984929 | 2 years ago | | | 0 | 0.00098680502 | |
| 14963110 | 2 years ago | | | 0 | 0.0016790439 | |
| 14963109 | 2 years ago | | | 0 | 0.0021283017 | |
| 14963107 | 2 years ago | | | 0 | 0.0032838852 | |
| 14943201 | 2 years ago | | | 0 | 0.0020896800 | |
| 14927215 | 2 years ago | | | 0 | 0.0030312657 | |
| 14927206 | 2 years ago | | | 0 | 0.0073461197 |
ABI
ABI objects
Getter at block 21218400
MAX_SUPPLY() view returns (uint256)
5300
PUBLIC_MINT_LIMIT() view returns (uint256)
300
PUBLIC_MINT_LIMIT_TXN() view returns (uint256)
20
baseURI() view returns (string)
ipfs://bafybeihavdppkawnm27zgnajifszsy7voces7oro7dhlwwzmnhmtxjaauq/
freeSale() view returns (bool)
true
name() view returns (string)
Cumgoblins
owner() view returns (address)
0x639526b935670021ffbf2d967f33c9a1bb0be89a
publicPrice() view returns (uint256)
3000000000000000
publicSale() view returns (bool)
false
symbol() view returns (string)
cgbl
totalSupply() view returns (uint256)
607
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numUserMints(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
userMintedFree(address) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setFreeEnabled(bool _state)
setPublicEnabled(bool _state)
setPublicPrice(uint256 _publicPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
URIQueryForNonexistentToken()