This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 21213421, which is 9 minutes old. We're running behind the tip but working to resolve the issue.

Collection

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd2d4e228 at 16713913
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Collection"

No transactions found for "Collection"


Functions
Getter at block 21213420
accessControl(view returns (address nodeRegistryuint64 controlNodeId)
(nodeRegistry=0x0000000000000000000000000000000000000000, controlNodeId=0)
contractURI(view returns (string value)
controlNode(view returns (uint64 nodeId)
0
name(view returns (string value)
nodeRegistry(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
sequenceCount(view returns (uint16)
0
symbol(view returns (string value)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256view returns (address)
getSequenceData(uint16 sequenceIdview returns (struct SequenceData sequence)
getTokenData(uint256 idview returns (struct TokenData)
isApprovedForAll(addressaddressview returns (bool)
isAuthorized(address subjectview returns (bool authorized)
ownerOf(uint256 idview returns (address owner)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenMintData(uint256 tokenIdview returns (uint80 data)
tokenSequenceId(uint256 tokenIdview returns (uint16 sequenceId)
tokenURI(uint256 tokenIdview returns (string uri)
State-modifying
approve(address spenderuint256 id
broadcast(string topicstring message
configureSequence(struct SequenceData _sequencebytes _engineData
init(address _ownerstruct AccessControlData _accessControlstring _metadatastruct ImmutableCollectionData _data
mintRecord(address touint16 sequenceIdreturns (uint256 tokenId)
mintRecord(address touint16 sequenceIduint80 tokenDatareturns (uint256 tokenId)
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setOwner(address _owner
transferFrom(address fromaddress touint256 id
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Broadcast(string topicstring message
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RecordCreated(uint256 indexed tokenIduint16 indexed sequenceIduint80 data
SequenceConfigured(uint16 indexed sequenceIdstruct SequenceData sequenceDatabytes engineData
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
InvalidMintRequest(
InvalidSequenceConfig(
NotAuthorized(
SequenceIsSealed(
SequenceSupplyExhausted(