NiftyBuilderInstance
Verified contract
Active on
Ethereum with 84 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"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19885590 | 6 months ago | | | 0 | 0.00015202437 | |
| 19735387 | 7 months ago | | | 0 | 0.00040632573 | |
| 18753189 | a year ago | | | 0 | 0.0013805064 | |
| 18749234 | a year ago | | | 0 | 0.0032908680 | |
| 18747073 | a year ago | | | 0 | 0.0011840122 | |
| 18580739 | a year ago | | | 0 | 0.0015743778 | |
| 18117390 | a year ago | | | 0 | 0.00034201157 | |
| 18117318 | a year ago | | | 0 | 0.0017283231 | |
| 17354651 | a year ago | | | 0 | 0.0027654000 | |
| 17208714 | 2 years ago | | | 0 | 0.0063466740 |
ABI
ABI objects
Getter at block 21171133
_defaultOwner() view returns (address)
0xe052113bd7d7700d623414a0a4585bcae754e9d5
_id() view returns (uint256)
221
_typeCount() view returns (uint256)
2
creator() view returns (string)
THANKYOUX
name() view returns (string)
SAW THE FUTURE by ThankYouX
symbol() view returns (string)
SAWTHEFUTUREBYTHANKYOUX
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.