NeonClione
Verified contract
Active on
Ethereum with 840 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 "NeonClione"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15133431 | 2 years ago | | | 0 | 0.00070592827 | |
| 15133387 | 2 years ago | | | 0 | 0.0017672032 | |
| 15003079 | 2 years ago | | | 0 | 0.010311791 | |
| 14976884 | 2 years ago | | | 0 | 0.00090141953 | |
| 14950482 | 3 years ago | | | 0 | 0.0011381044 | |
| 14950226 | 3 years ago | | | 0 | 0.00071735363 | |
| 14947093 | 3 years ago | | | 0 | 0.0019491363 | |
| 14945297 | 3 years ago | | | 0 | 0.0031502166 | |
| 14945275 | 3 years ago | | | 0 | 0.0035149735 | |
| 14945225 | 3 years ago | | | 0 | 0.0054548796 |
ABI
ABI objects
Getter at block 21389070
_maxSupply() view returns (uint32)
10000
_metadataURI() view returns (string)
https://metadata.neonclione.xyz/json/
_price() view returns (uint256)
5000000000000000
_publicMinted() view returns (uint32)
1044
_publicSupply() view returns (uint32)
9500
_started() view returns (bool)
true
_teamMinted() view returns (uint32)
150
_teamSupply() view returns (uint32)
500
_walletLimit() view returns (uint32)
10
name() view returns (string)
NeonClione
owner() view returns (address)
0x2cf18ca8182293e4bf18a86e0f794fb7c7ddd303
symbol() view returns (string)
NC
totalSupply() view returns (uint256)
1194
Read-only
_status(address minter) view returns (struct NeonClioneStatus)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address[] tos, uint32[] amounts)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
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(uint256 price, uint32 maxSupply, uint32 teamSupply, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()