bep20.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. [
  2. {
  3. "anonymous": false,
  4. "inputs": [
  5. {
  6. "indexed": true,
  7. "internalType": "address",
  8. "name": "owner",
  9. "type": "address"
  10. },
  11. {
  12. "indexed": true,
  13. "internalType": "address",
  14. "name": "spender",
  15. "type": "address"
  16. },
  17. {
  18. "indexed": false,
  19. "internalType": "uint256",
  20. "name": "value",
  21. "type": "uint256"
  22. }
  23. ],
  24. "name": "Approval",
  25. "type": "event"
  26. },
  27. {
  28. "anonymous": false,
  29. "inputs": [
  30. {
  31. "indexed": true,
  32. "internalType": "address",
  33. "name": "from",
  34. "type": "address"
  35. },
  36. {
  37. "indexed": true,
  38. "internalType": "address",
  39. "name": "to",
  40. "type": "address"
  41. },
  42. {
  43. "indexed": false,
  44. "internalType": "uint256",
  45. "name": "value",
  46. "type": "uint256"
  47. }
  48. ],
  49. "name": "Transfer",
  50. "type": "event"
  51. },
  52. {
  53. "constant": true,
  54. "inputs": [
  55. {
  56. "internalType": "address",
  57. "name": "_owner",
  58. "type": "address"
  59. },
  60. {
  61. "internalType": "address",
  62. "name": "spender",
  63. "type": "address"
  64. }
  65. ],
  66. "name": "allowance",
  67. "outputs": [
  68. {
  69. "internalType": "uint256",
  70. "name": "",
  71. "type": "uint256"
  72. }
  73. ],
  74. "payable": false,
  75. "stateMutability": "view",
  76. "type": "function"
  77. },
  78. {
  79. "constant": false,
  80. "inputs": [
  81. {
  82. "internalType": "address",
  83. "name": "spender",
  84. "type": "address"
  85. },
  86. {
  87. "internalType": "uint256",
  88. "name": "amount",
  89. "type": "uint256"
  90. }
  91. ],
  92. "name": "approve",
  93. "outputs": [
  94. {
  95. "internalType": "bool",
  96. "name": "",
  97. "type": "bool"
  98. }
  99. ],
  100. "payable": false,
  101. "stateMutability": "nonpayable",
  102. "type": "function"
  103. },
  104. {
  105. "constant": true,
  106. "inputs": [
  107. {
  108. "internalType": "address",
  109. "name": "account",
  110. "type": "address"
  111. }
  112. ],
  113. "name": "balanceOf",
  114. "outputs": [
  115. {
  116. "internalType": "uint256",
  117. "name": "",
  118. "type": "uint256"
  119. }
  120. ],
  121. "payable": false,
  122. "stateMutability": "view",
  123. "type": "function"
  124. },
  125. {
  126. "constant": true,
  127. "inputs": [],
  128. "name": "decimals",
  129. "outputs": [
  130. {
  131. "internalType": "uint8",
  132. "name": "",
  133. "type": "uint8"
  134. }
  135. ],
  136. "payable": false,
  137. "stateMutability": "view",
  138. "type": "function"
  139. },
  140. {
  141. "constant": true,
  142. "inputs": [],
  143. "name": "getOwner",
  144. "outputs": [
  145. {
  146. "internalType": "address",
  147. "name": "",
  148. "type": "address"
  149. }
  150. ],
  151. "payable": false,
  152. "stateMutability": "view",
  153. "type": "function"
  154. },
  155. {
  156. "constant": true,
  157. "inputs": [],
  158. "name": "name",
  159. "outputs": [
  160. {
  161. "internalType": "string",
  162. "name": "",
  163. "type": "string"
  164. }
  165. ],
  166. "payable": false,
  167. "stateMutability": "view",
  168. "type": "function"
  169. },
  170. {
  171. "constant": true,
  172. "inputs": [],
  173. "name": "symbol",
  174. "outputs": [
  175. {
  176. "internalType": "string",
  177. "name": "",
  178. "type": "string"
  179. }
  180. ],
  181. "payable": false,
  182. "stateMutability": "view",
  183. "type": "function"
  184. },
  185. {
  186. "constant": true,
  187. "inputs": [],
  188. "name": "totalSupply",
  189. "outputs": [
  190. {
  191. "internalType": "uint256",
  192. "name": "",
  193. "type": "uint256"
  194. }
  195. ],
  196. "payable": false,
  197. "stateMutability": "view",
  198. "type": "function"
  199. },
  200. {
  201. "constant": false,
  202. "inputs": [
  203. {
  204. "internalType": "address",
  205. "name": "recipient",
  206. "type": "address"
  207. },
  208. {
  209. "internalType": "uint256",
  210. "name": "amount",
  211. "type": "uint256"
  212. }
  213. ],
  214. "name": "transfer",
  215. "outputs": [
  216. {
  217. "internalType": "bool",
  218. "name": "",
  219. "type": "bool"
  220. }
  221. ],
  222. "payable": false,
  223. "stateMutability": "nonpayable",
  224. "type": "function"
  225. },
  226. {
  227. "constant": false,
  228. "inputs": [
  229. {
  230. "internalType": "address",
  231. "name": "sender",
  232. "type": "address"
  233. },
  234. {
  235. "internalType": "address",
  236. "name": "recipient",
  237. "type": "address"
  238. },
  239. {
  240. "internalType": "uint256",
  241. "name": "amount",
  242. "type": "uint256"
  243. }
  244. ],
  245. "name": "transferFrom",
  246. "outputs": [
  247. {
  248. "internalType": "bool",
  249. "name": "",
  250. "type": "bool"
  251. }
  252. ],
  253. "payable": false,
  254. "stateMutability": "nonpayable",
  255. "type": "function"
  256. }
  257. ]