{
  "contractName": "EtherDividendCheckpointFactory",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "monthlySubscriptionCost",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_newSubscriptionCost",
          "type": "uint256"
        }
      ],
      "name": "changeFactorySubscriptionFee",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_newSetupCost",
          "type": "uint256"
        }
      ],
      "name": "changeFactorySetupFee",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "polyToken",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "renounceOwnership",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "setupCost",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_newUsageCost",
          "type": "uint256"
        }
      ],
      "name": "changeFactoryUsageFee",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "usageCost",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "name": "_polyAddress",
          "type": "address"
        },
        {
          "name": "_setupCost",
          "type": "uint256"
        },
        {
          "name": "_usageCost",
          "type": "uint256"
        },
        {
          "name": "_subscriptionCost",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_oldSetupcost",
          "type": "uint256"
        },
        {
          "indexed": false,
          "name": "_newSetupCost",
          "type": "uint256"
        },
        {
          "indexed": false,
          "name": "_moduleFactory",
          "type": "address"
        }
      ],
      "name": "LogChangeFactorySetupFee",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_oldUsageCost",
          "type": "uint256"
        },
        {
          "indexed": false,
          "name": "_newUsageCost",
          "type": "uint256"
        },
        {
          "indexed": false,
          "name": "_moduleFactory",
          "type": "address"
        }
      ],
      "name": "LogChangeFactoryUsageFee",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_oldSubscriptionCost",
          "type": "uint256"
        },
        {
          "indexed": false,
          "name": "_newMonthlySubscriptionCost",
          "type": "uint256"
        },
        {
          "indexed": false,
          "name": "_moduleFactory",
          "type": "address"
        }
      ],
      "name": "LogChangeFactorySubscriptionFee",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_module",
          "type": "address"
        },
        {
          "indexed": true,
          "name": "_moduleName",
          "type": "bytes32"
        },
        {
          "indexed": true,
          "name": "_moduleFactory",
          "type": "address"
        },
        {
          "indexed": false,
          "name": "_creator",
          "type": "address"
        },
        {
          "indexed": false,
          "name": "_timestamp",
          "type": "uint256"
        }
      ],
      "name": "LogGenerateModuleFromFactory",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "name": "previousOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipRenounced",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "",
          "type": "bytes"
        }
      ],
      "name": "deploy",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getType",
      "outputs": [
        {
          "name": "",
          "type": "uint8"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getName",
      "outputs": [
        {
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getDescription",
      "outputs": [
        {
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getTitle",
      "outputs": [
        {
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getInstructions",
      "outputs": [
        {
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getTags",
      "outputs": [
        {
          "name": "",
          "type": "bytes32[]"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x608060405234801561001057600080fd5b50604051608080612d54833981016040908152815160208301519183015160609093015160008054600160a060020a0319908116331790915560018054600160a060020a039094169390911692909217909155600291909155600391909155600455612cd3806100816000396000f3006080604052600436106100ef5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166277436081146100f457806306184a251461013057806315dae03e1461015757806317d7de7c146101825780631a092541146101975780633ae192bd1461022157806358a191c31461023b5780636faa22a514610253578063715018a6146102685780637e363ffa1461027d5780638da5cb5b14610292578063995d9ab7146102a7578063aac67b051461030c578063d54c472614610324578063e0d5497014610339578063f2fde38b1461034e578063ff3c1a8f1461036f575b600080fd5b34801561010057600080fd5b506101146004803560248101910135610384565b60408051600160a060020a039092168252519081900360200190f35b34801561013c57600080fd5b50610145610545565b60408051918252519081900360200190f35b34801561016357600080fd5b5061016c61054b565b6040805160ff9092168252519081900360200190f35b34801561018e57600080fd5b50610145610550565b3480156101a357600080fd5b506101ac610574565b6040805160208082528351818301528351919283929083019185019080838360005b838110156101e65781810151838201526020016101ce565b50505050905090810190601f1680156102135780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561022d57600080fd5b506102396004356105d3565b005b34801561024757600080fd5b50610239600435610630565b34801561025f57600080fd5b5061011461068d565b34801561027457600080fd5b5061023961069c565b34801561028957600080fd5b50610145610708565b34801561029e57600080fd5b5061011461070e565b3480156102b357600080fd5b506102bc61071d565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156102f85781810151838201526020016102e0565b505050509050019250505060405180910390f35b34801561031857600080fd5b506102396004356107f7565b34801561033057600080fd5b50610145610854565b34801561034557600080fd5b506101ac61085a565b34801561035a57600080fd5b50610239600160a060020a0360043516610905565b34801561037b57600080fd5b506101ac610928565b60008060025411156104f45760015460008054600254604080517f23b872dd000000000000000000000000000000000000000000000000000000008152336004820152600160a060020a03938416602482015260448101929092525191909316926323b872dd9260648083019360209390929083900390910190829087803b15801561040f57600080fd5b505af1158015610423573d6000803e3d6000fd5b505050506040513d602081101561043957600080fd5b505115156104f457604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f4661696c6564207472616e7366657246726f6d2062656361757365206f66207360448201527f7566666963656e7420416c6c6f77616e6365206973206e6f742070726f76696460648201527f6564000000000000000000000000000000000000000000000000000000000000608482015290519081900360a40190fd5b6001543390600160a060020a031661050a6109dc565b600160a060020a03928316815291166020820152604080519182900301906000f08015801561053d573d6000803e3d6000fd5b509392505050565b60045481565b600490565b7f45746865724469766964656e64436865636b706f696e7400000000000000000090565b60408051606081018252603f81527f43726561746520455448206469766964656e647320666f7220746f6b656e206860208201527f6f6c64657273206174206120737065636966696320636865636b706f696e74009181019190915290565b600054600160a060020a031633146105ea57600080fd5b60045460408051918252602082018390523082820152517fc15ef5ae01a170635c048bc2ddb0e834fe5d866424709f0a7398496a80852ec89181900360600190a1600455565b600054600160a060020a0316331461064757600080fd5b60025460408051918252602082018390523082820152517ff9c53ed8f7f318ac63991d13acab4cf653984ce56b7dc1b3a2083af3f412262d9181900360600190a1600255565b600154600160a060020a031681565b600054600160a060020a031633146106b357600080fd5b60008054604051600160a060020a03909116917ff8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c6482091a26000805473ffffffffffffffffffffffffffffffffffffffff19169055565b60025481565b600054600160a060020a031681565b604080516003808252608082019092526060918291906020820183803883390190505090507f455448000000000000000000000000000000000000000000000000000000000081600081518110151561077257fe5b6020908102909101015280517f436865636b706f696e740000000000000000000000000000000000000000000090829060019081106107ad57fe5b6020908102909101015280517f4469766964656e6400000000000000000000000000000000000000000000000090829060029081106107e857fe5b60209081029091010152905090565b600054600160a060020a0316331461080e57600080fd5b60035460408051918252602082018390523082820152517fff5bf6a8d25c4e30ad5778be1e2a41c7c45173313279bcbba6e2bb1b1bf7a6db9181900360600190a1600355565b60035481565b6040805160a081018252607d81527f4372656174652061206469766964656e642077686963682077696c6c2062652060208201527f70616964206f757420746f20746f6b656e20686f6c646572732070726f706f72918101919091527f74696f6e616c20746f2074686569722062616c616e636573206174207468652060608201527f706f696e7420746865206469766964656e642069732063726561746564000000608082015290565b600054600160a060020a0316331461091c57600080fd5b6109258161095f565b50565b60408051808201909152601981527f4574686572204469766964656e6420436865636b706f696e7400000000000000602082015290565b600160a060020a038116151561097457600080fd5b60008054604051600160a060020a03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a36000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6040516122bb806109ed833901905600608060405234801561001057600080fd5b506040516040806122bb83398101604052805160209091015160018054600160a060020a03938416600160a060020a031991821617909155600080548216331790556002805493909216921691909117905561224a806100716000396000f3006080604052600436106100d75763ffffffff60e060020a6000350416631613ec9d81146100dc57806330008b48146101265780634d58e413146101405780635bea0e1c1461019a5780635daff64e146101d05780635f7619a4146102385780635fc6a28e146102645780636faa22a51461027557806380fef5af146102a6578063814b3fe0146102bb578063aa8b76ea14610316578063b84dfbd21461032e578063b9b3ded214610343578063c3a07df614610351578063c45a015514610366578063d70afa961461037b578063e1726faa14610390575b600080fd5b3480156100e857600080fd5b506100f16103ae565b604080517fffffffff000000000000000000000000000000000000000000000000000000009092168252519081900360200190f35b34801561013257600080fd5b5061013e6004356103b3565b005b34801561014c57600080fd5b5060408051602060046024803582810135848102808701860190975280865261013e9684359636966044959194909101929182918501908490808284375094975061064f9650505050505050565b3480156101a657600080fd5b506101be600435600160a060020a0360243516610aa3565b60408051918252519081900360200190f35b3480156101dc57600080fd5b506101e8600435610bcb565b60408051602080825283518183015283519192839290830191858101910280838360005b8381101561022457818101518382015260200161020c565b505050509050019250505060405180910390f35b34801561024457600080fd5b50610250600435610cb0565b604080519115158252519081900360200190f35b61013e600435602435604435610fef565b34801561028157600080fd5b5061028a611377565b60408051600160a060020a039092168252519081900360200190f35b3480156102b257600080fd5b506101be611386565b3480156102c757600080fd5b506102d3600435611398565b604080519889526020890197909752878701959095526060870193909352608086019190915260a085015260c0840152151560e083015251908190036101000190f35b34801561032257600080fd5b5061013e6004356113ef565b34801561033a57600080fd5b5061028a6116c5565b61013e6004356024356116d4565b34801561035d57600080fd5b506101e8611a5b565b34801561037257600080fd5b5061028a611aad565b34801561038757600080fd5b506101be611abc565b34801561039c57600080fd5b5061013e600435602435604435611ae0565b600090565b600354600090829081106103ff576040805160e560020a62461bcd02815260206004820152601860248201526000805160206121ff833981519152604482015290519081900360640190fd5b600380548290811061040d57fe5b906000526020600020906009020160020154421015151561049e576040805160e560020a62461bcd02815260206004820152602260248201527f4469766964656e64206d6174757269747920697320696e20746865206675747560448201527f7265000000000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b60038054829081106104ac57fe5b90600052602060002090600902016003015442101515610516576040805160e560020a62461bcd02815260206004820152601e60248201527f4469766964656e642065787069727920697320696e2074686520706173740000604482015290519081900360640190fd5b600380548290811061052457fe5b600091825260209091206007600990920201015460ff16156105b6576040805160e560020a62461bcd02815260206004820152602560248201527f4469766964656e6420686173206265656e207265636c61696d6564206279206960448201527f7373756572000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b60038054849081106105c457fe5b600091825260208083203384526008600990930201918201905260409091205490925060ff161561063f576040805160e560020a62461bcd02815260206004820152601a60248201527f4469766964656e6420616c7265616479207265636c61696d6564000000000000604482015290519081900360640190fd5b61064a338385612034565b505050565b6000806000805160206121df833981519152600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156106b757600080fd5b505af11580156106cb573d6000803e3d6000fd5b505050506040513d60208110156106e157600080fd5b505160005433600160a060020a0392831681149450911614905081806107045750805b806107aa5750600154604080517f8658b8b9000000000000000000000000000000000000000000000000000000008152336004820152306024820152604481018690529051600160a060020a0390921691638658b8b9916064808201926020929091908290030181600087803b15801561077d57600080fd5b505af1158015610791573d6000803e3d6000fd5b505050506040513d60208110156107a757600080fd5b50515b1515610800576040805160e560020a62461bcd02815260206004820152601760248201527f5065726d697373696f6e20636865636b206661696c6564000000000000000000604482015290519081900360640190fd5b60035487908110610849576040805160e560020a62461bcd02815260206004820152601860248201526000805160206121ff833981519152604482015290519081900360640190fd5b600380548290811061085757fe5b90600052602060002090600902016002015442101515156108e8576040805160e560020a62461bcd02815260206004820152602260248201527f4469766964656e64206d6174757269747920697320696e20746865206675747560448201527f7265000000000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b60038054829081106108f657fe5b90600052602060002090600902016003015442101515610960576040805160e560020a62461bcd02815260206004820152601e60248201527f4469766964656e642065787069727920697320696e2074686520706173740000604482015290519081900360640190fd5b600380548290811061096e57fe5b600091825260209091206007600990920201015460ff1615610a00576040805160e560020a62461bcd02815260206004820152602560248201527f4469766964656e6420686173206265656e207265636c61696d6564206279206960448201527f7373756572000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b6003805489908110610a0e57fe5b90600052602060002090600902019550600094505b8651851015610a99578560080160008887815181101515610a4057fe5b6020908102909101810151600160a060020a031682528101919091526040016000205460ff161515610a8e57610a8e8786815181101515610a7d57fe5b90602001906020020151878a612034565b600190940193610a23565b5050505050505050565b6000806000600385815481101515610ab757fe5b60009182526020808320600160a060020a03881684526008600990930201918201905260409091205490925060ff1615610af45760009250610bc3565b6001548254604080517f4ee2cd7e000000000000000000000000000000000000000000000000000000008152600160a060020a038881166004830152602482019390935290519190921691634ee2cd7e9160448083019260209291908290030181600087803b158015610b6657600080fd5b505af1158015610b7a573d6000803e3d6000fd5b505050506040513d6020811015610b9057600080fd5b505160068301546004840154919250610bc091610bb490849063ffffffff61216316565b9063ffffffff61219216565b92505b505092915050565b606060008082815b600354831015610c175785600384815481101515610bed57fe5b9060005260206000209060090201600001541415610c0c576001909301925b600190920191610bd3565b83604051908082528060200260200182016040528015610c41578160200160208202803883390190505b50915060009350600090505b600354811015610ca75785600382815481101515610c6757fe5b9060005260206000209060090201600001541415610c9f57808285815181101515610c8e57fe5b602090810290910101526001909301925b600101610c4d565b50949350505050565b60007f4645455f41444d494e0000000000000000000000000000000000000000000000600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610d2957600080fd5b505af1158015610d3d573d6000803e3d6000fd5b505050506040513d6020811015610d5357600080fd5b505160005433600160a060020a039283168114945091161490508180610d765750805b80610e1c5750600154604080517f8658b8b9000000000000000000000000000000000000000000000000000000008152336004820152306024820152604481018690529051600160a060020a0390921691638658b8b9916064808201926020929091908290030181600087803b158015610def57600080fd5b505af1158015610e03573d6000803e3d6000fd5b505050506040513d6020811015610e1957600080fd5b50515b1515610e72576040805160e560020a62461bcd02815260206004820152601760248201527f5065726d697373696f6e20636865636b206661696c6564000000000000000000604482015290519081900360640190fd5b60025460008054604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051600160a060020a03948516946323b872dd94309490911692638da5cb5b9260048083019360209383900390910190829087803b158015610ee157600080fd5b505af1158015610ef5573d6000803e3d6000fd5b505050506040513d6020811015610f0b57600080fd5b50516040805160e060020a63ffffffff8616028152600160a060020a039384166004820152929091166024830152604482018990525160648083019260209291908290030181600087803b158015610f6257600080fd5b505af1158015610f76573d6000803e3d6000fd5b505050506040513d6020811015610f8c57600080fd5b50511515610fe4576040805160e560020a62461bcd02815260206004820152601260248201527f556e61626c6520746f2074616b65206665650000000000000000000000000000604482015290519081900360640190fd5b506001949350505050565b600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561104557600080fd5b505af1158015611059573d6000803e3d6000fd5b505050506040513d602081101561106f57600080fd5b5051600160a060020a031633146110d0576040805160e560020a62461bcd02815260206004820152601360248201527f53656e646572206973206e6f74206f776e657200000000000000000000000000604482015290519081900360640190fd5b8484116110dc57600080fd5b4284116110e857600080fd5b600034116110f557600080fd5b600160009054906101000a9004600160a060020a0316600160a060020a0316635488cc806040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561114857600080fd5b505af115801561115c573d6000803e3d6000fd5b505050506040513d602081101561117257600080fd5b505183111561118057600080fd5b600354600154604080517f981b24d0000000000000000000000000000000000000000000000000000000008152600481018790529051929450600160a060020a039091169163981b24d0916024808201926020929091908290030181600087803b1580156111ed57600080fd5b505af1158015611201573d6000803e3d6000fd5b505050506040513d602081101561121757600080fd5b81019080805190602001909291905050509050600361010060405190810160405280858152602001428152602001878152602001868152602001348152602001600081526020018381526020016000151581525090806001815401808255809150509060018203906000526020600020906009020160009091929091909150600082015181600001556020820151816001015560408201518160020155606082015181600301556080820151816004015560a0820151816005015560c0820151816006015560e08201518160070160006101000a81548160ff02191690831515021790555050505033600160a060020a03167fb433e92ef797d780cbb7fb72acd0cb46810598f52b65aaea374d930fa6a4441b844288883487896040518088815260200187815260200186815260200185815260200184815260200183815260200182815260200197505050505050505060405180910390a25050505050565b600254600160a060020a031681565b6000805160206121df83398151915281565b60038054829081106113a657fe5b6000918252602090912060099091020180546001820154600283015460038401546004850154600586015460068701546007909701549597509395929491939092909160ff1688565b600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561144557600080fd5b505af1158015611459573d6000803e3d6000fd5b505050506040513d602081101561146f57600080fd5b5051600160a060020a031633146114d0576040805160e560020a62461bcd02815260206004820152601360248201527f53656e646572206973206e6f74206f776e657200000000000000000000000000604482015290519081900360640190fd5b6003548310611517576040805160e560020a62461bcd02815260206004820152601860248201526000805160206121ff833981519152604482015290519081900360640190fd5b600380548490811061152557fe5b9060005260206000209060090201600301544210151515611590576040805160e560020a62461bcd02815260206004820181905260248201527f4469766964656e642065787069727920697320696e2074686520667574757265604482015290519081900360640190fd5b600380548490811061159e57fe5b600091825260209091206007600990920201015460ff161561160a576040805160e560020a62461bcd02815260206004820152601860248201527f4469766964656e6420616c726561647920636c61696d65640000000000000000604482015290519081900360640190fd5b600380548490811061161857fe5b600091825260209091206007600990920201908101805460ff1916600117905560058101546004820154919350611655919063ffffffff6121a716565b604051909150339082156108fc029083906000818181858888f19350505050158015611685573d6000803e3d6000fd5b506040805184815260208101839052815133927fcd202b969101d293ad6e4c4053b46f2bf4698ca22abcb130dc24fa3baca0dee1928290030190a2505050565b600154600160a060020a031681565b6000806000600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561172c57600080fd5b505af1158015611740573d6000803e3d6000fd5b505050506040513d602081101561175657600080fd5b5051600160a060020a031633146117b7576040805160e560020a62461bcd02815260206004820152601360248201527f53656e646572206973206e6f74206f776e657200000000000000000000000000604482015290519081900360640190fd5b8484116117c357600080fd5b4284116117cf57600080fd5b600034116117dc57600080fd5b600354600154604080517fff0b9c900000000000000000000000000000000000000000000000000000000081529051929550600160a060020a039091169163ff0b9c90916004808201926020929091908290030181600087803b15801561184257600080fd5b505af1158015611856573d6000803e3d6000fd5b505050506040513d602081101561186c57600080fd5b5051600154604080517f18160ddd0000000000000000000000000000000000000000000000000000000081529051929450600160a060020a03909116916318160ddd916004808201926020929091908290030181600087803b1580156118d157600080fd5b505af11580156118e5573d6000803e3d6000fd5b505050506040513d60208110156118fb57600080fd5b81019080805190602001909291905050509050600361010060405190810160405280848152602001428152602001878152602001868152602001348152602001600081526020018381526020016000151581525090806001815401808255809150509060018203906000526020600020906009020160009091929091909150600082015181600001556020820151816001015560408201518160020155606082015181600301556080820151816004015560a0820151816005015560c0820151816006015560e08201518160070160006101000a81548160ff02191690831515021790555050505033600160a060020a03167fb433e92ef797d780cbb7fb72acd0cb46810598f52b65aaea374d930fa6a4441b8342888834878a6040518088815260200187815260200186815260200185815260200184815260200183815260200182815260200197505050505050505060405180910390a25050505050565b604080516001808252818301909252606091829190602080830190803883390190505090506000805160206121df833981519152816000815181101515611a9e57fe5b60209081029091010152905090565b600054600160a060020a031681565b7f4645455f41444d494e000000000000000000000000000000000000000000000081565b6000806000806000805160206121df833981519152600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015611b4b57600080fd5b505af1158015611b5f573d6000803e3d6000fd5b505050506040513d6020811015611b7557600080fd5b505160005433600160a060020a039283168114945091161490508180611b985750805b80611c3e5750600154604080517f8658b8b9000000000000000000000000000000000000000000000000000000008152336004820152306024820152604481018690529051600160a060020a0390921691638658b8b9916064808201926020929091908290030181600087803b158015611c1157600080fd5b505af1158015611c25573d6000803e3d6000fd5b505050506040513d6020811015611c3b57600080fd5b50515b1515611c94576040805160e560020a62461bcd02815260206004820152601760248201527f5065726d697373696f6e20636865636b206661696c6564000000000000000000604482015290519081900360640190fd5b6003548a908110611cdd576040805160e560020a62461bcd02815260206004820152601860248201526000805160206121ff833981519152604482015290519081900360640190fd5b6003805482908110611ceb57fe5b9060005260206000209060090201600201544210151515611d7c576040805160e560020a62461bcd02815260206004820152602260248201527f4469766964656e64206d6174757269747920697320696e20746865206675747560448201527f7265000000000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b6003805482908110611d8a57fe5b90600052602060002090600902016003015442101515611df4576040805160e560020a62461bcd02815260206004820152601e60248201527f4469766964656e642065787069727920697320696e2074686520706173740000604482015290519081900360640190fd5b6003805482908110611e0257fe5b600091825260209091206007600990920201015460ff1615611e94576040805160e560020a62461bcd02815260206004820152602560248201527f4469766964656e6420686173206265656e207265636c61696d6564206279206960448201527f7373756572000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b600380548c908110611ea257fe5b90600052602060002090600902019750600160009054906101000a9004600160a060020a0316600160a060020a031663e3cc65e26040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015611f0557600080fd5b505af1158015611f19573d6000803e3d6000fd5b505050506040513d6020811015611f2f57600080fd5b505196508995505b611f5087611f4b8c8c63ffffffff6121b916565b6121c6565b86101561202757600154604080517f3feb5f2b000000000000000000000000000000000000000000000000000000008152600481018990529051600160a060020a0390921691633feb5f2b916024808201926020929091908290030181600087803b158015611fbe57600080fd5b505af1158015611fd2573d6000803e3d6000fd5b505050506040513d6020811015611fe857600080fd5b5051600160a060020a038116600090815260088a01602052604090205490955060ff16151561201c5761201c85898d612034565b600190950194611f37565b5050505050505050505050565b60006120408285610aa3565b600160a060020a03851660009081526008850160205260409020805460ff19166001179055600584015490915061207e90829063ffffffff6121b916565b6005840155600081111561215d57604051600160a060020a0385169082156108fc029083906000818181858888f19350505050156120fe5760408051838152602081018390528151600160a060020a038716927f3727919a1862a5c3b2ded34e6d05c509537fb302f8b29d89bff5672bd3e86fe0928290030190a261215d565b600160a060020a0384166000818152600885016020908152604091829020805460ff19169055815185815290810184905281517f2c0085c7e38441531918ee99d0dbf1102f84a4e5b1c3a506c3f2e8a4e5f81783929181900390910190a25b50505050565b60008215156121745750600061218c565b5081810281838281151561218457fe5b041461218c57fe5b92915050565b6000818381151561219f57fe5b049392505050565b6000828211156121b357fe5b50900390565b8181018281101561218c57fe5b60008183106121d557816121d7565b825b939250505056004449535452494255544500000000000000000000000000000000000000000000496e636f7272656374206469766964656e6420696e6465780000000000000000a165627a7a72305820bc7004bfe84082d682986326d20b93e2344ae5ca3f95c44d31c327b7fa070c5e0029a165627a7a72305820cf04711931a06fa3700ca94164e2cb5bcb26efd6c76d1a60bfb74b47848aeb430029",
  "deployedBytecode": "0x6080604052600436106100ef5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166277436081146100f457806306184a251461013057806315dae03e1461015757806317d7de7c146101825780631a092541146101975780633ae192bd1461022157806358a191c31461023b5780636faa22a514610253578063715018a6146102685780637e363ffa1461027d5780638da5cb5b14610292578063995d9ab7146102a7578063aac67b051461030c578063d54c472614610324578063e0d5497014610339578063f2fde38b1461034e578063ff3c1a8f1461036f575b600080fd5b34801561010057600080fd5b506101146004803560248101910135610384565b60408051600160a060020a039092168252519081900360200190f35b34801561013c57600080fd5b50610145610545565b60408051918252519081900360200190f35b34801561016357600080fd5b5061016c61054b565b6040805160ff9092168252519081900360200190f35b34801561018e57600080fd5b50610145610550565b3480156101a357600080fd5b506101ac610574565b6040805160208082528351818301528351919283929083019185019080838360005b838110156101e65781810151838201526020016101ce565b50505050905090810190601f1680156102135780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561022d57600080fd5b506102396004356105d3565b005b34801561024757600080fd5b50610239600435610630565b34801561025f57600080fd5b5061011461068d565b34801561027457600080fd5b5061023961069c565b34801561028957600080fd5b50610145610708565b34801561029e57600080fd5b5061011461070e565b3480156102b357600080fd5b506102bc61071d565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156102f85781810151838201526020016102e0565b505050509050019250505060405180910390f35b34801561031857600080fd5b506102396004356107f7565b34801561033057600080fd5b50610145610854565b34801561034557600080fd5b506101ac61085a565b34801561035a57600080fd5b50610239600160a060020a0360043516610905565b34801561037b57600080fd5b506101ac610928565b60008060025411156104f45760015460008054600254604080517f23b872dd000000000000000000000000000000000000000000000000000000008152336004820152600160a060020a03938416602482015260448101929092525191909316926323b872dd9260648083019360209390929083900390910190829087803b15801561040f57600080fd5b505af1158015610423573d6000803e3d6000fd5b505050506040513d602081101561043957600080fd5b505115156104f457604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f4661696c6564207472616e7366657246726f6d2062656361757365206f66207360448201527f7566666963656e7420416c6c6f77616e6365206973206e6f742070726f76696460648201527f6564000000000000000000000000000000000000000000000000000000000000608482015290519081900360a40190fd5b6001543390600160a060020a031661050a6109dc565b600160a060020a03928316815291166020820152604080519182900301906000f08015801561053d573d6000803e3d6000fd5b509392505050565b60045481565b600490565b7f45746865724469766964656e64436865636b706f696e7400000000000000000090565b60408051606081018252603f81527f43726561746520455448206469766964656e647320666f7220746f6b656e206860208201527f6f6c64657273206174206120737065636966696320636865636b706f696e74009181019190915290565b600054600160a060020a031633146105ea57600080fd5b60045460408051918252602082018390523082820152517fc15ef5ae01a170635c048bc2ddb0e834fe5d866424709f0a7398496a80852ec89181900360600190a1600455565b600054600160a060020a0316331461064757600080fd5b60025460408051918252602082018390523082820152517ff9c53ed8f7f318ac63991d13acab4cf653984ce56b7dc1b3a2083af3f412262d9181900360600190a1600255565b600154600160a060020a031681565b600054600160a060020a031633146106b357600080fd5b60008054604051600160a060020a03909116917ff8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c6482091a26000805473ffffffffffffffffffffffffffffffffffffffff19169055565b60025481565b600054600160a060020a031681565b604080516003808252608082019092526060918291906020820183803883390190505090507f455448000000000000000000000000000000000000000000000000000000000081600081518110151561077257fe5b6020908102909101015280517f436865636b706f696e740000000000000000000000000000000000000000000090829060019081106107ad57fe5b6020908102909101015280517f4469766964656e6400000000000000000000000000000000000000000000000090829060029081106107e857fe5b60209081029091010152905090565b600054600160a060020a0316331461080e57600080fd5b60035460408051918252602082018390523082820152517fff5bf6a8d25c4e30ad5778be1e2a41c7c45173313279bcbba6e2bb1b1bf7a6db9181900360600190a1600355565b60035481565b6040805160a081018252607d81527f4372656174652061206469766964656e642077686963682077696c6c2062652060208201527f70616964206f757420746f20746f6b656e20686f6c646572732070726f706f72918101919091527f74696f6e616c20746f2074686569722062616c616e636573206174207468652060608201527f706f696e7420746865206469766964656e642069732063726561746564000000608082015290565b600054600160a060020a0316331461091c57600080fd5b6109258161095f565b50565b60408051808201909152601981527f4574686572204469766964656e6420436865636b706f696e7400000000000000602082015290565b600160a060020a038116151561097457600080fd5b60008054604051600160a060020a03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a36000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6040516122bb806109ed833901905600608060405234801561001057600080fd5b506040516040806122bb83398101604052805160209091015160018054600160a060020a03938416600160a060020a031991821617909155600080548216331790556002805493909216921691909117905561224a806100716000396000f3006080604052600436106100d75763ffffffff60e060020a6000350416631613ec9d81146100dc57806330008b48146101265780634d58e413146101405780635bea0e1c1461019a5780635daff64e146101d05780635f7619a4146102385780635fc6a28e146102645780636faa22a51461027557806380fef5af146102a6578063814b3fe0146102bb578063aa8b76ea14610316578063b84dfbd21461032e578063b9b3ded214610343578063c3a07df614610351578063c45a015514610366578063d70afa961461037b578063e1726faa14610390575b600080fd5b3480156100e857600080fd5b506100f16103ae565b604080517fffffffff000000000000000000000000000000000000000000000000000000009092168252519081900360200190f35b34801561013257600080fd5b5061013e6004356103b3565b005b34801561014c57600080fd5b5060408051602060046024803582810135848102808701860190975280865261013e9684359636966044959194909101929182918501908490808284375094975061064f9650505050505050565b3480156101a657600080fd5b506101be600435600160a060020a0360243516610aa3565b60408051918252519081900360200190f35b3480156101dc57600080fd5b506101e8600435610bcb565b60408051602080825283518183015283519192839290830191858101910280838360005b8381101561022457818101518382015260200161020c565b505050509050019250505060405180910390f35b34801561024457600080fd5b50610250600435610cb0565b604080519115158252519081900360200190f35b61013e600435602435604435610fef565b34801561028157600080fd5b5061028a611377565b60408051600160a060020a039092168252519081900360200190f35b3480156102b257600080fd5b506101be611386565b3480156102c757600080fd5b506102d3600435611398565b604080519889526020890197909752878701959095526060870193909352608086019190915260a085015260c0840152151560e083015251908190036101000190f35b34801561032257600080fd5b5061013e6004356113ef565b34801561033a57600080fd5b5061028a6116c5565b61013e6004356024356116d4565b34801561035d57600080fd5b506101e8611a5b565b34801561037257600080fd5b5061028a611aad565b34801561038757600080fd5b506101be611abc565b34801561039c57600080fd5b5061013e600435602435604435611ae0565b600090565b600354600090829081106103ff576040805160e560020a62461bcd02815260206004820152601860248201526000805160206121ff833981519152604482015290519081900360640190fd5b600380548290811061040d57fe5b906000526020600020906009020160020154421015151561049e576040805160e560020a62461bcd02815260206004820152602260248201527f4469766964656e64206d6174757269747920697320696e20746865206675747560448201527f7265000000000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b60038054829081106104ac57fe5b90600052602060002090600902016003015442101515610516576040805160e560020a62461bcd02815260206004820152601e60248201527f4469766964656e642065787069727920697320696e2074686520706173740000604482015290519081900360640190fd5b600380548290811061052457fe5b600091825260209091206007600990920201015460ff16156105b6576040805160e560020a62461bcd02815260206004820152602560248201527f4469766964656e6420686173206265656e207265636c61696d6564206279206960448201527f7373756572000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b60038054849081106105c457fe5b600091825260208083203384526008600990930201918201905260409091205490925060ff161561063f576040805160e560020a62461bcd02815260206004820152601a60248201527f4469766964656e6420616c7265616479207265636c61696d6564000000000000604482015290519081900360640190fd5b61064a338385612034565b505050565b6000806000805160206121df833981519152600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156106b757600080fd5b505af11580156106cb573d6000803e3d6000fd5b505050506040513d60208110156106e157600080fd5b505160005433600160a060020a0392831681149450911614905081806107045750805b806107aa5750600154604080517f8658b8b9000000000000000000000000000000000000000000000000000000008152336004820152306024820152604481018690529051600160a060020a0390921691638658b8b9916064808201926020929091908290030181600087803b15801561077d57600080fd5b505af1158015610791573d6000803e3d6000fd5b505050506040513d60208110156107a757600080fd5b50515b1515610800576040805160e560020a62461bcd02815260206004820152601760248201527f5065726d697373696f6e20636865636b206661696c6564000000000000000000604482015290519081900360640190fd5b60035487908110610849576040805160e560020a62461bcd02815260206004820152601860248201526000805160206121ff833981519152604482015290519081900360640190fd5b600380548290811061085757fe5b90600052602060002090600902016002015442101515156108e8576040805160e560020a62461bcd02815260206004820152602260248201527f4469766964656e64206d6174757269747920697320696e20746865206675747560448201527f7265000000000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b60038054829081106108f657fe5b90600052602060002090600902016003015442101515610960576040805160e560020a62461bcd02815260206004820152601e60248201527f4469766964656e642065787069727920697320696e2074686520706173740000604482015290519081900360640190fd5b600380548290811061096e57fe5b600091825260209091206007600990920201015460ff1615610a00576040805160e560020a62461bcd02815260206004820152602560248201527f4469766964656e6420686173206265656e207265636c61696d6564206279206960448201527f7373756572000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b6003805489908110610a0e57fe5b90600052602060002090600902019550600094505b8651851015610a99578560080160008887815181101515610a4057fe5b6020908102909101810151600160a060020a031682528101919091526040016000205460ff161515610a8e57610a8e8786815181101515610a7d57fe5b90602001906020020151878a612034565b600190940193610a23565b5050505050505050565b6000806000600385815481101515610ab757fe5b60009182526020808320600160a060020a03881684526008600990930201918201905260409091205490925060ff1615610af45760009250610bc3565b6001548254604080517f4ee2cd7e000000000000000000000000000000000000000000000000000000008152600160a060020a038881166004830152602482019390935290519190921691634ee2cd7e9160448083019260209291908290030181600087803b158015610b6657600080fd5b505af1158015610b7a573d6000803e3d6000fd5b505050506040513d6020811015610b9057600080fd5b505160068301546004840154919250610bc091610bb490849063ffffffff61216316565b9063ffffffff61219216565b92505b505092915050565b606060008082815b600354831015610c175785600384815481101515610bed57fe5b9060005260206000209060090201600001541415610c0c576001909301925b600190920191610bd3565b83604051908082528060200260200182016040528015610c41578160200160208202803883390190505b50915060009350600090505b600354811015610ca75785600382815481101515610c6757fe5b9060005260206000209060090201600001541415610c9f57808285815181101515610c8e57fe5b602090810290910101526001909301925b600101610c4d565b50949350505050565b60007f4645455f41444d494e0000000000000000000000000000000000000000000000600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610d2957600080fd5b505af1158015610d3d573d6000803e3d6000fd5b505050506040513d6020811015610d5357600080fd5b505160005433600160a060020a039283168114945091161490508180610d765750805b80610e1c5750600154604080517f8658b8b9000000000000000000000000000000000000000000000000000000008152336004820152306024820152604481018690529051600160a060020a0390921691638658b8b9916064808201926020929091908290030181600087803b158015610def57600080fd5b505af1158015610e03573d6000803e3d6000fd5b505050506040513d6020811015610e1957600080fd5b50515b1515610e72576040805160e560020a62461bcd02815260206004820152601760248201527f5065726d697373696f6e20636865636b206661696c6564000000000000000000604482015290519081900360640190fd5b60025460008054604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051600160a060020a03948516946323b872dd94309490911692638da5cb5b9260048083019360209383900390910190829087803b158015610ee157600080fd5b505af1158015610ef5573d6000803e3d6000fd5b505050506040513d6020811015610f0b57600080fd5b50516040805160e060020a63ffffffff8616028152600160a060020a039384166004820152929091166024830152604482018990525160648083019260209291908290030181600087803b158015610f6257600080fd5b505af1158015610f76573d6000803e3d6000fd5b505050506040513d6020811015610f8c57600080fd5b50511515610fe4576040805160e560020a62461bcd02815260206004820152601260248201527f556e61626c6520746f2074616b65206665650000000000000000000000000000604482015290519081900360640190fd5b506001949350505050565b600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561104557600080fd5b505af1158015611059573d6000803e3d6000fd5b505050506040513d602081101561106f57600080fd5b5051600160a060020a031633146110d0576040805160e560020a62461bcd02815260206004820152601360248201527f53656e646572206973206e6f74206f776e657200000000000000000000000000604482015290519081900360640190fd5b8484116110dc57600080fd5b4284116110e857600080fd5b600034116110f557600080fd5b600160009054906101000a9004600160a060020a0316600160a060020a0316635488cc806040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561114857600080fd5b505af115801561115c573d6000803e3d6000fd5b505050506040513d602081101561117257600080fd5b505183111561118057600080fd5b600354600154604080517f981b24d0000000000000000000000000000000000000000000000000000000008152600481018790529051929450600160a060020a039091169163981b24d0916024808201926020929091908290030181600087803b1580156111ed57600080fd5b505af1158015611201573d6000803e3d6000fd5b505050506040513d602081101561121757600080fd5b81019080805190602001909291905050509050600361010060405190810160405280858152602001428152602001878152602001868152602001348152602001600081526020018381526020016000151581525090806001815401808255809150509060018203906000526020600020906009020160009091929091909150600082015181600001556020820151816001015560408201518160020155606082015181600301556080820151816004015560a0820151816005015560c0820151816006015560e08201518160070160006101000a81548160ff02191690831515021790555050505033600160a060020a03167fb433e92ef797d780cbb7fb72acd0cb46810598f52b65aaea374d930fa6a4441b844288883487896040518088815260200187815260200186815260200185815260200184815260200183815260200182815260200197505050505050505060405180910390a25050505050565b600254600160a060020a031681565b6000805160206121df83398151915281565b60038054829081106113a657fe5b6000918252602090912060099091020180546001820154600283015460038401546004850154600586015460068701546007909701549597509395929491939092909160ff1688565b600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561144557600080fd5b505af1158015611459573d6000803e3d6000fd5b505050506040513d602081101561146f57600080fd5b5051600160a060020a031633146114d0576040805160e560020a62461bcd02815260206004820152601360248201527f53656e646572206973206e6f74206f776e657200000000000000000000000000604482015290519081900360640190fd5b6003548310611517576040805160e560020a62461bcd02815260206004820152601860248201526000805160206121ff833981519152604482015290519081900360640190fd5b600380548490811061152557fe5b9060005260206000209060090201600301544210151515611590576040805160e560020a62461bcd02815260206004820181905260248201527f4469766964656e642065787069727920697320696e2074686520667574757265604482015290519081900360640190fd5b600380548490811061159e57fe5b600091825260209091206007600990920201015460ff161561160a576040805160e560020a62461bcd02815260206004820152601860248201527f4469766964656e6420616c726561647920636c61696d65640000000000000000604482015290519081900360640190fd5b600380548490811061161857fe5b600091825260209091206007600990920201908101805460ff1916600117905560058101546004820154919350611655919063ffffffff6121a716565b604051909150339082156108fc029083906000818181858888f19350505050158015611685573d6000803e3d6000fd5b506040805184815260208101839052815133927fcd202b969101d293ad6e4c4053b46f2bf4698ca22abcb130dc24fa3baca0dee1928290030190a2505050565b600154600160a060020a031681565b6000806000600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561172c57600080fd5b505af1158015611740573d6000803e3d6000fd5b505050506040513d602081101561175657600080fd5b5051600160a060020a031633146117b7576040805160e560020a62461bcd02815260206004820152601360248201527f53656e646572206973206e6f74206f776e657200000000000000000000000000604482015290519081900360640190fd5b8484116117c357600080fd5b4284116117cf57600080fd5b600034116117dc57600080fd5b600354600154604080517fff0b9c900000000000000000000000000000000000000000000000000000000081529051929550600160a060020a039091169163ff0b9c90916004808201926020929091908290030181600087803b15801561184257600080fd5b505af1158015611856573d6000803e3d6000fd5b505050506040513d602081101561186c57600080fd5b5051600154604080517f18160ddd0000000000000000000000000000000000000000000000000000000081529051929450600160a060020a03909116916318160ddd916004808201926020929091908290030181600087803b1580156118d157600080fd5b505af11580156118e5573d6000803e3d6000fd5b505050506040513d60208110156118fb57600080fd5b81019080805190602001909291905050509050600361010060405190810160405280848152602001428152602001878152602001868152602001348152602001600081526020018381526020016000151581525090806001815401808255809150509060018203906000526020600020906009020160009091929091909150600082015181600001556020820151816001015560408201518160020155606082015181600301556080820151816004015560a0820151816005015560c0820151816006015560e08201518160070160006101000a81548160ff02191690831515021790555050505033600160a060020a03167fb433e92ef797d780cbb7fb72acd0cb46810598f52b65aaea374d930fa6a4441b8342888834878a6040518088815260200187815260200186815260200185815260200184815260200183815260200182815260200197505050505050505060405180910390a25050505050565b604080516001808252818301909252606091829190602080830190803883390190505090506000805160206121df833981519152816000815181101515611a9e57fe5b60209081029091010152905090565b600054600160a060020a031681565b7f4645455f41444d494e000000000000000000000000000000000000000000000081565b6000806000806000805160206121df833981519152600080600160009054906101000a9004600160a060020a0316600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015611b4b57600080fd5b505af1158015611b5f573d6000803e3d6000fd5b505050506040513d6020811015611b7557600080fd5b505160005433600160a060020a039283168114945091161490508180611b985750805b80611c3e5750600154604080517f8658b8b9000000000000000000000000000000000000000000000000000000008152336004820152306024820152604481018690529051600160a060020a0390921691638658b8b9916064808201926020929091908290030181600087803b158015611c1157600080fd5b505af1158015611c25573d6000803e3d6000fd5b505050506040513d6020811015611c3b57600080fd5b50515b1515611c94576040805160e560020a62461bcd02815260206004820152601760248201527f5065726d697373696f6e20636865636b206661696c6564000000000000000000604482015290519081900360640190fd5b6003548a908110611cdd576040805160e560020a62461bcd02815260206004820152601860248201526000805160206121ff833981519152604482015290519081900360640190fd5b6003805482908110611ceb57fe5b9060005260206000209060090201600201544210151515611d7c576040805160e560020a62461bcd02815260206004820152602260248201527f4469766964656e64206d6174757269747920697320696e20746865206675747560448201527f7265000000000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b6003805482908110611d8a57fe5b90600052602060002090600902016003015442101515611df4576040805160e560020a62461bcd02815260206004820152601e60248201527f4469766964656e642065787069727920697320696e2074686520706173740000604482015290519081900360640190fd5b6003805482908110611e0257fe5b600091825260209091206007600990920201015460ff1615611e94576040805160e560020a62461bcd02815260206004820152602560248201527f4469766964656e6420686173206265656e207265636c61696d6564206279206960448201527f7373756572000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b600380548c908110611ea257fe5b90600052602060002090600902019750600160009054906101000a9004600160a060020a0316600160a060020a031663e3cc65e26040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015611f0557600080fd5b505af1158015611f19573d6000803e3d6000fd5b505050506040513d6020811015611f2f57600080fd5b505196508995505b611f5087611f4b8c8c63ffffffff6121b916565b6121c6565b86101561202757600154604080517f3feb5f2b000000000000000000000000000000000000000000000000000000008152600481018990529051600160a060020a0390921691633feb5f2b916024808201926020929091908290030181600087803b158015611fbe57600080fd5b505af1158015611fd2573d6000803e3d6000fd5b505050506040513d6020811015611fe857600080fd5b5051600160a060020a038116600090815260088a01602052604090205490955060ff16151561201c5761201c85898d612034565b600190950194611f37565b5050505050505050505050565b60006120408285610aa3565b600160a060020a03851660009081526008850160205260409020805460ff19166001179055600584015490915061207e90829063ffffffff6121b916565b6005840155600081111561215d57604051600160a060020a0385169082156108fc029083906000818181858888f19350505050156120fe5760408051838152602081018390528151600160a060020a038716927f3727919a1862a5c3b2ded34e6d05c509537fb302f8b29d89bff5672bd3e86fe0928290030190a261215d565b600160a060020a0384166000818152600885016020908152604091829020805460ff19169055815185815290810184905281517f2c0085c7e38441531918ee99d0dbf1102f84a4e5b1c3a506c3f2e8a4e5f81783929181900390910190a25b50505050565b60008215156121745750600061218c565b5081810281838281151561218457fe5b041461218c57fe5b92915050565b6000818381151561219f57fe5b049392505050565b6000828211156121b357fe5b50900390565b8181018281101561218c57fe5b60008183106121d557816121d7565b825b939250505056004449535452494255544500000000000000000000000000000000000000000000496e636f7272656374206469766964656e6420696e6465780000000000000000a165627a7a72305820bc7004bfe84082d682986326d20b93e2344ae5ca3f95c44d31c327b7fa070c5e0029a165627a7a72305820cf04711931a06fa3700ca94164e2cb5bcb26efd6c76d1a60bfb74b47848aeb430029",
  "sourceMap": "184:2299:32:-;;;508:197;8:9:-1;5:2;;;30:1;27;20:12;5:2;508:197:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;567:5:64;:18;;-1:-1:-1;;;;;;567:18:64;;;575:10;567:18;;;;;1123:31:14;;-1:-1:-1;;;;;1123:31:14;;;;;;;;;;;;;;1162:9;:22;;;;1192:9;:22;;;;1222:23;:43;184:2299:32;;;;;;",
  "deployedSourceMap": "184:2299:32:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;847:324;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;847:324:32;;;;;;;;;;;;;;;;-1:-1:-1;;;;;847:324:32;;;;;;;;;;;;;;363:38:14;;8:9:-1;5:2;;;30:1;27;20:12;5:2;363:38:14;;;;;;;;;;;;;;;;;;;;1235:71:32;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1235:71:32;;;;;;;;;;;;;;;;;;;;;;;1370:97;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1370:97:32;;;;1538:143;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1538:143:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;1538:143:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3197:265:14;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;3197:265:14;;;;;;;2548:193;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;2548:193:14;;;;;275:22;;8:9:-1;5:2;;;30:1;27;20:12;5:2;275:22:14;;;;827:111:64;;8:9:-1;5:2;;;30:1;27;20:12;5:2;827:111:64;;;;303:24:14;;8:9:-1;5:2;;;30:1;27;20:12;5:2;303:24:14;;;;238:20:64;;8:9:-1;5:2;;;30:1;27;20:12;5:2;238:20:64;;;;2221:260:32;;8:9:-1;5:2;;;30:1;27;20:12;5:2;2221:260:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;2221:260:32;;;;;;;;;;;;;;;;;2862:193:14;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;2862:193:14;;;;;333:24;;8:9:-1;5:2;;;30:1;27;20:12;5:2;333:24:14;;;;1935:206:32;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1935:206:32;;;;1100:103:64;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;1100:103:64;-1:-1:-1;;;;;1100:103:64;;;;;1746:100:32;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1746:100:32;;;;847:324;899:7;933:1;921:9;;:13;918:161;;;956:9;;;991:5;;998:9;;956:52;;;;;;979:10;956:52;;;;-1:-1:-1;;;;;991:5:32;;;956:52;;;;;;;;;;;;:9;;;;;:22;;:52;;;;;;;;;;;;;;;;;;;:9;:52;;;5:2:-1;;;;30:1;27;20:12;5:2;956:52:32;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;956:52:32;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;956:52:32;948:131;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1152:9;;1132:10;;-1:-1:-1;;;;;1152:9:32;1104:59;;:::i;:::-;-1:-1:-1;;;;;1104:59:32;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1104:59:32;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;1089:75:32;847:324;-1:-1:-1;;;847:324:32:o;363:38:14:-;;;;:::o;1235:71:32:-;1298:1;1235:71;:::o;1370:97::-;1428:32;1370:97;:::o;1538:143::-;1602:72;;;1584:6;1602:72;;;;;;;;;;;;;;;;;;;;1538:143;:::o;3197:265:14:-;719:5:64;;-1:-1:-1;;;;;719:5:64;705:10;:19;697:28;;;;;;3329:23:14;;3297:93;;;;;;;;;;;;3384:4;3297:93;;;;;;;;;;;;;;3400:23;:46;3197:265::o;2548:193::-;719:5:64;;-1:-1:-1;;;;;719:5:64;705:10;:19;697:28;;;;;;2659:9:14;;2634:65;;;;;;;;;;;;2693:4;2634:65;;;;;;;;;;;;;;2709:9;:25;2548:193::o;275:22::-;;;-1:-1:-1;;;;;275:22:14;;:::o;827:111:64:-;719:5;;-1:-1:-1;;;;;719:5:64;705:10;:19;697:28;;;;;;903:5;;;884:25;;-1:-1:-1;;;;;903:5:64;;;;884:25;;;931:1;915:18;;-1:-1:-1;;915:18:64;;;827:111::o;303:24:14:-;;;;:::o;238:20:64:-;;;-1:-1:-1;;;;;238:20:64;;:::o;2221:260:32:-;2314:16;;;2328:1;2314:16;;;;;;;;;2260:9;;;;2314:16;;;;2260:9;;105:10:-1;2314:16:32;88:34:-1;136:17;;-1:-1;2314:16:32;2281:49;;2340:24;:13;2354:1;2340:16;;;;;;;;;;;;;;;;;;:24;2374:16;;:31;;:13;;2388:1;;2374:16;;;;;;;;;;;;;;:31;2415:16;;:29;;:13;;2429:1;;2415:16;;;;;;;;;;;;;;:29;2461:13;-1:-1:-1;2221:260:32;:::o;2862:193:14:-;719:5:64;;-1:-1:-1;;;;;719:5:64;705:10;:19;697:28;;;;;;2973:9:14;;2948:65;;;;;;;;;;;;3007:4;2948:65;;;;;;;;;;;;;;3023:9;:25;2862:193::o;333:24::-;;;;:::o;1935:206:32:-;2000:134;;;;;;;;;;;;;;;;;;;;;;;;;1982:6;2000:134;;;;;;;;1935:206;:::o;1100:103:64:-;719:5;;-1:-1:-1;;;;;719:5:64;705:10;:19;697:28;;;;;;1169:29;1188:9;1169:18;:29::i;:::-;1100:103;:::o;1746:100:32:-;1805:34;;;;;;;;;;;;;;;;;1746:100;:::o;1338:171:64:-;-1:-1:-1;;;;;1408:23:64;;;;1400:32;;;;;;1464:5;;;1443:38;;-1:-1:-1;;;;;1443:38:64;;;;1464:5;;;1443:38;;;1487:5;:17;;-1:-1:-1;;1487:17:64;-1:-1:-1;;;;;1487:17:64;;;;;;;;;;1338:171::o;184:2299:32:-;;;;;;;;;;:::o",
  "source": "pragma solidity ^0.4.24;\n\nimport \"./EtherDividendCheckpoint.sol\";\nimport \"../../interfaces/IModuleFactory.sol\";\n\n/**\n * @title Factory for deploying EtherDividendCheckpoint module\n */\ncontract EtherDividendCheckpointFactory is IModuleFactory {\n\n    /**\n     * @notice Constructor\n     * @param _polyAddress Address of the polytoken\n     * @param _setupCost Setup cost of the module\n     * @param _usageCost Usage cost of the module\n     * @param _subscriptionCost Subscription cost of the module\n     */\n    constructor (address _polyAddress, uint256 _setupCost, uint256 _usageCost, uint256 _subscriptionCost) public\n    IModuleFactory(_polyAddress, _setupCost, _usageCost, _subscriptionCost)\n    {\n\n    }\n\n    /**\n     * @notice used to launch the Module with the help of factory\n     * @return address Contract address of the Module\n     */\n    function deploy(bytes /* _data */) external returns(address) {\n        if(setupCost > 0)\n            require(polyToken.transferFrom(msg.sender, owner, setupCost), \"Failed transferFrom because of sufficent Allowance is not provided\");\n        return address(new EtherDividendCheckpoint(msg.sender, address(polyToken)));\n    }\n\n    /**\n     * @notice Type of the Module factory\n     */\n    function getType() public view returns(uint8) {\n        return 4;\n    }\n\n    /**\n     * @notice Get the name of the Module\n     */\n    function getName() public view returns(bytes32) {\n        return \"EtherDividendCheckpoint\";\n    }\n\n    /**\n     * @notice Get the description of the Module\n     */\n    function getDescription() public view returns(string) {\n        return \"Create ETH dividends for token holders at a specific checkpoint\";\n    }\n\n    /**\n     * @notice Get the title of the Module\n     */\n    function getTitle() public  view returns(string) {\n        return \"Ether Dividend Checkpoint\";\n    }\n\n    /**\n     * @notice Get the Instructions that helped to used the module\n     */\n    function getInstructions() public view returns(string) {\n        return \"Create a dividend which will be paid out to token holders proportional to their balances at the point the dividend is created\";\n    }\n\n    /**\n     * @notice Get the tags related to the module factory\n     */\n    function getTags() public view returns(bytes32[]) {\n        bytes32[] memory availableTags = new bytes32[](3);\n        availableTags[0] = \"ETH\";\n        availableTags[1] = \"Checkpoint\";\n        availableTags[2] = \"Dividend\";\n        return availableTags;\n    }\n}\n",
  "sourcePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/modules/Checkpoint/EtherDividendCheckpointFactory.sol",
  "ast": {
    "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/modules/Checkpoint/EtherDividendCheckpointFactory.sol",
    "exportedSymbols": {
      "EtherDividendCheckpointFactory": [
        12942
      ]
    },
    "id": 12943,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 12808,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:32"
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/modules/Checkpoint/EtherDividendCheckpoint.sol",
        "file": "./EtherDividendCheckpoint.sol",
        "id": 12809,
        "nodeType": "ImportDirective",
        "scope": 12943,
        "sourceUnit": 12807,
        "src": "26:39:32",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/IModuleFactory.sol",
        "file": "../../interfaces/IModuleFactory.sol",
        "id": 12810,
        "nodeType": "ImportDirective",
        "scope": 12943,
        "sourceUnit": 9955,
        "src": "66:45:32",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 12811,
              "name": "IModuleFactory",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 9954,
              "src": "227:14:32",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IModuleFactory_$9954",
                "typeString": "contract IModuleFactory"
              }
            },
            "id": 12812,
            "nodeType": "InheritanceSpecifier",
            "src": "227:14:32"
          }
        ],
        "contractDependencies": [
          9954,
          12806,
          22664
        ],
        "contractKind": "contract",
        "documentation": "@title Factory for deploying EtherDividendCheckpoint module",
        "fullyImplemented": true,
        "id": 12942,
        "linearizedBaseContracts": [
          12942,
          9954,
          22664
        ],
        "name": "EtherDividendCheckpointFactory",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 12829,
              "nodeType": "Block",
              "src": "697:8:32",
              "statements": []
            },
            "documentation": "@notice Constructor\n@param _polyAddress Address of the polytoken\n@param _setupCost Setup cost of the module\n@param _usageCost Usage cost of the module\n@param _subscriptionCost Subscription cost of the module",
            "id": 12830,
            "implemented": true,
            "isConstructor": true,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": [
                  {
                    "argumentTypes": null,
                    "id": 12823,
                    "name": "_polyAddress",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12814,
                    "src": "636:12:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  {
                    "argumentTypes": null,
                    "id": 12824,
                    "name": "_setupCost",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12816,
                    "src": "650:10:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  {
                    "argumentTypes": null,
                    "id": 12825,
                    "name": "_usageCost",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12818,
                    "src": "662:10:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  {
                    "argumentTypes": null,
                    "id": 12826,
                    "name": "_subscriptionCost",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12820,
                    "src": "674:17:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  }
                ],
                "id": 12827,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 12822,
                  "name": "IModuleFactory",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9954,
                  "src": "621:14:32",
                  "typeDescriptions": {
                    "typeIdentifier": "t_type$_t_contract$_IModuleFactory_$9954_$",
                    "typeString": "type(contract IModuleFactory)"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "621:71:32"
              }
            ],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12821,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12814,
                  "name": "_polyAddress",
                  "nodeType": "VariableDeclaration",
                  "scope": 12830,
                  "src": "521:20:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 12813,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "521:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 12816,
                  "name": "_setupCost",
                  "nodeType": "VariableDeclaration",
                  "scope": 12830,
                  "src": "543:18:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 12815,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "543:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 12818,
                  "name": "_usageCost",
                  "nodeType": "VariableDeclaration",
                  "scope": 12830,
                  "src": "563:18:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 12817,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "563:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 12820,
                  "name": "_subscriptionCost",
                  "nodeType": "VariableDeclaration",
                  "scope": 12830,
                  "src": "583:25:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 12819,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "583:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "520:89:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12828,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "697:0:32"
            },
            "scope": 12942,
            "src": "508:197:32",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12863,
              "nodeType": "Block",
              "src": "908:263:32",
              "statements": [
                {
                  "condition": {
                    "argumentTypes": null,
                    "commonType": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    },
                    "id": 12839,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "argumentTypes": null,
                      "id": 12837,
                      "name": "setupCost",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 9727,
                      "src": "921:9:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": ">",
                    "rightExpression": {
                      "argumentTypes": null,
                      "hexValue": "30",
                      "id": 12838,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "933:1:32",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_rational_0_by_1",
                        "typeString": "int_const 0"
                      },
                      "value": "0"
                    },
                    "src": "921:13:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "falseBody": null,
                  "id": 12851,
                  "nodeType": "IfStatement",
                  "src": "918:161:32",
                  "trueBody": {
                    "expression": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "expression": {
                                "argumentTypes": null,
                                "id": 12843,
                                "name": "msg",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 23131,
                                "src": "979:3:32",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_magic_message",
                                  "typeString": "msg"
                                }
                              },
                              "id": 12844,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "sender",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": null,
                              "src": "979:10:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            },
                            {
                              "argumentTypes": null,
                              "id": 12845,
                              "name": "owner",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 22582,
                              "src": "991:5:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            },
                            {
                              "argumentTypes": null,
                              "id": 12846,
                              "name": "setupCost",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 9727,
                              "src": "998:9:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            ],
                            "expression": {
                              "argumentTypes": null,
                              "id": 12841,
                              "name": "polyToken",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 9725,
                              "src": "956:9:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_ERC20_$22837",
                                "typeString": "contract ERC20"
                              }
                            },
                            "id": 12842,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "transferFrom",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 22819,
                            "src": "956:22:32",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$",
                              "typeString": "function (address,address,uint256) external returns (bool)"
                            }
                          },
                          "id": 12847,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "956:52:32",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        {
                          "argumentTypes": null,
                          "hexValue": "4661696c6564207472616e7366657246726f6d2062656361757365206f6620737566666963656e7420416c6c6f77616e6365206973206e6f742070726f7669646564",
                          "id": 12848,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "string",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "1010:68:32",
                          "subdenomination": null,
                          "typeDescriptions": {
                            "typeIdentifier": "t_stringliteral_39f8133d9e40dc5e6b34d9a9e536ce9c723fe05af13c2feb51de7d902ca65f7f",
                            "typeString": "literal_string \"Failed transferFrom because of sufficent Allowance is not provided\""
                          },
                          "value": "Failed transferFrom because of sufficent Allowance is not provided"
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          },
                          {
                            "typeIdentifier": "t_stringliteral_39f8133d9e40dc5e6b34d9a9e536ce9c723fe05af13c2feb51de7d902ca65f7f",
                            "typeString": "literal_string \"Failed transferFrom because of sufficent Allowance is not provided\""
                          }
                        ],
                        "id": 12840,
                        "name": "require",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [
                          23134,
                          23135
                        ],
                        "referencedDeclaration": 23135,
                        "src": "948:7:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                          "typeString": "function (bool,string memory) pure"
                        }
                      },
                      "id": 12849,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "948:131:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_tuple$__$",
                        "typeString": "tuple()"
                      }
                    },
                    "id": 12850,
                    "nodeType": "ExpressionStatement",
                    "src": "948:131:32"
                  }
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "expression": {
                              "argumentTypes": null,
                              "id": 12855,
                              "name": "msg",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 23131,
                              "src": "1132:3:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_message",
                                "typeString": "msg"
                              }
                            },
                            "id": 12856,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "sender",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": null,
                            "src": "1132:10:32",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          {
                            "argumentTypes": null,
                            "arguments": [
                              {
                                "argumentTypes": null,
                                "id": 12858,
                                "name": "polyToken",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 9725,
                                "src": "1152:9:32",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_contract$_ERC20_$22837",
                                  "typeString": "contract ERC20"
                                }
                              }
                            ],
                            "expression": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_contract$_ERC20_$22837",
                                  "typeString": "contract ERC20"
                                }
                              ],
                              "id": 12857,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "lValueRequested": false,
                              "nodeType": "ElementaryTypeNameExpression",
                              "src": "1144:7:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_type$_t_address_$",
                                "typeString": "type(address)"
                              },
                              "typeName": "address"
                            },
                            "id": 12859,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "typeConversion",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "1144:18:32",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            },
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          ],
                          "id": 12854,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "NewExpression",
                          "src": "1104:27:32",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_creation_nonpayable$_t_address_$_t_address_$returns$_t_contract$_EtherDividendCheckpoint_$12806_$",
                            "typeString": "function (address,address) returns (contract EtherDividendCheckpoint)"
                          },
                          "typeName": {
                            "contractScope": null,
                            "id": 12853,
                            "name": "EtherDividendCheckpoint",
                            "nodeType": "UserDefinedTypeName",
                            "referencedDeclaration": 12806,
                            "src": "1108:23:32",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_EtherDividendCheckpoint_$12806",
                              "typeString": "contract EtherDividendCheckpoint"
                            }
                          }
                        },
                        "id": 12860,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "1104:59:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_EtherDividendCheckpoint_$12806",
                          "typeString": "contract EtherDividendCheckpoint"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_contract$_EtherDividendCheckpoint_$12806",
                          "typeString": "contract EtherDividendCheckpoint"
                        }
                      ],
                      "id": 12852,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "nodeType": "ElementaryTypeNameExpression",
                      "src": "1096:7:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_address_$",
                        "typeString": "type(address)"
                      },
                      "typeName": "address"
                    },
                    "id": 12861,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "typeConversion",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1096:68:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "functionReturnParameters": 12836,
                  "id": 12862,
                  "nodeType": "Return",
                  "src": "1089:75:32"
                }
              ]
            },
            "documentation": "@notice used to launch the Module with the help of factory\n@return address Contract address of the Module",
            "id": 12864,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "deploy",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12833,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12832,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12864,
                  "src": "863:5:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 12831,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "863:5:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "862:19:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12836,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12835,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12864,
                  "src": "899:7:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 12834,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "899:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "898:9:32"
            },
            "scope": 12942,
            "src": "847:324:32",
            "stateMutability": "nonpayable",
            "superFunction": 9804,
            "visibility": "external"
          },
          {
            "body": {
              "id": 12871,
              "nodeType": "Block",
              "src": "1281:25:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "34",
                    "id": 12869,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "number",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1298:1:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_rational_4_by_1",
                      "typeString": "int_const 4"
                    },
                    "value": "4"
                  },
                  "functionReturnParameters": 12868,
                  "id": 12870,
                  "nodeType": "Return",
                  "src": "1291:8:32"
                }
              ]
            },
            "documentation": "@notice Type of the Module factory",
            "id": 12872,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getType",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12865,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1251:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12868,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12867,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12872,
                  "src": "1274:5:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 12866,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "1274:5:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1273:7:32"
            },
            "scope": 12942,
            "src": "1235:71:32",
            "stateMutability": "view",
            "superFunction": 9809,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12879,
              "nodeType": "Block",
              "src": "1418:49:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "45746865724469766964656e64436865636b706f696e74",
                    "id": 12877,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1435:25:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_2982686635e284f4a2d521d56a663f83bf03d4dc26d9bf601781ef75824688ce",
                      "typeString": "literal_string \"EtherDividendCheckpoint\""
                    },
                    "value": "EtherDividendCheckpoint"
                  },
                  "functionReturnParameters": 12876,
                  "id": 12878,
                  "nodeType": "Return",
                  "src": "1428:32:32"
                }
              ]
            },
            "documentation": "@notice Get the name of the Module",
            "id": 12880,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getName",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12873,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1386:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12876,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12875,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12880,
                  "src": "1409:7:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 12874,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1409:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1408:9:32"
            },
            "scope": 12942,
            "src": "1370:97:32",
            "stateMutability": "view",
            "superFunction": 9814,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12887,
              "nodeType": "Block",
              "src": "1592:89:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "43726561746520455448206469766964656e647320666f7220746f6b656e20686f6c64657273206174206120737065636966696320636865636b706f696e74",
                    "id": 12885,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1609:65:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_2af8c135554d25cfbb993f4ef809b580457a28d9d6e9889193f1463d99279504",
                      "typeString": "literal_string \"Create ETH dividends for token holders at a specific checkpoint\""
                    },
                    "value": "Create ETH dividends for token holders at a specific checkpoint"
                  },
                  "functionReturnParameters": 12884,
                  "id": 12886,
                  "nodeType": "Return",
                  "src": "1602:72:32"
                }
              ]
            },
            "documentation": "@notice Get the description of the Module",
            "id": 12888,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getDescription",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12881,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1561:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12884,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12883,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12888,
                  "src": "1584:6:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 12882,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1584:6:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1583:8:32"
            },
            "scope": 12942,
            "src": "1538:143:32",
            "stateMutability": "view",
            "superFunction": 9819,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12895,
              "nodeType": "Block",
              "src": "1795:51:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "4574686572204469766964656e6420436865636b706f696e74",
                    "id": 12893,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1812:27:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_3db265220bbd3a804c3bff9159dea3ae65dc7f7f22692170f4d1842856e41438",
                      "typeString": "literal_string \"Ether Dividend Checkpoint\""
                    },
                    "value": "Ether Dividend Checkpoint"
                  },
                  "functionReturnParameters": 12892,
                  "id": 12894,
                  "nodeType": "Return",
                  "src": "1805:34:32"
                }
              ]
            },
            "documentation": "@notice Get the title of the Module",
            "id": 12896,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getTitle",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12889,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1763:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12892,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12891,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12896,
                  "src": "1787:6:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 12890,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1787:6:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1786:8:32"
            },
            "scope": 12942,
            "src": "1746:100:32",
            "stateMutability": "view",
            "superFunction": 9824,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12903,
              "nodeType": "Block",
              "src": "1990:151:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "4372656174652061206469766964656e642077686963682077696c6c2062652070616964206f757420746f20746f6b656e20686f6c646572732070726f706f7274696f6e616c20746f2074686569722062616c616e6365732061742074686520706f696e7420746865206469766964656e642069732063726561746564",
                    "id": 12901,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "2007:127:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_7c39ef4e75d1b6992f90eb0c4a5b2f7c67720ca22e0b5384f94f4ba72d999a05",
                      "typeString": "literal_string \"Create a dividend which will be paid out to token holders proportional to their balances at the point the dividend is created\""
                    },
                    "value": "Create a dividend which will be paid out to token holders proportional to their balances at the point the dividend is created"
                  },
                  "functionReturnParameters": 12900,
                  "id": 12902,
                  "nodeType": "Return",
                  "src": "2000:134:32"
                }
              ]
            },
            "documentation": "@notice Get the Instructions that helped to used the module",
            "id": 12904,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getInstructions",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12897,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1959:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12900,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12899,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12904,
                  "src": "1982:6:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 12898,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1982:6:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1981:8:32"
            },
            "scope": 12942,
            "src": "1935:206:32",
            "stateMutability": "view",
            "superFunction": 9829,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12940,
              "nodeType": "Block",
              "src": "2271:210:32",
              "statements": [
                {
                  "assignments": [
                    12913
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 12913,
                      "name": "availableTags",
                      "nodeType": "VariableDeclaration",
                      "scope": 12941,
                      "src": "2281:30:32",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                        "typeString": "bytes32[]"
                      },
                      "typeName": {
                        "baseType": {
                          "id": 12911,
                          "name": "bytes32",
                          "nodeType": "ElementaryTypeName",
                          "src": "2281:7:32",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "id": 12912,
                        "length": null,
                        "nodeType": "ArrayTypeName",
                        "src": "2281:9:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                          "typeString": "bytes32[]"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 12919,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "hexValue": "33",
                        "id": 12917,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2328:1:32",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_3_by_1",
                          "typeString": "int_const 3"
                        },
                        "value": "3"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_rational_3_by_1",
                          "typeString": "int_const 3"
                        }
                      ],
                      "id": 12916,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "nodeType": "NewExpression",
                      "src": "2314:13:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_$",
                        "typeString": "function (uint256) pure returns (bytes32[] memory)"
                      },
                      "typeName": {
                        "baseType": {
                          "id": 12914,
                          "name": "bytes32",
                          "nodeType": "ElementaryTypeName",
                          "src": "2318:7:32",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "id": 12915,
                        "length": null,
                        "nodeType": "ArrayTypeName",
                        "src": "2318:9:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                          "typeString": "bytes32[]"
                        }
                      }
                    },
                    "id": 12918,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2314:16:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_memory",
                      "typeString": "bytes32[] memory"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2281:49:32"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 12924,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "id": 12920,
                        "name": "availableTags",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 12913,
                        "src": "2340:13:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                          "typeString": "bytes32[] memory"
                        }
                      },
                      "id": 12922,
                      "indexExpression": {
                        "argumentTypes": null,
                        "hexValue": "30",
                        "id": 12921,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2354:1:32",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_0_by_1",
                          "typeString": "int_const 0"
                        },
                        "value": "0"
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2340:16:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "hexValue": "455448",
                      "id": 12923,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "string",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2359:5:32",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_stringliteral_aaaebeba3810b1e6b70781f14b2d72c1cb89c0b2b320c43bb67ff79f562f5ff4",
                        "typeString": "literal_string \"ETH\""
                      },
                      "value": "ETH"
                    },
                    "src": "2340:24:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 12925,
                  "nodeType": "ExpressionStatement",
                  "src": "2340:24:32"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 12930,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "id": 12926,
                        "name": "availableTags",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 12913,
                        "src": "2374:13:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                          "typeString": "bytes32[] memory"
                        }
                      },
                      "id": 12928,
                      "indexExpression": {
                        "argumentTypes": null,
                        "hexValue": "31",
                        "id": 12927,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2388:1:32",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_1_by_1",
                          "typeString": "int_const 1"
                        },
                        "value": "1"
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2374:16:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "hexValue": "436865636b706f696e74",
                      "id": 12929,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "string",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2393:12:32",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_stringliteral_3b8e9053b7ff4161ec05d93ad47701603857e890455cc4e7489597c5341a50ae",
                        "typeString": "literal_string \"Checkpoint\""
                      },
                      "value": "Checkpoint"
                    },
                    "src": "2374:31:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 12931,
                  "nodeType": "ExpressionStatement",
                  "src": "2374:31:32"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 12936,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "id": 12932,
                        "name": "availableTags",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 12913,
                        "src": "2415:13:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                          "typeString": "bytes32[] memory"
                        }
                      },
                      "id": 12934,
                      "indexExpression": {
                        "argumentTypes": null,
                        "hexValue": "32",
                        "id": 12933,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2429:1:32",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        "value": "2"
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2415:16:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "hexValue": "4469766964656e64",
                      "id": 12935,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "string",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2434:10:32",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_stringliteral_1a89444c0f8c4f319a738fad464c92de56f318730368af8f54e4977fa8c6d063",
                        "typeString": "literal_string \"Dividend\""
                      },
                      "value": "Dividend"
                    },
                    "src": "2415:29:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 12937,
                  "nodeType": "ExpressionStatement",
                  "src": "2415:29:32"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 12938,
                    "name": "availableTags",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12913,
                    "src": "2461:13:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                      "typeString": "bytes32[] memory"
                    }
                  },
                  "functionReturnParameters": 12909,
                  "id": 12939,
                  "nodeType": "Return",
                  "src": "2454:20:32"
                }
              ]
            },
            "documentation": "@notice Get the tags related to the module factory",
            "id": 12941,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getTags",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12905,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2237:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12909,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12908,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12941,
                  "src": "2260:9:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 12906,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "2260:7:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 12907,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "2260:9:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2259:11:32"
            },
            "scope": 12942,
            "src": "2221:260:32",
            "stateMutability": "view",
            "superFunction": 9835,
            "visibility": "public"
          }
        ],
        "scope": 12943,
        "src": "184:2299:32"
      }
    ],
    "src": "0:2484:32"
  },
  "legacyAST": {
    "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/modules/Checkpoint/EtherDividendCheckpointFactory.sol",
    "exportedSymbols": {
      "EtherDividendCheckpointFactory": [
        12942
      ]
    },
    "id": 12943,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 12808,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:32"
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/modules/Checkpoint/EtherDividendCheckpoint.sol",
        "file": "./EtherDividendCheckpoint.sol",
        "id": 12809,
        "nodeType": "ImportDirective",
        "scope": 12943,
        "sourceUnit": 12807,
        "src": "26:39:32",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/IModuleFactory.sol",
        "file": "../../interfaces/IModuleFactory.sol",
        "id": 12810,
        "nodeType": "ImportDirective",
        "scope": 12943,
        "sourceUnit": 9955,
        "src": "66:45:32",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 12811,
              "name": "IModuleFactory",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 9954,
              "src": "227:14:32",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IModuleFactory_$9954",
                "typeString": "contract IModuleFactory"
              }
            },
            "id": 12812,
            "nodeType": "InheritanceSpecifier",
            "src": "227:14:32"
          }
        ],
        "contractDependencies": [
          9954,
          12806,
          22664
        ],
        "contractKind": "contract",
        "documentation": "@title Factory for deploying EtherDividendCheckpoint module",
        "fullyImplemented": true,
        "id": 12942,
        "linearizedBaseContracts": [
          12942,
          9954,
          22664
        ],
        "name": "EtherDividendCheckpointFactory",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 12829,
              "nodeType": "Block",
              "src": "697:8:32",
              "statements": []
            },
            "documentation": "@notice Constructor\n@param _polyAddress Address of the polytoken\n@param _setupCost Setup cost of the module\n@param _usageCost Usage cost of the module\n@param _subscriptionCost Subscription cost of the module",
            "id": 12830,
            "implemented": true,
            "isConstructor": true,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": [
                  {
                    "argumentTypes": null,
                    "id": 12823,
                    "name": "_polyAddress",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12814,
                    "src": "636:12:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  {
                    "argumentTypes": null,
                    "id": 12824,
                    "name": "_setupCost",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12816,
                    "src": "650:10:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  {
                    "argumentTypes": null,
                    "id": 12825,
                    "name": "_usageCost",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12818,
                    "src": "662:10:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  {
                    "argumentTypes": null,
                    "id": 12826,
                    "name": "_subscriptionCost",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12820,
                    "src": "674:17:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  }
                ],
                "id": 12827,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 12822,
                  "name": "IModuleFactory",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9954,
                  "src": "621:14:32",
                  "typeDescriptions": {
                    "typeIdentifier": "t_type$_t_contract$_IModuleFactory_$9954_$",
                    "typeString": "type(contract IModuleFactory)"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "621:71:32"
              }
            ],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12821,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12814,
                  "name": "_polyAddress",
                  "nodeType": "VariableDeclaration",
                  "scope": 12830,
                  "src": "521:20:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 12813,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "521:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 12816,
                  "name": "_setupCost",
                  "nodeType": "VariableDeclaration",
                  "scope": 12830,
                  "src": "543:18:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 12815,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "543:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 12818,
                  "name": "_usageCost",
                  "nodeType": "VariableDeclaration",
                  "scope": 12830,
                  "src": "563:18:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 12817,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "563:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 12820,
                  "name": "_subscriptionCost",
                  "nodeType": "VariableDeclaration",
                  "scope": 12830,
                  "src": "583:25:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 12819,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "583:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "520:89:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12828,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "697:0:32"
            },
            "scope": 12942,
            "src": "508:197:32",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12863,
              "nodeType": "Block",
              "src": "908:263:32",
              "statements": [
                {
                  "condition": {
                    "argumentTypes": null,
                    "commonType": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    },
                    "id": 12839,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "argumentTypes": null,
                      "id": 12837,
                      "name": "setupCost",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 9727,
                      "src": "921:9:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": ">",
                    "rightExpression": {
                      "argumentTypes": null,
                      "hexValue": "30",
                      "id": 12838,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "933:1:32",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_rational_0_by_1",
                        "typeString": "int_const 0"
                      },
                      "value": "0"
                    },
                    "src": "921:13:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "falseBody": null,
                  "id": 12851,
                  "nodeType": "IfStatement",
                  "src": "918:161:32",
                  "trueBody": {
                    "expression": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "expression": {
                                "argumentTypes": null,
                                "id": 12843,
                                "name": "msg",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 23131,
                                "src": "979:3:32",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_magic_message",
                                  "typeString": "msg"
                                }
                              },
                              "id": 12844,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "sender",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": null,
                              "src": "979:10:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            },
                            {
                              "argumentTypes": null,
                              "id": 12845,
                              "name": "owner",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 22582,
                              "src": "991:5:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            },
                            {
                              "argumentTypes": null,
                              "id": 12846,
                              "name": "setupCost",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 9727,
                              "src": "998:9:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            ],
                            "expression": {
                              "argumentTypes": null,
                              "id": 12841,
                              "name": "polyToken",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 9725,
                              "src": "956:9:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_ERC20_$22837",
                                "typeString": "contract ERC20"
                              }
                            },
                            "id": 12842,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "transferFrom",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 22819,
                            "src": "956:22:32",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$",
                              "typeString": "function (address,address,uint256) external returns (bool)"
                            }
                          },
                          "id": 12847,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "956:52:32",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        {
                          "argumentTypes": null,
                          "hexValue": "4661696c6564207472616e7366657246726f6d2062656361757365206f6620737566666963656e7420416c6c6f77616e6365206973206e6f742070726f7669646564",
                          "id": 12848,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "string",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "1010:68:32",
                          "subdenomination": null,
                          "typeDescriptions": {
                            "typeIdentifier": "t_stringliteral_39f8133d9e40dc5e6b34d9a9e536ce9c723fe05af13c2feb51de7d902ca65f7f",
                            "typeString": "literal_string \"Failed transferFrom because of sufficent Allowance is not provided\""
                          },
                          "value": "Failed transferFrom because of sufficent Allowance is not provided"
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          },
                          {
                            "typeIdentifier": "t_stringliteral_39f8133d9e40dc5e6b34d9a9e536ce9c723fe05af13c2feb51de7d902ca65f7f",
                            "typeString": "literal_string \"Failed transferFrom because of sufficent Allowance is not provided\""
                          }
                        ],
                        "id": 12840,
                        "name": "require",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [
                          23134,
                          23135
                        ],
                        "referencedDeclaration": 23135,
                        "src": "948:7:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                          "typeString": "function (bool,string memory) pure"
                        }
                      },
                      "id": 12849,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "948:131:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_tuple$__$",
                        "typeString": "tuple()"
                      }
                    },
                    "id": 12850,
                    "nodeType": "ExpressionStatement",
                    "src": "948:131:32"
                  }
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "expression": {
                              "argumentTypes": null,
                              "id": 12855,
                              "name": "msg",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 23131,
                              "src": "1132:3:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_message",
                                "typeString": "msg"
                              }
                            },
                            "id": 12856,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "sender",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": null,
                            "src": "1132:10:32",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          {
                            "argumentTypes": null,
                            "arguments": [
                              {
                                "argumentTypes": null,
                                "id": 12858,
                                "name": "polyToken",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 9725,
                                "src": "1152:9:32",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_contract$_ERC20_$22837",
                                  "typeString": "contract ERC20"
                                }
                              }
                            ],
                            "expression": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_contract$_ERC20_$22837",
                                  "typeString": "contract ERC20"
                                }
                              ],
                              "id": 12857,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "lValueRequested": false,
                              "nodeType": "ElementaryTypeNameExpression",
                              "src": "1144:7:32",
                              "typeDescriptions": {
                                "typeIdentifier": "t_type$_t_address_$",
                                "typeString": "type(address)"
                              },
                              "typeName": "address"
                            },
                            "id": 12859,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "typeConversion",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "1144:18:32",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            },
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          ],
                          "id": 12854,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "NewExpression",
                          "src": "1104:27:32",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_creation_nonpayable$_t_address_$_t_address_$returns$_t_contract$_EtherDividendCheckpoint_$12806_$",
                            "typeString": "function (address,address) returns (contract EtherDividendCheckpoint)"
                          },
                          "typeName": {
                            "contractScope": null,
                            "id": 12853,
                            "name": "EtherDividendCheckpoint",
                            "nodeType": "UserDefinedTypeName",
                            "referencedDeclaration": 12806,
                            "src": "1108:23:32",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_EtherDividendCheckpoint_$12806",
                              "typeString": "contract EtherDividendCheckpoint"
                            }
                          }
                        },
                        "id": 12860,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "1104:59:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_EtherDividendCheckpoint_$12806",
                          "typeString": "contract EtherDividendCheckpoint"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_contract$_EtherDividendCheckpoint_$12806",
                          "typeString": "contract EtherDividendCheckpoint"
                        }
                      ],
                      "id": 12852,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "nodeType": "ElementaryTypeNameExpression",
                      "src": "1096:7:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_address_$",
                        "typeString": "type(address)"
                      },
                      "typeName": "address"
                    },
                    "id": 12861,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "typeConversion",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1096:68:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "functionReturnParameters": 12836,
                  "id": 12862,
                  "nodeType": "Return",
                  "src": "1089:75:32"
                }
              ]
            },
            "documentation": "@notice used to launch the Module with the help of factory\n@return address Contract address of the Module",
            "id": 12864,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "deploy",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12833,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12832,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12864,
                  "src": "863:5:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 12831,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "863:5:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "862:19:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12836,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12835,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12864,
                  "src": "899:7:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 12834,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "899:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "898:9:32"
            },
            "scope": 12942,
            "src": "847:324:32",
            "stateMutability": "nonpayable",
            "superFunction": 9804,
            "visibility": "external"
          },
          {
            "body": {
              "id": 12871,
              "nodeType": "Block",
              "src": "1281:25:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "34",
                    "id": 12869,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "number",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1298:1:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_rational_4_by_1",
                      "typeString": "int_const 4"
                    },
                    "value": "4"
                  },
                  "functionReturnParameters": 12868,
                  "id": 12870,
                  "nodeType": "Return",
                  "src": "1291:8:32"
                }
              ]
            },
            "documentation": "@notice Type of the Module factory",
            "id": 12872,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getType",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12865,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1251:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12868,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12867,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12872,
                  "src": "1274:5:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 12866,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "1274:5:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1273:7:32"
            },
            "scope": 12942,
            "src": "1235:71:32",
            "stateMutability": "view",
            "superFunction": 9809,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12879,
              "nodeType": "Block",
              "src": "1418:49:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "45746865724469766964656e64436865636b706f696e74",
                    "id": 12877,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1435:25:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_2982686635e284f4a2d521d56a663f83bf03d4dc26d9bf601781ef75824688ce",
                      "typeString": "literal_string \"EtherDividendCheckpoint\""
                    },
                    "value": "EtherDividendCheckpoint"
                  },
                  "functionReturnParameters": 12876,
                  "id": 12878,
                  "nodeType": "Return",
                  "src": "1428:32:32"
                }
              ]
            },
            "documentation": "@notice Get the name of the Module",
            "id": 12880,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getName",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12873,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1386:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12876,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12875,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12880,
                  "src": "1409:7:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 12874,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1409:7:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1408:9:32"
            },
            "scope": 12942,
            "src": "1370:97:32",
            "stateMutability": "view",
            "superFunction": 9814,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12887,
              "nodeType": "Block",
              "src": "1592:89:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "43726561746520455448206469766964656e647320666f7220746f6b656e20686f6c64657273206174206120737065636966696320636865636b706f696e74",
                    "id": 12885,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1609:65:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_2af8c135554d25cfbb993f4ef809b580457a28d9d6e9889193f1463d99279504",
                      "typeString": "literal_string \"Create ETH dividends for token holders at a specific checkpoint\""
                    },
                    "value": "Create ETH dividends for token holders at a specific checkpoint"
                  },
                  "functionReturnParameters": 12884,
                  "id": 12886,
                  "nodeType": "Return",
                  "src": "1602:72:32"
                }
              ]
            },
            "documentation": "@notice Get the description of the Module",
            "id": 12888,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getDescription",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12881,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1561:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12884,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12883,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12888,
                  "src": "1584:6:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 12882,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1584:6:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1583:8:32"
            },
            "scope": 12942,
            "src": "1538:143:32",
            "stateMutability": "view",
            "superFunction": 9819,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12895,
              "nodeType": "Block",
              "src": "1795:51:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "4574686572204469766964656e6420436865636b706f696e74",
                    "id": 12893,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1812:27:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_3db265220bbd3a804c3bff9159dea3ae65dc7f7f22692170f4d1842856e41438",
                      "typeString": "literal_string \"Ether Dividend Checkpoint\""
                    },
                    "value": "Ether Dividend Checkpoint"
                  },
                  "functionReturnParameters": 12892,
                  "id": 12894,
                  "nodeType": "Return",
                  "src": "1805:34:32"
                }
              ]
            },
            "documentation": "@notice Get the title of the Module",
            "id": 12896,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getTitle",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12889,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1763:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12892,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12891,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12896,
                  "src": "1787:6:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 12890,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1787:6:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1786:8:32"
            },
            "scope": 12942,
            "src": "1746:100:32",
            "stateMutability": "view",
            "superFunction": 9824,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12903,
              "nodeType": "Block",
              "src": "1990:151:32",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "4372656174652061206469766964656e642077686963682077696c6c2062652070616964206f757420746f20746f6b656e20686f6c646572732070726f706f7274696f6e616c20746f2074686569722062616c616e6365732061742074686520706f696e7420746865206469766964656e642069732063726561746564",
                    "id": 12901,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "2007:127:32",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_7c39ef4e75d1b6992f90eb0c4a5b2f7c67720ca22e0b5384f94f4ba72d999a05",
                      "typeString": "literal_string \"Create a dividend which will be paid out to token holders proportional to their balances at the point the dividend is created\""
                    },
                    "value": "Create a dividend which will be paid out to token holders proportional to their balances at the point the dividend is created"
                  },
                  "functionReturnParameters": 12900,
                  "id": 12902,
                  "nodeType": "Return",
                  "src": "2000:134:32"
                }
              ]
            },
            "documentation": "@notice Get the Instructions that helped to used the module",
            "id": 12904,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getInstructions",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12897,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1959:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12900,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12899,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12904,
                  "src": "1982:6:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 12898,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1982:6:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1981:8:32"
            },
            "scope": 12942,
            "src": "1935:206:32",
            "stateMutability": "view",
            "superFunction": 9829,
            "visibility": "public"
          },
          {
            "body": {
              "id": 12940,
              "nodeType": "Block",
              "src": "2271:210:32",
              "statements": [
                {
                  "assignments": [
                    12913
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 12913,
                      "name": "availableTags",
                      "nodeType": "VariableDeclaration",
                      "scope": 12941,
                      "src": "2281:30:32",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                        "typeString": "bytes32[]"
                      },
                      "typeName": {
                        "baseType": {
                          "id": 12911,
                          "name": "bytes32",
                          "nodeType": "ElementaryTypeName",
                          "src": "2281:7:32",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "id": 12912,
                        "length": null,
                        "nodeType": "ArrayTypeName",
                        "src": "2281:9:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                          "typeString": "bytes32[]"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 12919,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "hexValue": "33",
                        "id": 12917,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2328:1:32",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_3_by_1",
                          "typeString": "int_const 3"
                        },
                        "value": "3"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_rational_3_by_1",
                          "typeString": "int_const 3"
                        }
                      ],
                      "id": 12916,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "nodeType": "NewExpression",
                      "src": "2314:13:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_$",
                        "typeString": "function (uint256) pure returns (bytes32[] memory)"
                      },
                      "typeName": {
                        "baseType": {
                          "id": 12914,
                          "name": "bytes32",
                          "nodeType": "ElementaryTypeName",
                          "src": "2318:7:32",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "id": 12915,
                        "length": null,
                        "nodeType": "ArrayTypeName",
                        "src": "2318:9:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                          "typeString": "bytes32[]"
                        }
                      }
                    },
                    "id": 12918,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2314:16:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_memory",
                      "typeString": "bytes32[] memory"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2281:49:32"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 12924,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "id": 12920,
                        "name": "availableTags",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 12913,
                        "src": "2340:13:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                          "typeString": "bytes32[] memory"
                        }
                      },
                      "id": 12922,
                      "indexExpression": {
                        "argumentTypes": null,
                        "hexValue": "30",
                        "id": 12921,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2354:1:32",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_0_by_1",
                          "typeString": "int_const 0"
                        },
                        "value": "0"
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2340:16:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "hexValue": "455448",
                      "id": 12923,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "string",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2359:5:32",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_stringliteral_aaaebeba3810b1e6b70781f14b2d72c1cb89c0b2b320c43bb67ff79f562f5ff4",
                        "typeString": "literal_string \"ETH\""
                      },
                      "value": "ETH"
                    },
                    "src": "2340:24:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 12925,
                  "nodeType": "ExpressionStatement",
                  "src": "2340:24:32"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 12930,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "id": 12926,
                        "name": "availableTags",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 12913,
                        "src": "2374:13:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                          "typeString": "bytes32[] memory"
                        }
                      },
                      "id": 12928,
                      "indexExpression": {
                        "argumentTypes": null,
                        "hexValue": "31",
                        "id": 12927,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2388:1:32",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_1_by_1",
                          "typeString": "int_const 1"
                        },
                        "value": "1"
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2374:16:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "hexValue": "436865636b706f696e74",
                      "id": 12929,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "string",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2393:12:32",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_stringliteral_3b8e9053b7ff4161ec05d93ad47701603857e890455cc4e7489597c5341a50ae",
                        "typeString": "literal_string \"Checkpoint\""
                      },
                      "value": "Checkpoint"
                    },
                    "src": "2374:31:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 12931,
                  "nodeType": "ExpressionStatement",
                  "src": "2374:31:32"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 12936,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "id": 12932,
                        "name": "availableTags",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 12913,
                        "src": "2415:13:32",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                          "typeString": "bytes32[] memory"
                        }
                      },
                      "id": 12934,
                      "indexExpression": {
                        "argumentTypes": null,
                        "hexValue": "32",
                        "id": 12933,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2429:1:32",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        "value": "2"
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2415:16:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "hexValue": "4469766964656e64",
                      "id": 12935,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "string",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2434:10:32",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_stringliteral_1a89444c0f8c4f319a738fad464c92de56f318730368af8f54e4977fa8c6d063",
                        "typeString": "literal_string \"Dividend\""
                      },
                      "value": "Dividend"
                    },
                    "src": "2415:29:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 12937,
                  "nodeType": "ExpressionStatement",
                  "src": "2415:29:32"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 12938,
                    "name": "availableTags",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 12913,
                    "src": "2461:13:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                      "typeString": "bytes32[] memory"
                    }
                  },
                  "functionReturnParameters": 12909,
                  "id": 12939,
                  "nodeType": "Return",
                  "src": "2454:20:32"
                }
              ]
            },
            "documentation": "@notice Get the tags related to the module factory",
            "id": 12941,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getTags",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12905,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2237:2:32"
            },
            "payable": false,
            "returnParameters": {
              "id": 12909,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12908,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 12941,
                  "src": "2260:9:32",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 12906,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "2260:7:32",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 12907,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "2260:9:32",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2259:11:32"
            },
            "scope": 12942,
            "src": "2221:260:32",
            "stateMutability": "view",
            "superFunction": 9835,
            "visibility": "public"
          }
        ],
        "scope": 12943,
        "src": "184:2299:32"
      }
    ],
    "src": "0:2484:32"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {
    "15": {
      "events": {},
      "links": {},
      "address": "0x1174585d13279b34f8db9256ba3f08a803378b03",
      "transactionHash": "0x46847399998c13a7566e9a26912c5b4693fffeff6bde72a15010931e00da4dd7"
    }
  },
  "schemaVersion": "2.0.1",
  "updatedAt": "2018-08-21T09:48:28.921Z"
}