Skip to content

Instantly share code, notes, and snippets.

View proofoftom's full-sized avatar
⛰️
Buidling the future of decentralized organizations

Tommy Cox proofoftom

⛰️
Buidling the future of decentralized organizations
View GitHub Profile
pragma solidity 0.5.12;
import "./Moloch.sol";
contract MolochActor {
bytes4 public constant ACTOR_MAGIC_BYTES = bytes4(keccak256("MolochActor"));
uint256 public nonce;
Moloch public moloch;