Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. 0x088C055064dbc6038ad8c4274c31Db0D38A16357
  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. "name": "close",
  44. "outputs": [],
  45. "payable": false,
  46. "stateMutability": "nonpayable",
  47. "type": "function"
  48. },
  49. {
  50. "constant": false,
  51. "inputs": [
  52. {
  53. "name": "PRNG",
  54. "type": "uint8"
  55. }
  56. ],
  57. "name": "joinRoom",
  58. "outputs": [],
  59. "payable": true,
  60. "stateMutability": "payable",
  61. "type": "function"
  62. },
  63. {
  64. "inputs": [
  65. {
  66. "name": "_percent",
  67. "type": "uint8"
  68. }
  69. ],
  70. "payable": true,
  71. "stateMutability": "payable",
  72. "type": "constructor"
  73. },
  74. {
  75. "constant": true,
  76. "inputs": [
  77. {
  78. "name": "id",
  79. "type": "uint256"
  80. }
  81. ],
  82. "name": "getRoomByID",
  83. "outputs": [
  84. {
  85. "name": "",
  86. "type": "address[]"
  87. },
  88. {
  89. "name": "",
  90. "type": "uint8"
  91. },
  92. {
  93. "name": "",
  94. "type": "uint256"
  95. },
  96. {
  97. "name": "",
  98. "type": "uint8"
  99. },
  100. {
  101. "name": "",
  102. "type": "uint256"
  103. },
  104. {
  105. "name": "",
  106. "type": "bool"
  107. }
  108. ],
  109. "payable": false,
  110. "stateMutability": "view",
  111. "type": "function"
  112. },
  113. {
  114. "constant": true,
  115. "inputs": [],
  116. "name": "getUser",
  117. "outputs": [
  118. {
  119. "name": "",
  120. "type": "string"
  121. }
  122. ],
  123. "payable": false,
  124. "stateMutability": "view",
  125. "type": "function"
  126. }
  127. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement