Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. [
  2. {
  3. "constant": false,
  4. "inputs": [
  5. {
  6. "name": "name",
  7. "type": "string"
  8. },
  9. {
  10. "name": "pin",
  11. "type": "uint16"
  12. }
  13. ],
  14. "name": "addUser",
  15. "outputs": [],
  16. "payable": false,
  17. "stateMutability": "nonpayable",
  18. "type": "function"
  19. },
  20. {
  21. "constant": false,
  22. "inputs": [
  23. {
  24. "name": "id",
  25. "type": "uint256"
  26. }
  27. ],
  28. "name": "close",
  29. "outputs": [],
  30. "payable": false,
  31. "stateMutability": "nonpayable",
  32. "type": "function"
  33. },
  34. {
  35. "constant": false,
  36. "inputs": [
  37. {
  38. "name": "cap",
  39. "type": "uint8"
  40. },
  41. {
  42. "name": "timer",
  43. "type": "uint8"
  44. },
  45. {
  46. "name": "prn",
  47. "type": "uint8"
  48. }
  49. ],
  50. "name": "createRoom",
  51. "outputs": [],
  52. "payable": true,
  53. "stateMutability": "payable",
  54. "type": "function"
  55. },
  56. {
  57. "constant": false,
  58. "inputs": [
  59. {
  60. "name": "name",
  61. "type": "string"
  62. },
  63. {
  64. "name": "pin",
  65. "type": "uint16"
  66. },
  67. {
  68. "name": "newPin",
  69. "type": "uint16"
  70. }
  71. ],
  72. "name": "editUser",
  73. "outputs": [],
  74. "payable": false,
  75. "stateMutability": "nonpayable",
  76. "type": "function"
  77. },
  78. {
  79. "constant": false,
  80. "inputs": [
  81. {
  82. "name": "prn",
  83. "type": "uint8"
  84. },
  85. {
  86. "name": "id",
  87. "type": "uint256"
  88. }
  89. ],
  90. "name": "joinRoom",
  91. "outputs": [],
  92. "payable": true,
  93. "stateMutability": "payable",
  94. "type": "function"
  95. },
  96. {
  97. "inputs": [
  98. {
  99. "name": "percent",
  100. "type": "uint8"
  101. }
  102. ],
  103. "payable": true,
  104. "stateMutability": "payable",
  105. "type": "constructor"
  106. },
  107. {
  108. "constant": true,
  109. "inputs": [],
  110. "name": "getRoomInfo",
  111. "outputs": [
  112. {
  113. "name": "",
  114. "type": "address[]"
  115. },
  116. {
  117. "name": "",
  118. "type": "uint8[]"
  119. },
  120. {
  121. "name": "",
  122. "type": "uint8"
  123. },
  124. {
  125. "name": "",
  126. "type": "uint8"
  127. },
  128. {
  129. "name": "",
  130. "type": "uint256"
  131. },
  132. {
  133. "name": "",
  134. "type": "uint256"
  135. },
  136. {
  137. "name": "",
  138. "type": "bool"
  139. }
  140. ],
  141. "payable": false,
  142. "stateMutability": "view",
  143. "type": "function"
  144. },
  145. {
  146. "constant": true,
  147. "inputs": [],
  148. "name": "getUserName",
  149. "outputs": [
  150. {
  151. "name": "",
  152. "type": "string"
  153. }
  154. ],
  155. "payable": false,
  156. "stateMutability": "view",
  157. "type": "function"
  158. },
  159. {
  160. "constant": true,
  161. "inputs": [
  162. {
  163. "name": "",
  164. "type": "bool"
  165. }
  166. ],
  167. "name": "openRooms",
  168. "outputs": [
  169. {
  170. "name": "",
  171. "type": "uint256"
  172. }
  173. ],
  174. "payable": false,
  175. "stateMutability": "view",
  176. "type": "function"
  177. }
  178. ]
  179.  
  180.  
  181.  
  182.  
  183. 0x15ebcBeC4d5186DCf43550E0c3b6dc2e75849425
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement