[ { "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": "success", "type": "bool" } ], "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": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "lock", "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": "_to", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "plaformTxId", "type": "string" } ], "name": "transferForExchange", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "plaformTxId", "type": "string" } ], "name": "transferFromForExchange", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_value", "type": "uint256" }, { "name": "plaformTxId", "type": "string" } ], "name": "burn", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_value", "type": "uint256" }, { "name": "plaformTxId", "type": "string" } ], "name": "mint", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "unlock", "outputs": [ { "name": "success", "type": "bool" } ], "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": "", "type": "address" } ], "name": "lockAmount", "outputs": [ { "name": "", "type": "uint256" } ], "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": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" }, { "name": "", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "inputs": [ { "name": "initialSupply", "type": "uint256" }, { "name": "tokenName", "type": "string" }, { "name": "decimalUnits", "type": "uint8" }, { "name": "tokenSymbol", "type": "string" }, { "name": "plaformTxId", "type": "string" } ], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "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" }, { "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": "_owner", "type": "address" }, { "indexed": true, "name": "_spender", "type": "address" }, { "indexed": false, "name": "_value", "type": "uint256" } ], "name": "Lock", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Burn", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" }, { "indexed": false, "name": "eventName", "type": "string" }, { "indexed": false, "name": "platformTxId", "type": "string" } ], "name": "eventForAllTxn", "type": "event" } ]
60806040526002805460ff191660121790553480156200001e57600080fd5b5060405162001299380380620012998339810160409081528151602080840151838501516060860151608087015160038690553360009081526005865296872086905592870180519597909692959181019493019262000083929190870190620001b1565b50815162000099906001906020850190620001b1565b506002805460ff191660ff85161790556004805433600160a060020a0319909116811790915560035460408051828152606060208083018281526006928401929092527f4445504c4f590000000000000000000000000000000000000000000000000000608084015260a0938301848152875194840194909452865186957fb75526d5c1859bd04275c160f9b0e297ca443b09654633b01bea3e510f4249fe95909489949093909260c085019186019080838360005b83811015620001695781810151838201526020016200014f565b50505050905090810190601f168015620001975780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a3505050505062000256565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620001f457805160ff191683800117855562000224565b8280016001018555821562000224579182015b828111156200022457825182559160200191906001019062000207565b506200023292915062000236565b5090565b6200025391905b808211156200023257600081556001016200023d565b90565b61103380620002666000396000f3006080604052600436106100fb5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde038114610100578063095ea7b31461018a57806318160ddd146101c257806323b872dd146101e9578063282d3fdf14610213578063313ce56714610237578063483a6cf914610262578063668767bd146102cb57806370a082311461033a5780637641e6f31461035b57806377097fc8146103b95780637eee288d146104175780638da5cb5b1461043b57806395bc3bd01461046c57806395d89b411461048d578063a9059cbb146104a2578063cae9ca51146104c6578063dd62ed3e1461052f575b600080fd5b34801561010c57600080fd5b50610115610556565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561014f578181015183820152602001610137565b50505050905090810190601f16801561017c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561019657600080fd5b506101ae600160a060020a03600435166024356105e4565b604080519115158252519081900360200190f35b3480156101ce57600080fd5b506101d7610665565b60408051918252519081900360200190f35b3480156101f557600080fd5b506101ae600160a060020a036004358116906024351660443561066b565b34801561021f57600080fd5b506101ae600160a060020a0360043516602435610742565b34801561024357600080fd5b5061024c6107de565b6040805160ff9092168252519081900360200190f35b34801561026e57600080fd5b50604080516020600460443581810135601f81018490048402850184019095528484526101ae948235600160a060020a03169460248035953695946064949201919081908401838280828437509497506107e79650505050505050565b3480156102d757600080fd5b50604080516020601f6064356004818101359283018490048402850184019095528184526101ae94600160a060020a03813581169560248035909216956044359536956084940191819084018382808284375094975061081b9650505050505050565b34801561034657600080fd5b506101d7600160a060020a03600435166108be565b34801561036757600080fd5b5060408051602060046024803582810135601f81018590048502860185019096528585526101ae9583359536956044949193909101919081908401838280828437509497506108d09650505050505050565b3480156103c557600080fd5b5060408051602060046024803582810135601f81018590048502860185019096528585526101ae958335953695604494919390910191908190840183828082843750949750610a519650505050505050565b34801561042357600080fd5b506101ae600160a060020a0360043516602435610b50565b34801561044757600080fd5b50610450610bed565b60408051600160a060020a039092168252519081900360200190f35b34801561047857600080fd5b506101d7600160a060020a0360043516610bfc565b34801561049957600080fd5b50610115610c0e565b3480156104ae57600080fd5b506101ae600160a060020a0360043516602435610c68565b3480156104d257600080fd5b50604080516020600460443581810135601f81018490048402850184019095528484526101ae948235600160a060020a0316946024803595369594606494920191908190840183828082843750949750610cda9650505050505050565b34801561053b57600080fd5b506101d7600160a060020a0360043581169060243516610df3565b6000805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105dc5780601f106105b1576101008083540402835291602001916105dc565b820191906000526020600020905b8154815290600101906020018083116105bf57829003601f168201915b505050505081565b600454600090600160a060020a031633146105fe57600080fd5b336000818152600760209081526040808320600160a060020a03881680855290835292819020869055805186815290519293927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925929181900390910190a350600192915050565b60035481565b600160a060020a038316600090815260076020908152604080832033845290915281205482111561069b57600080fd5b600160a060020a038416600090815260066020908152604080832054600590925290912054038211156106cd57600080fd5b600160a060020a0384166000908152600760209081526040808320338452825291829020805485900390558151808301909252600582527f4f544845520000000000000000000000000000000000000000000000000000009082015261073890859085908590610e10565b5060019392505050565b600454600090600160a060020a0316331461075c57600080fd5b600160a060020a03831660009081526005602052604090205482111561078157600080fd5b600160a060020a0383166000818152600660209081526040918290208054860190558151858152915133927fec36c0364d931187a76cf66d7eee08fad0ec2e8b7458a8d8b26b36769d4d13f392908290030190a350600192915050565b60025460ff1681565b3360009081526006602090815260408083205460059092528220540383111561080f57600080fd5b61073833858585610e10565b600160a060020a038416600090815260076020908152604080832033845290915281205483111561084b57600080fd5b600160a060020a0385166000908152600660209081526040808320546005909252909120540383111561087d57600080fd5b600160a060020a03851660009081526007602090815260408083203384529091529020805484900390556108b385858585610e10565b506001949350505050565b60056020526000908152604090205481565b600454600090600160a060020a031633146108ea57600080fd5b3360009081526005602052604090205483111561090657600080fd5b3360008181526005602090815260409182902080548790039055600380548790039055815186815291517fcc16f5dbb4873280815c1ee09dbd06736cffcc184412cf7a71a0fdb75d397ca59281900390910190a233600160a060020a031633600160a060020a03167fb75526d5c1859bd04275c160f9b0e297ca443b09654633b01bea3e510f4249fe8585604051808381526020018060200180602001838103835260048152602001807f4255524e00000000000000000000000000000000000000000000000000000000815250602001838103825284818151815260200191508051906020019080838360005b83811015610a0c5781810151838201526020016109f4565b50505050905090810190601f168015610a395780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a350600192915050565b600454600090600160a060020a03163314610a6b57600080fd5b336000908152600560205260409020546311e1a3009084011115610a8e57600080fd5b3360008181526005602090815260408083208054880190556003805488019055805187815260608184018181526004918301919091527f4d494e5400000000000000000000000000000000000000000000000000000000608083015260a0928201838152885193830193909352875186957fb75526d5c1859bd04275c160f9b0e297ca443b09654633b01bea3e510f4249fe958b958b959493909260c08601928701919081908490849083811015610a0c5781810151838201526020016109f4565b600454600090600160a060020a03163314610b6a57600080fd5b600160a060020a038316600090815260056020526040902054821115610b8f57600080fd5b600160a060020a038316600081815260066020908152604091829020805486900390558151858152915133927fec36c0364d931187a76cf66d7eee08fad0ec2e8b7458a8d8b26b36769d4d13f392908290030190a350600192915050565b600454600160a060020a031681565b60066020526000908152604090205481565b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105dc5780601f106105b1576101008083540402835291602001916105dc565b33600090815260066020908152604080832054600590925282205403821115610c9057600080fd5b610cd13384846040805190810160405280600581526020017f4f54484552000000000000000000000000000000000000000000000000000000815250610e10565b50600192915050565b600083610ce781856105e4565b15610deb576040517f8f4ffcb10000000000000000000000000000000000000000000000000000000081523360048201818152602483018790523060448401819052608060648501908152875160848601528751600160a060020a03871695638f4ffcb195948b94938b939192909160a490910190602085019080838360005b83811015610d7f578181015183820152602001610d67565b50505050905090810190601f168015610dac5780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b158015610dce57600080fd5b505af1158015610de2573d6000803e3d6000fd5b50505050600191505b509392505050565b600760209081526000928352604080842090915290825290205481565b6000600160a060020a0384161515610e2757600080fd5b600160a060020a038516600090815260056020526040902054831115610e4c57600080fd5b600160a060020a0384166000908152600560205260409020548381011015610e7357600080fd5b50600160a060020a0380841660008181526005602090815260408083208054958a1680855282852080548a81039091559486905281548901909155815188815291519390950194927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929181900390910190a383600160a060020a031685600160a060020a03167fb75526d5c1859bd04275c160f9b0e297ca443b09654633b01bea3e510f4249fe8585604051808381526020018060200180602001838103835260088152602001807f5452414e53464552000000000000000000000000000000000000000000000000815250602001838103825284818151815260200191508051906020019080838360005b83811015610f98578181015183820152602001610f80565b50505050905090810190601f168015610fc55780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a3600160a060020a0380851660009081526005602052604080822054928816825290205401811461100057fe5b50505050505600a165627a7a723058207c1610a22d4eca465741f89c3317dc95220f5065b8b3b10514b4218011feae870029000000000000000000000000000000000000000000f8277896582678ac00000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000015426974657820476c6f62616c2058425820436f696e00000000000000000000000000000000000000000000000000000000000000000000000000000000000003584258000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000043132333400000000000000000000000000000000000000000000000000000000