UNPKG

4.81 kBJSONView Raw
1{
2 "abi": [
3 {
4 "anonymous": false,
5 "inputs": [
6 {
7 "indexed": true,
8 "internalType": "address",
9 "name": "owner",
10 "type": "address"
11 },
12 {
13 "indexed": true,
14 "internalType": "address",
15 "name": "spender",
16 "type": "address"
17 },
18 {
19 "indexed": false,
20 "internalType": "uint256",
21 "name": "value",
22 "type": "uint256"
23 }
24 ],
25 "name": "Approval",
26 "type": "event"
27 },
28 {
29 "anonymous": false,
30 "inputs": [
31 {
32 "indexed": true,
33 "internalType": "address",
34 "name": "from",
35 "type": "address"
36 },
37 {
38 "indexed": true,
39 "internalType": "address",
40 "name": "to",
41 "type": "address"
42 },
43 {
44 "indexed": false,
45 "internalType": "uint256",
46 "name": "value",
47 "type": "uint256"
48 }
49 ],
50 "name": "Transfer",
51 "type": "event"
52 },
53 {
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 "stateMutability": "view",
75 "type": "function"
76 },
77 {
78 "inputs": [
79 {
80 "internalType": "address",
81 "name": "spender",
82 "type": "address"
83 },
84 {
85 "internalType": "uint256",
86 "name": "value",
87 "type": "uint256"
88 }
89 ],
90 "name": "approve",
91 "outputs": [
92 {
93 "internalType": "bool",
94 "name": "",
95 "type": "bool"
96 }
97 ],
98 "stateMutability": "nonpayable",
99 "type": "function"
100 },
101 {
102 "inputs": [
103 {
104 "internalType": "address",
105 "name": "owner",
106 "type": "address"
107 }
108 ],
109 "name": "balanceOf",
110 "outputs": [
111 {
112 "internalType": "uint256",
113 "name": "",
114 "type": "uint256"
115 }
116 ],
117 "stateMutability": "view",
118 "type": "function"
119 },
120 {
121 "inputs": [],
122 "name": "decimals",
123 "outputs": [
124 {
125 "internalType": "uint8",
126 "name": "",
127 "type": "uint8"
128 }
129 ],
130 "stateMutability": "view",
131 "type": "function"
132 },
133 {
134 "inputs": [],
135 "name": "name",
136 "outputs": [
137 {
138 "internalType": "string",
139 "name": "",
140 "type": "string"
141 }
142 ],
143 "stateMutability": "view",
144 "type": "function"
145 },
146 {
147 "inputs": [],
148 "name": "symbol",
149 "outputs": [
150 {
151 "internalType": "string",
152 "name": "",
153 "type": "string"
154 }
155 ],
156 "stateMutability": "view",
157 "type": "function"
158 },
159 {
160 "inputs": [],
161 "name": "totalSupply",
162 "outputs": [
163 {
164 "internalType": "uint256",
165 "name": "",
166 "type": "uint256"
167 }
168 ],
169 "stateMutability": "view",
170 "type": "function"
171 },
172 {
173 "inputs": [
174 {
175 "internalType": "address",
176 "name": "to",
177 "type": "address"
178 },
179 {
180 "internalType": "uint256",
181 "name": "value",
182 "type": "uint256"
183 }
184 ],
185 "name": "transfer",
186 "outputs": [
187 {
188 "internalType": "bool",
189 "name": "",
190 "type": "bool"
191 }
192 ],
193 "stateMutability": "nonpayable",
194 "type": "function"
195 },
196 {
197 "inputs": [
198 {
199 "internalType": "address",
200 "name": "from",
201 "type": "address"
202 },
203 {
204 "internalType": "address",
205 "name": "to",
206 "type": "address"
207 },
208 {
209 "internalType": "uint256",
210 "name": "value",
211 "type": "uint256"
212 }
213 ],
214 "name": "transferFrom",
215 "outputs": [
216 {
217 "internalType": "bool",
218 "name": "",
219 "type": "bool"
220 }
221 ],
222 "stateMutability": "nonpayable",
223 "type": "function"
224 }
225 ],
226 "evm": {
227 "bytecode": {
228 "linkReferences": {},
229 "object": "",
230 "opcodes": "",
231 "sourceMap": ""
232 },
233 "deployedBytecode": {
234 "immutableReferences": {},
235 "linkReferences": {},
236 "object": "",
237 "opcodes": "",
238 "sourceMap": ""
239 }
240 },
241 "bytecode": ""
242}
\No newline at end of file