[ { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "creationBlock", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_newController", "type": "address" } ], "name": "changeController", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "_owner", "type": "address" }, { "name": "_blockNumber", "type": "uint256" } ], "name": "balanceOfAt", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "version", "outputs": [ { "name": "", "type": "string" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_cloneTokenName", "type": "string" }, { "name": "_cloneDecimalUnits", "type": "uint8" }, { "name": "_cloneTokenSymbol", "type": "string" }, { "name": "_snapshotBlock", "type": "uint256" }, { "name": "_transfersEnabled", "type": "bool" } ], "name": "createCloneToken", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "_owner", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "balance", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "parentToken", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_owner", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "generateTokens", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [ { "name": "_blockNumber", "type": "uint256" } ], "name": "totalSupplyAt", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "transfer", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "transfersEnabled", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "parentSnapShotBlock", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_amount", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_owner", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "destroyTokens", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "_owner", "type": "address" }, { "name": "_spender", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "remaining", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "tokenFactory", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_transfersEnabled", "type": "bool" } ], "name": "enableTransfers", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "controller", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "inputs": [ { "name": "_tokenFactory", "type": "address" }, { "name": "initialOwner", "type": "address" } ], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "payable": true, "stateMutability": "payable", "type": "fallback" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_token", "type": "address" }, { "indexed": true, "name": "_controller", "type": "address" }, { "indexed": false, "name": "_amount", "type": "uint256" } ], "name": "ClaimedTokens", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_from", "type": "address" }, { "indexed": true, "name": "_to", "type": "address" }, { "indexed": false, "name": "_amount", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_cloneToken", "type": "address" }, { "indexed": false, "name": "_snapshotBlock", "type": "uint256" } ], "name": "NewCloneToken", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_owner", "type": "address" }, { "indexed": true, "name": "_spender", "type": "address" }, { "indexed": false, "name": "_amount", "type": "uint256" } ], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "previousControler", "type": "address" }, { "indexed": true, "name": "newController", "type": "address" } ], "name": "ControlTransferred", "type": "event" } ]
60c0604052600560808190527f332e302e3000000000000000000000000000000000000000000000000000000060a090815262000040916004919062000794565b503480156200004e57600080fd5b5060405160408062002149833981018060405260408110156200007057600080fd5b50805160209182015160408051808201825260128082527f42697466696e6578204c454f20546f6b656e00000000000000000000000000008287019081528351808501909452600384527f4c454f00000000000000000000000000000000000000000000000000000000009684019690965260008054600160a060020a03191633178155600b8054600160a060020a0388166101000261010060a860020a031990911617905582519596949587959194859493929091600191620001379183919062000794565b506002805460ff191660ff851617905581516200015c90600390602085019062000794565b5060058054600160a060020a031916600160a060020a039790971696909617909555505050600655600b805460ff19169115159190911790555043600755620001bb816b0221f06fb12854a314000000640100000000620001c4810204565b5050506200088d565b60008054600160a060020a03163314620001dd57600080fd5b6000620001f2640100000000620002c1810204565b90508281018111156200020457600080fd5b60006200021a85640100000000620002dd810204565b90508381018111156200022c57600080fd5b62000244600a838601640100000000620002fc810204565b600160a060020a03851660009081526008602052604090206200027390828601640100000000620002fc810204565b604080518581529051600160a060020a038716916000917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9181900360200190a36001925050505b92915050565b6000620002d743640100000000620003a9810204565b90505b90565b6000620002f48243640100000000620004d1810204565b90505b919050565b815415806200032f575081544390839060001981019081106200031b57fe5b906000526020600020906002020160000154105b156200037757815460009083906200034b826001830162000819565b815481106200035657fe5b600091825260209091204360029092020190815560010182905550620003a5565b8154600090839060001981019081106200038d57fe5b60009182526020909120600160029092020101829055505b5050565b600a546000901580620003dd575081600a6000815481101515620003c957fe5b906000526020600020906002020160000154115b15620004b357600554600160a060020a031615620004aa57600554600654600160a060020a039091169063981b24d0906200042390859064010000000062000652810204565b6040518263ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018082815260200191505060206040518083038186803b1580156200047457600080fd5b505afa15801562000489573d6000803e3d6000fd5b505050506040513d6020811015620004a057600080fd5b50519050620002f7565b506000620002f7565b620004c9600a836401000000006200066c810204565b9050620002f7565b600160a060020a03821660009081526008602052604081205415806200052c5750600160a060020a0383166000908152600860205260408120805484929081106200051857fe5b906000526020600020906002020160000154115b156200061d57600554600160a060020a0316156200061457600554600654600160a060020a0390911690634ee2cd7e9085906200057490869064010000000062000652810204565b6040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018083600160a060020a0316600160a060020a031681526020018281526020019250505060206040518083038186803b158015620005de57600080fd5b505afa158015620005f3573d6000803e3d6000fd5b505050506040513d60208110156200060a57600080fd5b50519050620002bb565b506000620002bb565b600160a060020a03831660009081526008602052604090206200064a90836401000000006200066c810204565b9050620002bb565b600081831062000663578162000665565b825b9392505050565b815460009015156200068157506000620002bb565b8254839060001981019081106200069457fe5b60009182526020909120600290910201548210620006d957825483906000198101908110620006bf57fe5b9060005260206000209060020201600101549050620002bb565b826000815481101515620006e957fe5b9060005260206000209060020201600001548210156200070c57506000620002bb565b825460009060001901815b82821115620007685760026001838501010490508486828154811015156200073b57fe5b6000918252602090912060029091020154116200075b5780925062000762565b6001810391505b62000717565b85838154811015156200077757fe5b906000526020600020906002020160010154935050505092915050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620007d757805160ff191683800117855562000807565b8280016001018555821562000807579182015b8281111562000807578251825591602001919060010190620007ea565b50620008159291506200084d565b5090565b81548183558181111562000848576002028160020283600052602060002091820191016200084891906200086a565b505050565b620002da91905b8082111562000815576000815560010162000854565b620002da91905b8082111562000815576000808255600182015560020162000871565b6118ac806200089d6000396000f3fe60806040526004361061011e5760e060020a600035046306fdde0381146101de578063095ea7b31461026857806317634514146102b557806318160ddd146102dc57806323b872dd146102f1578063313ce567146103345780633cebb8231461035f5780634ee2cd7e1461039257806354fd4d50146103cb5780636638c087146103e057806370a082311461054857806380a540011461057b578063827f32c01461059057806395d89b41146105c9578063981b24d0146105de578063a9059cbb14610608578063bef97c8714610641578063c5bcc4f114610656578063cae9ca511461066b578063d3ce77fe14610733578063dd62ed3e1461076c578063e77772fe146107a7578063f41e60c5146107bc578063f77c4791146107e8575b60005461013390600160a060020a03166107fd565b151561013e57600080fd5b600054604080517ff48c30540000000000000000000000000000000000000000000000000000000081523360048201529051600160a060020a039092169163f48c3054913491602480830192602092919082900301818588803b1580156101a457600080fd5b505af11580156101b8573d6000803e3d6000fd5b50505050506040513d60208110156101cf57600080fd5b505115156101dc57600080fd5b005b3480156101ea57600080fd5b506101f3610827565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561022d578181015183820152602001610215565b50505050905090810190601f16801561025a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561027457600080fd5b506102a16004803603604081101561028b57600080fd5b50600160a060020a0381351690602001356108b4565b604080519115158252519081900360200190f35b3480156102c157600080fd5b506102ca610a32565b60408051918252519081900360200190f35b3480156102e857600080fd5b506102ca610a38565b3480156102fd57600080fd5b506102a16004803603606081101561031457600080fd5b50600160a060020a03813581169160208101359091169060400135610a49565b34801561034057600080fd5b50610349610b0a565b6040805160ff9092168252519081900360200190f35b34801561036b57600080fd5b506101dc6004803603602081101561038257600080fd5b5035600160a060020a0316610b13565b34801561039e57600080fd5b506102ca600480360360408110156103b557600080fd5b50600160a060020a038135169060200135610b92565b3480156103d757600080fd5b506101f3610cda565b3480156103ec57600080fd5b5061052c600480360360a081101561040357600080fd5b81019060208101813564010000000081111561041e57600080fd5b82018360208201111561043057600080fd5b8035906020019184600183028401116401000000008311171561045257600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929560ff8535169590949093506040810192506020013590506401000000008111156104b057600080fd5b8201836020820111156104c257600080fd5b803590602001918460018302840111640100000000831117156104e457600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955050823593505050602001351515610d35565b60408051600160a060020a039092168252519081900360200190f35b34801561055457600080fd5b506102ca6004803603602081101561056b57600080fd5b5035600160a060020a0316610f98565b34801561058757600080fd5b5061052c610fa4565b34801561059c57600080fd5b506102a1600480360360408110156105b357600080fd5b50600160a060020a038135169060200135610fb3565b3480156105d557600080fd5b506101f361106d565b3480156105ea57600080fd5b506102ca6004803603602081101561060157600080fd5b50356110c8565b34801561061457600080fd5b506102a16004803603604081101561062b57600080fd5b50600160a060020a0381351690602001356111b7565b34801561064d57600080fd5b506102a16111df565b34801561066257600080fd5b506102ca6111e8565b34801561067757600080fd5b506102a16004803603606081101561068e57600080fd5b600160a060020a03823516916020810135918101906060810160408201356401000000008111156106be57600080fd5b8201836020820111156106d057600080fd5b803590602001918460018302840111640100000000831117156106f257600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506111ee945050505050565b34801561073f57600080fd5b506102a16004803603604081101561075657600080fd5b50600160a060020a038135169060200135611309565b34801561077857600080fd5b506102ca6004803603604081101561078f57600080fd5b50600160a060020a03813581169160200135166113bf565b3480156107b357600080fd5b5061052c6113ea565b3480156107c857600080fd5b506101dc600480360360208110156107df57600080fd5b503515156113fe565b3480156107f457600080fd5b5061052c611428565b600080600160a060020a038316151561081a576000915050610822565b50506000813b115b919050565b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156108ac5780601f10610881576101008083540402835291602001916108ac565b820191906000526020600020905b81548152906001019060200180831161088f57829003601f168201915b505050505081565b600b5460009060ff1615156108c857600080fd5b8115806108f65750336000908152600960209081526040808320600160a060020a0387168452909152902054155b151561090157600080fd5b60005461091690600160a060020a03166107fd565b156109ca5760008054604080517fda682aeb000000000000000000000000000000000000000000000000000000008152336004820152600160a060020a038781166024830152604482018790529151919092169263da682aeb92606480820193602093909283900390910190829087803b15801561099357600080fd5b505af11580156109a7573d6000803e3d6000fd5b505050506040513d60208110156109bd57600080fd5b505115156109ca57600080fd5b336000818152600960209081526040808320600160a060020a03881680855290835292819020869055805186815290519293927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925929181900390910190a35060015b92915050565b60075481565b6000610a43436110c8565b90505b90565b60008054600160a060020a03163314610af557600b5460ff161515610a6d57600080fd5b600160a060020a03841660009081526009602090815260408083203384529091529020546000191115610af557600160a060020a0384166000908152600960209081526040808320338452909152902054821115610aca57600080fd5b600160a060020a03841660009081526009602090815260408083203384529091529020805483900390555b610b00848484611437565b5060019392505050565b60025460ff1681565b600054600160a060020a03163314610b2a57600080fd5b60008054604051600160a060020a03808516939216917fa06677f7b64342b4bcbde423684dbdb5356acfe41ad0285b6ecbe6dc4bf427f291a36000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0382166000908152600860205260408120541580610beb5750600160a060020a038316600090815260086020526040812080548492908110610bd757fe5b906000526020600020906002020160000154115b15610cb157600554600160a060020a031615610ca957600554600654600160a060020a0390911690634ee2cd7e908590610c26908690611642565b6040518363ffffffff1660e060020a0281526004018083600160a060020a0316600160a060020a031681526020018281526020019250505060206040518083038186803b158015610c7657600080fd5b505afa158015610c8a573d6000803e3d6000fd5b505050506040513d6020811015610ca057600080fd5b50519050610a2c565b506000610a2c565b600160a060020a0383166000908152600860205260409020610cd3908361165a565b9050610a2c565b6004805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156108ac5780601f10610881576101008083540402835291602001916108ac565b6000821515610d42574392505b6000600b60019054906101000a9004600160a060020a0316600160a060020a0316635b7b72c130868a8a8a896040518763ffffffff1660e060020a0281526004018087600160a060020a0316600160a060020a03168152602001868152602001806020018560ff1660ff1681526020018060200184151515158152602001838103835287818151815260200191508051906020019080838360005b83811015610df5578181015183820152602001610ddd565b50505050905090810190601f168015610e225780820380516001836020036101000a031916815260200191505b50838103825285518152855160209182019187019080838360005b83811015610e55578181015183820152602001610e3d565b50505050905090810190601f168015610e825780820380516001836020036101000a031916815260200191505b5098505050505050505050602060405180830381600087803b158015610ea757600080fd5b505af1158015610ebb573d6000803e3d6000fd5b505050506040513d6020811015610ed157600080fd5b5051604080517f3cebb8230000000000000000000000000000000000000000000000000000000081523360048201529051919250600160a060020a03831691633cebb8239160248082019260009290919082900301818387803b158015610f3757600080fd5b505af1158015610f4b573d6000803e3d6000fd5b5050604080518781529051600160a060020a03851693507f086c875b377f900b07ce03575813022f05dd10ed7640b5282cf6d3c3fc352ade92509081900360200190a29695505050505050565b6000610a2c8243610b92565b600554600160a060020a031681565b60008054600160a060020a03163314610fcb57600080fd5b6000610fd5610a38565b9050828101811115610fe657600080fd5b6000610ff185610f98565b905083810181111561100257600080fd5b61100f600a858401611773565b600160a060020a038516600090815260086020526040902061103390828601611773565b604080518581529051600160a060020a038716916000916000805160206118618339815191529181900360200190a3506001949350505050565b6003805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156108ac5780601f10610881576101008083540402835291602001916108ac565b600a5460009015806110fa575081600a60008154811015156110e657fe5b906000526020600020906002020160000154115b156111a557600554600160a060020a03161561119d57600554600654600160a060020a039091169063981b24d090611133908590611642565b6040518263ffffffff1660e060020a0281526004018082815260200191505060206040518083038186803b15801561116a57600080fd5b505afa15801561117e573d6000803e3d6000fd5b505050506040513d602081101561119457600080fd5b50519050610822565b506000610822565b6111b0600a8361165a565b9050610822565b600b5460009060ff1615156111cb57600080fd5b6111d6338484611437565b50600192915050565b600b5460ff1681565b60065481565b60006111fa84846108b4565b151561120557600080fd5b6040517f8f4ffcb10000000000000000000000000000000000000000000000000000000081523360048201818152602483018690523060448401819052608060648501908152865160848601528651600160a060020a038a1695638f4ffcb195948a94938a939192909160a490910190602085019080838360005b83811015611298578181015183820152602001611280565b50505050905090810190601f1680156112c55780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b1580156112e757600080fd5b505af11580156112fb573d6000803e3d6000fd5b506001979650505050505050565b60008054600160a060020a0316331461132157600080fd5b600061132b610a38565b90508281101561133a57600080fd5b600061134585610f98565b90508381101561135457600080fd5b611361600a858403611773565b600160a060020a038516600090815260086020526040902061138590858303611773565b604080518581529051600091600160a060020a038816916000805160206118618339815191529181900360200190a3506001949350505050565b600160a060020a03918216600090815260096020908152604080832093909416825291909152205490565b600b546101009004600160a060020a031681565b600054600160a060020a0316331461141557600080fd5b600b805460ff1916911515919091179055565b600054600160a060020a031681565b80151561147c5781600160a060020a031683600160a060020a0316600080516020611861833981519152836040518082815260200191505060405180910390a361163d565b600654431161148a57600080fd5b600160a060020a038216158015906114ab5750600160a060020a0382163014155b15156114b657600080fd5b60006114c28443610b92565b9050818110156114d157600080fd5b6000546114e690600160a060020a03166107fd565b1561159c5760008054604080517f4a393149000000000000000000000000000000000000000000000000000000008152600160a060020a03888116600483015287811660248301526044820187905291519190921692634a39314992606480820193602093909283900390910190829087803b15801561156557600080fd5b505af1158015611579573d6000803e3d6000fd5b505050506040513d602081101561158f57600080fd5b5051151561159c57600080fd5b600160a060020a03841660009081526008602052604090206115c090838303611773565b60006115cc8443610b92565b90508281018111156115dd57600080fd5b600160a060020a038416600090815260086020526040902061160190828501611773565b83600160a060020a031685600160a060020a0316600080516020611861833981519152856040518082815260200191505060405180910390a350505b505050565b60008183106116515781611653565b825b9392505050565b8154600090151561166d57506000610a2c565b82548390600019810190811061167f57fe5b600091825260209091206002909102015482106116c1578254839060001981019081106116a857fe5b9060005260206000209060020201600101549050610a2c565b8260008154811015156116d057fe5b9060005260206000209060020201600001548210156116f157506000610a2c565b825460009060001901815b8282111561174857600260018385010104905084868281548110151561171e57fe5b60009182526020909120600290910201541161173c57809250611743565b6001810391505b6116fc565b858381548110151561175657fe5b906000526020600020906002020160010154935050505092915050565b815415806117a45750815443908390600019810190811061179057fe5b906000526020600020906002020160000154105b156117e757815460009083906117bd8260018301611818565b815481106117c757fe5b600091825260209091204360029092020190815560010182905550611814565b8154600090839060001981019081106117fc57fe5b60009182526020909120600160029092020101829055505b5050565b81548183558181111561163d5760008381526020902061163d91610a469160029182028101918502015b8082111561185c5760008082556001820155600201611842565b509056feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa165627a7a72305820e33bb8c5fab5aafa7ab530b4f370f3e2ba8b6f0f1d9ecb50bef2945c707727f200290000000000000000000000008e9ac0de3ab634ce0e2f0e397efc5ce8a72a12b8000000000000000000000000e1f3c653248de6894d683cb2f10de7ca2253046f