Page cover

Record Schema

T.R.A.C.E. Records utilize a specific schema with Story Inscriptions to store data on the blockchain permanently.

TRACE Authentication

This event is emitted upon mint or creator token transfer and indicates the on-chain authentication to TRACE chips. This is typically auto-emitted by the TRACE contract

{
  "trace": {
    "type": "trace_authentication"
  }
}

Creation

This event SHOULD only be emitted once and indicates when the physical piece was created. Allows for backdating.

{
  "trace": {
    "type": "creation",
    "timestamp": int
  }
}

Freeform

Freeform data, typically restricted to the creator.

Media

Media to meant to be displayed in a carousel

Sale

An event indicating a sale

Trade

An event indicating a trade

Transfer

An event indidicating a generic transfer

Exhibition

An event indicating an exhibition

Alteration

An event indicating an alteration took place

An event indicating that legal copy was attached

Appraisal

An event indicating that an appraisal took place

Third Party Authentication

An event indicating that a 3rd party authenticated the physical asset/artwork

Last updated