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 "Legacy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216279 | 10 days ago | | | 0 | 0.0013468244 | |
| 21072467 | a month ago | | | 0 | 0.0011853386 | |
| 20714082 | 3 months ago | | | 0 | 0.00039797793 | |
| 20687385 | 3 months ago | | | 0 | 0.00020337938 | |
| 20452230 | 4 months ago | | | 0 | 0.00013353548 | |
| 20452184 | 4 months ago | | | 0 | 0.00010275916 | |
| 20166085 | 5 months ago | | | 0 | 0.00031138566 | |
| 20121514 | 5 months ago | | | 0 | 0.00042207166 | |
| 20105939 | 5 months ago | | | 0 | 0.00028254911 | |
| 20053764 | 6 months ago | | | 0 | 0.00023419319 |
ABI
ABI objects
Getter at block 21289868
NF_INDEX_MASK() view returns (uint256)
340282366920938463463374607431768211455
client() view returns (string)
Legacy
contractURI() view returns (string)
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x3e52531da35868993865c76e2851918c925d40c9
paused() view returns (bool)
false
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
getNonFungibleBaseType(uint256 _id) pure returns (uint256)
getNonFungibleIndex(uint256 _id) pure returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isFungible(uint256 _id) pure returns (bool)
isNonFungible(uint256 _id) pure returns (bool)
isNonFungibleBaseType(uint256 _id) pure returns (bool)
isNonFungibleItem(uint256 _id) pure returns (bool)
nfExists(uint256) view returns (bool)
nfOwners(uint256) view returns (address)
ownerOf(uint256 _id) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events batchAuthorizeCreators(address[] _addresses)
batchDeauthorizeCreators(address[] _addresses)
broadcastURIEvent(uint256 _tokenId)
burn(address _from, uint256[] _ids, uint256[] _values)
create(bool _isNF) returns (uint256 _type)
mintFungible(uint256 _id, address[] _to, uint256[] _quantities, bytes _data)
mintNonFungible(uint256[] _ids, address[] _to, bytes _data)
pause()
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _baseURI)
setContractURI(string _contractUri)
transferOwnership(address newOwner)
unpause()
updateClientName(string _newClientName)
updateOperatorFilterRegistryAddress(address newRegistry)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseTypeCreated(uint256 baseType)
BaseURI(string baseURI)
Client(string _clientName)
ContractURI(string contractURI)
Creator(address _creator, bool _authorized)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _client)
This contract contains no fallback and receive objects.
OnlyOwner()
OperatorNotAllowed(address operator)