The Neon Raiders

Verified contract

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

No balances found for "The Neon Raiders"

0x4ef53f0ddd64f4200975d170dfca7005327c3239204454ecb24a3e7442836fa6
0x00a76c6e256aee82a9e562aaea16f4d87cab2d8353b55e7a79850d889fa03e79
0xee95a264da29ca78f0cbcb6015e6fca8821e987c46d3106aa8b5e02921289cf7
0x482ca882833aa74b1a815bd3c21f9f28a92b8efa5f51e61eea3d8cf24c6f9031
0x20d22022a72970028ca84be6b8812ac45cc911b7e08b213d920436c0ca60a31c
0x679cc5dfed1f7fc27a11ebe17d4ce510e0884dbaea804ecc7496695a5f98363d
0x02a6176ee8500a25cbae2cf7f82a8e2af25dfe0c289c4c49c8b1ba181efd37da
0x7fbe30464abca99a57af95b7c4805e5d52b605a8586cb39fd2085e98a3633b5e
0x13d6f1e4cdb4470d4ba54183bdf023ea51a9f7123cb07481e2ed05e8e81753bb
0x29ccb0513de19bbc3e6c727916139a2648a14ed9d2303029f6af135c4987edfd

Functions
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(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
configFreeLimit(uint256 _update
configPrice(uint256 newPrice
configSupplyFree(uint256 _update
configTxLimit(uint256 _update
devMint(uint256 quantity
mint(uint256 _amountpayable 
newbaseExtension(string newex
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(