Collection
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Collection"
ABI
ABI objects
Getter at block 21188974 ownedAssetsCount() view returns (uint256) ownerAddress() view returns (address)
collections() view returns (address)
0x0000000000000000000000000000000000000000
isPrototype() view returns (bool)
true
notificationContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
lookupIndex(address _tokenAddress, uint256 _tokenId) view returns (uint256)
ownedAssetIndex(bytes32) view returns (uint256)
ownedAssets(uint256) view returns (address tokenAddress, uint256 tokenId, uint8 tokenType)
ownsAsset(address _tokenAddress, uint256 _tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events destroy()
externalCall(address _remoteAddress, bytes _callPayload) payable
initialRegister(address _notificationContract, string _ensName, string _ensSubdomainName, address _ensSubdomainRegistrarAddress, address _ensReverseRegistrarAddress)
onERC1155BatchReceived(address, address, uint256[] _ids, uint256[] _values, bytes) returns (bytes4)
onERC1155Received(address, address, uint256 _id, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256 _tokenId, bytes) returns (bytes4)
registerENS(string _name, address _registrarAddress)
registerReverseENS(address _reverseRegistrarAddress, string _name)
rescueToken(address _foreignToken, address _to)
safeTransferTo(address _tokenAddress, uint256 _tokenId, address _to)
safeTransferTo(address _tokenAddress, uint256 _tokenId, address _to, uint256 _value)
syncAssetOwnership(address _tokenAddress, uint256 _tokenId)
transferNotificationContract(address _newNotificationContract)
AssetAdded(address tokenAddress, uint256 tokenId)
AssetRemoved(address tokenAddress, uint256 tokenId)
CollectionDestroyed(address operator)
NotificationContractTransferred(address indexed previousNotificationContract, address indexed newNotificationContract)
SeenAssetAdded(address tokenAddress, uint256 tokenId, uint8 tokenType)
SeenAssetRemoved(address tokenAddress, uint256 tokenId, uint8 tokenType)
SeenContractAdded(bool initial)
SeenContractRemoved()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.