Guest User

Untitled

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