NFTAsset
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "NFTAsset"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTAsset"
ABI
ABI objects
Getter at block 22000238
account() view returns (string)
baseURI() view returns (string)
contractMetadataURI() view returns (string)
contractURI() view returns (string)
maxRedemptions() view returns (uint256)
1
name() view returns (string)
owner() view returns (address)
0xea7edbe6e3d04f39c6cfe7352040b72c1f166608
paused() view returns (bool)
false
service() view returns (address)
0xea7edbe6e3d04f39c6cfe7352040b72c1f166608
symbol() view returns (string)
Read-only
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)
tokenRedemptions(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(address _service, address _collectionWallet, string _account, string _nftName, string _nftSymbol)
mint(string _orgId, string _collectionId, string _ipfsMetadataUri, address _to)
pause()
redeem(uint256 _tokenId, uint256 _count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setContractURI(string _uri)
setMaxRedemptions(uint256 _maxRedemptions)
setName(string _name)
setService(address _service)
setSymbol(string _symbol)
setTokenURI(uint256 _tokenId, string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ContractURIUpdated()
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Redeem(uint256 indexed tokenId, uint256 count)
SetBaseURI(string uri)
SetContractURI(string uri)
SetService(address service)
SetTokenURI(uint256 tokenId, string uri)
TaggedTransfer(bytes indexed orgId, bytes indexed collectionId, string ipfsMetadataUri, address from, address to, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _service, address _collectionWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.