Guest User

Untitled

a guest
May 7th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. "abi": [
  2. {
  3. "constant": false,
  4. "inputs": [
  5. {
  6. "name": "spender",
  7. "type": "address"
  8. },
  9. {
  10. "name": "value",
  11. "type": "uint256"
  12. }
  13. ],
  14. "name": "approve",
  15. "outputs": [
  16. {
  17. "name": "",
  18. "type": "bool"
  19. }
  20. ],
  21. "payable": false,
  22. "stateMutability": "nonpayable",
  23. "type": "function"
  24. },
  25. {
  26. "constant": true,
  27. "inputs": [],
  28. "name": "totalSupply",
  29. "outputs": [
  30. {
  31. "name": "",
  32. "type": "uint256"
  33. }
  34. ],
  35. "payable": false,
  36. "stateMutability": "view",
  37. "type": "function"
  38. },
  39. {
  40. "constant": false,
  41. "inputs": [
  42. {
  43. "name": "from",
  44. "type": "address"
  45. },
  46. {
  47. "name": "to",
  48. "type": "address"
  49. },
  50. {
  51. "name": "value",
  52. "type": "uint256"
  53. }
  54. ],
  55. "name": "transferFrom",
  56. "outputs": [
  57. {
  58. "name": "",
  59. "type": "bool"
  60. }
  61. ],
  62. "payable": false,
  63. "stateMutability": "nonpayable",
  64. "type": "function"
  65. },
  66. {
  67. "constant": false,
  68. "inputs": [
  69. {
  70. "name": "spender",
  71. "type": "address"
  72. },
  73. {
  74. "name": "addedValue",
  75. "type": "uint256"
  76. }
  77. ],
  78. "name": "increaseAllowance",
  79. "outputs": [
  80. {
  81. "name": "",
  82. "type": "bool"
  83. }
  84. ],
  85. "payable": false,
  86. "stateMutability": "nonpayable",
  87. "type": "function"
  88. },
  89. {
  90. "constant": false,
  91. "inputs": [
  92. {
  93. "name": "to",
  94. "type": "address"
  95. },
  96. {
  97. "name": "value",
  98. "type": "uint256"
  99. }
  100. ],
  101. "name": "mint",
  102. "outputs": [
  103. {
  104. "name": "",
  105. "type": "bool"
  106. }
  107. ],
  108. "payable": false,
  109. "stateMutability": "nonpayable",
  110. "type": "function"
  111. },
  112. {
  113. "constant": true,
  114. "inputs": [
  115. {
  116. "name": "owner",
  117. "type": "address"
  118. }
  119. ],
  120. "name": "balanceOf",
  121. "outputs": [
  122. {
  123. "name": "",
  124. "type": "uint256"
  125. }
  126. ],
  127. "payable": false,
  128. "stateMutability": "view",
  129. "type": "function"
  130. },
  131. {
  132. "constant": false,
  133. "inputs": [],
  134. "name": "renounceOwnership",
  135. "outputs": [],
  136. "payable": false,
  137. "stateMutability": "nonpayable",
  138. "type": "function"
  139. },
  140. {
  141. "constant": true,
  142. "inputs": [],
  143. "name": "owner",
  144. "outputs": [
  145. {
  146. "name": "",
  147. "type": "address"
  148. }
  149. ],
  150. "payable": false,
  151. "stateMutability": "view",
  152. "type": "function"
  153. },
  154. {
  155. "constant": true,
  156. "inputs": [],
  157. "name": "isOwner",
  158. "outputs": [
  159. {
  160. "name": "",
  161. "type": "bool"
  162. }
  163. ],
  164. "payable": false,
  165. "stateMutability": "view",
  166. "type": "function"
  167. },
  168. {
  169. "constant": false,
  170. "inputs": [
  171. {
  172. "name": "account",
  173. "type": "address"
  174. }
  175. ],
  176. "name": "addMinter",
  177. "outputs": [],
  178. "payable": false,
  179. "stateMutability": "nonpayable",
  180. "type": "function"
  181. },
  182. {
  183. "constant": false,
  184. "inputs": [],
  185. "name": "renounceMinter",
  186. "outputs": [],
  187. "payable": false,
  188. "stateMutability": "nonpayable",
  189. "type": "function"
  190. },
  191. {
  192. "constant": false,
  193. "inputs": [
  194. {
  195. "name": "spender",
  196. "type": "address"
  197. },
  198. {
  199. "name": "subtractedValue",
  200. "type": "uint256"
  201. }
  202. ],
  203. "name": "decreaseAllowance",
  204. "outputs": [
  205. {
  206. "name": "",
  207. "type": "bool"
  208. }
  209. ],
  210. "payable": false,
  211. "stateMutability": "nonpayable",
  212. "type": "function"
  213. },
  214. {
  215. "constant": false,
  216. "inputs": [
  217. {
  218. "name": "to",
  219. "type": "address"
  220. },
  221. {
  222. "name": "value",
  223. "type": "uint256"
  224. }
  225. ],
  226. "name": "transfer",
  227. "outputs": [
  228. {
  229. "name": "",
  230. "type": "bool"
  231. }
  232. ],
  233. "payable": false,
  234. "stateMutability": "nonpayable",
  235. "type": "function"
  236. },
  237. {
  238. "constant": true,
  239. "inputs": [
  240. {
  241. "name": "account",
  242. "type": "address"
  243. }
  244. ],
  245. "name": "isMinter",
  246. "outputs": [
  247. {
  248. "name": "",
  249. "type": "bool"
  250. }
  251. ],
  252. "payable": false,
  253. "stateMutability": "view",
  254. "type": "function"
  255. },
  256. {
  257. "constant": true,
  258. "inputs": [
  259. {
  260. "name": "owner",
  261. "type": "address"
  262. },
  263. {
  264. "name": "spender",
  265. "type": "address"
  266. }
  267. ],
  268. "name": "allowance",
  269. "outputs": [
  270. {
  271. "name": "",
  272. "type": "uint256"
  273. }
  274. ],
  275. "payable": false,
  276. "stateMutability": "view",
  277. "type": "function"
  278. },
  279. {
  280. "constant": false,
  281. "inputs": [
  282. {
  283. "name": "newOwner",
  284. "type": "address"
  285. }
  286. ],
  287. "name": "transferOwnership",
  288. "outputs": [],
  289. "payable": false,
  290. "stateMutability": "nonpayable",
  291. "type": "function"
  292. },
  293. {
  294. "anonymous": false,
  295. "inputs": [
  296. {
  297. "indexed": true,
  298. "name": "previousOwner",
  299. "type": "address"
  300. },
  301. {
  302. "indexed": true,
  303. "name": "newOwner",
  304. "type": "address"
  305. }
  306. ],
  307. "name": "OwnershipTransferred",
  308. "type": "event"
  309. },
  310. {
  311. "anonymous": false,
  312. "inputs": [
  313. {
  314. "indexed": true,
  315. "name": "account",
  316. "type": "address"
  317. }
  318. ],
  319. "name": "MinterAdded",
  320. "type": "event"
  321. },
  322. {
  323. "anonymous": false,
  324. "inputs": [
  325. {
  326. "indexed": true,
  327. "name": "account",
  328. "type": "address"
  329. }
  330. ],
  331. "name": "MinterRemoved",
  332. "type": "event"
  333. },
  334. {
  335. "anonymous": false,
  336. "inputs": [
  337. {
  338. "indexed": true,
  339. "name": "from",
  340. "type": "address"
  341. },
  342. {
  343. "indexed": true,
  344. "name": "to",
  345. "type": "address"
  346. },
  347. {
  348. "indexed": false,
  349. "name": "value",
  350. "type": "uint256"
  351. }
  352. ],
  353. "name": "Transfer",
  354. "type": "event"
  355. },
  356. {
  357. "anonymous": false,
  358. "inputs": [
  359. {
  360. "indexed": true,
  361. "name": "owner",
  362. "type": "address"
  363. },
  364. {
  365. "indexed": true,
  366. "name": "spender",
  367. "type": "address"
  368. },
  369. {
  370. "indexed": false,
  371. "name": "value",
  372. "type": "uint256"
  373. }
  374. ],
  375. "name": "Approval",
  376. "type": "event"
  377. }
  378. ],
Add Comment
Please, Sign In to add comment