Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. 0xd49bf1da97f0ec8d075d93f893ff45252d66e8c6
  2.  
  3. [
  4. {
  5. "constant": false,
  6. "inputs": [
  7. {
  8. "name": "_spender",
  9. "type": "address"
  10. },
  11. {
  12. "name": "_value",
  13. "type": "uint256"
  14. }
  15. ],
  16. "name": "approve",
  17. "outputs": [
  18. {
  19. "name": "",
  20. "type": "bool"
  21. }
  22. ],
  23. "payable": false,
  24. "stateMutability": "nonpayable",
  25. "type": "function"
  26. },
  27. {
  28. "constant": false,
  29. "inputs": [
  30. {
  31. "name": "_spender",
  32. "type": "address"
  33. },
  34. {
  35. "name": "_subtractedValue",
  36. "type": "uint256"
  37. }
  38. ],
  39. "name": "decreaseApproval",
  40. "outputs": [
  41. {
  42. "name": "success",
  43. "type": "bool"
  44. }
  45. ],
  46. "payable": false,
  47. "stateMutability": "nonpayable",
  48. "type": "function"
  49. },
  50. {
  51. "constant": false,
  52. "inputs": [],
  53. "name": "finishMinting",
  54. "outputs": [
  55. {
  56. "name": "",
  57. "type": "bool"
  58. }
  59. ],
  60. "payable": false,
  61. "stateMutability": "nonpayable",
  62. "type": "function"
  63. },
  64. {
  65. "constant": false,
  66. "inputs": [
  67. {
  68. "name": "_spender",
  69. "type": "address"
  70. },
  71. {
  72. "name": "_addedValue",
  73. "type": "uint256"
  74. }
  75. ],
  76. "name": "increaseApproval",
  77. "outputs": [
  78. {
  79. "name": "success",
  80. "type": "bool"
  81. }
  82. ],
  83. "payable": false,
  84. "stateMutability": "nonpayable",
  85. "type": "function"
  86. },
  87. {
  88. "constant": false,
  89. "inputs": [
  90. {
  91. "name": "_to",
  92. "type": "address"
  93. },
  94. {
  95. "name": "_amount",
  96. "type": "uint256"
  97. }
  98. ],
  99. "name": "mint",
  100. "outputs": [
  101. {
  102. "name": "",
  103. "type": "bool"
  104. }
  105. ],
  106. "payable": false,
  107. "stateMutability": "nonpayable",
  108. "type": "function"
  109. },
  110. {
  111. "constant": false,
  112. "inputs": [],
  113. "name": "pause",
  114. "outputs": [],
  115. "payable": false,
  116. "stateMutability": "nonpayable",
  117. "type": "function"
  118. },
  119. {
  120. "constant": false,
  121. "inputs": [],
  122. "name": "renounceOwnership",
  123. "outputs": [],
  124. "payable": false,
  125. "stateMutability": "nonpayable",
  126. "type": "function"
  127. },
  128. {
  129. "constant": false,
  130. "inputs": [
  131. {
  132. "name": "_to",
  133. "type": "address"
  134. },
  135. {
  136. "name": "_value",
  137. "type": "uint256"
  138. }
  139. ],
  140. "name": "transfer",
  141. "outputs": [
  142. {
  143. "name": "",
  144. "type": "bool"
  145. }
  146. ],
  147. "payable": false,
  148. "stateMutability": "nonpayable",
  149. "type": "function"
  150. },
  151. {
  152. "constant": false,
  153. "inputs": [
  154. {
  155. "name": "_from",
  156. "type": "address"
  157. },
  158. {
  159. "name": "_to",
  160. "type": "address"
  161. },
  162. {
  163. "name": "_value",
  164. "type": "uint256"
  165. }
  166. ],
  167. "name": "transferFrom",
  168. "outputs": [
  169. {
  170. "name": "",
  171. "type": "bool"
  172. }
  173. ],
  174. "payable": false,
  175. "stateMutability": "nonpayable",
  176. "type": "function"
  177. },
  178. {
  179. "constant": false,
  180. "inputs": [
  181. {
  182. "name": "_newOwner",
  183. "type": "address"
  184. }
  185. ],
  186. "name": "transferOwnership",
  187. "outputs": [],
  188. "payable": false,
  189. "stateMutability": "nonpayable",
  190. "type": "function"
  191. },
  192. {
  193. "constant": false,
  194. "inputs": [],
  195. "name": "unpause",
  196. "outputs": [],
  197. "payable": false,
  198. "stateMutability": "nonpayable",
  199. "type": "function"
  200. },
  201. {
  202. "inputs": [
  203. {
  204. "name": "_name",
  205. "type": "string"
  206. },
  207. {
  208. "name": "_symbol",
  209. "type": "string"
  210. },
  211. {
  212. "name": "_decimals",
  213. "type": "uint8"
  214. },
  215. {
  216. "name": "_totalSuply",
  217. "type": "uint256"
  218. }
  219. ],
  220. "payable": false,
  221. "stateMutability": "nonpayable",
  222. "type": "constructor"
  223. },
  224. {
  225. "anonymous": false,
  226. "inputs": [],
  227. "name": "Pause",
  228. "type": "event"
  229. },
  230. {
  231. "anonymous": false,
  232. "inputs": [],
  233. "name": "Unpause",
  234. "type": "event"
  235. },
  236. {
  237. "anonymous": false,
  238. "inputs": [
  239. {
  240. "indexed": true,
  241. "name": "to",
  242. "type": "address"
  243. },
  244. {
  245. "indexed": false,
  246. "name": "amount",
  247. "type": "uint256"
  248. }
  249. ],
  250. "name": "Mint",
  251. "type": "event"
  252. },
  253. {
  254. "anonymous": false,
  255. "inputs": [],
  256. "name": "MintFinished",
  257. "type": "event"
  258. },
  259. {
  260. "anonymous": false,
  261. "inputs": [
  262. {
  263. "indexed": true,
  264. "name": "previousOwner",
  265. "type": "address"
  266. }
  267. ],
  268. "name": "OwnershipRenounced",
  269. "type": "event"
  270. },
  271. {
  272. "anonymous": false,
  273. "inputs": [
  274. {
  275. "indexed": true,
  276. "name": "previousOwner",
  277. "type": "address"
  278. },
  279. {
  280. "indexed": true,
  281. "name": "newOwner",
  282. "type": "address"
  283. }
  284. ],
  285. "name": "OwnershipTransferred",
  286. "type": "event"
  287. },
  288. {
  289. "anonymous": false,
  290. "inputs": [
  291. {
  292. "indexed": true,
  293. "name": "owner",
  294. "type": "address"
  295. },
  296. {
  297. "indexed": true,
  298. "name": "spender",
  299. "type": "address"
  300. },
  301. {
  302. "indexed": false,
  303. "name": "value",
  304. "type": "uint256"
  305. }
  306. ],
  307. "name": "Approval",
  308. "type": "event"
  309. },
  310. {
  311. "anonymous": false,
  312. "inputs": [
  313. {
  314. "indexed": true,
  315. "name": "from",
  316. "type": "address"
  317. },
  318. {
  319. "indexed": true,
  320. "name": "to",
  321. "type": "address"
  322. },
  323. {
  324. "indexed": false,
  325. "name": "value",
  326. "type": "uint256"
  327. }
  328. ],
  329. "name": "Transfer",
  330. "type": "event"
  331. },
  332. {
  333. "constant": true,
  334. "inputs": [
  335. {
  336. "name": "_owner",
  337. "type": "address"
  338. },
  339. {
  340. "name": "_spender",
  341. "type": "address"
  342. }
  343. ],
  344. "name": "allowance",
  345. "outputs": [
  346. {
  347. "name": "",
  348. "type": "uint256"
  349. }
  350. ],
  351. "payable": false,
  352. "stateMutability": "view",
  353. "type": "function"
  354. },
  355. {
  356. "constant": true,
  357. "inputs": [
  358. {
  359. "name": "_owner",
  360. "type": "address"
  361. }
  362. ],
  363. "name": "balanceOf",
  364. "outputs": [
  365. {
  366. "name": "",
  367. "type": "uint256"
  368. }
  369. ],
  370. "payable": false,
  371. "stateMutability": "view",
  372. "type": "function"
  373. },
  374. {
  375. "constant": true,
  376. "inputs": [],
  377. "name": "decimals",
  378. "outputs": [
  379. {
  380. "name": "",
  381. "type": "uint8"
  382. }
  383. ],
  384. "payable": false,
  385. "stateMutability": "view",
  386. "type": "function"
  387. },
  388. {
  389. "constant": true,
  390. "inputs": [],
  391. "name": "mintingFinished",
  392. "outputs": [
  393. {
  394. "name": "",
  395. "type": "bool"
  396. }
  397. ],
  398. "payable": false,
  399. "stateMutability": "view",
  400. "type": "function"
  401. },
  402. {
  403. "constant": true,
  404. "inputs": [],
  405. "name": "name",
  406. "outputs": [
  407. {
  408. "name": "",
  409. "type": "string"
  410. }
  411. ],
  412. "payable": false,
  413. "stateMutability": "view",
  414. "type": "function"
  415. },
  416. {
  417. "constant": true,
  418. "inputs": [],
  419. "name": "owner",
  420. "outputs": [
  421. {
  422. "name": "",
  423. "type": "address"
  424. }
  425. ],
  426. "payable": false,
  427. "stateMutability": "view",
  428. "type": "function"
  429. },
  430. {
  431. "constant": true,
  432. "inputs": [],
  433. "name": "paused",
  434. "outputs": [
  435. {
  436. "name": "",
  437. "type": "bool"
  438. }
  439. ],
  440. "payable": false,
  441. "stateMutability": "view",
  442. "type": "function"
  443. },
  444. {
  445. "constant": true,
  446. "inputs": [],
  447. "name": "symbol",
  448. "outputs": [
  449. {
  450. "name": "",
  451. "type": "string"
  452. }
  453. ],
  454. "payable": false,
  455. "stateMutability": "view",
  456. "type": "function"
  457. },
  458. {
  459. "constant": true,
  460. "inputs": [],
  461. "name": "totalSupply",
  462. "outputs": [
  463. {
  464. "name": "",
  465. "type": "uint256"
  466. }
  467. ],
  468. "payable": false,
  469. "stateMutability": "view",
  470. "type": "function"
  471. }
  472. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement