Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. [
  2. {
  3. "constant": true,
  4. "inputs": [],
  5. "name": "noActivityPeriod",
  6. "outputs": [
  7. {
  8. "name": "",
  9. "type": "uint32"
  10. }
  11. ],
  12. "payable": false,
  13. "stateMutability": "view",
  14. "type": "function"
  15. },
  16. {
  17. "constant": false,
  18. "inputs": [],
  19. "name": "kill",
  20. "outputs": [],
  21. "payable": false,
  22. "stateMutability": "nonpayable",
  23. "type": "function"
  24. },
  25. {
  26. "constant": false,
  27. "inputs": [
  28. {
  29. "name": "_contract",
  30. "type": "address"
  31. }
  32. ],
  33. "name": "addTokenAddress",
  34. "outputs": [],
  35. "payable": false,
  36. "stateMutability": "nonpayable",
  37. "type": "function"
  38. },
  39. {
  40. "constant": true,
  41. "inputs": [],
  42. "name": "triggered",
  43. "outputs": [
  44. {
  45. "name": "",
  46. "type": "bool"
  47. }
  48. ],
  49. "payable": false,
  50. "stateMutability": "view",
  51. "type": "function"
  52. },
  53. {
  54. "constant": true,
  55. "inputs": [],
  56. "name": "lastActiveTs",
  57. "outputs": [
  58. {
  59. "name": "",
  60. "type": "uint64"
  61. }
  62. ],
  63. "payable": false,
  64. "stateMutability": "view",
  65. "type": "function"
  66. },
  67. {
  68. "constant": true,
  69. "inputs": [
  70. {
  71. "name": "",
  72. "type": "uint256"
  73. }
  74. ],
  75. "name": "percents",
  76. "outputs": [
  77. {
  78. "name": "recipient",
  79. "type": "address"
  80. },
  81. {
  82. "name": "percent",
  83. "type": "uint8"
  84. }
  85. ],
  86. "payable": false,
  87. "stateMutability": "view",
  88. "type": "function"
  89. },
  90. {
  91. "constant": false,
  92. "inputs": [],
  93. "name": "check",
  94. "outputs": [],
  95. "payable": true,
  96. "stateMutability": "payable",
  97. "type": "function"
  98. },
  99. {
  100. "constant": true,
  101. "inputs": [
  102. {
  103. "name": "_tokenContract",
  104. "type": "address"
  105. }
  106. ],
  107. "name": "isTokenInList",
  108. "outputs": [
  109. {
  110. "name": "",
  111. "type": "bool"
  112. }
  113. ],
  114. "payable": false,
  115. "stateMutability": "view",
  116. "type": "function"
  117. },
  118. {
  119. "constant": false,
  120. "inputs": [],
  121. "name": "imAvailable",
  122. "outputs": [],
  123. "payable": false,
  124. "stateMutability": "nonpayable",
  125. "type": "function"
  126. },
  127. {
  128. "constant": false,
  129. "inputs": [
  130. {
  131. "name": "",
  132. "type": "address"
  133. },
  134. {
  135. "name": "",
  136. "type": "uint256"
  137. },
  138. {
  139. "name": "",
  140. "type": "bytes"
  141. }
  142. ],
  143. "name": "tokenFallback",
  144. "outputs": [],
  145. "payable": false,
  146. "stateMutability": "nonpayable",
  147. "type": "function"
  148. },
  149. {
  150. "constant": true,
  151. "inputs": [],
  152. "name": "targetUser",
  153. "outputs": [
  154. {
  155. "name": "",
  156. "type": "address"
  157. }
  158. ],
  159. "payable": false,
  160. "stateMutability": "view",
  161. "type": "function"
  162. },
  163. {
  164. "constant": false,
  165. "inputs": [
  166. {
  167. "name": "_contracts",
  168. "type": "address[]"
  169. }
  170. ],
  171. "name": "addTokenAddresses",
  172. "outputs": [],
  173. "payable": false,
  174. "stateMutability": "nonpayable",
  175. "type": "function"
  176. },
  177. {
  178. "constant": true,
  179. "inputs": [
  180. {
  181. "name": "",
  182. "type": "uint256"
  183. }
  184. ],
  185. "name": "tokenAddresses",
  186. "outputs": [
  187. {
  188. "name": "",
  189. "type": "address"
  190. }
  191. ],
  192. "payable": false,
  193. "stateMutability": "view",
  194. "type": "function"
  195. },
  196. {
  197. "inputs": [],
  198. "payable": false,
  199. "stateMutability": "nonpayable",
  200. "type": "constructor"
  201. },
  202. {
  203. "payable": true,
  204. "stateMutability": "payable",
  205. "type": "fallback"
  206. },
  207. {
  208. "anonymous": false,
  209. "inputs": [],
  210. "name": "Notified",
  211. "type": "event"
  212. },
  213. {
  214. "anonymous": false,
  215. "inputs": [
  216. {
  217. "indexed": false,
  218. "name": "byUser",
  219. "type": "bool"
  220. }
  221. ],
  222. "name": "Killed",
  223. "type": "event"
  224. },
  225. {
  226. "anonymous": false,
  227. "inputs": [
  228. {
  229. "indexed": true,
  230. "name": "token",
  231. "type": "address"
  232. },
  233. {
  234. "indexed": true,
  235. "name": "recipient",
  236. "type": "address"
  237. },
  238. {
  239. "indexed": false,
  240. "name": "amount",
  241. "type": "uint256"
  242. },
  243. {
  244. "indexed": false,
  245. "name": "percent",
  246. "type": "uint256"
  247. }
  248. ],
  249. "name": "TokensSent",
  250. "type": "event"
  251. },
  252. {
  253. "anonymous": false,
  254. "inputs": [
  255. {
  256. "indexed": false,
  257. "name": "balance",
  258. "type": "uint256"
  259. }
  260. ],
  261. "name": "Triggered",
  262. "type": "event"
  263. },
  264. {
  265. "anonymous": false,
  266. "inputs": [
  267. {
  268. "indexed": false,
  269. "name": "isAccident",
  270. "type": "bool"
  271. }
  272. ],
  273. "name": "Checked",
  274. "type": "event"
  275. }
  276. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement