Synthetic demo datademo
Every block, transaction, address and hash on this chain is generated from a fixed seed. None of them exists on any network, and none of these values can be looked up anywhere else. The execution trace is real — it is a recorded Noir program — but it is not the execution of the transaction it is published under.
Transactions
demo transactions
Newest first, walking backwards by block. Debug is the first column of every row, because arriving at a transaction with a published trace means arriving in its execution.
| Debug | Tx hash | Block | From | To / target | Method | Fee | Status |
|---|---|---|---|---|---|---|---|
| Generate trace | 0x27a6…9a6c | 102:0 | 0x37c4…79a2 | 0x3115…3e2b | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
| Debug | 0x5c67…f8df | 102:1 | 0x01c8…d932 | 0xc699…f6cb | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
| Debug | 0xb636…6359 | 101:0 | 0x01c8…d932 | 0x1b31…624c | 0x | 88000 / 200000 mana | Partialprivate-part-succeeded-public-part-succeeded |
| Debug (divergent) | 0x0baa…4a96 | 101:1 | 0x01c8…d932 | 0xae27…671f | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
| Debug | 0xa459…9296 | 100:0 | 0x37c4…79a2 | 0x6f1b…c4a5 | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
| Debug | 0xd663…912f | 100:1 | 0x01c8…d932 | 0x9cef…e89c | 0x1a2b3c4d | 100000 / 100000 mana | Revertedassert(did_survive_positive == true) — constraint not satisfied at src/main.nr:35 |
| Debug | 0x1e82…836b | 100:2 | 0xc11f…d1d8 | 0x3171…872f | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
| Generate trace | 0xfc0f…f376 | 100:3 | 0x18cd…06dc | 0x6f1b…c4a5 | 0x7f3e21c4 | 1874320 / 2000000 mana · 412800 / 500000 gas · 938114 / 1000000 gas · 6 / 8 slot · 24 / 64 count | Succeeded |
| Not observable | 0x7975…1064 | 100:4 | 0x37c4…79a2 | 0x6f1b…c4a5 | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
| No recorder | 0x2ff4…642c | 100:5 | 0x37c4…79a2 | 0x6f1b…c4a5 | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
Blocks 102 down to 100
Two of this table's behaviours need script and this deployment ships none. §6 asks for a column picker for family-specific extras and for reverted rows to be sortable to the top. Reverted rows are already visually distinct, which is the half that works without script; re-ordering and choosing columns are the half that does not, and a control that cannot act is one this product does not ship. Both arrive with hydration.