Non Visible Art
Verified contract
Active on
Ethereum with 683 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 "Non Visible Art"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20608249 | 3 months ago | | | 0 | 0.000038471757 | |
| 17899886 | a year ago | | | 0 | 0.0013758679 | |
| 17256491 | a year ago | | | 0 | 0.0016520390 | |
| 16988603 | 2 years ago | | | 0 | 0.0012593538 | |
| 16717530 | 2 years ago | | | 0 | 0.00079274295 | |
| 16634687 | 2 years ago | | | 0 | 0.0022576644 | |
| 16586545 | 2 years ago | | | 0 | 0.0016892271 | |
| 16307025 | 2 years ago | | | 0 | 0.00084576491 | |
| 16306984 | 2 years ago | | | 0 | 0.00053457113 | |
| 16306979 | 2 years ago | | | 0 | 0.00077845477 |
ABI
ABI objects
Getter at block 21162772
_baseTokenURI() view returns (string)
https://ipfs.io/ipfs/bafybeidazhj6p6n4bk24nqed3sr4wtsqajkeuvzzwwpmw7j4yntbbfup7y/
_price() view returns (uint256)
10000000000000000
_uriSuffix() view returns (string)
.json
freeMints() view returns (uint256)
222
isSaleActive() view returns (bool)
true
maxAmountPerTX() view returns (uint256)
2
maxFreeMintsPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
777
maxTotalMintsPerWallet() view returns (uint256)
3
name() view returns (string)
Non Visible Art
owner() view returns (address)
0xcf37023b066f904af6235d867217fd92e060ce99
priceIncreaseX() view returns (uint256)
7
reservedAssets() view returns (uint256)
40
symbol() view returns (string)
NVA
totalSupply() view returns (uint256)
777
Read-only
assetOfOwner(address _owner) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
gift(uint256[] quantity, address[] recipient)
mintNFT(uint256 numAssets) payable
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)
setPrice(uint256 newPrice)
setProxyRegistryAddress(address proxyAddress)
setUriSuffix(string uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(string baseURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()