NiftyBuilderInstance
Verified contract
Active on
Ethereum with 26 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 21302837
_baseTokenURI() view returns (string)
https://api.niftygateway.com/masmetaopen/
countType() view returns (uint256)
3
creator() view returns (string)
Miss AL Simpson
id() view returns (uint256)
2
name() view returns (string)
META-MORPHOSES Open Editions by Miss Al Simpson
symbol() view returns (string)
METAMORPHOSESOPENEDITIONSBYMISSALSIMPSON
Read-only
_numNiftyMinted(uint256) view returns (uint256 _value)
_numNiftyPermitted(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)
giftNifty(address collector_address, uint256 nifty_type)
massMintNFTs(address collector_address, uint256 num_to_mint, uint256 nifty_type)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNiftyIPFSHash(uint256 nifty_type, string ipfs_hash)
setNiftyName(uint256 nifty_type, string nifty_name)
setNumNiftyPermitted(uint256 nifty_type, uint256 num_nifty_permitted)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 _id, uint256 _countType, string base_uri, string _creator, address masterBuilderContract, address niftyRegistryContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.