Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. [
  2. {
  3. "constant": true,
  4. "inputs": [
  5. {
  6. "name": "",
  7. "type": "address"
  8. },
  9. {
  10. "name": "",
  11. "type": "address"
  12. }
  13. ],
  14. "name": "_allowances",
  15. "outputs": [
  16. {
  17. "name": "",
  18. "type": "uint256"
  19. }
  20. ],
  21. "payable": false,
  22. "stateMutability": "view",
  23. "type": "function"
  24. },
  25. {
  26. "constant": true,
  27. "inputs": [],
  28. "name": "name",
  29. "outputs": [
  30. {
  31. "name": "",
  32. "type": "string"
  33. }
  34. ],
  35. "payable": false,
  36. "stateMutability": "view",
  37. "type": "function"
  38. },
  39. {
  40. "constant": false,
  41. "inputs": [
  42. {
  43. "name": "spender",
  44. "type": "address"
  45. },
  46. {
  47. "name": "value",
  48. "type": "uint256"
  49. }
  50. ],
  51. "name": "approve",
  52. "outputs": [],
  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": false,
  100. "inputs": [
  101. {
  102. "name": "_from",
  103. "type": "address"
  104. },
  105. {
  106. "name": "fromIsFronze",
  107. "type": "bool"
  108. },
  109. {
  110. "name": "_to",
  111. "type": "address"
  112. },
  113. {
  114. "name": "toIsFronze",
  115. "type": "bool"
  116. },
  117. {
  118. "name": "_value",
  119. "type": "uint256"
  120. }
  121. ],
  122. "name": "transferSpecial",
  123. "outputs": [
  124. {
  125. "name": "",
  126. "type": "bool"
  127. }
  128. ],
  129. "payable": false,
  130. "stateMutability": "nonpayable",
  131. "type": "function"
  132. },
  133. {
  134. "constant": true,
  135. "inputs": [],
  136. "name": "_initialized",
  137. "outputs": [
  138. {
  139. "name": "",
  140. "type": "bool"
  141. }
  142. ],
  143. "payable": false,
  144. "stateMutability": "view",
  145. "type": "function"
  146. },
  147. {
  148. "constant": true,
  149. "inputs": [],
  150. "name": "decimals",
  151. "outputs": [
  152. {
  153. "name": "",
  154. "type": "uint8"
  155. }
  156. ],
  157. "payable": false,
  158. "stateMutability": "view",
  159. "type": "function"
  160. },
  161. {
  162. "constant": true,
  163. "inputs": [],
  164. "name": "_totalSupply",
  165. "outputs": [
  166. {
  167. "name": "",
  168. "type": "uint256"
  169. }
  170. ],
  171. "payable": false,
  172. "stateMutability": "view",
  173. "type": "function"
  174. },
  175. {
  176. "constant": true,
  177. "inputs": [],
  178. "name": "version",
  179. "outputs": [
  180. {
  181. "name": "",
  182. "type": "string"
  183. }
  184. ],
  185. "payable": false,
  186. "stateMutability": "view",
  187. "type": "function"
  188. },
  189. {
  190. "constant": true,
  191. "inputs": [],
  192. "name": "implementation",
  193. "outputs": [
  194. {
  195. "name": "",
  196. "type": "address"
  197. }
  198. ],
  199. "payable": false,
  200. "stateMutability": "view",
  201. "type": "function"
  202. },
  203. {
  204. "constant": false,
  205. "inputs": [
  206. {
  207. "name": "fullname",
  208. "type": "string"
  209. },
  210. {
  211. "name": "shortname",
  212. "type": "string"
  213. }
  214. ],
  215. "name": "setName",
  216. "outputs": [],
  217. "payable": false,
  218. "stateMutability": "nonpayable",
  219. "type": "function"
  220. },
  221. {
  222. "constant": false,
  223. "inputs": [
  224. {
  225. "name": "spender",
  226. "type": "address"
  227. },
  228. {
  229. "name": "subtractedValue",
  230. "type": "uint256"
  231. }
  232. ],
  233. "name": "decreaseApproval",
  234. "outputs": [],
  235. "payable": false,
  236. "stateMutability": "nonpayable",
  237. "type": "function"
  238. },
  239. {
  240. "constant": true,
  241. "inputs": [
  242. {
  243. "name": "",
  244. "type": "address"
  245. }
  246. ],
  247. "name": "_balances",
  248. "outputs": [
  249. {
  250. "name": "fronze",
  251. "type": "uint256"
  252. },
  253. {
  254. "name": "normal",
  255. "type": "uint256"
  256. }
  257. ],
  258. "payable": false,
  259. "stateMutability": "view",
  260. "type": "function"
  261. },
  262. {
  263. "constant": true,
  264. "inputs": [],
  265. "name": "upgradeabilityOwner",
  266. "outputs": [
  267. {
  268. "name": "",
  269. "type": "address"
  270. }
  271. ],
  272. "payable": false,
  273. "stateMutability": "view",
  274. "type": "function"
  275. },
  276. {
  277. "constant": true,
  278. "inputs": [
  279. {
  280. "name": "owner",
  281. "type": "address"
  282. }
  283. ],
  284. "name": "balanceOf",
  285. "outputs": [
  286. {
  287. "name": "",
  288. "type": "uint256"
  289. }
  290. ],
  291. "payable": false,
  292. "stateMutability": "view",
  293. "type": "function"
  294. },
  295. {
  296. "constant": true,
  297. "inputs": [
  298. {
  299. "name": "",
  300. "type": "uint256"
  301. }
  302. ],
  303. "name": "_trustedAddrs",
  304. "outputs": [
  305. {
  306. "name": "",
  307. "type": "address"
  308. }
  309. ],
  310. "payable": false,
  311. "stateMutability": "view",
  312. "type": "function"
  313. },
  314. {
  315. "constant": false,
  316. "inputs": [
  317. {
  318. "name": "addr",
  319. "type": "address"
  320. }
  321. ],
  322. "name": "addTrustContract",
  323. "outputs": [
  324. {
  325. "name": "",
  326. "type": "bool"
  327. }
  328. ],
  329. "payable": false,
  330. "stateMutability": "nonpayable",
  331. "type": "function"
  332. },
  333. {
  334. "constant": true,
  335. "inputs": [],
  336. "name": "owner",
  337. "outputs": [
  338. {
  339. "name": "",
  340. "type": "address"
  341. }
  342. ],
  343. "payable": false,
  344. "stateMutability": "view",
  345. "type": "function"
  346. },
  347. {
  348. "constant": true,
  349. "inputs": [],
  350. "name": "symbol",
  351. "outputs": [
  352. {
  353. "name": "",
  354. "type": "string"
  355. }
  356. ],
  357. "payable": false,
  358. "stateMutability": "view",
  359. "type": "function"
  360. },
  361. {
  362. "constant": true,
  363. "inputs": [
  364. {
  365. "name": "addr",
  366. "type": "address"
  367. }
  368. ],
  369. "name": "isTrusted",
  370. "outputs": [
  371. {
  372. "name": "",
  373. "type": "bool"
  374. }
  375. ],
  376. "payable": false,
  377. "stateMutability": "view",
  378. "type": "function"
  379. },
  380. {
  381. "constant": false,
  382. "inputs": [
  383. {
  384. "name": "to",
  385. "type": "address"
  386. },
  387. {
  388. "name": "value",
  389. "type": "uint256"
  390. }
  391. ],
  392. "name": "transfer",
  393. "outputs": [
  394. {
  395. "name": "",
  396. "type": "bool"
  397. }
  398. ],
  399. "payable": false,
  400. "stateMutability": "nonpayable",
  401. "type": "function"
  402. },
  403. {
  404. "constant": false,
  405. "inputs": [
  406. {
  407. "name": "owner",
  408. "type": "address"
  409. }
  410. ],
  411. "name": "initialize",
  412. "outputs": [],
  413. "payable": false,
  414. "stateMutability": "nonpayable",
  415. "type": "function"
  416. },
  417. {
  418. "constant": false,
  419. "inputs": [
  420. {
  421. "name": "spender",
  422. "type": "address"
  423. },
  424. {
  425. "name": "addedValue",
  426. "type": "uint256"
  427. }
  428. ],
  429. "name": "increaseApproval",
  430. "outputs": [],
  431. "payable": false,
  432. "stateMutability": "nonpayable",
  433. "type": "function"
  434. },
  435. {
  436. "constant": false,
  437. "inputs": [
  438. {
  439. "name": "addr",
  440. "type": "address"
  441. }
  442. ],
  443. "name": "removeTrustContract",
  444. "outputs": [
  445. {
  446. "name": "",
  447. "type": "bool"
  448. }
  449. ],
  450. "payable": false,
  451. "stateMutability": "nonpayable",
  452. "type": "function"
  453. },
  454. {
  455. "constant": true,
  456. "inputs": [
  457. {
  458. "name": "owner",
  459. "type": "address"
  460. },
  461. {
  462. "name": "spender",
  463. "type": "address"
  464. }
  465. ],
  466. "name": "allowance",
  467. "outputs": [
  468. {
  469. "name": "",
  470. "type": "uint256"
  471. }
  472. ],
  473. "payable": false,
  474. "stateMutability": "view",
  475. "type": "function"
  476. },
  477. {
  478. "constant": false,
  479. "inputs": [
  480. {
  481. "name": "newOwner",
  482. "type": "address"
  483. }
  484. ],
  485. "name": "transferOwnership",
  486. "outputs": [],
  487. "payable": false,
  488. "stateMutability": "nonpayable",
  489. "type": "function"
  490. },
  491. {
  492. "constant": true,
  493. "inputs": [
  494. {
  495. "name": "_from",
  496. "type": "address"
  497. }
  498. ],
  499. "name": "getBalance",
  500. "outputs": [
  501. {
  502. "name": "",
  503. "type": "uint256"
  504. },
  505. {
  506. "name": "",
  507. "type": "uint256"
  508. }
  509. ],
  510. "payable": false,
  511. "stateMutability": "view",
  512. "type": "function"
  513. },
  514. {
  515. "anonymous": false,
  516. "inputs": [
  517. {
  518. "indexed": true,
  519. "name": "from",
  520. "type": "address"
  521. },
  522. {
  523. "indexed": true,
  524. "name": "to",
  525. "type": "address"
  526. },
  527. {
  528. "indexed": false,
  529. "name": "value",
  530. "type": "uint256"
  531. }
  532. ],
  533. "name": "Transfer",
  534. "type": "event"
  535. },
  536. {
  537. "anonymous": false,
  538. "inputs": [
  539. {
  540. "indexed": true,
  541. "name": "owner",
  542. "type": "address"
  543. },
  544. {
  545. "indexed": true,
  546. "name": "spender",
  547. "type": "address"
  548. },
  549. {
  550. "indexed": false,
  551. "name": "value",
  552. "type": "uint256"
  553. }
  554. ],
  555. "name": "Approval",
  556. "type": "event"
  557. },
  558. {
  559. "anonymous": false,
  560. "inputs": [
  561. {
  562. "indexed": true,
  563. "name": "from",
  564. "type": "address"
  565. },
  566. {
  567. "indexed": true,
  568. "name": "to",
  569. "type": "address"
  570. },
  571. {
  572. "indexed": false,
  573. "name": "value",
  574. "type": "uint256"
  575. },
  576. {
  577. "indexed": false,
  578. "name": "fromIsFronze",
  579. "type": "bool"
  580. },
  581. {
  582. "indexed": false,
  583. "name": "toIsFronze",
  584. "type": "bool"
  585. }
  586. ],
  587. "name": "TransferSpecial",
  588. "type": "event"
  589. },
  590. {
  591. "anonymous": false,
  592. "inputs": [
  593. {
  594. "indexed": false,
  595. "name": "previousOwner",
  596. "type": "address"
  597. },
  598. {
  599. "indexed": false,
  600. "name": "newOwner",
  601. "type": "address"
  602. }
  603. ],
  604. "name": "OwnershipTransferred",
  605. "type": "event"
  606. }
  607. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement