Guest User

Untitled

a guest
Oct 16th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. address COTDAO: 0x5d176ba9ac7bd1e138d09a7816ca8dfe32d3ff72
  2.  
  3. ABI
  4.  
  5. [
  6. {
  7. "constant": false,
  8. "inputs": [],
  9. "name": "renounceOwnership",
  10. "outputs": [],
  11. "payable": false,
  12. "stateMutability": "nonpayable",
  13. "type": "function"
  14. },
  15. {
  16. "constant": true,
  17. "inputs": [],
  18. "name": "owner",
  19. "outputs": [
  20. {
  21. "name": "",
  22. "type": "address"
  23. }
  24. ],
  25. "payable": false,
  26. "stateMutability": "view",
  27. "type": "function"
  28. },
  29. {
  30. "constant": false,
  31. "inputs": [
  32. {
  33. "name": "_newOwner",
  34. "type": "address"
  35. }
  36. ],
  37. "name": "transferOwnership",
  38. "outputs": [],
  39. "payable": false,
  40. "stateMutability": "nonpayable",
  41. "type": "function"
  42. },
  43. {
  44. "inputs": [
  45. {
  46. "name": "_token",
  47. "type": "address"
  48. },
  49. {
  50. "name": "_limit",
  51. "type": "uint256"
  52. },
  53. {
  54. "name": "_openingTime",
  55. "type": "uint256"
  56. }
  57. ],
  58. "payable": false,
  59. "stateMutability": "nonpayable",
  60. "type": "constructor"
  61. },
  62. {
  63. "anonymous": false,
  64. "inputs": [
  65. {
  66. "indexed": true,
  67. "name": "previousOwner",
  68. "type": "address"
  69. }
  70. ],
  71. "name": "OwnershipRenounced",
  72. "type": "event"
  73. },
  74. {
  75. "anonymous": false,
  76. "inputs": [
  77. {
  78. "indexed": true,
  79. "name": "previousOwner",
  80. "type": "address"
  81. },
  82. {
  83. "indexed": true,
  84. "name": "newOwner",
  85. "type": "address"
  86. }
  87. ],
  88. "name": "OwnershipTransferred",
  89. "type": "event"
  90. },
  91. {
  92. "constant": false,
  93. "inputs": [
  94. {
  95. "name": "_beneficiary",
  96. "type": "address"
  97. },
  98. {
  99. "name": "_tokenAmount",
  100. "type": "uint256"
  101. }
  102. ],
  103. "name": "MintLimit",
  104. "outputs": [],
  105. "payable": false,
  106. "stateMutability": "nonpayable",
  107. "type": "function"
  108. },
  109. {
  110. "constant": false,
  111. "inputs": [
  112. {
  113. "name": "_beneficiary",
  114. "type": "address"
  115. }
  116. ],
  117. "name": "MintPercent",
  118. "outputs": [],
  119. "payable": false,
  120. "stateMutability": "nonpayable",
  121. "type": "function"
  122. },
  123. {
  124. "constant": false,
  125. "inputs": [
  126. {
  127. "name": "_newOwner",
  128. "type": "address"
  129. }
  130. ],
  131. "name": "ChangeOwnerDAO",
  132. "outputs": [],
  133. "payable": false,
  134. "stateMutability": "nonpayable",
  135. "type": "function"
  136. },
  137. {
  138. "constant": false,
  139. "inputs": [],
  140. "name": "pauseDAO",
  141. "outputs": [],
  142. "payable": false,
  143. "stateMutability": "nonpayable",
  144. "type": "function"
  145. },
  146. {
  147. "constant": false,
  148. "inputs": [],
  149. "name": "unpauseDAO",
  150. "outputs": [],
  151. "payable": false,
  152. "stateMutability": "nonpayable",
  153. "type": "function"
  154. },
  155. {
  156. "constant": false,
  157. "inputs": [],
  158. "name": "finishMint",
  159. "outputs": [],
  160. "payable": false,
  161. "stateMutability": "nonpayable",
  162. "type": "function"
  163. }
  164. ]
Add Comment
Please, Sign In to add comment