Infinite Sculptures by Jon Noorlander
Verified contract
Active on
Ethereum with 983 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 "Infinite Sculptures by Jon Noorlander"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20799935 | a month ago | | | 0 | 0.00072339811 | |
| 20700591 | 2 months ago | | | 0 | 0.00044875080 | |
| 20500155 | 3 months ago | | | 0 | 0.000043956375 | |
| 20499733 | 3 months ago | | | 0 | 0.000050302048 | |
| 20499669 | 3 months ago | | | 0 | 0.00020149626 | |
| 18903067 | 10 months ago | | | 0 | 0.0019445868 | |
| 18886079 | 10 months ago | | | 0 | 0.0012448516 | |
| 18467323 | a year ago | | | 0 | 0.00094068965 | |
| 17043081 | 2 years ago | | | 0 | 0.0010851627 | |
| 16984624 | 2 years ago | | | 0 | 0.0064320948 |
ABI
ABI objects
Getter at block 21124340
baseURI() view returns (string)
https://api.niftygateway.com/infinitesculptures/
contractId() view returns (uint256)
111
isClosed() view returns (bool)
false
masterBuilderContract() view returns (address)
0x6efb06cf568253a53c7511bd3c31ab28becb0192
name() view returns (string)
Infinite Sculptures by Jon Noorlander
nameOfCreator() view returns (string)
Jon Noorlander
niftyRegistryContract() view returns (address)
0x6e53130ddff21e3bc963ee902005223b9a202106
numNiftiesCurrentlyInContract() view returns (uint256)
2
symbol() view returns (string)
INFINITESCULPTURESBYJONNOORLANDER
totalSupply() view returns (uint256)
645
Read-only
_IPFSHashHasBeenSet(uint256) view returns (bool)
_niftyIPFSHashes(uint256) view returns (string)
_niftyPrice(uint256) view returns (uint256)
_numNiftyMinted(uint256) view returns (uint256 _value)
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)
tokenIPFSHash(uint256 tokenId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
closeContract()
giftNifty(address collector_address, uint256 niftyType)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setNiftyIPFSHash(uint256 niftyType, string ipfs_hash)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NiftyCreated(address new_owner, uint256 _niftyType, uint256 _tokenId)
NiftyPurchased(address _buyer, uint256 _amount, uint256 _tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 contract_id, uint256 num_nifties, string base_uri, string name_of_creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.