Ghostly Friends

Verified contract

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

No balances found for "Ghostly Friends"

0x039bcbac6c08bb64ea104f38edf3661e2dc359fddd97ec9a05a7c47d6eafc7c1
0x9eaddcc2f2818afe81e7f18eb9a5c967ba0d480687dcd1733a5854d5da640aff
0x426ff38e5d7ac783c28e3824d593ee86f71a19c3da2638ca8662093c4cf16f49
0x103f135a7b55e5809b76c06def01eeea49c0416e335ce2ec0704de4f1f6090c3
0x6d457c32733ca0499d8ea22a63a13e7e9643eea99bc94f1d10f1378b7a51f639
0x22a02f4b44f3a3815816fa6264c64f0471c56e88db075ca869fe6d4c8fb08903
0x88bda6ea65190fd7682cb4eda4c2f8e47176f93992cbc1f8c133de9c5fbe2ca7
0xb92d8f3c00ac7da3dc8c3fb1c677eebfa576f8fa0160b1ee36f4f7be79aaf9e7
0x7bef4e0aa62367cf6049c3ab30a997b7fc1972a696754e5c3627ec804f54a01d
0xcf7de9a501e10685dc785b361829b59a0a2bced9948552407327fc3b52a10310

Functions
Getter at block 21210795
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmdcQiMPaSVcHNoiZwPP974BhSs1vn7bQD19dPmAui64A6/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0xb207b68a81c25170d3f2b23ba6d24ff981508c4e553a130b4953f3a4ae9dc0ce
name(view returns (string)
Ghostly Friends
owner(view returns (address)
0x1fa1af07d8c24ddd628c52be26da1f58e98c1fa3
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
GFN
totalSupply(view returns (uint256)
5000
uriPrefix(view returns (string)
ipfs://QmQSQm25NunDoutKEJ6nDazoXJpciyGf8LQH96CusT52ZH/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
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)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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