NeonTools
Verified contract
Active on
Ethereum with 3,639 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 "NeonTools"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20985935 | a month ago | | | 0 | 0.00054478270 | |
| 20799074 | 2 months ago | | | 0 | 0.00025881148 | |
| 20185580 | 5 months ago | | | 0 | 0.00036513211 | |
| 19945266 | 6 months ago | | | 0 | 0.000092982581 | |
| 19743271 | 7 months ago | | | 0 | 0.00025833894 | |
| 19257311 | 9 months ago | | | 0 | 0.0010401640 | |
| 19124012 | 10 months ago | | | 0 | 0.00085361777 | |
| 18908284 | a year ago | | | 0 | 0.00053893555 | |
| 18907265 | a year ago | | | 0 | 0.00067739409 | |
| 18906080 | a year ago | | | 0 | 0.00042076214 |
ABI
ABI objects
Getter at block 21291377
MAX_SUPPLY() view returns (uint256)
1500
MINT_PRICE() view returns (uint256)
7000000000000000
name() view returns (string)
NeonTools
owner() view returns (address)
0x8923320e89e9a70db2bfce861b238ca58e8d8834
symbol() view returns (string)
NeonTools
totalSupply() view returns (uint256)
1500
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 activatePublicSale()
approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPublicSale(bool setActive, string _baseURI, uint256 maxPerTx, uint256 price)
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()