Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. 0x1F0fE3f2DD9Dff2D1EC1AD27aE4FE09489BA3a1D
  2.  
  3. [
  4. {
  5. "constant": false,
  6. "inputs": [
  7. {
  8. "name": "cap",
  9. "type": "uint8"
  10. },
  11. {
  12. "name": "timer",
  13. "type": "uint8"
  14. },
  15. {
  16. "name": "PRNG",
  17. "type": "uint8"
  18. }
  19. ],
  20. "name": "addRoom",
  21. "outputs": [],
  22. "payable": true,
  23. "stateMutability": "payable",
  24. "type": "function"
  25. },
  26. {
  27. "constant": false,
  28. "inputs": [
  29. {
  30. "name": "_name",
  31. "type": "string"
  32. }
  33. ],
  34. "name": "addUser",
  35. "outputs": [],
  36. "payable": false,
  37. "stateMutability": "nonpayable",
  38. "type": "function"
  39. },
  40. {
  41. "constant": false,
  42. "inputs": [
  43. {
  44. "name": "roomID",
  45. "type": "uint256"
  46. }
  47. ],
  48. "name": "close",
  49. "outputs": [],
  50. "payable": false,
  51. "stateMutability": "nonpayable",
  52. "type": "function"
  53. },
  54. {
  55. "constant": false,
  56. "inputs": [
  57. {
  58. "name": "PRNG",
  59. "type": "uint8"
  60. }
  61. ],
  62. "name": "joinRoom",
  63. "outputs": [],
  64. "payable": true,
  65. "stateMutability": "payable",
  66. "type": "function"
  67. },
  68. {
  69. "inputs": [
  70. {
  71. "name": "_percent",
  72. "type": "uint8"
  73. }
  74. ],
  75. "payable": true,
  76. "stateMutability": "payable",
  77. "type": "constructor"
  78. },
  79. {
  80. "constant": true,
  81. "inputs": [
  82. {
  83. "name": "",
  84. "type": "address"
  85. }
  86. ],
  87. "name": "addressToRoomID",
  88. "outputs": [
  89. {
  90. "name": "",
  91. "type": "uint256"
  92. }
  93. ],
  94. "payable": false,
  95. "stateMutability": "view",
  96. "type": "function"
  97. },
  98. {
  99. "constant": true,
  100. "inputs": [
  101. {
  102. "name": "id",
  103. "type": "uint256"
  104. }
  105. ],
  106. "name": "getRoomByID",
  107. "outputs": [
  108. {
  109. "name": "",
  110. "type": "address[]"
  111. },
  112. {
  113. "name": "",
  114. "type": "uint8"
  115. },
  116. {
  117. "name": "",
  118. "type": "uint256"
  119. },
  120. {
  121. "name": "",
  122. "type": "uint8"
  123. },
  124. {
  125. "name": "",
  126. "type": "uint256"
  127. },
  128. {
  129. "name": "",
  130. "type": "bool"
  131. }
  132. ],
  133. "payable": false,
  134. "stateMutability": "view",
  135. "type": "function"
  136. },
  137. {
  138. "constant": true,
  139. "inputs": [],
  140. "name": "getUser",
  141. "outputs": [
  142. {
  143. "name": "",
  144. "type": "string"
  145. }
  146. ],
  147. "payable": false,
  148. "stateMutability": "view",
  149. "type": "function"
  150. }
  151. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement