Live on Base Mainnet · chainId 8453
Protean Ledger — canonical scientific record
- Network
- Base Mainnet
- Chain ID
- 8453
- Schema
- protean.ledger.v1
- Deployment block
- 46,837,000
Proxy
0xE3c261F3C05D4c4710003cd6066EfD95094cf5f0Stored on Base mainnet · chainId 8453
This record lives on the ProteanLedger UUPS proxy at 0xE3c261F3…94cf5f0. The chain is the source of truth — the explorer is a read-only lens.
- Network
- Base mainnet
- Block timestamp
- re-indexing — refresh shortly
- Recorded by
- 0x074a…33de[Bankr automation wallet]
- Record ID
- 0xe3844dfd…d3cf17
- Registration transaction
- 4c50d25924…6e1e5bc0view on Basescan ↗
- Block
- #48,505,339view on Basescan ↗
Verify this record yourself
Four commands. Two terminals. No login. No wallet. No trust in Protean Labs required.
1. Read the record from chain
cast call 0xE3c261F3C05D4c4710003cd6066EfD95094cf5f0 \ "getRecord(bytes32)" \ 0xe3844dfd129baf4b19e970a9dfa393f92d4089e268acd1503dc5d46c77d3cf17 \ --rpc-url https://mainnet.base.org
2. Inspect via the indexer JSON API
curl -s https://www.protean.sh/ledger/api/v1/records/0xe3844dfd129baf4b19e970a9dfa393f92d4089e268acd1503dc5d46c77d3cf17 | jq
3. Reproduce the canonical state digest from genesis
curl -sL https://raw.githubusercontent.com/proteanlabs1/ledger-mirror/main/scripts/index_ledger_from_genesis.py -o index.py python3 index.py --rpc https://mainnet.base.org \ --proxy 0xE3c261F3C05D4c4710003cd6066EfD95094cf5f0 \ --db protean.db --from-block 46837000 --once python3 index.py --digest-only --db protean.db # Compare against https://www.protean.sh/ledger/api/v1/indexer/digest
4. Confirm published indexer digest
curl -s https://www.protean.sh/ledger/api/v1/indexer/digest | jq '.digest, .record_count, .last_block'
Verification
What we can attest to from indexer state. Replay-artifact + content-digest verification you run yourself — see the verify page for copy-pasteable shell snippets and the public mirror for the canonical reproducibility script.
- 01.Record exists on chain (read via indexer)Pass
- 02.Indexer captured RecordContentEmitted (content rendered above)No data
- 03.Replay artifact: Not providedNot provided
- 04.Lineage edges loaded from the indexer; walk them via the panels belowPass
Lineage
First-class on-chain edges. Every relation has a typed RelationType and a corresponding event log entry. Click any neighbor to navigate.
Ancestors (0)
No on-chain ancestors. This record is a root in the graph.
Descendants (1)
Replay pointer
This on-chain record is indexed, but no external replay artifact pointer was attached. Chain identity, transaction, and indexer checks still apply; the replay artifact was omitted at publication time and should be treated as a legacy missing-replay record.
Replay artifact: Not provided
Cite this record
Protean Labs. (1970, January 1). (Scientific Record No. 0xe3844dfd129baf4b19e970a9dfa393f92d4089e268acd1503dc5d46c77d3cf17) [Ledger research record]. Protean Ledger, Base Mainnet. https://www.protean.sh/ledger/r/e3844dfd
On-chain metadata
- Record ID
- 0xe3844dfd129baf4b19e970a9dfa393f92d4089e268acd1503dc5d46c77d3cf17
- Record type
- RuntimeCycle (1)
- Lifecycle
- Anchored (2)
- Disclosure
- RedactedPublic (1)
- Writer
- 0x074a…33de[Bankr automation wallet]
- Registered (UTC)
- —
- Published (UTC)
- Not yet published
- Version
- 1
- References digest
- 0x569e75fc77c1a856f6daaf9e69d8a9566ca34aa47f9133711ce065a571af0cfd
Raw on-chain JSON ▾
{
"recordId": "0xe3844dfd129baf4b19e970a9dfa393f92d4089e268acd1503dc5d46c77d3cf17",
"priorObjectId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"recordType": "RuntimeCycle",
"recordTypeIndex": 1,
"lifecycleState": "Anchored",
"lifecycleStateIndex": 2,
"disclosureState": "RedactedPublic",
"disclosureStateIndex": 1,
"title": "",
"summary": "",
"author": "",
"runtimeId": "",
"replayPointer": "",
"publicationUrl": "",
"references": [],
"referencesDigest": "0x569e75fc77c1a856f6daaf9e69d8a9566ca34aa47f9133711ce065a571af0cfd",
"supersedes": "0x0000000000000000000000000000000000000000000000000000000000000000",
"retracts": "0x0000000000000000000000000000000000000000000000000000000000000000",
"publishedAt": 0,
"registeredAt": 0,
"writer": "0x074abfb24d3fe2254672dc73f05c9696111033de",
"version": 1,
"registerBlock": 48505339,
"registerTx": "4c50d259246baa47031896095ea5047d2993db99b3edd66edd9f7cd16e1e5bc0"
}