The Neon Raiders
Verified contract
Active on
Ethereum with 600 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 "The Neon Raiders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19179495 | 9 months ago | | | 0 | 0.0023759831 | |
| 19075450 | 10 months ago | | | 0 | 0.00031863649 | |
| 19065363 | 10 months ago | | | 0 | 0.00028921032 | |
| 19033157 | 10 months ago | | | 0 | 0.0015491074 | |
| 18438963 | a year ago | | | 0 | 0.00041948116 | |
| 18438961 | a year ago | | | 0 | 0.00042730566 | |
| 18438896 | a year ago | | | 0 | 0.00045721466 | |
| 18438893 | a year ago | | | 0 | 0.00078680083 | |
| 17446566 | a year ago | | | 0 | 0.00082331132 | |
| 17399336 | a year ago | | | 0 | 0.00099063628 |
ABI
ABI objects
Getter at block 21228942
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ipfs.io/ipfs/QmZnEaaXkYKeLJkHYJNTrRXZvNQpQtszdKzMMhZ1STXGqb/
contractURI() view returns (string)
ipfs://
freeLimit() view returns (uint256)
1
freeSupply() view returns (uint256)
500
maxSupply() view returns (uint256)
500
name() view returns (string)
The Neon Raiders
owner() view returns (address)
0x245690911a8a935e8378c289158700391e655ff3
paused() view returns (bool)
false
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
TNR
totalSupply() view returns (uint256)
500
transactionLimit() view returns (uint256)
3
Read-only
addressMintBalance(address) view returns (uint256)
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 approve(address to, uint256 tokenId)
configFreeLimit(uint256 _update)
configPrice(uint256 newPrice)
configSupplyFree(uint256 _update)
configTxLimit(uint256 _update)
devMint(uint256 quantity)
mint(uint256 _amount) payable
newbaseExtension(string newex)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()