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 "Ghosted"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17442322 | a year ago | | | 0 | 0.00052333501 | |
| 16250772 | 2 years ago | | | 0 | 0.00060325838 | |
| 16087122 | 2 years ago | | | 0 | 0.00057013469 | |
| 16084808 | 2 years ago | | | 0 | 0.00091818848 | |
| 16084594 | 2 years ago | | | 0 | 0.00076529881 | |
| 15903981 | 2 years ago | | | 0 | 0.0010003241 | |
| 15878798 | 2 years ago | | | 0 | 0.00050856980 | |
| 15876150 | 2 years ago | | | 0 | 0.0010467188 | |
| 15874821 | 2 years ago | | | 0 | 0.00048842255 | |
| 15873970 | 2 years ago | | | 0 | 0.00041516602 |
ABI
ABI objects
Getter at block 21266907
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
devMint(uint256 _mintAmount, address destination)
mint(uint256 tokens)
pause(bool _state)
renounceOwnership()
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 _newBaseURI)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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 _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()