| LOCKED_AMULET_CONTRACT_ID | TEXT | Contract ID for a LockedAmulet contract. |
| AMULET_OWNER | TEXT | Party identifier for the owner of an amulet (locked or unlocked). |
| LOCK_HOLDERS | TEXT | Array of party identifiers who hold rights to a locked amulet. |
| LOCKED_AT | TEXT | Timestamp when the amulet was locked |
| LOCK_EXPIRES_AT | TEXT | Timestamp when a lock expires and the amulet can be unlocked. |
| UNLOCKED_AT | TEXT | Timestamp when the amulet was unlocked (NULL if still locked) |
| LOCKED_AMOUNT | TEXT | Initial amount of amulet being locked/staked. |
| UNLOCKED_AMOUNT | TEXT | Amount of amulet being unlocked from a locked state. |
| AMOUNT_CREATED_AT_ROUND | TEXT | Round number when an amulet amount was originally created. |
| RATE_PER_ROUND | TEXT | Rate at which fees or rewards accrue per mining round. |
| UNLOCK_ACTION | TEXT | Type of unlock action: ‘unlock’ for normal unlock or ‘expire_lock’ for lock expiration. |
| UNLOCK_REASON | TEXT | Metadata describing the reason for an unlock operation. |
| TX_KIND | TEXT | Transaction kind metadata describing the type of transaction. |
| UNLOCK_AMULET_PRICE | TEXT | USD price of amulet at time of unlock |
| UNLOCK_ROUND_NUMBER | TEXT | Round number when unlock occurred |
| CREATED_AMULET_CONTRACT_ID | TEXT | Contract ID for a newly created Amulet contract (typically after unlock). |
| LOCK_EVENT_ID | TEXT | Event ID of the lock creation event |
| UNLOCK_EVENT_ID | TEXT | Event ID of the unlock event (NULL if still locked) |
| LOCK_STATUS | TEXT | Current status: locked, unlocked, or expired |
| DAYS_LOCKED_BEFORE_UNLOCK | TEXT | Number of days amulet was locked before being unlocked |
| DAYS_LOCKED_CURRENT | TEXT | Number of days amulet has been locked (for currently locked amulets) |
| WAS_UNLOCKED_AFTER_EXPIRY | TEXT | Boolean indicating if unlock occurred after the lock expiration time |
| MOST_RECENT_ACTIVITY | TEXT | Most recent timestamp of activity (unlock if unlocked, otherwise lock time) |
| CREATED_AT | TEXT | Timestamp when the contract was created. |
| SIGNATORIES | TEXT | Array of party identifiers who are signatories to the contract. |
| OBSERVERS | TEXT | Array of party identifiers who can observe the contract but are not signatories. |