[ { "constant": true, "inputs": [], "name": "mintingFinished", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_disable", "type": "bool" } ], "name": "disableTransfers", "outputs": [], "payable": false, "stateMutability": "nonpayable", "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": "_value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "name": "", "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": "_to", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "mint", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [], "name": "claimOwnership", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_enable", "type": "bool" } ], "name": "setDestroyEnabled", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_token", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "withdrawTokens", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_subtractedValue", "type": "uint256" } ], "name": "decreaseApproval", "outputs": [ { "name": "success", "type": "bool" } ], "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": false, "inputs": [], "name": "finishMinting", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "issue", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "destroy", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [ { "name": "", "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": "holder", "type": "address" }, { "name": "time", "type": "uint64" } ], "name": "transferableTokens", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_addedValue", "type": "uint256" } ], "name": "increaseApproval", "outputs": [ { "name": "success", "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": "destroyEnabled", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "pendingOwner", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "_token", "type": "address" } ], "name": "NewSmartToken", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "_amount", "type": "uint256" } ], "name": "Issuance", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "_amount", "type": "uint256" } ], "name": "Destruction", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "Mint", "type": "event" }, { "anonymous": false, "inputs": [], "name": "MintFinished", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "previousOwner", "type": "address" }, { "indexed": true, "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "owner", "type": "address" }, { "indexed": true, "name": "spender", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" } ]
606060409081526004805460a060020a62ffffff02191690558051908101604052600881527f4c454144434f494e000000000000000000000000000000000000000000000000602082015260059080516200005f92916020019062000121565b5060408051908101604052600381527f4c4443000000000000000000000000000000000000000000000000000000000060208201526006908051620000a992916020019062000121565b506007805460ff191660121790553415620000c357600080fd5b60038054600160a060020a03191633600160a060020a03161790557ff4cd1f8571e8d9c97ffcb81558807ab73f9803d54de5da6a0420593c82a4a9f030604051600160a060020a03909116815260200160405180910390a1620001c6565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200016457805160ff191683800117855562000194565b8280016001018555821562000194579182015b828111156200019457825182559160200191906001019062000177565b50620001a2929150620001a6565b5090565b620001c391905b80821115620001a25760008155600101620001ad565b90565b6111fc80620001d66000396000f3006060604052600436106101535763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166305d2035b811461015857806306fdde031461017f578063095ea7b3146102095780631608f18f1461022b57806318160ddd1461024557806323b872dd1461026a578063313ce5671461029257806340c10f19146102bb5780634e71e0c8146102dd5780635005ba47146102f05780635e35359e14610308578063661884631461033057806370a08231146103525780637d64bcb414610371578063867904b4146103845780638da5cb5b146103a657806395d89b41146103d5578063a24835d1146103e8578063a9059cbb1461040a578063bef97c871461042c578063d347c2051461043f578063d73dd6231461046b578063dd62ed3e1461048d578063decfe0d4146104b2578063e30c3978146104c5578063f2fde38b146104d8575b600080fd5b341561016357600080fd5b61016b6104f7565b604051901515815260200160405180910390f35b341561018a57600080fd5b610192610518565b60405160208082528190810183818151815260200191508051906020019080838360005b838110156101ce5780820151838201526020016101b6565b50505050905090810190601f1680156101fb5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561021457600080fd5b61016b600160a060020a03600435166024356105b6565b341561023657600080fd5b6102436004351515610622565b005b341561025057600080fd5b61025861067c565b60405190815260200160405180910390f35b341561027557600080fd5b61016b600160a060020a0360043581169060243516604435610682565b341561029d57600080fd5b6102a56106b1565b60405160ff909116815260200160405180910390f35b34156102c657600080fd5b61016b600160a060020a03600435166024356106ba565b34156102e857600080fd5b6102436107c6565b34156102fb57600080fd5b6102436004351515610854565b341561031357600080fd5b610243600160a060020a03600435811690602435166044356108b3565b341561033b57600080fd5b61016b600160a060020a03600435166024356109b7565b341561035d57600080fd5b610258600160a060020a0360043516610ab1565b341561037c57600080fd5b61016b610acc565b341561038f57600080fd5b610243600160a060020a0360043516602435610b51565b34156103b157600080fd5b6103b9610bb8565b604051600160a060020a03909116815260200160405180910390f35b34156103e057600080fd5b610192610bc7565b34156103f357600080fd5b610243600160a060020a0360043516602435610c32565b341561041557600080fd5b61016b600160a060020a0360043516602435610d53565b341561043757600080fd5b61016b610d80565b341561044a57600080fd5b610258600160a060020a036004351667ffffffffffffffff60243516610da2565b341561047657600080fd5b61016b600160a060020a0360043516602435610de0565b341561049857600080fd5b610258600160a060020a0360043581169060243516610e84565b34156104bd57600080fd5b61016b610eaf565b34156104d057600080fd5b6103b9610ed2565b34156104e357600080fd5b610243600160a060020a0360043516610ee1565b60045474010000000000000000000000000000000000000000900460ff1681565b60058054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156105ae5780601f10610583576101008083540402835291602001916105ae565b820191906000526020600020905b81548152906001019060200180831161059157829003601f168201915b505050505081565b600160a060020a03338116600081815260026020908152604080832094871680845294909152808220859055909291907f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259085905190815260200160405180910390a350600192915050565b60035433600160a060020a0390811691161461063d57600080fd5b6004805475ff00000000000000000000000000000000000000000019169115750100000000000000000000000000000000000000000002919091179055565b60005481565b600083826106908242610da2565b81111561069c57600080fd5b6106a7868686610f2b565b9695505050505050565b60075460ff1681565b60035460009033600160a060020a039081169116146106d857600080fd5b60045474010000000000000000000000000000000000000000900460ff161561070057600080fd5b600054610713908363ffffffff61109b16565b6000908155600160a060020a03841681526001602052604090205461073e908363ffffffff61109b16565b600160a060020a0384166000818152600160205260409081902092909255907f0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d41213968859084905190815260200160405180910390a2600160a060020a03831660006000805160206111b18339815191528460405190815260200160405180910390a350600192915050565b60045433600160a060020a039081169116146107e157600080fd5b600454600354600160a060020a0391821691167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3600480546003805473ffffffffffffffffffffffffffffffffffffffff19908116600160a060020a03841617909155169055565b60035433600160a060020a0390811691161461086f57600080fd5b600480549115157601000000000000000000000000000000000000000000000276ff0000000000000000000000000000000000000000000019909216919091179055565b60035433600160a060020a039081169116146108ce57600080fd5b600160a060020a03831615156108e357600080fd5b600160a060020a03821615156108f857600080fd5b30600160a060020a031682600160a060020a03161415151561091957600080fd5b82600160a060020a031663a9059cbb83836000604051602001526040517c010000000000000000000000000000000000000000000000000000000063ffffffff8516028152600160a060020a0390921660048301526024820152604401602060405180830381600087803b151561098f57600080fd5b6102c65a03f115156109a057600080fd5b5050506040518051905015156109b257fe5b505050565b600160a060020a03338116600090815260026020908152604080832093861683529290529081205480831115610a1457600160a060020a033381166000908152600260209081526040808320938816835292905290812055610a4b565b610a24818463ffffffff6110aa16565b600160a060020a033381166000908152600260209081526040808320938916835292905220555b600160a060020a0333811660008181526002602090815260408083209489168084529490915290819020547f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925915190815260200160405180910390a35060019392505050565b600160a060020a031660009081526001602052604090205490565b60035460009033600160a060020a03908116911614610aea57600080fd5b6004805474ff00000000000000000000000000000000000000001916740100000000000000000000000000000000000000001790557fae5184fba832cb2b1f702aca6117b8d265eaf03ad33eb133f19dde0f5920fa0860405160405180910390a150600190565b60035433600160a060020a03908116911614610b6c57600080fd5b610b7682826106ba565b1515610b8157600080fd5b7f9386c90217c323f58030f9dadcbc938f807a940f4ff41cd4cead9562f5da7dc38160405190815260200160405180910390a15050565b600354600160a060020a031681565b60068054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156105ae5780601f10610583576101008083540402835291602001916105ae565b600454760100000000000000000000000000000000000000000000900460ff161515610c5d57600080fd5b81600160a060020a031633600160a060020a03161480610c8b575060035433600160a060020a039081169116145b1515610c9657600080fd5b600160a060020a038216600090815260016020526040902054610cbf908263ffffffff6110aa16565b600160a060020a03831660009081526001602052604081209190915554610cec908263ffffffff6110aa16565b6000557f9a1b418bc061a5d80270261562e6986a35d995f8051145f277be16103abd34538160405190815260200160405180910390a1600082600160a060020a03166000805160206111b18339815191528360405190815260200160405180910390a35050565b60003382610d618242610da2565b811115610d6d57600080fd5b610d7785856110bc565b95945050505050565b6004547501000000000000000000000000000000000000000000900460ff1681565b6004546000907501000000000000000000000000000000000000000000900460ff161515610dcf57600080fd5b610dd983836111a5565b9392505050565b600160a060020a033381166000908152600260209081526040808320938616835292905290812054610e18908363ffffffff61109b16565b600160a060020a0333811660008181526002602090815260408083209489168084529490915290819020849055919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591905190815260200160405180910390a350600192915050565b600160a060020a03918216600090815260026020908152604080832093909416825291909152205490565b600454760100000000000000000000000000000000000000000000900460ff1681565b600454600160a060020a031681565b60035433600160a060020a03908116911614610efc57600080fd5b6004805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000600160a060020a0383161515610f4257600080fd5b600160a060020a038416600090815260016020526040902054821115610f6757600080fd5b600160a060020a0380851660009081526002602090815260408083203390941683529290522054821115610f9a57600080fd5b600160a060020a038416600090815260016020526040902054610fc3908363ffffffff6110aa16565b600160a060020a038086166000908152600160205260408082209390935590851681522054610ff8908363ffffffff61109b16565b600160a060020a03808516600090815260016020908152604080832094909455878316825260028152838220339093168252919091522054611040908363ffffffff6110aa16565b600160a060020a03808616600081815260026020908152604080832033861684529091529081902093909355908516916000805160206111b18339815191529085905190815260200160405180910390a35060019392505050565b600082820183811015610dd957fe5b6000828211156110b657fe5b50900390565b6000600160a060020a03831615156110d357600080fd5b600160a060020a0333166000908152600160205260409020548211156110f857600080fd5b600160a060020a033316600090815260016020526040902054611121908363ffffffff6110aa16565b600160a060020a033381166000908152600160205260408082209390935590851681522054611156908363ffffffff61109b16565b600160a060020a0380851660008181526001602052604090819020939093559133909116906000805160206111b18339815191529085905190815260200160405180910390a350600192915050565b6000610dd983610ab15600ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa165627a7a72305820aa0e96da5205844ab952ec4a44d524effd9d2ad6c017ed9fab95cf3445cca4930029