GCP

Verified contract

Active on Ethereum with 695 txns
Deployed by via 0xe2886222 at 15816328
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $10.5
0x8b9735895e9aa81a9037d761021a86e1b51d0c5f99b63d8203d33fa473ff0378
0x3ff5d615bb543ca3ee8301125c05a64ad8f721370a780ea2dadcc44abc13c89e
From
0x4b062d545febf634ddd57aab21e91889bbd8e168928eda818e091db1d207d3c5
0xdcdd1181be9ac999a3e465289f1a4b4e1a5d41e1c3f19c2aded6709479fdc077
0x6e1cb6fc22a9282d61843444d8dab56e18118f63e081585b44d57fc1a0f70680
0x9c27e02a6f5ad6a7cfbc4c2ccedd70f49d25d68e556e8bc3a7c0ab25a163e19e
0x91d9f43df37963f8efbc92722da7771e74c06d469cea993194c2398ddbe6b03c
0xd6f48bdb731ac4f68edaed825a6f840285b30329cbebfa71653229fd5509eeaa
0x37c79a8539a4bdf1f9ecf39891bd1d10a42835398a7d04a6301bbd7b7829ce59
0x597ce5e70e547ee1499200b4b8f3888d59f4ca6bafc4dfec7d5d0128d02e8774

Functions
Getter at block 20977505
MAX_SUPPLY(view returns (uint256)
5555
baseTokenURI(view returns (string)
ipfs://bafybeifpjwfz3snh4c6eydflsvkb76yoyngwgy74fd3qmv3anmnmgpvojy/
isPublicSaleActive(view returns (bool)
true
metadataFrozen(view returns (bool)
false
name(view returns (string)
GCP
owner(view returns (address)
0x68606fe88e8159ad8daa2ddc8043042c8ef17ecb
paused(view returns (bool)
false
publicMintsAllowedPerAddress(view returns (uint256)
10
publicMintsAllowedPerTransaction(view returns (uint256)
10
publicPrice(view returns (uint256)
0
royaltyAddress(view returns (address)
0x68606fe88e8159ad8daa2ddc8043042c8ef17ecb
royaltyFee(view returns (uint96)
500
symbol(view returns (string)
GCP
totalSupply(view returns (uint256)
5552
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payoutAddresses(uint256view returns (address)
payoutPercentages(uint256view returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
userExpires(uint256 tokenIdview returns (uint256)
userOf(uint256 tokenIdview returns (address)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
gift(address[] receiversuint256 mintNumber
mint(uint256 numTokenspayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPublicMintsAllowedPerAddress(uint256 _mintsAllowed
setPublicMintsAllowedPerTransaction(uint256 _mintsAllowed
setPublicPrice(uint256 _publicPrice
setPublicSaleState(bool _saleActiveState
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
setUser(uint256 tokenIdaddress useruint64 expires
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
UpdateUser(uint256 indexed tokenIdaddress indexed useruint64 expires
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SetUserCallerNotOwnerNorApproved(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(