Advertisement
Guest User

Untitled

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