Back to Home

DigixConfiguration

other
Part of The Anthony Eufemio Collection
0xc0a2b0d699c6...739e70dfbf56
FrontierContract #6,218Exact Bytecode MatchEdit this contract
Deployed January 9, 2016 (10 years ago)Block 823,676

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
823,676
Deployment Date
Jan 9, 2016, 09:43 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 0xbce3b51ca08857ff0801b928d890ef78ae64bac0). 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 0xbce3b51ca08857ff0801b928d890ef78ae64bac0. 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