Neon Junkies
Verified contract
Active on
Ethereum with 6,167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x2252…0176
Balances ($0.00)
No balances found for "Neon Junkies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241761 | 3 days ago | | | 0 | 0.00020682435 | |
| 21092417 | 24 days ago | | | 0 | 0.00029800395 | |
| 21092337 | 24 days ago | | | 0 | 0.00035892123 | |
| 20586603 | 3 months ago | | | 0 | 0.00014975132 | |
| 20322752 | 4 months ago | | | 0 | 0.00012739206 | |
| 20260332 | 5 months ago | | | 0 | 0.000092008116 | |
| 20258061 | 5 months ago | | | 0 | 0.00021707674 | |
| 20204913 | 5 months ago | | | 0 | 0.00039652007 | |
| 20194213 | 5 months ago | | | 0 | 0.000072945109 | |
| 20009224 | 6 months ago | | | 0 | 0.00060155603 |
ABI
ABI objects
Getter at block 21262975
BUY_START_TIMESTAMP() view returns (uint256)
1630620000
MAX_BUY() view returns (uint256)
6377
MAX_CLAIM() view returns (uint256)
3623
baseURI() view returns (string)
ipfs://QmawBadqVUCQgciDzZt9uQP3oWaSEaaAvhJuV5YgS4tseV/
maxNFTPurchase() view returns (uint256)
10
name() view returns (string)
Neon Junkies
nftPrice() view returns (uint256)
40000000000000000
owner() view returns (address)
0x31ed6272ee42493e0d898a595d15e9fb55196f32
saleIsActive() view returns (bool)
true
soldAmount() view returns (uint256)
6377
symbol() view returns (string)
JUNKIES
totalSupply() view returns (uint256)
9135
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) view returns (bool)
numberOfClaimableTokens(address user) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
buyJunkies(uint256 numberOfTokens) payable
claimJunkies(uint256 numberOfTokens)
flipSaleState()
renounceOwnership()
reserveNFTs(address _to, uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxBuy(uint256 _maxValue)
setMaxToMint(uint256 _maxValue)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.