CheeringGhosts

Verified contract

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

No balances found for "CheeringGhosts"

0x5bbbd75c56279ffedb418e1f6817aea088d3af95dcb195974c8826cc058c3ff4
0x71fa5dbb31b59931542979fb11baa0d5fe0ef5a3507eb707e7d8b649122bffe9
0x98d78de54f4712c4e04f307d844498624af05f110c3b5fd9d43cd6390c454752
0x48bc931639c8c97265f39bd7993a5fda5bb64ca5bcdaf0297a130d4f9437f2a6
0xf24a9e8289e53d6a40dd1374c6d1fadb45d0bbded63abdb73869389ac455bc8e
0xd32583f534923f82177febb5f5a3bb9c148678a759319589253dae6f1b10f8c5
0x0e43188efba659f01fbf1c475fcdf83cab12043b19459ff60d81ececadfd76a9
0xe24084bd796bcf0ddb90014940cfc19973b766feef0902ec49ed5854cd63dbc6
0xfd08bb1481331bdd0924be7d10d5528823bb8f155c4c14186e34f0269c25783b
0x98c647aeee950cb12ede364b5a946ea37fc720b0aa5d2600715f418c403a6d81

Functions
Getter at block 21313762
maxPerTx(view returns (uint32)
6
maxSupply(view returns (uint32)
333
mintPrice(view returns (uint256)
5000000000000000
name(view returns (string)
CheeringGhosts
owner(view returns (address)
0x542bbe4832448efd7b3fbf65f27cb209105576e8
symbol(view returns (string)
CG
totalSupply(view returns (uint256)
100
uriPrefix(view returns (string)
ipfs://bafybeigth2a55y3frb4xxkimdl5csjf6dqly26wbren4ix2qrgbgdb4oiq/
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
PublicMint(uint256 amountpayable 
approve(address touint256 tokenId
burn(uint256 amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setUri(string uri
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(