Guest User

Untitled

a guest
Mar 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.95 KB | None | 0 0
  1. [
  2. {
  3. "constant": true,
  4. "inputs": [],
  5. "name": "getTotalUSDInTokens",
  6. "outputs": [
  7. {
  8. "name": "",
  9. "type": "uint256"
  10. }
  11. ],
  12. "payable": false,
  13. "stateMutability": "view",
  14. "type": "function"
  15. },
  16. {
  17. "constant": true,
  18. "inputs": [],
  19. "name": "startDate",
  20. "outputs": [
  21. {
  22. "name": "",
  23. "type": "uint256"
  24. }
  25. ],
  26. "payable": false,
  27. "stateMutability": "view",
  28. "type": "function"
  29. },
  30. {
  31. "constant": false,
  32. "inputs": [
  33. {
  34. "name": "minimumAmount",
  35. "type": "uint256"
  36. }
  37. ],
  38. "name": "setMinimalContribution",
  39. "outputs": [],
  40. "payable": false,
  41. "stateMutability": "nonpayable",
  42. "type": "function"
  43. },
  44. {
  45. "constant": false,
  46. "inputs": [
  47. {
  48. "name": "tokCont",
  49. "type": "address"
  50. }
  51. ],
  52. "name": "setToken",
  53. "outputs": [],
  54. "payable": false,
  55. "stateMutability": "nonpayable",
  56. "type": "function"
  57. },
  58. {
  59. "constant": false,
  60. "inputs": [],
  61. "name": "getOverTokens",
  62. "outputs": [],
  63. "payable": false,
  64. "stateMutability": "nonpayable",
  65. "type": "function"
  66. },
  67. {
  68. "constant": true,
  69. "inputs": [
  70. {
  71. "name": "contrib",
  72. "type": "address"
  73. }
  74. ],
  75. "name": "getWithdrawed",
  76. "outputs": [
  77. {
  78. "name": "",
  79. "type": "bool"
  80. }
  81. ],
  82. "payable": false,
  83. "stateMutability": "view",
  84. "type": "function"
  85. },
  86. {
  87. "constant": true,
  88. "inputs": [
  89. {
  90. "name": "contrib",
  91. "type": "address"
  92. }
  93. ],
  94. "name": "getContributorTokens",
  95. "outputs": [
  96. {
  97. "name": "",
  98. "type": "uint256"
  99. }
  100. ],
  101. "payable": false,
  102. "stateMutability": "view",
  103. "type": "function"
  104. },
  105. {
  106. "constant": true,
  107. "inputs": [],
  108. "name": "getEthRaised",
  109. "outputs": [
  110. {
  111. "name": "",
  112. "type": "uint256"
  113. }
  114. ],
  115. "payable": false,
  116. "stateMutability": "view",
  117. "type": "function"
  118. },
  119. {
  120. "constant": false,
  121. "inputs": [
  122. {
  123. "name": "_tokenUSDRate",
  124. "type": "uint256"
  125. }
  126. ],
  127. "name": "setTokenUSDRate",
  128. "outputs": [],
  129. "payable": false,
  130. "stateMutability": "nonpayable",
  131. "type": "function"
  132. },
  133. {
  134. "constant": false,
  135. "inputs": [
  136. {
  137. "name": "date",
  138. "type": "uint256"
  139. }
  140. ],
  141. "name": "setEndDate",
  142. "outputs": [],
  143. "payable": false,
  144. "stateMutability": "nonpayable",
  145. "type": "function"
  146. },
  147. {
  148. "constant": false,
  149. "inputs": [],
  150. "name": "unpause",
  151. "outputs": [],
  152. "payable": false,
  153. "stateMutability": "nonpayable",
  154. "type": "function"
  155. },
  156. {
  157. "constant": true,
  158. "inputs": [
  159. {
  160. "name": "contrib",
  161. "type": "address"
  162. }
  163. ],
  164. "name": "getContributorUSD",
  165. "outputs": [
  166. {
  167. "name": "",
  168. "type": "uint256"
  169. }
  170. ],
  171. "payable": false,
  172. "stateMutability": "view",
  173. "type": "function"
  174. },
  175. {
  176. "constant": true,
  177. "inputs": [],
  178. "name": "getTokensIssued",
  179. "outputs": [
  180. {
  181. "name": "",
  182. "type": "uint256"
  183. }
  184. ],
  185. "payable": false,
  186. "stateMutability": "view",
  187. "type": "function"
  188. },
  189. {
  190. "constant": false,
  191. "inputs": [
  192. {
  193. "name": "_permadr",
  194. "type": "address"
  195. }
  196. ],
  197. "name": "setPermissionManager",
  198. "outputs": [],
  199. "payable": false,
  200. "stateMutability": "nonpayable",
  201. "type": "function"
  202. },
  203. {
  204. "constant": true,
  205. "inputs": [
  206. {
  207. "name": "contrib",
  208. "type": "address"
  209. }
  210. ],
  211. "name": "getRefunded",
  212. "outputs": [
  213. {
  214. "name": "",
  215. "type": "bool"
  216. }
  217. ],
  218. "payable": false,
  219. "stateMutability": "view",
  220. "type": "function"
  221. },
  222. {
  223. "constant": true,
  224. "inputs": [],
  225. "name": "getSoftCap",
  226. "outputs": [
  227. {
  228. "name": "",
  229. "type": "uint256"
  230. }
  231. ],
  232. "payable": false,
  233. "stateMutability": "view",
  234. "type": "function"
  235. },
  236. {
  237. "constant": true,
  238. "inputs": [],
  239. "name": "getTokenUSDRate",
  240. "outputs": [
  241. {
  242. "name": "",
  243. "type": "uint256"
  244. }
  245. ],
  246. "payable": false,
  247. "stateMutability": "view",
  248. "type": "function"
  249. },
  250. {
  251. "constant": true,
  252. "inputs": [
  253. {
  254. "name": "contrib",
  255. "type": "address"
  256. }
  257. ],
  258. "name": "getContributorETH",
  259. "outputs": [
  260. {
  261. "name": "",
  262. "type": "uint256"
  263. }
  264. ],
  265. "payable": false,
  266. "stateMutability": "view",
  267. "type": "function"
  268. },
  269. {
  270. "constant": true,
  271. "inputs": [],
  272. "name": "getContributorAmount",
  273. "outputs": [
  274. {
  275. "name": "",
  276. "type": "uint256"
  277. }
  278. ],
  279. "payable": false,
  280. "stateMutability": "view",
  281. "type": "function"
  282. },
  283. {
  284. "constant": true,
  285. "inputs": [],
  286. "name": "paused",
  287. "outputs": [
  288. {
  289. "name": "",
  290. "type": "bool"
  291. }
  292. ],
  293. "payable": false,
  294. "stateMutability": "view",
  295. "type": "function"
  296. },
  297. {
  298. "constant": false,
  299. "inputs": [
  300. {
  301. "name": "_hardCapToken",
  302. "type": "uint256"
  303. }
  304. ],
  305. "name": "setHardCapToken",
  306. "outputs": [],
  307. "payable": false,
  308. "stateMutability": "nonpayable",
  309. "type": "function"
  310. },
  311. {
  312. "constant": true,
  313. "inputs": [],
  314. "name": "calculateMaxEthIssued",
  315. "outputs": [
  316. {
  317. "name": "",
  318. "type": "uint256"
  319. }
  320. ],
  321. "payable": false,
  322. "stateMutability": "view",
  323. "type": "function"
  324. },
  325. {
  326. "constant": true,
  327. "inputs": [],
  328. "name": "withdrawedTokens",
  329. "outputs": [
  330. {
  331. "name": "",
  332. "type": "uint256"
  333. }
  334. ],
  335. "payable": false,
  336. "stateMutability": "view",
  337. "type": "function"
  338. },
  339. {
  340. "constant": true,
  341. "inputs": [],
  342. "name": "calculateMaxTokensIssued",
  343. "outputs": [
  344. {
  345. "name": "",
  346. "type": "uint256"
  347. }
  348. ],
  349. "payable": false,
  350. "stateMutability": "view",
  351. "type": "function"
  352. },
  353. {
  354. "constant": false,
  355. "inputs": [],
  356. "name": "newCrowdsale",
  357. "outputs": [],
  358. "payable": false,
  359. "stateMutability": "nonpayable",
  360. "type": "function"
  361. },
  362. {
  363. "constant": true,
  364. "inputs": [],
  365. "name": "getStartDate",
  366. "outputs": [
  367. {
  368. "name": "",
  369. "type": "uint256"
  370. }
  371. ],
  372. "payable": false,
  373. "stateMutability": "view",
  374. "type": "function"
  375. },
  376. {
  377. "constant": true,
  378. "inputs": [],
  379. "name": "getTokenBalance",
  380. "outputs": [
  381. {
  382. "name": "",
  383. "type": "uint256"
  384. }
  385. ],
  386. "payable": false,
  387. "stateMutability": "view",
  388. "type": "function"
  389. },
  390. {
  391. "constant": false,
  392. "inputs": [
  393. {
  394. "name": "date",
  395. "type": "uint256"
  396. }
  397. ],
  398. "name": "setStartDate",
  399. "outputs": [],
  400. "payable": false,
  401. "stateMutability": "nonpayable",
  402. "type": "function"
  403. },
  404. {
  405. "constant": false,
  406. "inputs": [],
  407. "name": "pause",
  408. "outputs": [],
  409. "payable": false,
  410. "stateMutability": "nonpayable",
  411. "type": "function"
  412. },
  413. {
  414. "constant": false,
  415. "inputs": [
  416. {
  417. "name": "holdCont",
  418. "type": "address"
  419. }
  420. ],
  421. "name": "setHold",
  422. "outputs": [],
  423. "payable": false,
  424. "stateMutability": "nonpayable",
  425. "type": "function"
  426. },
  427. {
  428. "constant": true,
  429. "inputs": [],
  430. "name": "owner",
  431. "outputs": [
  432. {
  433. "name": "",
  434. "type": "address"
  435. }
  436. ],
  437. "payable": false,
  438. "stateMutability": "view",
  439. "type": "function"
  440. },
  441. {
  442. "constant": true,
  443. "inputs": [],
  444. "name": "softCap",
  445. "outputs": [
  446. {
  447. "name": "",
  448. "type": "uint256"
  449. }
  450. ],
  451. "payable": false,
  452. "stateMutability": "view",
  453. "type": "function"
  454. },
  455. {
  456. "constant": true,
  457. "inputs": [],
  458. "name": "ethUsdPrice",
  459. "outputs": [
  460. {
  461. "name": "",
  462. "type": "uint256"
  463. }
  464. ],
  465. "payable": false,
  466. "stateMutability": "view",
  467. "type": "function"
  468. },
  469. {
  470. "constant": false,
  471. "inputs": [],
  472. "name": "withdrawEth",
  473. "outputs": [],
  474. "payable": false,
  475. "stateMutability": "nonpayable",
  476. "type": "function"
  477. },
  478. {
  479. "constant": false,
  480. "inputs": [],
  481. "name": "startCrowdsale",
  482. "outputs": [],
  483. "payable": false,
  484. "stateMutability": "nonpayable",
  485. "type": "function"
  486. },
  487. {
  488. "constant": false,
  489. "inputs": [
  490. {
  491. "name": "_ethUsdPrice",
  492. "type": "uint256"
  493. }
  494. ],
  495. "name": "receiveEthPrice",
  496. "outputs": [],
  497. "payable": false,
  498. "stateMutability": "nonpayable",
  499. "type": "function"
  500. },
  501. {
  502. "constant": false,
  503. "inputs": [
  504. {
  505. "name": "_regadr",
  506. "type": "address"
  507. }
  508. ],
  509. "name": "setRegistry",
  510. "outputs": [],
  511. "payable": false,
  512. "stateMutability": "nonpayable",
  513. "type": "function"
  514. },
  515. {
  516. "constant": false,
  517. "inputs": [
  518. {
  519. "name": "_contributor",
  520. "type": "address"
  521. },
  522. {
  523. "name": "_amount",
  524. "type": "uint256"
  525. },
  526. {
  527. "name": "_amusd",
  528. "type": "uint256"
  529. },
  530. {
  531. "name": "_tokens",
  532. "type": "uint256"
  533. },
  534. {
  535. "name": "_quote",
  536. "type": "uint256"
  537. }
  538. ],
  539. "name": "editContribution",
  540. "outputs": [],
  541. "payable": false,
  542. "stateMutability": "nonpayable",
  543. "type": "function"
  544. },
  545. {
  546. "constant": false,
  547. "inputs": [],
  548. "name": "getTokens",
  549. "outputs": [],
  550. "payable": false,
  551. "stateMutability": "nonpayable",
  552. "type": "function"
  553. },
  554. {
  555. "constant": true,
  556. "inputs": [],
  557. "name": "calculateMaxContributionUsd",
  558. "outputs": [
  559. {
  560. "name": "",
  561. "type": "uint256"
  562. }
  563. ],
  564. "payable": false,
  565. "stateMutability": "view",
  566. "type": "function"
  567. },
  568. {
  569. "constant": true,
  570. "inputs": [],
  571. "name": "getEndDate",
  572. "outputs": [
  573. {
  574. "name": "",
  575. "type": "uint256"
  576. }
  577. ],
  578. "payable": false,
  579. "stateMutability": "view",
  580. "type": "function"
  581. },
  582. {
  583. "constant": false,
  584. "inputs": [
  585. {
  586. "name": "_contributor",
  587. "type": "address"
  588. }
  589. ],
  590. "name": "removeContributor",
  591. "outputs": [],
  592. "payable": false,
  593. "stateMutability": "nonpayable",
  594. "type": "function"
  595. },
  596. {
  597. "constant": true,
  598. "inputs": [],
  599. "name": "getHardCap",
  600. "outputs": [
  601. {
  602. "name": "",
  603. "type": "uint256"
  604. }
  605. ],
  606. "payable": false,
  607. "stateMutability": "view",
  608. "type": "function"
  609. },
  610. {
  611. "constant": true,
  612. "inputs": [
  613. {
  614. "name": "_from",
  615. "type": "address"
  616. },
  617. {
  618. "name": "_value",
  619. "type": "uint256"
  620. },
  621. {
  622. "name": "_data",
  623. "type": "bytes"
  624. }
  625. ],
  626. "name": "tokenFallback",
  627. "outputs": [],
  628. "payable": false,
  629. "stateMutability": "pure",
  630. "type": "function"
  631. },
  632. {
  633. "constant": true,
  634. "inputs": [],
  635. "name": "state",
  636. "outputs": [
  637. {
  638. "name": "",
  639. "type": "uint8"
  640. }
  641. ],
  642. "payable": false,
  643. "stateMutability": "view",
  644. "type": "function"
  645. },
  646. {
  647. "constant": true,
  648. "inputs": [],
  649. "name": "endDate",
  650. "outputs": [
  651. {
  652. "name": "",
  653. "type": "uint256"
  654. }
  655. ],
  656. "payable": false,
  657. "stateMutability": "view",
  658. "type": "function"
  659. },
  660. {
  661. "constant": true,
  662. "inputs": [],
  663. "name": "minimalContribution",
  664. "outputs": [
  665. {
  666. "name": "",
  667. "type": "uint256"
  668. }
  669. ],
  670. "payable": false,
  671. "stateMutability": "view",
  672. "type": "function"
  673. },
  674. {
  675. "constant": true,
  676. "inputs": [],
  677. "name": "permissionManager",
  678. "outputs": [
  679. {
  680. "name": "",
  681. "type": "address"
  682. }
  683. ],
  684. "payable": false,
  685. "stateMutability": "view",
  686. "type": "function"
  687. },
  688. {
  689. "constant": true,
  690. "inputs": [],
  691. "name": "statusI",
  692. "outputs": [
  693. {
  694. "name": "",
  695. "type": "address"
  696. }
  697. ],
  698. "payable": false,
  699. "stateMutability": "view",
  700. "type": "function"
  701. },
  702. {
  703. "constant": false,
  704. "inputs": [
  705. {
  706. "name": "statI",
  707. "type": "address"
  708. }
  709. ],
  710. "name": "setStatusI",
  711. "outputs": [],
  712. "payable": false,
  713. "stateMutability": "nonpayable",
  714. "type": "function"
  715. },
  716. {
  717. "constant": true,
  718. "inputs": [],
  719. "name": "getUSDRaised",
  720. "outputs": [
  721. {
  722. "name": "",
  723. "type": "uint256"
  724. }
  725. ],
  726. "payable": false,
  727. "stateMutability": "view",
  728. "type": "function"
  729. },
  730. {
  731. "constant": false,
  732. "inputs": [
  733. {
  734. "name": "_hardCap",
  735. "type": "uint256"
  736. }
  737. ],
  738. "name": "setHardCap",
  739. "outputs": [],
  740. "payable": false,
  741. "stateMutability": "nonpayable",
  742. "type": "function"
  743. },
  744. {
  745. "constant": false,
  746. "inputs": [
  747. {
  748. "name": "_softCap",
  749. "type": "uint256"
  750. }
  751. ],
  752. "name": "setSoftCap",
  753. "outputs": [],
  754. "payable": false,
  755. "stateMutability": "nonpayable",
  756. "type": "function"
  757. },
  758. {
  759. "constant": false,
  760. "inputs": [
  761. {
  762. "name": "_contributor",
  763. "type": "address"
  764. },
  765. {
  766. "name": "_amount",
  767. "type": "uint256"
  768. },
  769. {
  770. "name": "_amusd",
  771. "type": "uint256"
  772. },
  773. {
  774. "name": "_tokens",
  775. "type": "uint256"
  776. },
  777. {
  778. "name": "_quote",
  779. "type": "uint256"
  780. }
  781. ],
  782. "name": "addContributor",
  783. "outputs": [],
  784. "payable": false,
  785. "stateMutability": "nonpayable",
  786. "type": "function"
  787. },
  788. {
  789. "constant": true,
  790. "inputs": [],
  791. "name": "ethPriceProvider",
  792. "outputs": [
  793. {
  794. "name": "",
  795. "type": "address"
  796. }
  797. ],
  798. "payable": false,
  799. "stateMutability": "view",
  800. "type": "function"
  801. },
  802. {
  803. "constant": false,
  804. "inputs": [
  805. {
  806. "name": "provider",
  807. "type": "address"
  808. }
  809. ],
  810. "name": "setEthPriceProvider",
  811. "outputs": [],
  812. "payable": false,
  813. "stateMutability": "nonpayable",
  814. "type": "function"
  815. },
  816. {
  817. "constant": true,
  818. "inputs": [],
  819. "name": "hasEnded",
  820. "outputs": [
  821. {
  822. "name": "",
  823. "type": "bool"
  824. }
  825. ],
  826. "payable": false,
  827. "stateMutability": "view",
  828. "type": "function"
  829. },
  830. {
  831. "constant": true,
  832. "inputs": [],
  833. "name": "hardCapToken",
  834. "outputs": [
  835. {
  836. "name": "",
  837. "type": "uint256"
  838. }
  839. ],
  840. "payable": false,
  841. "stateMutability": "view",
  842. "type": "function"
  843. },
  844. {
  845. "constant": true,
  846. "inputs": [],
  847. "name": "tokenUSDRate",
  848. "outputs": [
  849. {
  850. "name": "",
  851. "type": "uint256"
  852. }
  853. ],
  854. "payable": false,
  855. "stateMutability": "view",
  856. "type": "function"
  857. },
  858. {
  859. "constant": false,
  860. "inputs": [
  861. {
  862. "name": "newOwner",
  863. "type": "address"
  864. }
  865. ],
  866. "name": "transferOwnership",
  867. "outputs": [],
  868. "payable": false,
  869. "stateMutability": "nonpayable",
  870. "type": "function"
  871. },
  872. {
  873. "constant": true,
  874. "inputs": [],
  875. "name": "hardCap",
  876. "outputs": [
  877. {
  878. "name": "",
  879. "type": "uint256"
  880. }
  881. ],
  882. "payable": false,
  883. "stateMutability": "view",
  884. "type": "function"
  885. },
  886. {
  887. "constant": true,
  888. "inputs": [],
  889. "name": "token",
  890. "outputs": [
  891. {
  892. "name": "",
  893. "type": "address"
  894. }
  895. ],
  896. "payable": false,
  897. "stateMutability": "view",
  898. "type": "function"
  899. },
  900. {
  901. "inputs": [
  902. {
  903. "name": "tokenAddress",
  904. "type": "address"
  905. },
  906. {
  907. "name": "registryAddress",
  908. "type": "address"
  909. },
  910. {
  911. "name": "_permissionManager",
  912. "type": "address"
  913. },
  914. {
  915. "name": "start",
  916. "type": "uint256"
  917. },
  918. {
  919. "name": "end",
  920. "type": "uint256"
  921. },
  922. {
  923. "name": "_softCap",
  924. "type": "uint256"
  925. },
  926. {
  927. "name": "_hardCap",
  928. "type": "uint256"
  929. },
  930. {
  931. "name": "holdCont",
  932. "type": "address"
  933. },
  934. {
  935. "name": "_ethUsdPrice",
  936. "type": "uint256"
  937. }
  938. ],
  939. "payable": false,
  940. "stateMutability": "nonpayable",
  941. "type": "constructor"
  942. },
  943. {
  944. "payable": true,
  945. "stateMutability": "payable",
  946. "type": "fallback"
  947. },
  948. {
  949. "anonymous": false,
  950. "inputs": [
  951. {
  952. "indexed": false,
  953. "name": "blockNumber",
  954. "type": "uint256"
  955. }
  956. ],
  957. "name": "CrowdsaleStarted",
  958. "type": "event"
  959. },
  960. {
  961. "anonymous": false,
  962. "inputs": [
  963. {
  964. "indexed": false,
  965. "name": "blockNumber",
  966. "type": "uint256"
  967. }
  968. ],
  969. "name": "CrowdsaleEnded",
  970. "type": "event"
  971. },
  972. {
  973. "anonymous": false,
  974. "inputs": [
  975. {
  976. "indexed": false,
  977. "name": "blockNumber",
  978. "type": "uint256"
  979. }
  980. ],
  981. "name": "SoftCapReached",
  982. "type": "event"
  983. },
  984. {
  985. "anonymous": false,
  986. "inputs": [
  987. {
  988. "indexed": false,
  989. "name": "blockNumber",
  990. "type": "uint256"
  991. }
  992. ],
  993. "name": "HardCapReached",
  994. "type": "event"
  995. },
  996. {
  997. "anonymous": false,
  998. "inputs": [
  999. {
  1000. "indexed": false,
  1001. "name": "contrib",
  1002. "type": "address"
  1003. },
  1004. {
  1005. "indexed": false,
  1006. "name": "amount",
  1007. "type": "uint256"
  1008. },
  1009. {
  1010. "indexed": false,
  1011. "name": "amusd",
  1012. "type": "uint256"
  1013. },
  1014. {
  1015. "indexed": false,
  1016. "name": "tokens",
  1017. "type": "uint256"
  1018. },
  1019. {
  1020. "indexed": false,
  1021. "name": "ethusdrate",
  1022. "type": "uint256"
  1023. }
  1024. ],
  1025. "name": "ContributionAdded",
  1026. "type": "event"
  1027. },
  1028. {
  1029. "anonymous": false,
  1030. "inputs": [
  1031. {
  1032. "indexed": false,
  1033. "name": "contrib",
  1034. "type": "address"
  1035. },
  1036. {
  1037. "indexed": false,
  1038. "name": "amount",
  1039. "type": "uint256"
  1040. },
  1041. {
  1042. "indexed": false,
  1043. "name": "amusd",
  1044. "type": "uint256"
  1045. },
  1046. {
  1047. "indexed": false,
  1048. "name": "tokens",
  1049. "type": "uint256"
  1050. },
  1051. {
  1052. "indexed": false,
  1053. "name": "ethusdrate",
  1054. "type": "uint256"
  1055. }
  1056. ],
  1057. "name": "ContributionAddedManual",
  1058. "type": "event"
  1059. },
  1060. {
  1061. "anonymous": false,
  1062. "inputs": [
  1063. {
  1064. "indexed": false,
  1065. "name": "contrib",
  1066. "type": "address"
  1067. },
  1068. {
  1069. "indexed": false,
  1070. "name": "amount",
  1071. "type": "uint256"
  1072. },
  1073. {
  1074. "indexed": false,
  1075. "name": "amusd",
  1076. "type": "uint256"
  1077. },
  1078. {
  1079. "indexed": false,
  1080. "name": "tokens",
  1081. "type": "uint256"
  1082. },
  1083. {
  1084. "indexed": false,
  1085. "name": "ethusdrate",
  1086. "type": "uint256"
  1087. }
  1088. ],
  1089. "name": "ContributionEdit",
  1090. "type": "event"
  1091. },
  1092. {
  1093. "anonymous": false,
  1094. "inputs": [
  1095. {
  1096. "indexed": false,
  1097. "name": "contrib",
  1098. "type": "address"
  1099. },
  1100. {
  1101. "indexed": false,
  1102. "name": "amount",
  1103. "type": "uint256"
  1104. },
  1105. {
  1106. "indexed": false,
  1107. "name": "amusd",
  1108. "type": "uint256"
  1109. },
  1110. {
  1111. "indexed": false,
  1112. "name": "tokens",
  1113. "type": "uint256"
  1114. }
  1115. ],
  1116. "name": "ContributionRemoved",
  1117. "type": "event"
  1118. },
  1119. {
  1120. "anonymous": false,
  1121. "inputs": [
  1122. {
  1123. "indexed": false,
  1124. "name": "contributor",
  1125. "type": "address"
  1126. },
  1127. {
  1128. "indexed": false,
  1129. "name": "amount",
  1130. "type": "uint256"
  1131. }
  1132. ],
  1133. "name": "TokensTransfered",
  1134. "type": "event"
  1135. },
  1136. {
  1137. "anonymous": false,
  1138. "inputs": [
  1139. {
  1140. "indexed": false,
  1141. "name": "ref",
  1142. "type": "address"
  1143. },
  1144. {
  1145. "indexed": false,
  1146. "name": "amount",
  1147. "type": "uint256"
  1148. }
  1149. ],
  1150. "name": "Refunded",
  1151. "type": "event"
  1152. },
  1153. {
  1154. "anonymous": false,
  1155. "inputs": [
  1156. {
  1157. "indexed": false,
  1158. "name": "to",
  1159. "type": "address"
  1160. },
  1161. {
  1162. "indexed": false,
  1163. "name": "amount",
  1164. "type": "uint256"
  1165. }
  1166. ],
  1167. "name": "ErrorSendingETH",
  1168. "type": "event"
  1169. },
  1170. {
  1171. "anonymous": false,
  1172. "inputs": [
  1173. {
  1174. "indexed": false,
  1175. "name": "amount",
  1176. "type": "uint256"
  1177. }
  1178. ],
  1179. "name": "WithdrawedEthToHold",
  1180. "type": "event"
  1181. },
  1182. {
  1183. "anonymous": false,
  1184. "inputs": [
  1185. {
  1186. "indexed": false,
  1187. "name": "beforeDate",
  1188. "type": "uint256"
  1189. },
  1190. {
  1191. "indexed": false,
  1192. "name": "afterDate",
  1193. "type": "uint256"
  1194. }
  1195. ],
  1196. "name": "ManualChangeStartDate",
  1197. "type": "event"
  1198. },
  1199. {
  1200. "anonymous": false,
  1201. "inputs": [
  1202. {
  1203. "indexed": false,
  1204. "name": "beforeDate",
  1205. "type": "uint256"
  1206. },
  1207. {
  1208. "indexed": false,
  1209. "name": "afterDate",
  1210. "type": "uint256"
  1211. }
  1212. ],
  1213. "name": "ManualChangeEndDate",
  1214. "type": "event"
  1215. },
  1216. {
  1217. "anonymous": false,
  1218. "inputs": [
  1219. {
  1220. "indexed": false,
  1221. "name": "hold",
  1222. "type": "address"
  1223. },
  1224. {
  1225. "indexed": false,
  1226. "name": "amount",
  1227. "type": "uint256"
  1228. }
  1229. ],
  1230. "name": "TokensTransferedToHold",
  1231. "type": "event"
  1232. },
  1233. {
  1234. "anonymous": false,
  1235. "inputs": [
  1236. {
  1237. "indexed": false,
  1238. "name": "hold",
  1239. "type": "address"
  1240. },
  1241. {
  1242. "indexed": false,
  1243. "name": "amount",
  1244. "type": "uint256"
  1245. }
  1246. ],
  1247. "name": "TokensTransferedToOwner",
  1248. "type": "event"
  1249. },
  1250. {
  1251. "anonymous": false,
  1252. "inputs": [
  1253. {
  1254. "indexed": false,
  1255. "name": "oldMinAmount",
  1256. "type": "uint256"
  1257. },
  1258. {
  1259. "indexed": false,
  1260. "name": "minAmount",
  1261. "type": "uint256"
  1262. }
  1263. ],
  1264. "name": "ChangeMinAmount",
  1265. "type": "event"
  1266. },
  1267. {
  1268. "anonymous": false,
  1269. "inputs": [
  1270. {
  1271. "indexed": false,
  1272. "name": "preSale",
  1273. "type": "address"
  1274. }
  1275. ],
  1276. "name": "ChangePreSale",
  1277. "type": "event"
  1278. },
  1279. {
  1280. "anonymous": false,
  1281. "inputs": [
  1282. {
  1283. "indexed": false,
  1284. "name": "oldTokenUSDRate",
  1285. "type": "uint256"
  1286. },
  1287. {
  1288. "indexed": false,
  1289. "name": "tokenUSDRate",
  1290. "type": "uint256"
  1291. }
  1292. ],
  1293. "name": "ChangeTokenUSDRate",
  1294. "type": "event"
  1295. },
  1296. {
  1297. "anonymous": false,
  1298. "inputs": [
  1299. {
  1300. "indexed": false,
  1301. "name": "oldHardCapToken",
  1302. "type": "uint256"
  1303. },
  1304. {
  1305. "indexed": false,
  1306. "name": "newHardCapToken",
  1307. "type": "uint256"
  1308. }
  1309. ],
  1310. "name": "ChangeHardCapToken",
  1311. "type": "event"
  1312. },
  1313. {
  1314. "anonymous": false,
  1315. "inputs": [],
  1316. "name": "SoftCapChanged",
  1317. "type": "event"
  1318. },
  1319. {
  1320. "anonymous": false,
  1321. "inputs": [],
  1322. "name": "HardCapChanged",
  1323. "type": "event"
  1324. },
  1325. {
  1326. "anonymous": false,
  1327. "inputs": [],
  1328. "name": "Pause",
  1329. "type": "event"
  1330. },
  1331. {
  1332. "anonymous": false,
  1333. "inputs": [],
  1334. "name": "Unpause",
  1335. "type": "event"
  1336. },
  1337. {
  1338. "anonymous": false,
  1339. "inputs": [
  1340. {
  1341. "indexed": true,
  1342. "name": "previousOwner",
  1343. "type": "address"
  1344. },
  1345. {
  1346. "indexed": true,
  1347. "name": "newOwner",
  1348. "type": "address"
  1349. }
  1350. ],
  1351. "name": "OwnershipTransferred",
  1352. "type": "event"
  1353. }
  1354. ]
Add Comment
Please, Sign In to add comment