Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. [
  2. {
  3. "constant": false,
  4. "inputs": [
  5. {
  6. "name": "_temparature",
  7. "type": "uint256"
  8. },
  9. {
  10. "name": "_humidity",
  11. "type": "uint256"
  12. },
  13. {
  14. "name": "_coordinates",
  15. "type": "string"
  16. }
  17. ],
  18. "name": "sensor_values",
  19. "outputs": [
  20. {
  21. "name": "",
  22. "type": "address"
  23. }
  24. ],
  25. "payable": false,
  26. "stateMutability": "nonpayable",
  27. "type": "function"
  28. },
  29. {
  30. "constant": true,
  31. "inputs": [
  32. {
  33. "name": "",
  34. "type": "address"
  35. }
  36. ],
  37. "name": "sensoremapping",
  38. "outputs": [
  39. {
  40. "name": "isuigenerated",
  41. "type": "bool"
  42. },
  43. {
  44. "name": "temparature",
  45. "type": "uint256"
  46. },
  47. {
  48. "name": "humidity",
  49. "type": "uint256"
  50. },
  51. {
  52. "name": "coordinates",
  53. "type": "string"
  54. }
  55. ],
  56. "payable": false,
  57. "stateMutability": "view",
  58. "type": "function"
  59. },
  60. {
  61. "constant": false,
  62. "inputs": [],
  63. "name": "transferOwnership",
  64. "outputs": [],
  65. "payable": false,
  66. "stateMutability": "nonpayable",
  67. "type": "function"
  68. },
  69. {
  70. "constant": false,
  71. "inputs": [
  72. {
  73. "name": "newOwner",
  74. "type": "address"
  75. }
  76. ],
  77. "name": "requesttransferOwnership",
  78. "outputs": [],
  79. "payable": false,
  80. "stateMutability": "nonpayable",
  81. "type": "function"
  82. },
  83. {
  84. "inputs": [],
  85. "payable": false,
  86. "stateMutability": "nonpayable",
  87. "type": "constructor"
  88. }
  89. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement