Brickblock Smart Contract Ecosystem

Features
Languages & Frameworks
15 Contracts Deployed/Audited 0 Major Bugs Found
I am quite proud of my work on the smart contracts at Brickblock. I wrote 90% of the code for the entire ecosystem of smart contracts. The ecosystem is not small or simple either. Despite the large amount of functionality and complexity, audits by both SmartDec and Consensys found no major or medium bugs. What this means is that there were no bugs which actually threated intended functionality. There were only minor suggestions for optimizations. Links to audits can be found here.
Cool Things that were Developed by Me at Brickblock
I think one of the neater things that I came up with there was a way of getting around gas limits for a single address smart contract. This can be accomplished by chaining delegatecall
proxy contracts. I also came up with and desgined what is now called I believe unstructured storage. Where storage slots are determined based on keccak256 bytes32
storage slots.
Mainnet Deployed & Exchange Listed
The full set of contracts have been deployed on mainnet. The BBK token can be found on several exchanges and can be found on marketcap listing sites such as coinmarketcap.com and livecoinwatch.com. Contracts can also be found on etherscan.