Back to Home

Directory

library
Part of The Anthony Eufemio Collection
0x236e82169918...65366670369a
FrontierContract #6,291Exact Bytecode MatchEdit this contract

Bytecode verified via sibling

This contract shares identical runtime bytecode with Directory (0xbce3b51c...) which has been verified through compiler archaeology.

Deployed January 10, 2016 (10 years ago)Block 826,374

DigixDAO typed-collection storage library (Address to bytes/address/bool maps; insert/remove/contains). Anthony Eufemio, Nov 2015. 1 of 9 clones.

Frontier EraVerified Source
Key Facts
Deployer
Anthony Eufemio(0x4f5326...d05788)
Deployment Block
826,374
Deployment Date
Jan 10, 2016, 10:37 AM
Code Size
838.0 B
Gas at Deploy
239,736

Description

The Directory library is DigixDAO's earliest on-chain infrastructure: a reusable typed-collection library over mapping(address => bytes32/address/bool) storage (structs AddressBytesMap / AddressAddressMap / AddressBoolMap; verbs insert / remove / contains / containsAndMatches). Deployed by Anthony Eufemio (Digix CTO, GitHub tymat) in Nov 2015. The 820-byte runtime carries solc's native library version stamp 650107c806b9bc50 (v0.1.7 @c806b9bc). Nine byte-identical clones were deployed; each is CALLCODE'd by a paired DigixConfiguration instance. Verified as an exact byte-for-byte runtime match against source from DigixGlobal/ethereum-ruby.

Source Verified

SolidityExact bytecode match(838 bytes)
Compiler: native

Exact bytecode match. Runtime: 820 bytes (byte-for-byte), including the native library version stamp 650107c806b9bc50. Compiled with native solc v0.1.7 @commit c806b9bc, optimizer ON, --optimize-runs 1. Source: DigixGlobal/ethereum-ruby contracts/Directory.sol (verbatim). One of 9 byte-identical Directory library deployments by Anthony Eufemio (DigixDAO).

Heuristic Analysis

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

Detected Type: library

Bytecode Overview

Opcodes838
Unique Opcodes97
Jump Instructions78
Storage Operations23

External Links

Related contracts