CloudGhostFace
Verified contract
Active on
Ethereum with 459 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 "CloudGhostFace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17810382 | a year ago | | | 0 | 0.00061965422 | |
| 17731967 | a year ago | | | 0 | 0.00089696331 | |
| 17515853 | a year ago | | | 0 | 0.0010823937 | |
| 17515810 | a year ago | | | 0 | 0.0010443374 | |
| 17466645 | a year ago | | | 0 | 0.00072176818 | |
| 17465376 | a year ago | | | 0 | 0.00076254051 | |
| 17465281 | a year ago | | | 0 | 0.00055152000 | |
| 17465213 | a year ago | | | 0 | 0.00071621530 | |
| 17465156 | a year ago | | | 0 | 0.00082637066 | |
| 17465156 | a year ago | | | 0 | 0.00082637066 |
ABI
ABI objects
Getter at block 21380065
cost() view returns (uint256)
2000000000000000
freeAmount() view returns (uint256)
2
hiddenMetadataUrl() view returns (string)
CGF
isRevealed() view returns (bool)
true
maxFreeSupply() view returns (uint256)
900
maxPerWallet() view returns (uint256)
12
maxSupply() view returns (uint256)
999
name() view returns (string)
CloudGhostFace
owner() view returns (address)
0x0c6b8cdfdd1d1ba51354b76354b854e1ffe2debc
pause() view returns (bool)
false
symbol() view returns (string)
CloudGhostFace
totalSupply() view returns (uint256)
999
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)
userBalance(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURL)
setCost(uint256 _newCost)
setFreeAmount(uint256 _newAmt)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxPerWallet(uint256 _newAmt)
setMaxSupply(uint256 newMaxSupply)
setPause(bool _state)
sethiddenMetadataUrl(string _hiddenMetadataUrl)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseMetadataUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()