ne0n gh0sts
Verified contract
Active on
Ethereum with 2,241 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 "ne0n gh0sts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20564891 | 3 months ago | | | 0 | 0.00010264252 | |
| 18321115 | a year ago | | | 0 | 0.00080851222 | |
| 17896020 | a year ago | | | 0 | 0.00083302877 | |
| 16825576 | 2 years ago | | | 0 | 0.00069023448 | |
| 16810227 | 2 years ago | | | 0 | 0.0011467885 | |
| 16765712 | 2 years ago | | | 0 | 0.0022067720 | |
| 16765207 | 2 years ago | | | 0 | 0.0016221142 | |
| 16762931 | 2 years ago | | | 0 | 0.0015467838 | |
| 16760839 | 2 years ago | | | 0 | 0.0012759711 | |
| 16760839 | 2 years ago | | | 0 | 0.0012759711 |
ABI
ABI objects
Getter at block 21201382
FREE_Mint_PRICE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1111
MintingLive() view returns (bool)
true
PAID_Mint_LIMIT() view returns (uint256)
20
PAID_Mint_PRICE() view returns (uint256)
1500000000000000
baseURI() view returns (string)
https://chocolate-keen-rhinoceros-217.mypinata.cloud/ipfs/QmeJfu1B6Lt3KhEWDsFnqSDpMS2ZKPar8E3ugERtbUEfrW/
name() view returns (string)
ne0n gh0sts
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x888d8923af980c72e2c75b2d53e71c8327d7cade
symbol() view returns (string)
NG
totalSupply() view returns (uint256)
1111
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 MintFree()
MintPaid(uint256 qty) payable
airdrop(address addr, uint256 amount)
approve(address operator, uint256 tokenId) payable
collectReserves()
configPAID_Mint_PRICE(uint256 newPAID_Mint_PRICE)
paused()
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 uri)
setOperatorFilteringEnabled(bool value)
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 baseURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
FreeMintLimitReached()
InsufficientPayment()
MintERC2309QuantityExceedsLimit()
MintExceedsMaxSupply()
MintToZeroAddress()
MintZeroQuantity()
MintingNotLive()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PaidMintLimitReached()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()