Advertisement
Guest User

Untitled

a guest
Dec 26th, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 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": true,
  18. "inputs": [],
  19. "name": "MintCalls",
  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": "_spender",
  35. "type": "address"
  36. },
  37. {
  38. "name": "_amount",
  39. "type": "uint256"
  40. }
  41. ],
  42. "name": "approve",
  43. "outputs": [
  44. {
  45. "name": "success",
  46. "type": "bool"
  47. }
  48. ],
  49. "payable": false,
  50. "stateMutability": "nonpayable",
  51. "type": "function"
  52. },
  53. {
  54. "constant": true,
  55. "inputs": [],
  56. "name": "totalSupply",
  57. "outputs": [
  58. {
  59. "name": "totalSupply",
  60. "type": "uint256"
  61. }
  62. ],
  63. "payable": false,
  64. "stateMutability": "view",
  65. "type": "function"
  66. },
  67. {
  68. "constant": false,
  69. "inputs": [
  70. {
  71. "name": "_from",
  72. "type": "address"
  73. },
  74. {
  75. "name": "_to",
  76. "type": "address"
  77. },
  78. {
  79. "name": "_amount",
  80. "type": "uint256"
  81. }
  82. ],
  83. "name": "transferFrom",
  84. "outputs": [
  85. {
  86. "name": "success",
  87. "type": "bool"
  88. }
  89. ],
  90. "payable": false,
  91. "stateMutability": "nonpayable",
  92. "type": "function"
  93. },
  94. {
  95. "constant": true,
  96. "inputs": [],
  97. "name": "decimals",
  98. "outputs": [
  99. {
  100. "name": "",
  101. "type": "uint8"
  102. }
  103. ],
  104. "payable": false,
  105. "stateMutability": "view",
  106. "type": "function"
  107. },
  108. {
  109. "constant": false,
  110. "inputs": [],
  111. "name": "Mint",
  112. "outputs": [],
  113. "payable": false,
  114. "stateMutability": "nonpayable",
  115. "type": "function"
  116. },
  117. {
  118. "constant": true,
  119. "inputs": [],
  120. "name": "MintReward",
  121. "outputs": [
  122. {
  123. "name": "",
  124. "type": "uint256"
  125. }
  126. ],
  127. "payable": false,
  128. "stateMutability": "view",
  129. "type": "function"
  130. },
  131. {
  132. "constant": true,
  133. "inputs": [
  134. {
  135. "name": "_owner",
  136. "type": "address"
  137. }
  138. ],
  139. "name": "balanceOf",
  140. "outputs": [
  141. {
  142. "name": "balance",
  143. "type": "uint256"
  144. }
  145. ],
  146. "payable": false,
  147. "stateMutability": "view",
  148. "type": "function"
  149. },
  150. {
  151. "constant": true,
  152. "inputs": [],
  153. "name": "InitialMintReward",
  154. "outputs": [
  155. {
  156. "name": "",
  157. "type": "uint256"
  158. }
  159. ],
  160. "payable": false,
  161. "stateMutability": "view",
  162. "type": "function"
  163. },
  164. {
  165. "constant": true,
  166. "inputs": [],
  167. "name": "symbol",
  168. "outputs": [
  169. {
  170. "name": "",
  171. "type": "string"
  172. }
  173. ],
  174. "payable": false,
  175. "stateMutability": "view",
  176. "type": "function"
  177. },
  178. {
  179. "constant": true,
  180. "inputs": [],
  181. "name": "NextHalvingDate",
  182. "outputs": [
  183. {
  184. "name": "",
  185. "type": "uint256"
  186. }
  187. ],
  188. "payable": false,
  189. "stateMutability": "view",
  190. "type": "function"
  191. },
  192. {
  193. "constant": false,
  194. "inputs": [
  195. {
  196. "name": "_to",
  197. "type": "address"
  198. },
  199. {
  200. "name": "_amount",
  201. "type": "uint256"
  202. }
  203. ],
  204. "name": "transfer",
  205. "outputs": [
  206. {
  207. "name": "success",
  208. "type": "bool"
  209. }
  210. ],
  211. "payable": false,
  212. "stateMutability": "nonpayable",
  213. "type": "function"
  214. },
  215. {
  216. "constant": true,
  217. "inputs": [
  218. {
  219. "name": "_owner",
  220. "type": "address"
  221. },
  222. {
  223. "name": "_spender",
  224. "type": "address"
  225. }
  226. ],
  227. "name": "allowance",
  228. "outputs": [
  229. {
  230. "name": "remaining",
  231. "type": "uint256"
  232. }
  233. ],
  234. "payable": false,
  235. "stateMutability": "view",
  236. "type": "function"
  237. },
  238. {
  239. "anonymous": false,
  240. "inputs": [
  241. {
  242. "indexed": true,
  243. "name": "_from",
  244. "type": "address"
  245. },
  246. {
  247. "indexed": true,
  248. "name": "_to",
  249. "type": "address"
  250. },
  251. {
  252. "indexed": false,
  253. "name": "_value",
  254. "type": "uint256"
  255. }
  256. ],
  257. "name": "Transfer",
  258. "type": "event"
  259. },
  260. {
  261. "anonymous": false,
  262. "inputs": [
  263. {
  264. "indexed": true,
  265. "name": "_owner",
  266. "type": "address"
  267. },
  268. {
  269. "indexed": true,
  270. "name": "_spender",
  271. "type": "address"
  272. },
  273. {
  274. "indexed": false,
  275. "name": "_value",
  276. "type": "uint256"
  277. }
  278. ],
  279. "name": "Approval",
  280. "type": "event"
  281. }
  282. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement