neo_darkcoder

HomiHelp JSON ABI

Jun 20th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. JSON ABI: HomieHelp
  2.  
  3. [
  4. {
  5. "name": "__function_selector__",
  6. "type": "function",
  7. "inputs": [
  8. {
  9. "name": "function_selector",
  10. "type": "uint256"
  11. }
  12. ]
  13. },
  14. {
  15. "name": "fallback",
  16. "type": "function",
  17. "inputs": []
  18. },
  19. {
  20. "name": "name",
  21. "type": "function",
  22. "inputs": []
  23. },
  24. {
  25. "name": "stop",
  26. "type": "function",
  27. "inputs": []
  28. },
  29. {
  30. "name": "approve",
  31. "type": "function",
  32. "inputs": [
  33. {
  34. "name": "varg0",
  35. "type": "address"
  36. },
  37. {
  38. "name": "varg1",
  39. "type": "uint256"
  40. }
  41. ]
  42. },
  43. {
  44. "name": "totalSupply",
  45. "type": "function",
  46. "inputs": []
  47. },
  48. {
  49. "name": "transferFrom",
  50. "type": "function",
  51. "inputs": [
  52. {
  53. "name": "_from",
  54. "type": "address"
  55. },
  56. {
  57. "name": "_to",
  58. "type": "address"
  59. },
  60. {
  61. "name": "_value",
  62. "type": "uint256"
  63. }
  64. ]
  65. },
  66. {
  67. "name": "balances",
  68. "type": "function",
  69. "inputs": [
  70. {
  71. "name": "varg0",
  72. "type": "address"
  73. }
  74. ]
  75. },
  76. {
  77. "name": "decimals",
  78. "type": "function",
  79. "inputs": []
  80. },
  81. {
  82. "name": "isStopped",
  83. "type": "function",
  84. "inputs": []
  85. },
  86. {
  87. "name": "burn",
  88. "type": "function",
  89. "inputs": [
  90. {
  91. "name": "_value",
  92. "type": "uint256"
  93. }
  94. ]
  95. },
  96. {
  97. "name": "close",
  98. "type": "function",
  99. "inputs": []
  100. },
  101. {
  102. "name": "claimOwnership",
  103. "type": "function",
  104. "inputs": []
  105. },
  106. {
  107. "name": "version",
  108. "type": "function",
  109. "inputs": []
  110. },
  111. {
  112. "name": "lockedBalanceOf",
  113. "type": "function",
  114. "inputs": [
  115. {
  116. "name": "_owner",
  117. "type": "address"
  118. }
  119. ]
  120. },
  121. {
  122. "name": "removeAllowed",
  123. "type": "function",
  124. "inputs": [
  125. {
  126. "name": "remAddress",
  127. "type": "address"
  128. }
  129. ]
  130. },
  131. {
  132. "name": "balanceOf",
  133. "type": "function",
  134. "inputs": [
  135. {
  136. "name": "_owner",
  137. "type": "address"
  138. }
  139. ]
  140. },
  141. {
  142. "name": "unlock",
  143. "type": "function",
  144. "inputs": [
  145. {
  146. "name": "_holder",
  147. "type": "address"
  148. },
  149. {
  150. "name": "i",
  151. "type": "uint256"
  152. }
  153. ]
  154. },
  155. {
  156. "name": "owner",
  157. "type": "function",
  158. "inputs": []
  159. },
  160. {
  161. "name": "isOwner",
  162. "type": "function",
  163. "inputs": []
  164. },
  165. {
  166. "name": "symbol",
  167. "type": "function",
  168. "inputs": []
  169. },
  170. {
  171. "name": "isLocked",
  172. "type": "function",
  173. "inputs": [
  174. {
  175. "name": "_who",
  176. "type": "address"
  177. },
  178. {
  179. "name": "_value",
  180. "type": "uint256"
  181. }
  182. ]
  183. },
  184. {
  185. "name": "isAllowed",
  186. "type": "function",
  187. "inputs": []
  188. },
  189. {
  190. "name": "approvals",
  191. "type": "function",
  192. "inputs": [
  193. {
  194. "name": "varg0",
  195. "type": "address"
  196. },
  197. {
  198. "name": "varg1",
  199. "type": "address"
  200. }
  201. ]
  202. },
  203. {
  204. "name": "lockup",
  205. "type": "function",
  206. "inputs": [
  207. {
  208. "name": "_account",
  209. "type": "address"
  210. },
  211. {
  212. "name": "_lockupTimeUntil",
  213. "type": "uint256"
  214. }
  215. ]
  216. },
  217. {
  218. "name": "transfer",
  219. "type": "function",
  220. "inputs": [
  221. {
  222. "name": "_to",
  223. "type": "address"
  224. },
  225. {
  226. "name": "_value",
  227. "type": "uint256"
  228. }
  229. ]
  230. },
  231. {
  232. "name": "proposeOwner",
  233. "type": "function",
  234. "inputs": [
  235. {
  236. "name": "_owner",
  237. "type": "address"
  238. }
  239. ]
  240. },
  241. {
  242. "name": "start",
  243. "type": "function",
  244. "inputs": []
  245. },
  246. {
  247. "name": "unlockAll",
  248. "type": "function",
  249. "inputs": [
  250. {
  251. "name": "tokenOwner",
  252. "type": "address"
  253. }
  254. ]
  255. },
  256. {
  257. "name": "allowance",
  258. "type": "function",
  259. "inputs": [
  260. {
  261. "name": "_owner",
  262. "type": "address"
  263. },
  264. {
  265. "name": "_spender",
  266. "type": "address"
  267. }
  268. ]
  269. },
  270. {
  271. "name": "transferWithLock",
  272. "type": "function",
  273. "inputs": [
  274. {
  275. "name": "_to",
  276. "type": "address"
  277. },
  278. {
  279. "name": "_value",
  280. "type": "uint256"
  281. },
  282. {
  283. "name": "_releaseTime",
  284. "type": "uint256"
  285. }
  286. ]
  287. },
  288. {
  289. "name": "allow",
  290. "type": "function",
  291. "inputs": [
  292. {
  293. "name": "_address",
  294. "type": "address"
  295. }
  296. ]
  297. }
  298. ]
Add Comment
Please, Sign In to add comment