NiftyBuilderInstance
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NiftyBuilderInstance"
ABI
ABI objects
Getter at block 21123318
_defaultOwner() view returns (address)
0xe052113bd7d7700d623414a0a4585bcae754e9d5
_id() view returns (uint256)
94
_typeCount() view returns (uint256)
7
creator() view returns (string)
Annibale Siconolfi
name() view returns (string)
Utopia vs Dystopia - Part II by Annibale Siconolfi
symbol() view returns (string)
UTOPIAVSDYSTOPIAPARTIIBYANNIBALESICONOLFI
Read-only
_getFinalized(uint256 niftyType) view returns (bool)
_mintCount(uint256) 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)
tokenIPFSHash(uint256 tokenId) view returns (string)
tokenName(uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintNifty(uint256 niftyType, uint256 count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFinalized(uint256 niftyType)
setNiftyIPFSHash(uint256 niftyType, string hashIPFS)
setNiftyName(uint256 niftyType, string niftyName)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 id, uint256 typeCount, string baseURI, string creator_, address niftyRegistryContract, address defaultOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.