Ghosted

Verified contract

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

No balances found for "Ghosted"

0xe7df0c579fb6c56a12890741a02e325f592a4bf48430c55ecba3189cb21316ae
0x6f9137752654ffa7eea574ad54c53cf595cf5374a55ba9644491125f40aa89ab
0xa0c50ea984d6fe4f52937f49b7be96bda526f0d126ce0d8335f661f233789576
0x8d95b405e46055056c0aab26b90497f8093a9db4df4c22e097c597f5e98bdc18
0x403952b4e1deb639d21f99bcf27ef35554f4e3b53338204bcd2a3a6f79aca743
0x4f2497696eddb4cfb356432f11a7c303751c037dcae32cf9b7d0219775197984
0x4f0e90497954248343e6dc00dd732bf4d50ac1997351a916b3a9ddebfde300e7
0x2d3beaba0c3f7a0edabc1b849c552f9158bf28d9d0f106b545f5e11491880c56
0x99800c6ced5ee13019665208ab0a14ff71bdbbc2d1b2069e7d4925dbb814dd38
0xa24e29b7e4dfdd97698181a585b608eefcf8490f6048b430f4cc297cd5eef6ed

Functions
Getter at block 20911540
MaxperWallet(view returns (uint256)
10
baseURI(view returns (string)
ipfs://bafybeicffrpzwdqk7bpvgnxtr2mt4f3ti4rdqwveg22p46ua5cypka32nu/
maxSupply(view returns (uint256)
6666
name(view returns (string)
Ghosted
owner(view returns (address)
0xdeb1c8761c62278b4b136d8e48dddb737a3bc3fc
paused(view returns (bool)
false
symbol(view returns (string)
GHOST
totalSupply(view returns (uint256)
6666
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
devMint(uint256 _mintAmountaddress destination
mint(uint256 tokens
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxPerWallet(uint256 _limit
setMaxsupply(uint256 _newsupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

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