Cumgoblins

Verified contract

Active on Ethereum with 292 txns
Deployed by via 0x05786100 at 14917371
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cumgoblins"

0x78aee9efed6a01d4413fcc762a0c463d3546397d9e682e3cd89126df35f03808
0xe3719b37d8a403c7f828713222bb18415bc6f64ecd3636436e77ab73dbd45e04
0xfadc8feb1559571e757a271743f1ee2eb2526bff5b03a35f164f06e863843b07
0xde307d97cc1b9c0048aadd3a9613941394a0480d6d812022caf3a982a2433576
0xa8fe90709cab3eeb544cc64fad51f300b5e80a7a512a7d075e5e696e4f4f1ffc
0xcb2725bba50403affdca1774ee07ea2f1bfe50e62a999ebb111bf2b8a2f7b675
0xae0f82f7e4f9612231044eaa52a0da84dc3549a2dd7445a0460c1da876203994
0xca2ce466ba2928f1c13821c07d09b31d935162bc68717de24865aba8defb80d8
0xd8a56fdccdfa47d84aa69b4c052650c1b5572f4775ac10dcbfb77a13f485d95c
0x006da4f4516ad5ee306f26f51bff4a693ce473c84bce7e457dd35c44de2ad56f

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numUserMints(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
userMintedFree(addressview returns (bool)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
freeMint(uint256 quantitypayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string _contractURI
setFreeEnabled(bool _state
setPublicEnabled(bool _state
setPublicPrice(uint256 _publicPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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