Guest User

Untitled

a guest
Feb 28th, 2018
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. [
  2. {
  3. "constant": true,
  4. "inputs": [],
  5. "name": "name",
  6. "outputs": [
  7. {
  8. "name": "",
  9. "type": "string"
  10. }
  11. ],
  12. "payable": false,
  13. "stateMutability": "view",
  14. "type": "function"
  15. },
  16. {
  17. "constant": false,
  18. "inputs": [
  19. {
  20. "name": "_spender",
  21. "type": "address"
  22. },
  23. {
  24. "name": "_amount",
  25. "type": "uint256"
  26. }
  27. ],
  28. "name": "approve",
  29. "outputs": [
  30. {
  31. "name": "success",
  32. "type": "bool"
  33. }
  34. ],
  35. "payable": false,
  36. "stateMutability": "nonpayable",
  37. "type": "function"
  38. },
  39. {
  40. "constant": true,
  41. "inputs": [],
  42. "name": "totalSupply",
  43. "outputs": [
  44. {
  45. "name": "totalSupplyValue",
  46. "type": "uint256"
  47. }
  48. ],
  49. "payable": false,
  50. "stateMutability": "view",
  51. "type": "function"
  52. },
  53. {
  54. "constant": true,
  55. "inputs": [],
  56. "name": "OneEtherEqualsInWei",
  57. "outputs": [
  58. {
  59. "name": "oneEtherEqualsInWei",
  60. "type": "uint256"
  61. }
  62. ],
  63. "payable": false,
  64. "stateMutability": "view",
  65. "type": "function"
  66. },
  67. {
  68. "constant": true,
  69. "inputs": [],
  70. "name": "ICOoverTimeStamp",
  71. "outputs": [
  72. {
  73. "name": "ICOoverTimestampCheck",
  74. "type": "uint256"
  75. }
  76. ],
  77. "payable": false,
  78. "stateMutability": "view",
  79. "type": "function"
  80. },
  81. {
  82. "constant": false,
  83. "inputs": [
  84. {
  85. "name": "_from",
  86. "type": "address"
  87. },
  88. {
  89. "name": "_to",
  90. "type": "address"
  91. },
  92. {
  93. "name": "_amount",
  94. "type": "uint256"
  95. }
  96. ],
  97. "name": "transferFrom",
  98. "outputs": [
  99. {
  100. "name": "success",
  101. "type": "bool"
  102. }
  103. ],
  104. "payable": false,
  105. "stateMutability": "nonpayable",
  106. "type": "function"
  107. },
  108. {
  109. "constant": false,
  110. "inputs": [
  111. {
  112. "name": "amountInWei",
  113. "type": "uint256"
  114. }
  115. ],
  116. "name": "BurnTokens",
  117. "outputs": [
  118. {
  119. "name": "success",
  120. "type": "bool"
  121. }
  122. ],
  123. "payable": false,
  124. "stateMutability": "nonpayable",
  125. "type": "function"
  126. },
  127. {
  128. "constant": true,
  129. "inputs": [],
  130. "name": "MaxICOpublicSupply",
  131. "outputs": [
  132. {
  133. "name": "maxICOpublicSupply",
  134. "type": "uint256"
  135. }
  136. ],
  137. "payable": false,
  138. "stateMutability": "view",
  139. "type": "function"
  140. },
  141. {
  142. "constant": true,
  143. "inputs": [],
  144. "name": "decimals",
  145. "outputs": [
  146. {
  147. "name": "",
  148. "type": "uint8"
  149. }
  150. ],
  151. "payable": false,
  152. "stateMutability": "view",
  153. "type": "function"
  154. },
  155. {
  156. "constant": true,
  157. "inputs": [],
  158. "name": "OwnerICOsupply",
  159. "outputs": [
  160. {
  161. "name": "ownerICOsupply",
  162. "type": "uint256"
  163. }
  164. ],
  165. "payable": false,
  166. "stateMutability": "view",
  167. "type": "function"
  168. },
  169. {
  170. "constant": false,
  171. "inputs": [],
  172. "name": "StopICO",
  173. "outputs": [
  174. {
  175. "name": "success",
  176. "type": "bool"
  177. }
  178. ],
  179. "payable": false,
  180. "stateMutability": "nonpayable",
  181. "type": "function"
  182. },
  183. {
  184. "constant": true,
  185. "inputs": [],
  186. "name": "IsICOrunning",
  187. "outputs": [
  188. {
  189. "name": "isICOrunningFalg",
  190. "type": "bool"
  191. }
  192. ],
  193. "payable": false,
  194. "stateMutability": "view",
  195. "type": "function"
  196. },
  197. {
  198. "constant": true,
  199. "inputs": [],
  200. "name": "ICOfundsReceiverAddress",
  201. "outputs": [
  202. {
  203. "name": "ICOfundsReceiver",
  204. "type": "address"
  205. }
  206. ],
  207. "payable": false,
  208. "stateMutability": "view",
  209. "type": "function"
  210. },
  211. {
  212. "constant": false,
  213. "inputs": [],
  214. "name": "StartICO",
  215. "outputs": [
  216. {
  217. "name": "success",
  218. "type": "bool"
  219. }
  220. ],
  221. "payable": false,
  222. "stateMutability": "nonpayable",
  223. "type": "function"
  224. },
  225. {
  226. "constant": true,
  227. "inputs": [],
  228. "name": "ICOFactoryVersion",
  229. "outputs": [
  230. {
  231. "name": "",
  232. "type": "string"
  233. }
  234. ],
  235. "payable": false,
  236. "stateMutability": "view",
  237. "type": "function"
  238. },
  239. {
  240. "constant": true,
  241. "inputs": [
  242. {
  243. "name": "_owner",
  244. "type": "address"
  245. }
  246. ],
  247. "name": "balanceOf",
  248. "outputs": [
  249. {
  250. "name": "balance",
  251. "type": "uint256"
  252. }
  253. ],
  254. "payable": false,
  255. "stateMutability": "view",
  256. "type": "function"
  257. },
  258. {
  259. "constant": false,
  260. "inputs": [
  261. {
  262. "name": "tokenName",
  263. "type": "string"
  264. },
  265. {
  266. "name": "tokenSymbol",
  267. "type": "string"
  268. },
  269. {
  270. "name": "oneEtherEqualsInWei",
  271. "type": "uint256"
  272. },
  273. {
  274. "name": "maxICOpublicSupply",
  275. "type": "uint256"
  276. },
  277. {
  278. "name": "ownerICOsupply",
  279. "type": "uint256"
  280. },
  281. {
  282. "name": "remainingTokensReceiverAddress",
  283. "type": "address"
  284. },
  285. {
  286. "name": "ICOfundsReceiverAddress",
  287. "type": "address"
  288. },
  289. {
  290. "name": "blockICOdatetime",
  291. "type": "uint256"
  292. }
  293. ],
  294. "name": "SetupToken",
  295. "outputs": [],
  296. "payable": false,
  297. "stateMutability": "nonpayable",
  298. "type": "function"
  299. },
  300. {
  301. "constant": true,
  302. "inputs": [],
  303. "name": "IsICOstarted",
  304. "outputs": [
  305. {
  306. "name": "isICOstartedFlag",
  307. "type": "bool"
  308. }
  309. ],
  310. "payable": false,
  311. "stateMutability": "view",
  312. "type": "function"
  313. },
  314. {
  315. "constant": true,
  316. "inputs": [],
  317. "name": "CurrentICOpublicSupply",
  318. "outputs": [
  319. {
  320. "name": "currentICOpublicSupply",
  321. "type": "uint256"
  322. }
  323. ],
  324. "payable": false,
  325. "stateMutability": "view",
  326. "type": "function"
  327. },
  328. {
  329. "constant": true,
  330. "inputs": [],
  331. "name": "symbol",
  332. "outputs": [
  333. {
  334. "name": "",
  335. "type": "string"
  336. }
  337. ],
  338. "payable": false,
  339. "stateMutability": "view",
  340. "type": "function"
  341. },
  342. {
  343. "constant": false,
  344. "inputs": [
  345. {
  346. "name": "_to",
  347. "type": "address"
  348. },
  349. {
  350. "name": "_amount",
  351. "type": "uint256"
  352. }
  353. ],
  354. "name": "transfer",
  355. "outputs": [
  356. {
  357. "name": "success",
  358. "type": "bool"
  359. }
  360. ],
  361. "payable": false,
  362. "stateMutability": "nonpayable",
  363. "type": "function"
  364. },
  365. {
  366. "constant": true,
  367. "inputs": [],
  368. "name": "Owner",
  369. "outputs": [
  370. {
  371. "name": "ownerAddress",
  372. "type": "address"
  373. }
  374. ],
  375. "payable": false,
  376. "stateMutability": "view",
  377. "type": "function"
  378. },
  379. {
  380. "constant": true,
  381. "inputs": [],
  382. "name": "TimeNow",
  383. "outputs": [
  384. {
  385. "name": "timenow",
  386. "type": "uint256"
  387. }
  388. ],
  389. "payable": false,
  390. "stateMutability": "view",
  391. "type": "function"
  392. },
  393. {
  394. "constant": true,
  395. "inputs": [],
  396. "name": "BlockICOdatetime",
  397. "outputs": [
  398. {
  399. "name": "blockStopICOdate",
  400. "type": "uint256"
  401. }
  402. ],
  403. "payable": false,
  404. "stateMutability": "view",
  405. "type": "function"
  406. },
  407. {
  408. "constant": true,
  409. "inputs": [],
  410. "name": "SetupDone",
  411. "outputs": [
  412. {
  413. "name": "setupDoneFlag",
  414. "type": "bool"
  415. }
  416. ],
  417. "payable": false,
  418. "stateMutability": "view",
  419. "type": "function"
  420. },
  421. {
  422. "constant": true,
  423. "inputs": [],
  424. "name": "RemainingTokensReceiverAddress",
  425. "outputs": [
  426. {
  427. "name": "remainingTokensReceiverAddress",
  428. "type": "address"
  429. }
  430. ],
  431. "payable": false,
  432. "stateMutability": "view",
  433. "type": "function"
  434. },
  435. {
  436. "constant": true,
  437. "inputs": [
  438. {
  439. "name": "_owner",
  440. "type": "address"
  441. },
  442. {
  443. "name": "_spender",
  444. "type": "address"
  445. }
  446. ],
  447. "name": "allowance",
  448. "outputs": [
  449. {
  450. "name": "remaining",
  451. "type": "uint256"
  452. }
  453. ],
  454. "payable": false,
  455. "stateMutability": "view",
  456. "type": "function"
  457. },
  458. {
  459. "inputs": [
  460. {
  461. "name": "adr",
  462. "type": "address"
  463. }
  464. ],
  465. "payable": false,
  466. "stateMutability": "nonpayable",
  467. "type": "constructor"
  468. },
  469. {
  470. "payable": true,
  471. "stateMutability": "payable",
  472. "type": "fallback"
  473. },
  474. {
  475. "anonymous": false,
  476. "inputs": [
  477. {
  478. "indexed": true,
  479. "name": "_from",
  480. "type": "address"
  481. },
  482. {
  483. "indexed": true,
  484. "name": "_to",
  485. "type": "address"
  486. },
  487. {
  488. "indexed": false,
  489. "name": "_value",
  490. "type": "uint256"
  491. }
  492. ],
  493. "name": "Transfer",
  494. "type": "event"
  495. },
  496. {
  497. "anonymous": false,
  498. "inputs": [
  499. {
  500. "indexed": true,
  501. "name": "_owner",
  502. "type": "address"
  503. },
  504. {
  505. "indexed": true,
  506. "name": "_spender",
  507. "type": "address"
  508. },
  509. {
  510. "indexed": false,
  511. "name": "_value",
  512. "type": "uint256"
  513. }
  514. ],
  515. "name": "Approval",
  516. "type": "event"
  517. },
  518. {
  519. "anonymous": false,
  520. "inputs": [
  521. {
  522. "indexed": true,
  523. "name": "_owner",
  524. "type": "address"
  525. },
  526. {
  527. "indexed": false,
  528. "name": "_value",
  529. "type": "uint256"
  530. }
  531. ],
  532. "name": "Burn",
  533. "type": "event"
  534. }
  535. ]
Add Comment
Please, Sign In to add comment