CheeringGhosts
Verified contract
Active on
Ethereum with 248 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 "CheeringGhosts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15606441 | 2 years ago | | | 0 | 0.00011828181 | |
| 15604008 | 2 years ago | | | 0.00006 | 0.00021890861 | |
| 15604008 | 2 years ago | | | 0.00006 | 0.00021890861 | |
| 15604008 | 2 years ago | | | 0.00006 | 0.00021890861 | |
| 15604008 | 2 years ago | | | 0.00006 | 0.00021890861 | |
| 15604008 | 2 years ago | | | 0.00006 | 0.00021890861 | |
| 15604006 | 2 years ago | | | 0.00006 | 0.00019925143 | |
| 15604001 | 2 years ago | | | 0 | 0.00082161361 | |
| 15604000 | 2 years ago | | | 0 | 0.00087136219 | |
| 15604000 | 2 years ago | | | 0 | 0.00087136219 |
ABI
ABI objects
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 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)
State-modifying
Events PublicMint(uint256 amount) payable
approve(address to, uint256 tokenId)
burn(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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()