Back to Home

DigixConfiguration

other
Part of The Anthony Eufemio Collection
0x8568f930a560...55a75d4f69a9
FrontierContract #6,445Exact Bytecode MatchEdit this contract
Deployed January 14, 2016 (10 years ago)Block 847,438

DigixDAO owner + admin-ACL config registry (typed key/value store). CALLCODEs a Directory library clone for its admin set. Anthony Eufemio, Jan 2016.

Frontier EraVerified Source
Key Facts
Deployer
Anthony Eufemio(0x4f5326...d05788)
Deployment Block
847,438
Deployment Date
Jan 14, 2016, 02:55 PM
Code Size
1.8 KB
Gas at Deploy
588,491
Transactions by Year
201614

Description

DigixConfiguration is DigixDAO's owner-controlled configuration registry: an admin ACL plus three typed key→value stores (bytes32→address, bytes32→uint256, bytes32→bytes32) with SetOwner / AddConfigEntry{A,I,B} / Register+UnregisterAdmin events. The admin set is held in a Directory.AddressBoolMap and manipulated by CALLCODE into a linked Directory library clone (this instance links 0x9988ffccd8620f49e355915fdbcc28d54b68cc98). Deployed by Anthony Eufemio (Digix CTO, GitHub tymat) in Jan 2016 — one of 9 instances, each paired to its own Directory clone. Verified as an exact byte-for-byte 1290-byte runtime match; the reconstructed Jan-2016 source differs from the committed ethereum-ruby revision by an added configbytes map (+AddConfigEntryB), removed dead locals, and mixed bool/void return signatures.

Source Verified

SolidityExact bytecode match(1,795 bytes)
Compiler: native

Exact bytecode match. Runtime: 1290 bytes (byte-for-byte). Compiled with native solc v0.1.7 @commit c806b9bc, optimizer ON, --optimize-runs 1. The __Directory__ link placeholder is substituted with the paired library clone 0x9988ffccd8620f49e355915fdbcc28d54b68cc98. Reconstructed Jan-2016 DigixConfiguration revision (adds configbytes map + AddConfigEntryB event; mixed bool/void returns). Deployer: Anthony Eufemio (DigixDAO).

Heuristic Analysis

The following characteristics were detected through bytecode analysis and may not be accurate.

Detected Type: other

Bytecode Overview

Opcodes1,795
Unique Opcodes200
Jump Instructions91
Storage Operations31

External Links

Related contracts