[ { "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": "token", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "claimToken", "outputs": [ { "name": "", "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": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_holder", "type": "address" } ], "name": "unlock", "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": "unpause", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_value", "type": "uint256" } ], "name": "burn", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "paused", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [ { "name": "_holder", "type": "address" } ], "name": "showLockState", "outputs": [ { "name": "", "type": "bool" }, { "name": "", "type": "uint256" }, { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [ { "name": "_holder", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "balance", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [], "name": "pause", "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": true, "inputs": [], "name": "getNowTime", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "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": false, "inputs": [ { "name": "_holder", "type": "address" }, { "name": "_amount", "type": "uint256" }, { "name": "_releaseStart", "type": "uint256" }, { "name": "_releaseRate", "type": "uint256" } ], "name": "lock", "outputs": [ { "name": "", "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": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_releaseStart", "type": "uint256" }, { "name": "_releaseRate", "type": "uint256" } ], "name": "distributeWithLockup", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "_holder", "type": "address" }, { "name": "_spender", "type": "address" } ], "name": "allowance", "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" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "distribute", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "holder", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Unlock", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "holder", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Lock", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "owner", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Burn", "type": "event" }, { "anonymous": false, "inputs": [], "name": "Pause", "type": "event" }, { "anonymous": false, "inputs": [], "name": "Unpause", "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" } ]
60806040526000805460a060020a60ff0219169055600180546001608060020a03191662278d001790553480156200003657600080fd5b5060008054600160a060020a0319163317905560408051808201909152600f8082527f427269616e2041726d7374726f6e67000000000000000000000000000000000060209092019182526200008f916002916200015e565b506040805180820190915260058082527f42415345440000000000000000000000000000000000000000000000000000006020909201918252620000d6916003916200015e565b506004805460ff1916601217908190556501cdb4c17220600581905560ff91909116600a0a02600681905560008054600160a060020a0390811682526007602090815260408084208590558354815195865290519216937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929081900390910190a362000203565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620001a157805160ff1916838001178555620001d1565b82800160010185558215620001d1579182015b82811115620001d1578251825591602001919060010190620001b4565b50620001df929150620001e3565b5090565b6200020091905b80821115620001df5760008155600101620001ea565b90565b61144e80620002136000396000f3006080604052600436106101325763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde038114610137578063095ea7b3146101c1578063125bfb66146101f957806318160ddd1461022357806323b872dd1461024a5780632f6c493c14610274578063313ce567146102955780633f4ba83a146102c057806342966c68146102d75780635c975abb146102ef578063625becbc1461030457806370a08231146103455780638456cb59146103665780638da5cb5b1461037b57806395d89b41146103ac5780639b819d38146103c1578063a9059cbb146103d6578063c97be180146103fa578063cae9ca5114610424578063d3e8b2071461048d578063dd62ed3e146104b7578063f2fde38b146104de578063fb932108146104ff575b600080fd5b34801561014357600080fd5b5061014c610523565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561018657818101518382015260200161016e565b50505050905090810190601f1680156101b35780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156101cd57600080fd5b506101e5600160a060020a03600435166024356105ae565b604080519115158252519081900360200190f35b34801561020557600080fd5b506101e5600160a060020a036004358116906024351660443561062d565b34801561022f57600080fd5b506102386106f7565b60408051918252519081900360200190f35b34801561025657600080fd5b506101e5600160a060020a03600435811690602435166044356106fd565b34801561028057600080fd5b506101e5600160a060020a03600435166108b8565b3480156102a157600080fd5b506102aa6109bd565b6040805160ff9092168252519081900360200190f35b3480156102cc57600080fd5b506102d56109c6565b005b3480156102e357600080fd5b506101e5600435610a3c565b3480156102fb57600080fd5b506101e5610b0a565b34801561031057600080fd5b50610325600160a060020a0360043516610b1a565b604080519315158452602084019290925282820152519081900360600190f35b34801561035157600080fd5b50610238600160a060020a0360043516610b4f565b34801561037257600080fd5b506102d5610b7e565b34801561038757600080fd5b50610390610bf9565b60408051600160a060020a039092168252519081900360200190f35b3480156103b857600080fd5b5061014c610c08565b3480156103cd57600080fd5b50610238610c63565b3480156103e257600080fd5b506101e5600160a060020a0360043516602435610c67565b34801561040657600080fd5b506101e5600160a060020a0360043516602435604435606435610d83565b34801561043057600080fd5b50604080516020600460443581810135601f81018490048402850184019095528484526101e5948235600160a060020a0316946024803595369594606494920191908190840183828082843750949750610eed9650505050505050565b34801561049957600080fd5b506101e5600160a060020a036004351660243560443560643561101c565b3480156104c357600080fd5b50610238600160a060020a036004358116906024351661104b565b3480156104ea57600080fd5b506102d5600160a060020a0360043516611076565b34801561050b57600080fd5b506101e5600160a060020a03600435166024356110d1565b6002805460408051602060018416156101000260001901909316849004601f810184900484028201840190925281815292918301828280156105a65780601f1061057b576101008083540402835291602001916105a6565b820191906000526020600020905b81548152906001019060200180831161058957829003601f168201915b505050505081565b6000805460a060020a900460ff16156105c657600080fd5b336000818152600960209081526040808320600160a060020a03881680855290835292819020869055805186815290519293927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925929181900390910190a350600192915050565b60008054600160a060020a0316331461064557600080fd5b83600160a060020a031663a9059cbb84846040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018083600160a060020a0316600160a060020a0316815260200182815260200192505050602060405180830381600087803b1580156106c157600080fd5b505af11580156106d5573d6000803e3d6000fd5b505050506040513d60208110156106eb57600080fd5b50600195945050505050565b60065490565b6000805460a060020a900460ff161561071557600080fd5b600160a060020a03841660009081526008602052604090205460ff16156107415761073f846111e3565b505b600160a060020a038316151561075657600080fd5b600160a060020a03841660009081526007602052604090205482111561077b57600080fd5b600160a060020a03841660009081526009602090815260408083203384529091529020548211156107ab57600080fd5b600160a060020a0384166000908152600760205260409020546107d4908363ffffffff61121a16565b600160a060020a038086166000908152600760205260408082209390935590851681522054610809908363ffffffff61122c16565b600160a060020a03808516600090815260076020908152604080832094909455918716815260098252828120338252909152205461084d908363ffffffff61121a16565b600160a060020a03808616600081815260096020908152604080832033845282529182902094909455805186815290519287169391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929181900390910190a35060019392505050565b600080548190600160a060020a031633146108d257600080fd5b600160a060020a03831660009081526008602052604090205460ff1615156001146108fc57600080fd5b50600160a060020a0382166000818152600a6020908152604080832060028101805485835560019092018590558490556008835292819020805460ff19169055805183815290519293927f6381d9813cabeb57471b5a7e05078e64845ccdb563146a6911d536f24ce960f1929181900390910190a2600160a060020a03831660009081526007602052604090205461099a908263ffffffff61122c16565b600160a060020a0384166000908152600760205260409020556001915050919050565b60045460ff1681565b600054600160a060020a031633146109dd57600080fd5b60005460a060020a900460ff1615156109f557600080fd5b6000805474ff0000000000000000000000000000000000000000191681556040517f7805862f689e2f13df9f062ff482ad3ad112aca9e0847911ed832e158c525b339190a1565b600080548190600160a060020a03163314610a5657600080fd5b33600090815260076020526040902054831115610a7257600080fd5b5033600081815260076020526040902054610a93908463ffffffff61121a16565b600160a060020a038216600090815260076020526040902055600654610abf908463ffffffff61121a16565b600655604080518481529051600160a060020a038316917fcc16f5dbb4873280815c1ee09dbd06736cffcc184412cf7a71a0fdb75d397ca5919081900360200190a250600192915050565b60005460a060020a900460ff1681565b600160a060020a0316600090815260086020908152604080832054600a9092529091206002810154905460ff90921692909190565b600160a060020a0381166000908152600a6020908152604080832060020154600790925290912054015b919050565b600054600160a060020a03163314610b9557600080fd5b60005460a060020a900460ff1615610bac57600080fd5b6000805474ff0000000000000000000000000000000000000000191660a060020a1781556040517f6985a02210a168e66602d3235cb6db0e70f92b3ba4d376a33c0f3d9434bff6259190a1565b600054600160a060020a031681565b6003805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105a65780601f1061057b576101008083540402835291602001916105a6565b4290565b6000805460a060020a900460ff1615610c7f57600080fd5b3360009081526008602052604090205460ff1615610ca257610ca0336111e3565b505b600160a060020a0383161515610cb757600080fd5b33600090815260076020526040902054821115610cd357600080fd5b33600090815260076020526040902054610cf3908363ffffffff61121a16565b3360009081526007602052604080822092909255600160a060020a03851681522054610d25908363ffffffff61122c16565b600160a060020a0384166000818152600760209081526040918290209390935580518581529051919233927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a350600192915050565b60008054600160a060020a03163314610d9b57600080fd5b600160a060020a03851660009081526008602052604090205460ff1615610dc157600080fd5b600160a060020a038516600090815260076020526040902054841115610de657600080fd5b600160a060020a038516600090815260076020526040902054610e0f908563ffffffff61121a16565b600160a060020a03861660009081526007602090815260409182902092909255805160608101909152848152908101610e5f84610e5388606463ffffffff61124616565b9063ffffffff61125d16565b81526020908101869052600160a060020a0387166000818152600a835260408082208551815585850151600180830191909155958201516002909101556008845290819020805460ff19169094179093558251878152925190927f625fed9875dada8643f2418b838ae0bc78d9a148a18eee4ee1979ff0f3f5d42792908290030190a2506001949350505050565b600080610ef985611288565b1515610f0457600080fd5b5083610f1081856105ae565b15611014576040517f8f4ffcb10000000000000000000000000000000000000000000000000000000081523360048201818152602483018790523060448401819052608060648501908152875160848601528751600160a060020a03871695638f4ffcb195948b94938b939192909160a490910190602085019080838360005b83811015610fa8578181015183820152602001610f90565b50505050905090810190601f168015610fd55780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b158015610ff757600080fd5b505af115801561100b573d6000803e3d6000fd5b50505050600191505b509392505050565b60008054600160a060020a0316331461103457600080fd5b61103e85856110d1565b506106eb85858585610d83565b600160a060020a03918216600090815260096020908152604080832093909416825291909152205490565b600054600160a060020a0316331461108d57600080fd5b600160a060020a03811615156110a257600080fd5b6000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008054600160a060020a031633146110e957600080fd5b600160a060020a03831615156110fe57600080fd5b60008054600160a060020a031681526007602052604090205482111561112357600080fd5b60008054600160a060020a031681526007602052604090205461114c908363ffffffff61121a16565b60008054600160a060020a0390811682526007602052604080832093909355851681522054611181908363ffffffff61122c16565b600160a060020a0380851660008181526007602090815260408083209590955590548451878152945192949316927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929081900390910190a350600192915050565b600160a060020a0381166000908152600a602052604081205442106112125761120b82611290565b9050610b79565b506000919050565b60008282111561122657fe5b50900390565b60008282018381101561123b57fe5b8091505b5092915050565b600080828481151561125457fe5b04949350505050565b600080831515611270576000915061123f565b5082820282848281151561128057fe5b041461123b57fe5b6000903b1190565b600160a060020a038116600090815260086020526040812054819060ff1615156112b957600080fd5b50600160a060020a0382166000908152600a602052604081206001810154600290910154116113275750600160a060020a0382166000908152600a6020908152604080832060028101805485835560019092018590558490556008909252909120805460ff191690556113ba565b50600160a060020a0382166000908152600a6020526040902060018082015490549154909161136e91906fffffffffffffffffffffffffffffffff1663ffffffff61122c16565b600160a060020a0384166000908152600a602052604090209081556002015461139d908263ffffffff61121a16565b600160a060020a0384166000908152600a60205260409020600201555b604080518281529051600160a060020a038516917f6381d9813cabeb57471b5a7e05078e64845ccdb563146a6911d536f24ce960f1919081900360200190a2600160a060020a03831660009081526007602052604090205461099a908263ffffffff61122c165600a165627a7a723058204d09de03bcd07444eed6a3093f45eb18dc1d441025f12f4141a5bab00b18549e0029