SingularDTV Fund contract — treasury and workshop management component of the SingularDTV decentralized entertainment platform (October 2016).
Key Facts
Description
The SingularDTVFund contract was the treasury and workshop management component of the SingularDTV system. It was authored by Stefan George (stefan.george@consensys.net), deployed alongside the SingularDTVCrowdfunding (0xbdf5c4f1...) and SingularDTVToken (0xaec2e87e...) contracts as a trio of interlinked smart contracts.
This contract managed the fund received from the crowdfunding and contained the workshop address for the SingularDTV team. The SNGLS token contract referenced this fund contract directly, enforcing a two-year lockup on workshop tokens — preventing the team from transferring their allocation for 24 months after the crowdsale.
The multi-contract architecture (crowdfunding + token + fund) was an early example of separation of concerns in smart contract design, with each contract handling a distinct responsibility while cross-referencing the others by hardcoded address.
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
DAO Fork Era
The controversial fork to recover funds from The DAO hack.
Bytecode Overview
Verified Source Available
This contract has verified source code on Etherscan.
View Source Code