Back to Home

DigixConfiguration

other
Part of The Anthony Eufemio Collection
0x64e56970dab4...397d7dcdc459
FrontierContract #6,251Exact Bytecode MatchEdit this contract
Deployed January 9, 2016 (10 years ago)Block 824,150

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
824,150
Deployment Date
Jan 9, 2016, 11:57 PM
Code Size
2.0 KB
Gas at Deploy
622,012

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 0xd9d8bba2b8a9614e4ac237575cae7c9840c4c369). 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,998 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 0xd9d8bba2b8a9614e4ac237575cae7c9840c4c369. 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,998
Unique Opcodes212
Jump Instructions101
Storage Operations28

External Links

Related contracts