Name | Type | Description |
---|---|---|
code | address | Address of the token contract |
data | bytes32 | Hash of the associated matter |
std | TokenStandard | Token standard (e.g. ERC721) |
decimals | uint8 | Number of decimals |
symbol | string | Display symbol (max 30 characters) |
Name | Type | Description |
---|---|---|
id | uint64 | ID of the new unique |
desc | Descriptor | Descriptor after registration |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
data | bytes32 | New data hash |
Name | Type | Description |
---|---|---|
desc | Descriptor | Updated descriptor |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
data | bytes32 | New data hash |
symbol | string | New display symbol (max 30 characters) |
Name | Type | Description |
---|---|---|
desc | Descriptor | Updated descriptor |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
kindRev | uint32 | New kind revision (0 = no change) |
setRev | uint32 | New set revision (0 = no change) |
Name | Type | Description |
---|---|---|
desc | Descriptor | Descriptor after upgrade |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
Name | Type | Description |
---|---|---|
desc | Descriptor | Descriptor after touch |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
to | address | Address of the new owner |
Name | Type | Description |
---|---|---|
from | address | Address of the previous owner |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
rev0 | uint32 | Requested revision (0 = latest) |
Name | Type | Description |
---|---|---|
rev | uint32 | Resolved revision (0 = not found) |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
rev0 | uint32 | Revision to query (0 = latest) |
Name | Type | Description |
---|---|---|
desc | Descriptor | Descriptor at the specified revision |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
rev0 | uint32 | Revision to query (0 = latest) |
Name | Type | Description |
---|---|---|
desc | Descriptor | Descriptor at the revision |
elems | bytes32[] | Elements at the revision |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
Name | Type | Description |
---|---|---|
owner | address | Address of the current owner |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
Name | Type | Description |
---|---|---|
desc | Descriptor | Latest descriptor |
owner | address | Address of the current owner |
Name | Type | Description |
---|---|---|
ids | uint64[] | List of unique IDs |
Name | Type | Description |
---|---|---|
active | bool | True if all exist and are active |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
desc | Descriptor | Descriptor of the unique |
code | address | Token contract address |
data | bytes32 | Hash of the underlying asset (e.g., image, model, metadata) |
spec | TokenSpec | Token specification (standard, decimals, and symbol) |
owner | address | Address of the initial owner |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
desc | Descriptor | Updated descriptor (same ID, new revision) |
data | bytes32 | New data hash representing the updated asset |
spec | TokenSpec | Updated or unchanged token specification |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
desc | Descriptor | Descriptor after the upgrade (revised kind/set refs) |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
desc | Descriptor | Descriptor after touch (updated revision only) |
Name | Type | Description |
---|---|---|
id | uint64 | Unique ID |
from | address | Previous owner’s address |
to | address | New owner’s address |