|
1 | 1 | [
|
| 2 | + { |
| 3 | + "inputs": [], |
| 4 | + "stateMutability": "nonpayable", |
| 5 | + "type": "constructor" |
| 6 | + }, |
2 | 7 | {
|
3 | 8 | "anonymous": false,
|
4 | 9 | "inputs": [
|
5 | 10 | {
|
6 | 11 | "indexed": true,
|
7 | 12 | "internalType": "address",
|
8 |
| - "name": "src", |
| 13 | + "name": "owner", |
9 | 14 | "type": "address"
|
10 | 15 | },
|
11 | 16 | {
|
12 | 17 | "indexed": true,
|
13 | 18 | "internalType": "address",
|
14 |
| - "name": "guy", |
| 19 | + "name": "spender", |
15 | 20 | "type": "address"
|
16 | 21 | },
|
17 | 22 | {
|
18 | 23 | "indexed": false,
|
19 | 24 | "internalType": "uint256",
|
20 |
| - "name": "wad", |
| 25 | + "name": "value", |
21 | 26 | "type": "uint256"
|
22 | 27 | }
|
23 | 28 | ],
|
|
30 | 35 | {
|
31 | 36 | "indexed": true,
|
32 | 37 | "internalType": "address",
|
33 |
| - "name": "dst", |
| 38 | + "name": "sender", |
34 | 39 | "type": "address"
|
35 | 40 | },
|
36 | 41 | {
|
37 | 42 | "indexed": false,
|
38 | 43 | "internalType": "uint256",
|
39 |
| - "name": "wad", |
| 44 | + "name": "amount", |
40 | 45 | "type": "uint256"
|
41 | 46 | }
|
42 | 47 | ],
|
|
49 | 54 | {
|
50 | 55 | "indexed": true,
|
51 | 56 | "internalType": "address",
|
52 |
| - "name": "src", |
| 57 | + "name": "from", |
53 | 58 | "type": "address"
|
54 | 59 | },
|
55 | 60 | {
|
56 | 61 | "indexed": true,
|
57 | 62 | "internalType": "address",
|
58 |
| - "name": "dst", |
| 63 | + "name": "to", |
59 | 64 | "type": "address"
|
60 | 65 | },
|
61 | 66 | {
|
62 | 67 | "indexed": false,
|
63 | 68 | "internalType": "uint256",
|
64 |
| - "name": "wad", |
| 69 | + "name": "value", |
65 | 70 | "type": "uint256"
|
66 | 71 | }
|
67 | 72 | ],
|
|
74 | 79 | {
|
75 | 80 | "indexed": true,
|
76 | 81 | "internalType": "address",
|
77 |
| - "name": "src", |
| 82 | + "name": "sender", |
78 | 83 | "type": "address"
|
79 | 84 | },
|
80 | 85 | {
|
81 | 86 | "indexed": false,
|
82 | 87 | "internalType": "uint256",
|
83 |
| - "name": "wad", |
| 88 | + "name": "amount", |
84 | 89 | "type": "uint256"
|
85 | 90 | }
|
86 | 91 | ],
|
|
91 | 96 | "inputs": [
|
92 | 97 | {
|
93 | 98 | "internalType": "address",
|
94 |
| - "name": "", |
| 99 | + "name": "owner", |
95 | 100 | "type": "address"
|
96 | 101 | },
|
97 | 102 | {
|
98 | 103 | "internalType": "address",
|
99 |
| - "name": "", |
| 104 | + "name": "spender", |
100 | 105 | "type": "address"
|
101 | 106 | }
|
102 | 107 | ],
|
|
115 | 120 | "inputs": [
|
116 | 121 | {
|
117 | 122 | "internalType": "address",
|
118 |
| - "name": "guy", |
| 123 | + "name": "spender", |
119 | 124 | "type": "address"
|
120 | 125 | },
|
121 | 126 | {
|
122 | 127 | "internalType": "uint256",
|
123 |
| - "name": "wad", |
| 128 | + "name": "amount", |
124 | 129 | "type": "uint256"
|
125 | 130 | }
|
126 | 131 | ],
|
|
139 | 144 | "inputs": [
|
140 | 145 | {
|
141 | 146 | "internalType": "address",
|
142 |
| - "name": "", |
| 147 | + "name": "account", |
143 | 148 | "type": "address"
|
144 | 149 | }
|
145 | 150 | ],
|
|
167 | 172 | "stateMutability": "view",
|
168 | 173 | "type": "function"
|
169 | 174 | },
|
| 175 | + { |
| 176 | + "inputs": [ |
| 177 | + { |
| 178 | + "internalType": "address", |
| 179 | + "name": "spender", |
| 180 | + "type": "address" |
| 181 | + }, |
| 182 | + { |
| 183 | + "internalType": "uint256", |
| 184 | + "name": "subtractedValue", |
| 185 | + "type": "uint256" |
| 186 | + } |
| 187 | + ], |
| 188 | + "name": "decreaseAllowance", |
| 189 | + "outputs": [ |
| 190 | + { |
| 191 | + "internalType": "bool", |
| 192 | + "name": "", |
| 193 | + "type": "bool" |
| 194 | + } |
| 195 | + ], |
| 196 | + "stateMutability": "nonpayable", |
| 197 | + "type": "function" |
| 198 | + }, |
170 | 199 | {
|
171 | 200 | "inputs": [],
|
172 | 201 | "name": "deposit",
|
173 | 202 | "outputs": [],
|
174 | 203 | "stateMutability": "payable",
|
175 | 204 | "type": "function"
|
176 | 205 | },
|
| 206 | + { |
| 207 | + "inputs": [ |
| 208 | + { |
| 209 | + "internalType": "address", |
| 210 | + "name": "spender", |
| 211 | + "type": "address" |
| 212 | + }, |
| 213 | + { |
| 214 | + "internalType": "uint256", |
| 215 | + "name": "addedValue", |
| 216 | + "type": "uint256" |
| 217 | + } |
| 218 | + ], |
| 219 | + "name": "increaseAllowance", |
| 220 | + "outputs": [ |
| 221 | + { |
| 222 | + "internalType": "bool", |
| 223 | + "name": "", |
| 224 | + "type": "bool" |
| 225 | + } |
| 226 | + ], |
| 227 | + "stateMutability": "nonpayable", |
| 228 | + "type": "function" |
| 229 | + }, |
177 | 230 | {
|
178 | 231 | "inputs": [],
|
179 | 232 | "name": "name",
|
|
217 | 270 | "inputs": [
|
218 | 271 | {
|
219 | 272 | "internalType": "address",
|
220 |
| - "name": "dst", |
| 273 | + "name": "recipient", |
221 | 274 | "type": "address"
|
222 | 275 | },
|
223 | 276 | {
|
224 | 277 | "internalType": "uint256",
|
225 |
| - "name": "wad", |
| 278 | + "name": "amount", |
226 | 279 | "type": "uint256"
|
227 | 280 | }
|
228 | 281 | ],
|
|
241 | 294 | "inputs": [
|
242 | 295 | {
|
243 | 296 | "internalType": "address",
|
244 |
| - "name": "src", |
| 297 | + "name": "sender", |
245 | 298 | "type": "address"
|
246 | 299 | },
|
247 | 300 | {
|
248 | 301 | "internalType": "address",
|
249 |
| - "name": "dst", |
| 302 | + "name": "recipient", |
250 | 303 | "type": "address"
|
251 | 304 | },
|
252 | 305 | {
|
253 | 306 | "internalType": "uint256",
|
254 |
| - "name": "wad", |
| 307 | + "name": "amount", |
255 | 308 | "type": "uint256"
|
256 | 309 | }
|
257 | 310 | ],
|
|
270 | 323 | "inputs": [
|
271 | 324 | {
|
272 | 325 | "internalType": "uint256",
|
273 |
| - "name": "wad", |
| 326 | + "name": "amount", |
274 | 327 | "type": "uint256"
|
275 | 328 | }
|
276 | 329 | ],
|
|
0 commit comments