Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. [
  2. {
  3. "constant": false,
  4. "inputs": [
  5. {
  6. "name": "_newAddress",
  7. "type": "address"
  8. }
  9. ],
  10. "name": "completeNewExchangeProcess",
  11. "outputs": [],
  12. "payable": false,
  13. "stateMutability": "nonpayable",
  14. "type": "function"
  15. },
  16. {
  17. "constant": false,
  18. "inputs": [],
  19. "name": "completeNewWaitTimeProcess",
  20. "outputs": [],
  21. "payable": false,
  22. "stateMutability": "nonpayable",
  23. "type": "function"
  24. },
  25. {
  26. "constant": false,
  27. "inputs": [
  28. {
  29. "name": "_newAddress",
  30. "type": "address"
  31. }
  32. ],
  33. "name": "startNewExchangeProcess",
  34. "outputs": [],
  35. "payable": false,
  36. "stateMutability": "nonpayable",
  37. "type": "function"
  38. },
  39. {
  40. "constant": true,
  41. "inputs": [],
  42. "name": "newWaitTimeUpgradeDate",
  43. "outputs": [
  44. {
  45. "name": "",
  46. "type": "uint256"
  47. }
  48. ],
  49. "payable": false,
  50. "stateMutability": "view",
  51. "type": "function"
  52. },
  53. {
  54. "constant": false,
  55. "inputs": [
  56. {
  57. "name": "_newAddress",
  58. "type": "address"
  59. }
  60. ],
  61. "name": "disableAddress",
  62. "outputs": [],
  63. "payable": false,
  64. "stateMutability": "nonpayable",
  65. "type": "function"
  66. },
  67. {
  68. "constant": true,
  69. "inputs": [
  70. {
  71. "name": "",
  72. "type": "address"
  73. }
  74. ],
  75. "name": "permittedAddresses",
  76. "outputs": [
  77. {
  78. "name": "",
  79. "type": "bool"
  80. }
  81. ],
  82. "payable": false,
  83. "stateMutability": "view",
  84. "type": "function"
  85. },
  86. {
  87. "constant": false,
  88. "inputs": [],
  89. "name": "renounceOwnership",
  90. "outputs": [],
  91. "payable": false,
  92. "stateMutability": "nonpayable",
  93. "type": "function"
  94. },
  95. {
  96. "constant": true,
  97. "inputs": [],
  98. "name": "owner",
  99. "outputs": [
  100. {
  101. "name": "",
  102. "type": "address"
  103. }
  104. ],
  105. "payable": false,
  106. "stateMutability": "view",
  107. "type": "function"
  108. },
  109. {
  110. "constant": true,
  111. "inputs": [
  112. {
  113. "name": "",
  114. "type": "address"
  115. }
  116. ],
  117. "name": "exchangePermittedDate",
  118. "outputs": [
  119. {
  120. "name": "",
  121. "type": "uint256"
  122. }
  123. ],
  124. "payable": false,
  125. "stateMutability": "view",
  126. "type": "function"
  127. },
  128. {
  129. "constant": true,
  130. "inputs": [],
  131. "name": "newWaitTime",
  132. "outputs": [
  133. {
  134. "name": "",
  135. "type": "uint256"
  136. }
  137. ],
  138. "payable": false,
  139. "stateMutability": "view",
  140. "type": "function"
  141. },
  142. {
  143. "constant": false,
  144. "inputs": [
  145. {
  146. "name": "_waitTime",
  147. "type": "uint256"
  148. }
  149. ],
  150. "name": "startNewWaitTimeProcess",
  151. "outputs": [],
  152. "payable": false,
  153. "stateMutability": "nonpayable",
  154. "type": "function"
  155. },
  156. {
  157. "constant": true,
  158. "inputs": [],
  159. "name": "settingNewWaitTime",
  160. "outputs": [
  161. {
  162. "name": "",
  163. "type": "bool"
  164. }
  165. ],
  166. "payable": false,
  167. "stateMutability": "view",
  168. "type": "function"
  169. },
  170. {
  171. "constant": true,
  172. "inputs": [],
  173. "name": "newExchangeWaitTime",
  174. "outputs": [
  175. {
  176. "name": "",
  177. "type": "uint256"
  178. }
  179. ],
  180. "payable": false,
  181. "stateMutability": "view",
  182. "type": "function"
  183. },
  184. {
  185. "constant": false,
  186. "inputs": [
  187. {
  188. "name": "_newOwner",
  189. "type": "address"
  190. }
  191. ],
  192. "name": "transferOwnership",
  193. "outputs": [],
  194. "payable": false,
  195. "stateMutability": "nonpayable",
  196. "type": "function"
  197. },
  198. {
  199. "inputs": [
  200. {
  201. "name": "_address",
  202. "type": "address"
  203. }
  204. ],
  205. "payable": false,
  206. "stateMutability": "nonpayable",
  207. "type": "constructor"
  208. },
  209. {
  210. "anonymous": false,
  211. "inputs": [
  212. {
  213. "indexed": false,
  214. "name": "newExchange",
  215. "type": "address"
  216. },
  217. {
  218. "indexed": false,
  219. "name": "permittedDate",
  220. "type": "uint256"
  221. }
  222. ],
  223. "name": "NewExchangePending",
  224. "type": "event"
  225. },
  226. {
  227. "anonymous": false,
  228. "inputs": [
  229. {
  230. "indexed": false,
  231. "name": "newExchange",
  232. "type": "address"
  233. },
  234. {
  235. "indexed": false,
  236. "name": "enabled",
  237. "type": "bool"
  238. }
  239. ],
  240. "name": "NewExchangeEnabled",
  241. "type": "event"
  242. },
  243. {
  244. "anonymous": false,
  245. "inputs": [
  246. {
  247. "indexed": false,
  248. "name": "newWaitTime",
  249. "type": "uint256"
  250. },
  251. {
  252. "indexed": false,
  253. "name": "permittedDate",
  254. "type": "uint256"
  255. }
  256. ],
  257. "name": "NewWaitTimePending",
  258. "type": "event"
  259. },
  260. {
  261. "anonymous": false,
  262. "inputs": [
  263. {
  264. "indexed": false,
  265. "name": "newWaitTime",
  266. "type": "uint256"
  267. }
  268. ],
  269. "name": "NewWaitTimeSet",
  270. "type": "event"
  271. },
  272. {
  273. "anonymous": false,
  274. "inputs": [
  275. {
  276. "indexed": true,
  277. "name": "previousOwner",
  278. "type": "address"
  279. }
  280. ],
  281. "name": "OwnershipRenounced",
  282. "type": "event"
  283. },
  284. {
  285. "anonymous": false,
  286. "inputs": [
  287. {
  288. "indexed": true,
  289. "name": "previousOwner",
  290. "type": "address"
  291. },
  292. {
  293. "indexed": true,
  294. "name": "newOwner",
  295. "type": "address"
  296. }
  297. ],
  298. "name": "OwnershipTransferred",
  299. "type": "event"
  300. }
  301. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement