trc20.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  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": true,
  41. "inputs": [],
  42. "name": "totalSupply",
  43. "outputs": [
  44. {
  45. "name": "",
  46. "type": "uint256"
  47. }
  48. ],
  49. "payable": false,
  50. "stateMutability": "view",
  51. "type": "function"
  52. },
  53. {
  54. "constant": false,
  55. "inputs": [
  56. {
  57. "name": "sender",
  58. "type": "address"
  59. },
  60. {
  61. "name": "recipient",
  62. "type": "address"
  63. },
  64. {
  65. "name": "amount",
  66. "type": "uint256"
  67. }
  68. ],
  69. "name": "transferFrom",
  70. "outputs": [
  71. {
  72. "name": "",
  73. "type": "bool"
  74. }
  75. ],
  76. "payable": false,
  77. "stateMutability": "nonpayable",
  78. "type": "function"
  79. },
  80. {
  81. "constant": true,
  82. "inputs": [],
  83. "name": "decimals",
  84. "outputs": [
  85. {
  86. "name": "",
  87. "type": "uint8"
  88. }
  89. ],
  90. "payable": false,
  91. "stateMutability": "view",
  92. "type": "function"
  93. },
  94. {
  95. "constant": false,
  96. "inputs": [
  97. {
  98. "name": "spender",
  99. "type": "address"
  100. },
  101. {
  102. "name": "addedValue",
  103. "type": "uint256"
  104. }
  105. ],
  106. "name": "increaseAllowance",
  107. "outputs": [
  108. {
  109. "name": "",
  110. "type": "bool"
  111. }
  112. ],
  113. "payable": false,
  114. "stateMutability": "nonpayable",
  115. "type": "function"
  116. },
  117. {
  118. "constant": true,
  119. "inputs": [
  120. {
  121. "name": "account",
  122. "type": "address"
  123. }
  124. ],
  125. "name": "balanceOf",
  126. "outputs": [
  127. {
  128. "name": "",
  129. "type": "uint256"
  130. }
  131. ],
  132. "payable": false,
  133. "stateMutability": "view",
  134. "type": "function"
  135. },
  136. {
  137. "constant": true,
  138. "inputs": [],
  139. "name": "symbol",
  140. "outputs": [
  141. {
  142. "name": "",
  143. "type": "string"
  144. }
  145. ],
  146. "payable": false,
  147. "stateMutability": "view",
  148. "type": "function"
  149. },
  150. {
  151. "constant": false,
  152. "inputs": [
  153. {
  154. "name": "spender",
  155. "type": "address"
  156. },
  157. {
  158. "name": "subtractedValue",
  159. "type": "uint256"
  160. }
  161. ],
  162. "name": "decreaseAllowance",
  163. "outputs": [
  164. {
  165. "name": "",
  166. "type": "bool"
  167. }
  168. ],
  169. "payable": false,
  170. "stateMutability": "nonpayable",
  171. "type": "function"
  172. },
  173. {
  174. "constant": false,
  175. "inputs": [
  176. {
  177. "name": "recipient",
  178. "type": "address"
  179. },
  180. {
  181. "name": "amount",
  182. "type": "uint256"
  183. }
  184. ],
  185. "name": "transfer",
  186. "outputs": [
  187. {
  188. "name": "",
  189. "type": "bool"
  190. }
  191. ],
  192. "payable": false,
  193. "stateMutability": "nonpayable",
  194. "type": "function"
  195. },
  196. {
  197. "constant": true,
  198. "inputs": [
  199. {
  200. "name": "owner",
  201. "type": "address"
  202. },
  203. {
  204. "name": "spender",
  205. "type": "address"
  206. }
  207. ],
  208. "name": "allowance",
  209. "outputs": [
  210. {
  211. "name": "",
  212. "type": "uint256"
  213. }
  214. ],
  215. "payable": false,
  216. "stateMutability": "view",
  217. "type": "function"
  218. },
  219. {
  220. "inputs": [],
  221. "payable": false,
  222. "stateMutability": "nonpayable",
  223. "type": "constructor"
  224. },
  225. {
  226. "anonymous": false,
  227. "inputs": [
  228. {
  229. "indexed": true,
  230. "name": "from",
  231. "type": "address"
  232. },
  233. {
  234. "indexed": true,
  235. "name": "to",
  236. "type": "address"
  237. },
  238. {
  239. "indexed": false,
  240. "name": "value",
  241. "type": "uint256"
  242. }
  243. ],
  244. "name": "Transfer",
  245. "type": "event"
  246. },
  247. {
  248. "anonymous": false,
  249. "inputs": [
  250. {
  251. "indexed": true,
  252. "name": "owner",
  253. "type": "address"
  254. },
  255. {
  256. "indexed": true,
  257. "name": "spender",
  258. "type": "address"
  259. },
  260. {
  261. "indexed": false,
  262. "name": "value",
  263. "type": "uint256"
  264. }
  265. ],
  266. "name": "Approval",
  267. "type": "event"
  268. }
  269. ]