Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. solc tokenescrow.sol
  2. oraclize.sol:82:34: Warning: Unused local variable
  3. function oraclize_setNetwork(uint8 networkID) internal returns(bool){
  4. ^-------------^
  5. oraclize.sol:121:25: Warning: Unused local variable
  6. function __callback(bytes32 myid, string result, bytes proof) {
  7. ^----------^
  8. oraclize.sol:121:39: Warning: Unused local variable
  9. function __callback(bytes32 myid, string result, bytes proof) {
  10. ^-----------^
  11. oraclize.sol:121:54: Warning: Unused local variable
  12. function __callback(bytes32 myid, string result, bytes proof) {
  13. ^---------^
  14. oraclize.sol:526:26: Warning: Unused local variable
  15. function getCodeSize(address _addr) constant internal returns(uint _size) {
  16. ^-----------^
  17. oraclize.sol:526:67: Warning: Unused local variable
  18. function getCodeSize(address _addr) constant internal returns(uint _size) {
  19. ^--------^
  20. oraclize.sol:767:9: Warning: Unused local variable
  21. bytes32 sessionKeyHash_bytes32 = oraclize_randomDS_getSessionPubKeyHash();
  22. ^----------------------------^
  23. oraclize.sol:921:24: Warning: Unused local variable
  24. function copyBytes(bytes from, uint fromOffset, uint length, bytes to, uint toOffset) internal returns (bytes) {
  25. ^--------^
  26. oraclize.sol:947:30: Warning: Unused local variable
  27. function safer_ecrecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal returns (bool, address) {
  28. ^----------^
  29. oraclize.sol:947:44: Warning: Unused local variable
  30. function safer_ecrecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal returns (bool, address) {
  31. ^-----^
  32. oraclize.sol:947:53: Warning: Unused local variable
  33. function safer_ecrecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal returns (bool, address) {
  34. ^-------^
  35. oraclize.sol:947:64: Warning: Unused local variable
  36. function safer_ecrecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal returns (bool, address) {
  37. ^-------^
  38. tokenescrow.sol:118:23: Warning: Unused local variable
  39. function __callback(bytes32 myid, string result, bytes proof) {
  40. ^----------^
  41. tokenescrow.sol:118:52: Warning: Unused local variable
  42. function __callback(bytes32 myid, string result, bytes proof) {
  43. ^---------^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement