Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.61 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": "value",
  25. "type": "uint256"
  26. }
  27. ],
  28. "name": "approve",
  29. "outputs": [
  30. {
  31. "name": "",
  32. "type": "bool"
  33. }
  34. ],
  35. "payable": false,
  36. "stateMutability": "nonpayable",
  37. "type": "function"
  38. },
  39. {
  40. "constant": false,
  41. "inputs": [
  42. {
  43. "name": "name",
  44. "type": "string"
  45. },
  46. {
  47. "name": "symbol",
  48. "type": "string"
  49. },
  50. {
  51. "name": "decimals",
  52. "type": "uint8"
  53. }
  54. ],
  55. "name": "initialize",
  56. "outputs": [],
  57. "payable": false,
  58. "stateMutability": "nonpayable",
  59. "type": "function"
  60. },
  61. {
  62. "constant": true,
  63. "inputs": [],
  64. "name": "totalSupply",
  65. "outputs": [
  66. {
  67. "name": "",
  68. "type": "uint256"
  69. }
  70. ],
  71. "payable": false,
  72. "stateMutability": "view",
  73. "type": "function"
  74. },
  75. {
  76. "constant": false,
  77. "inputs": [
  78. {
  79. "name": "from",
  80. "type": "address"
  81. },
  82. {
  83. "name": "to",
  84. "type": "address"
  85. },
  86. {
  87. "name": "value",
  88. "type": "uint256"
  89. }
  90. ],
  91. "name": "transferFrom",
  92. "outputs": [
  93. {
  94. "name": "",
  95. "type": "bool"
  96. }
  97. ],
  98. "payable": false,
  99. "stateMutability": "nonpayable",
  100. "type": "function"
  101. },
  102. {
  103. "constant": true,
  104. "inputs": [],
  105. "name": "decimals",
  106. "outputs": [
  107. {
  108. "name": "",
  109. "type": "uint8"
  110. }
  111. ],
  112. "payable": false,
  113. "stateMutability": "view",
  114. "type": "function"
  115. },
  116. {
  117. "constant": false,
  118. "inputs": [
  119. {
  120. "name": "spender",
  121. "type": "address"
  122. },
  123. {
  124. "name": "addedValue",
  125. "type": "uint256"
  126. }
  127. ],
  128. "name": "increaseAllowance",
  129. "outputs": [
  130. {
  131. "name": "success",
  132. "type": "bool"
  133. }
  134. ],
  135. "payable": false,
  136. "stateMutability": "nonpayable",
  137. "type": "function"
  138. },
  139. {
  140. "constant": false,
  141. "inputs": [],
  142. "name": "unpause",
  143. "outputs": [],
  144. "payable": false,
  145. "stateMutability": "nonpayable",
  146. "type": "function"
  147. },
  148. {
  149. "constant": false,
  150. "inputs": [
  151. {
  152. "name": "to",
  153. "type": "address"
  154. },
  155. {
  156. "name": "value",
  157. "type": "uint256"
  158. }
  159. ],
  160. "name": "mint",
  161. "outputs": [
  162. {
  163. "name": "",
  164. "type": "bool"
  165. }
  166. ],
  167. "payable": false,
  168. "stateMutability": "nonpayable",
  169. "type": "function"
  170. },
  171. {
  172. "constant": false,
  173. "inputs": [
  174. {
  175. "name": "value",
  176. "type": "uint256"
  177. }
  178. ],
  179. "name": "burn",
  180. "outputs": [],
  181. "payable": false,
  182. "stateMutability": "nonpayable",
  183. "type": "function"
  184. },
  185. {
  186. "constant": true,
  187. "inputs": [
  188. {
  189. "name": "account",
  190. "type": "address"
  191. }
  192. ],
  193. "name": "isPauser",
  194. "outputs": [
  195. {
  196. "name": "",
  197. "type": "bool"
  198. }
  199. ],
  200. "payable": false,
  201. "stateMutability": "view",
  202. "type": "function"
  203. },
  204. {
  205. "constant": true,
  206. "inputs": [],
  207. "name": "paused",
  208. "outputs": [
  209. {
  210. "name": "",
  211. "type": "bool"
  212. }
  213. ],
  214. "payable": false,
  215. "stateMutability": "view",
  216. "type": "function"
  217. },
  218. {
  219. "constant": false,
  220. "inputs": [],
  221. "name": "renouncePauser",
  222. "outputs": [],
  223. "payable": false,
  224. "stateMutability": "nonpayable",
  225. "type": "function"
  226. },
  227. {
  228. "constant": true,
  229. "inputs": [
  230. {
  231. "name": "owner",
  232. "type": "address"
  233. }
  234. ],
  235. "name": "balanceOf",
  236. "outputs": [
  237. {
  238. "name": "",
  239. "type": "uint256"
  240. }
  241. ],
  242. "payable": false,
  243. "stateMutability": "view",
  244. "type": "function"
  245. },
  246. {
  247. "constant": false,
  248. "inputs": [
  249. {
  250. "name": "from",
  251. "type": "address"
  252. },
  253. {
  254. "name": "value",
  255. "type": "uint256"
  256. }
  257. ],
  258. "name": "burnFrom",
  259. "outputs": [],
  260. "payable": false,
  261. "stateMutability": "nonpayable",
  262. "type": "function"
  263. },
  264. {
  265. "constant": false,
  266. "inputs": [
  267. {
  268. "name": "account",
  269. "type": "address"
  270. }
  271. ],
  272. "name": "addPauser",
  273. "outputs": [],
  274. "payable": false,
  275. "stateMutability": "nonpayable",
  276. "type": "function"
  277. },
  278. {
  279. "constant": false,
  280. "inputs": [],
  281. "name": "pause",
  282. "outputs": [],
  283. "payable": false,
  284. "stateMutability": "nonpayable",
  285. "type": "function"
  286. },
  287. {
  288. "constant": true,
  289. "inputs": [],
  290. "name": "symbol",
  291. "outputs": [
  292. {
  293. "name": "",
  294. "type": "string"
  295. }
  296. ],
  297. "payable": false,
  298. "stateMutability": "view",
  299. "type": "function"
  300. },
  301. {
  302. "constant": false,
  303. "inputs": [
  304. {
  305. "name": "account",
  306. "type": "address"
  307. }
  308. ],
  309. "name": "addMinter",
  310. "outputs": [],
  311. "payable": false,
  312. "stateMutability": "nonpayable",
  313. "type": "function"
  314. },
  315. {
  316. "constant": false,
  317. "inputs": [],
  318. "name": "renounceMinter",
  319. "outputs": [],
  320. "payable": false,
  321. "stateMutability": "nonpayable",
  322. "type": "function"
  323. },
  324. {
  325. "constant": false,
  326. "inputs": [
  327. {
  328. "name": "spender",
  329. "type": "address"
  330. },
  331. {
  332. "name": "subtractedValue",
  333. "type": "uint256"
  334. }
  335. ],
  336. "name": "decreaseAllowance",
  337. "outputs": [
  338. {
  339. "name": "success",
  340. "type": "bool"
  341. }
  342. ],
  343. "payable": false,
  344. "stateMutability": "nonpayable",
  345. "type": "function"
  346. },
  347. {
  348. "constant": false,
  349. "inputs": [
  350. {
  351. "name": "to",
  352. "type": "address"
  353. },
  354. {
  355. "name": "value",
  356. "type": "uint256"
  357. }
  358. ],
  359. "name": "transfer",
  360. "outputs": [
  361. {
  362. "name": "",
  363. "type": "bool"
  364. }
  365. ],
  366. "payable": false,
  367. "stateMutability": "nonpayable",
  368. "type": "function"
  369. },
  370. {
  371. "constant": true,
  372. "inputs": [
  373. {
  374. "name": "account",
  375. "type": "address"
  376. }
  377. ],
  378. "name": "isMinter",
  379. "outputs": [
  380. {
  381. "name": "",
  382. "type": "bool"
  383. }
  384. ],
  385. "payable": false,
  386. "stateMutability": "view",
  387. "type": "function"
  388. },
  389. {
  390. "constant": false,
  391. "inputs": [
  392. {
  393. "name": "sender",
  394. "type": "address"
  395. }
  396. ],
  397. "name": "initialize",
  398. "outputs": [],
  399. "payable": false,
  400. "stateMutability": "nonpayable",
  401. "type": "function"
  402. },
  403. {
  404. "constant": true,
  405. "inputs": [
  406. {
  407. "name": "owner",
  408. "type": "address"
  409. },
  410. {
  411. "name": "spender",
  412. "type": "address"
  413. }
  414. ],
  415. "name": "allowance",
  416. "outputs": [
  417. {
  418. "name": "",
  419. "type": "uint256"
  420. }
  421. ],
  422. "payable": false,
  423. "stateMutability": "view",
  424. "type": "function"
  425. },
  426. {
  427. "constant": false,
  428. "inputs": [
  429. {
  430. "name": "name",
  431. "type": "string"
  432. },
  433. {
  434. "name": "symbol",
  435. "type": "string"
  436. },
  437. {
  438. "name": "decimals",
  439. "type": "uint8"
  440. },
  441. {
  442. "name": "initialSupply",
  443. "type": "uint256"
  444. },
  445. {
  446. "name": "initialHolder",
  447. "type": "address"
  448. }
  449. ],
  450. "name": "initialize",
  451. "outputs": [],
  452. "payable": false,
  453. "stateMutability": "nonpayable",
  454. "type": "function"
  455. },
  456. {
  457. "anonymous": false,
  458. "inputs": [
  459. {
  460. "indexed": true,
  461. "name": "account",
  462. "type": "address"
  463. }
  464. ],
  465. "name": "MinterAdded",
  466. "type": "event"
  467. },
  468. {
  469. "anonymous": false,
  470. "inputs": [
  471. {
  472. "indexed": true,
  473. "name": "account",
  474. "type": "address"
  475. }
  476. ],
  477. "name": "MinterRemoved",
  478. "type": "event"
  479. },
  480. {
  481. "anonymous": false,
  482. "inputs": [
  483. {
  484. "indexed": false,
  485. "name": "account",
  486. "type": "address"
  487. }
  488. ],
  489. "name": "Paused",
  490. "type": "event"
  491. },
  492. {
  493. "anonymous": false,
  494. "inputs": [
  495. {
  496. "indexed": false,
  497. "name": "account",
  498. "type": "address"
  499. }
  500. ],
  501. "name": "Unpaused",
  502. "type": "event"
  503. },
  504. {
  505. "anonymous": false,
  506. "inputs": [
  507. {
  508. "indexed": true,
  509. "name": "account",
  510. "type": "address"
  511. }
  512. ],
  513. "name": "PauserAdded",
  514. "type": "event"
  515. },
  516. {
  517. "anonymous": false,
  518. "inputs": [
  519. {
  520. "indexed": true,
  521. "name": "account",
  522. "type": "address"
  523. }
  524. ],
  525. "name": "PauserRemoved",
  526. "type": "event"
  527. },
  528. {
  529. "anonymous": false,
  530. "inputs": [
  531. {
  532. "indexed": true,
  533. "name": "from",
  534. "type": "address"
  535. },
  536. {
  537. "indexed": true,
  538. "name": "to",
  539. "type": "address"
  540. },
  541. {
  542. "indexed": false,
  543. "name": "value",
  544. "type": "uint256"
  545. }
  546. ],
  547. "name": "Transfer",
  548. "type": "event"
  549. },
  550. {
  551. "anonymous": false,
  552. "inputs": [
  553. {
  554. "indexed": true,
  555. "name": "owner",
  556. "type": "address"
  557. },
  558. {
  559. "indexed": true,
  560. "name": "spender",
  561. "type": "address"
  562. },
  563. {
  564. "indexed": false,
  565. "name": "value",
  566. "type": "uint256"
  567. }
  568. ],
  569. "name": "Approval",
  570. "type": "event"
  571. }
  572. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement