@crisp-e3/sdk 0.0.1-test

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,847 @@
1
+ {
2
+ "abi": [
3
+ {
4
+ "type": "function",
5
+ "name": "CLOCK_MODE",
6
+ "inputs": [],
7
+ "outputs": [{ "name": "", "type": "string", "internalType": "string" }],
8
+ "stateMutability": "view"
9
+ },
10
+ {
11
+ "type": "function",
12
+ "name": "DOMAIN_SEPARATOR",
13
+ "inputs": [],
14
+ "outputs": [{ "name": "", "type": "bytes32", "internalType": "bytes32" }],
15
+ "stateMutability": "view"
16
+ },
17
+ {
18
+ "type": "function",
19
+ "name": "allowance",
20
+ "inputs": [
21
+ { "name": "owner", "type": "address", "internalType": "address" },
22
+ { "name": "spender", "type": "address", "internalType": "address" }
23
+ ],
24
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
25
+ "stateMutability": "view"
26
+ },
27
+ {
28
+ "type": "function",
29
+ "name": "approve",
30
+ "inputs": [
31
+ { "name": "spender", "type": "address", "internalType": "address" },
32
+ { "name": "amount", "type": "uint256", "internalType": "uint256" }
33
+ ],
34
+ "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
35
+ "stateMutability": "nonpayable"
36
+ },
37
+ {
38
+ "type": "function",
39
+ "name": "balanceOf",
40
+ "inputs": [{ "name": "account", "type": "address", "internalType": "address" }],
41
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
42
+ "stateMutability": "view"
43
+ },
44
+ {
45
+ "type": "function",
46
+ "name": "checkpoints",
47
+ "inputs": [
48
+ { "name": "account", "type": "address", "internalType": "address" },
49
+ { "name": "pos", "type": "uint32", "internalType": "uint32" }
50
+ ],
51
+ "outputs": [
52
+ {
53
+ "name": "",
54
+ "type": "tuple",
55
+ "internalType": "struct ERC20VotesUpgradeable.Checkpoint",
56
+ "components": [
57
+ { "name": "fromBlock", "type": "uint32", "internalType": "uint32" },
58
+ { "name": "votes", "type": "uint224", "internalType": "uint224" }
59
+ ]
60
+ }
61
+ ],
62
+ "stateMutability": "view"
63
+ },
64
+ {
65
+ "type": "function",
66
+ "name": "clock",
67
+ "inputs": [],
68
+ "outputs": [{ "name": "", "type": "uint48", "internalType": "uint48" }],
69
+ "stateMutability": "view"
70
+ },
71
+ {
72
+ "type": "function",
73
+ "name": "decimals",
74
+ "inputs": [],
75
+ "outputs": [{ "name": "", "type": "uint8", "internalType": "uint8" }],
76
+ "stateMutability": "view"
77
+ },
78
+ {
79
+ "type": "function",
80
+ "name": "decreaseAllowance",
81
+ "inputs": [
82
+ { "name": "spender", "type": "address", "internalType": "address" },
83
+ { "name": "subtractedValue", "type": "uint256", "internalType": "uint256" }
84
+ ],
85
+ "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
86
+ "stateMutability": "nonpayable"
87
+ },
88
+ {
89
+ "type": "function",
90
+ "name": "delegate",
91
+ "inputs": [{ "name": "delegatee", "type": "address", "internalType": "address" }],
92
+ "outputs": [],
93
+ "stateMutability": "nonpayable"
94
+ },
95
+ {
96
+ "type": "function",
97
+ "name": "delegateBySig",
98
+ "inputs": [
99
+ { "name": "delegatee", "type": "address", "internalType": "address" },
100
+ { "name": "nonce", "type": "uint256", "internalType": "uint256" },
101
+ { "name": "expiry", "type": "uint256", "internalType": "uint256" },
102
+ { "name": "v", "type": "uint8", "internalType": "uint8" },
103
+ { "name": "r", "type": "bytes32", "internalType": "bytes32" },
104
+ { "name": "s", "type": "bytes32", "internalType": "bytes32" }
105
+ ],
106
+ "outputs": [],
107
+ "stateMutability": "nonpayable"
108
+ },
109
+ {
110
+ "type": "function",
111
+ "name": "delegates",
112
+ "inputs": [{ "name": "account", "type": "address", "internalType": "address" }],
113
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
114
+ "stateMutability": "view"
115
+ },
116
+ {
117
+ "type": "function",
118
+ "name": "eip712Domain",
119
+ "inputs": [],
120
+ "outputs": [
121
+ { "name": "fields", "type": "bytes1", "internalType": "bytes1" },
122
+ { "name": "name", "type": "string", "internalType": "string" },
123
+ { "name": "version", "type": "string", "internalType": "string" },
124
+ { "name": "chainId", "type": "uint256", "internalType": "uint256" },
125
+ { "name": "verifyingContract", "type": "address", "internalType": "address" },
126
+ { "name": "salt", "type": "bytes32", "internalType": "bytes32" },
127
+ { "name": "extensions", "type": "uint256[]", "internalType": "uint256[]" }
128
+ ],
129
+ "stateMutability": "view"
130
+ },
131
+ {
132
+ "type": "function",
133
+ "name": "getPastTotalSupply",
134
+ "inputs": [{ "name": "timepoint", "type": "uint256", "internalType": "uint256" }],
135
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
136
+ "stateMutability": "view"
137
+ },
138
+ {
139
+ "type": "function",
140
+ "name": "getPastVotes",
141
+ "inputs": [
142
+ { "name": "account", "type": "address", "internalType": "address" },
143
+ { "name": "timepoint", "type": "uint256", "internalType": "uint256" }
144
+ ],
145
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
146
+ "stateMutability": "view"
147
+ },
148
+ {
149
+ "type": "function",
150
+ "name": "getVotes",
151
+ "inputs": [{ "name": "account", "type": "address", "internalType": "address" }],
152
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
153
+ "stateMutability": "view"
154
+ },
155
+ {
156
+ "type": "function",
157
+ "name": "increaseAllowance",
158
+ "inputs": [
159
+ { "name": "spender", "type": "address", "internalType": "address" },
160
+ { "name": "addedValue", "type": "uint256", "internalType": "uint256" }
161
+ ],
162
+ "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
163
+ "stateMutability": "nonpayable"
164
+ },
165
+ {
166
+ "type": "function",
167
+ "name": "name",
168
+ "inputs": [],
169
+ "outputs": [{ "name": "", "type": "string", "internalType": "string" }],
170
+ "stateMutability": "view"
171
+ },
172
+ {
173
+ "type": "function",
174
+ "name": "nonces",
175
+ "inputs": [{ "name": "owner", "type": "address", "internalType": "address" }],
176
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
177
+ "stateMutability": "view"
178
+ },
179
+ {
180
+ "type": "function",
181
+ "name": "numCheckpoints",
182
+ "inputs": [{ "name": "account", "type": "address", "internalType": "address" }],
183
+ "outputs": [{ "name": "", "type": "uint32", "internalType": "uint32" }],
184
+ "stateMutability": "view"
185
+ },
186
+ {
187
+ "type": "function",
188
+ "name": "permit",
189
+ "inputs": [
190
+ { "name": "owner", "type": "address", "internalType": "address" },
191
+ { "name": "spender", "type": "address", "internalType": "address" },
192
+ { "name": "value", "type": "uint256", "internalType": "uint256" },
193
+ { "name": "deadline", "type": "uint256", "internalType": "uint256" },
194
+ { "name": "v", "type": "uint8", "internalType": "uint8" },
195
+ { "name": "r", "type": "bytes32", "internalType": "bytes32" },
196
+ { "name": "s", "type": "bytes32", "internalType": "bytes32" }
197
+ ],
198
+ "outputs": [],
199
+ "stateMutability": "nonpayable"
200
+ },
201
+ {
202
+ "type": "function",
203
+ "name": "symbol",
204
+ "inputs": [],
205
+ "outputs": [{ "name": "", "type": "string", "internalType": "string" }],
206
+ "stateMutability": "view"
207
+ },
208
+ {
209
+ "type": "function",
210
+ "name": "totalSupply",
211
+ "inputs": [],
212
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
213
+ "stateMutability": "view"
214
+ },
215
+ {
216
+ "type": "function",
217
+ "name": "transfer",
218
+ "inputs": [
219
+ { "name": "to", "type": "address", "internalType": "address" },
220
+ { "name": "amount", "type": "uint256", "internalType": "uint256" }
221
+ ],
222
+ "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
223
+ "stateMutability": "nonpayable"
224
+ },
225
+ {
226
+ "type": "function",
227
+ "name": "transferFrom",
228
+ "inputs": [
229
+ { "name": "from", "type": "address", "internalType": "address" },
230
+ { "name": "to", "type": "address", "internalType": "address" },
231
+ { "name": "amount", "type": "uint256", "internalType": "uint256" }
232
+ ],
233
+ "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
234
+ "stateMutability": "nonpayable"
235
+ },
236
+ {
237
+ "type": "event",
238
+ "name": "Approval",
239
+ "inputs": [
240
+ { "name": "owner", "type": "address", "indexed": true, "internalType": "address" },
241
+ { "name": "spender", "type": "address", "indexed": true, "internalType": "address" },
242
+ { "name": "value", "type": "uint256", "indexed": false, "internalType": "uint256" }
243
+ ],
244
+ "anonymous": false
245
+ },
246
+ {
247
+ "type": "event",
248
+ "name": "DelegateChanged",
249
+ "inputs": [
250
+ { "name": "delegator", "type": "address", "indexed": true, "internalType": "address" },
251
+ { "name": "fromDelegate", "type": "address", "indexed": true, "internalType": "address" },
252
+ { "name": "toDelegate", "type": "address", "indexed": true, "internalType": "address" }
253
+ ],
254
+ "anonymous": false
255
+ },
256
+ {
257
+ "type": "event",
258
+ "name": "DelegateVotesChanged",
259
+ "inputs": [
260
+ { "name": "delegate", "type": "address", "indexed": true, "internalType": "address" },
261
+ { "name": "previousBalance", "type": "uint256", "indexed": false, "internalType": "uint256" },
262
+ { "name": "newBalance", "type": "uint256", "indexed": false, "internalType": "uint256" }
263
+ ],
264
+ "anonymous": false
265
+ },
266
+ { "type": "event", "name": "EIP712DomainChanged", "inputs": [], "anonymous": false },
267
+ {
268
+ "type": "event",
269
+ "name": "Initialized",
270
+ "inputs": [{ "name": "version", "type": "uint8", "indexed": false, "internalType": "uint8" }],
271
+ "anonymous": false
272
+ },
273
+ {
274
+ "type": "event",
275
+ "name": "Transfer",
276
+ "inputs": [
277
+ { "name": "from", "type": "address", "indexed": true, "internalType": "address" },
278
+ { "name": "to", "type": "address", "indexed": true, "internalType": "address" },
279
+ { "name": "value", "type": "uint256", "indexed": false, "internalType": "uint256" }
280
+ ],
281
+ "anonymous": false
282
+ }
283
+ ],
284
+ "bytecode": { "object": "0x", "sourceMap": "", "linkReferences": {} },
285
+ "deployedBytecode": { "object": "0x", "sourceMap": "", "linkReferences": {} },
286
+ "methodIdentifiers": {
287
+ "CLOCK_MODE()": "4bf5d7e9",
288
+ "DOMAIN_SEPARATOR()": "3644e515",
289
+ "allowance(address,address)": "dd62ed3e",
290
+ "approve(address,uint256)": "095ea7b3",
291
+ "balanceOf(address)": "70a08231",
292
+ "checkpoints(address,uint32)": "f1127ed8",
293
+ "clock()": "91ddadf4",
294
+ "decimals()": "313ce567",
295
+ "decreaseAllowance(address,uint256)": "a457c2d7",
296
+ "delegate(address)": "5c19a95c",
297
+ "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": "c3cda520",
298
+ "delegates(address)": "587cde1e",
299
+ "eip712Domain()": "84b0196e",
300
+ "getPastTotalSupply(uint256)": "8e539e8c",
301
+ "getPastVotes(address,uint256)": "3a46b1a8",
302
+ "getVotes(address)": "9ab24eb0",
303
+ "increaseAllowance(address,uint256)": "39509351",
304
+ "name()": "06fdde03",
305
+ "nonces(address)": "7ecebe00",
306
+ "numCheckpoints(address)": "6fcfff45",
307
+ "permit(address,address,uint256,uint256,uint8,bytes32,bytes32)": "d505accf",
308
+ "symbol()": "95d89b41",
309
+ "totalSupply()": "18160ddd",
310
+ "transfer(address,uint256)": "a9059cbb",
311
+ "transferFrom(address,address,uint256)": "23b872dd"
312
+ },
313
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.29+commit.ab55807c\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"fromDelegate\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"toDelegate\",\"type\":\"address\"}],\"name\":\"DelegateChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"delegate\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"previousBalance\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newBalance\",\"type\":\"uint256\"}],\"name\":\"DelegateVotesChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[],\"name\":\"EIP712DomainChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"CLOCK_MODE\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"DOMAIN_SEPARATOR\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"pos\",\"type\":\"uint32\"}],\"name\":\"checkpoints\",\"outputs\":[{\"components\":[{\"internalType\":\"uint32\",\"name\":\"fromBlock\",\"type\":\"uint32\"},{\"internalType\":\"uint224\",\"name\":\"votes\",\"type\":\"uint224\"}],\"internalType\":\"struct ERC20VotesUpgradeable.Checkpoint\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"clock\",\"outputs\":[{\"internalType\":\"uint48\",\"name\":\"\",\"type\":\"uint48\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"delegate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"expiry\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"delegateBySig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"delegates\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"eip712Domain\",\"outputs\":[{\"internalType\":\"bytes1\",\"name\":\"fields\",\"type\":\"bytes1\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"version\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"verifyingContract\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"salt\",\"type\":\"bytes32\"},{\"internalType\":\"uint256[]\",\"name\":\"extensions\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"timepoint\",\"type\":\"uint256\"}],\"name\":\"getPastTotalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"timepoint\",\"type\":\"uint256\"}],\"name\":\"getPastVotes\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getVotes\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"nonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"numCheckpoints\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Extension of ERC20 to support Compound-like voting and delegation. This version is more generic than Compound's, and supports token supply up to 2^224^ - 1, while COMP is limited to 2^96^ - 1. NOTE: If exact COMP compatibility is required, use the {ERC20VotesComp} variant of this module. This extension keeps a history (checkpoints) of each account's vote power. Vote power can be delegated either by calling the {delegate} function directly, or by providing a signature to be used with {delegateBySig}. Voting power can be queried through the public accessors {getVotes} and {getPastVotes}. By default, token balance does not account for voting power. This makes transfers cheaper. The downside is that it requires users to delegate to themselves in order to activate checkpoints and have their voting power tracked. _Available since v4.2._\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"DelegateChanged(address,address,address)\":{\"details\":\"Emitted when an account changes their delegate.\"},\"DelegateVotesChanged(address,uint256,uint256)\":{\"details\":\"Emitted when a token transfer or delegate change results in changes to a delegate's number of votes.\"},\"EIP712DomainChanged()\":{\"details\":\"MAY be emitted to signal that the domain could have changed.\"},\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"CLOCK_MODE()\":{\"details\":\"Description of the clock\"},\"DOMAIN_SEPARATOR()\":{\"details\":\"Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\"},\"allowance(address,address)\":{\"details\":\"See {IERC20-allowance}.\"},\"approve(address,uint256)\":{\"details\":\"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address.\"},\"balanceOf(address)\":{\"details\":\"See {IERC20-balanceOf}.\"},\"checkpoints(address,uint32)\":{\"details\":\"Get the `pos`-th checkpoint for `account`.\"},\"clock()\":{\"details\":\"Clock used for flagging checkpoints. Can be overridden to implement timestamp based checkpoints (and voting).\"},\"decimals()\":{\"details\":\"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.\"},\"decreaseAllowance(address,uint256)\":{\"details\":\"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.\"},\"delegate(address)\":{\"details\":\"Delegate votes from the sender to `delegatee`.\"},\"delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)\":{\"details\":\"Delegates votes from signer to `delegatee`\"},\"delegates(address)\":{\"details\":\"Get the address `account` is currently delegating to.\"},\"eip712Domain()\":{\"details\":\"See {EIP-5267}. _Available since v4.9._\"},\"getPastTotalSupply(uint256)\":{\"details\":\"Retrieve the `totalSupply` at the end of `timepoint`. Note, this value is the sum of all balances. It is NOT the sum of all the delegated votes! Requirements: - `timepoint` must be in the past\"},\"getPastVotes(address,uint256)\":{\"details\":\"Retrieve the number of votes for `account` at the end of `timepoint`. Requirements: - `timepoint` must be in the past\"},\"getVotes(address)\":{\"details\":\"Gets the current votes balance for `account`\"},\"increaseAllowance(address,uint256)\":{\"details\":\"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"nonces(address)\":{\"details\":\"Returns the current nonce for `owner`. This value must be included whenever a signature is generated for {permit}. Every successful call to {permit} increases ``owner``'s nonce by one. This prevents a signature from being used multiple times.\"},\"numCheckpoints(address)\":{\"details\":\"Get number of checkpoints for `account`.\"},\"permit(address,address,uint256,uint256,uint8,bytes32,bytes32)\":{\"details\":\"Sets `value` as the allowance of `spender` over ``owner``'s tokens, given ``owner``'s signed approval. IMPORTANT: The same issues {IERC20-approve} has related to transaction ordering also apply here. Emits an {Approval} event. Requirements: - `spender` cannot be the zero address. - `deadline` must be a timestamp in the future. - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` over the EIP712-formatted function arguments. - the signature must use ``owner``'s current nonce (see {nonces}). For more information on the signature format, see the https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP section]. CAUTION: See Security Considerations above.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token, usually a shorter version of the name.\"},\"totalSupply()\":{\"details\":\"See {IERC20-totalSupply}.\"},\"transfer(address,uint256)\":{\"details\":\"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/ERC20VotesUpgradeable.sol\":\"ERC20VotesUpgradeable\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[\":@aragon/osx-commons-contracts/=lib/osx-commons/contracts/\",\":@aragon/osx/=lib/osx/packages/contracts/src/\",\":@aragon/token-voting-plugin/=node_modules/@aragon/token-voting-plugin/src/\",\":@enclave-e3/contracts/=node_modules/@enclave-e3/contracts/\",\":@ensdomains/buffer/=lib/buffer/\",\":@ensdomains/ens-contracts/=lib/ens-contracts/\",\":@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/\",\":@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/\",\":ds-test/=lib/openzeppelin-contracts-upgradeable/lib/forge-std/lib/ds-test/src/\",\":ens-contracts/=lib/ens-contracts/contracts/\",\":erc4626-tests/=lib/openzeppelin-contracts-upgradeable/lib/erc4626-tests/\",\":forge-std/=lib/forge-std/src/\",\":openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/\",\":openzeppelin-contracts/=lib/openzeppelin-contracts/\",\":openzeppelin/=lib/openzeppelin-contracts-upgradeable/contracts/\",\":osx-commons/=lib/osx-commons/\",\":osx/=lib/osx/\"]},\"sources\":{\"lib/openzeppelin-contracts-upgradeable/contracts/governance/utils/IVotesUpgradeable.sol\":{\"keccak256\":\"0x2d600bbef9320309cd2a86c1d087eb9d6dbcc00430713ee54bbc5c5a2a11ba31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://52a5380b861d676adef15f33f8f643e236a1acb2d9456beb4065307eaa22bc2a\",\"dweb:/ipfs/QmdwSfxrafQubVvCoQCU5T7bbPR8JDWU1WotSDXSiUdm33\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/interfaces/IERC5267Upgradeable.sol\":{\"keccak256\":\"0xe562dab443278837fa50faddb76743399e942181881db8dccaea3bd1712994db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://79ebe0e661396045cefe94f4256398cf632756d779a6871319db374c9eb128c9\",\"dweb:/ipfs/QmfCTCivb9fFhyCX8hzushzcKunvKL2N9RDsnRNdvbd11M\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/interfaces/IERC5805Upgradeable.sol\":{\"keccak256\":\"0x19848eec9045c8b91f1ab6b1853966443e3e36bcbc307593ed37a9f0df179d69\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a07972c1330ee99a5d051b393260e01412ac4c14c7bc4d75d80b7cce291a6412\",\"dweb:/ipfs/QmQx1ZiAo4AbSobN41c1xUEtyX1QejydWCmY7Sj3H5aDNv\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/interfaces/IERC6372Upgradeable.sol\":{\"keccak256\":\"0x3026befd6d69d1b46960bdc35a2ad37c0e1352f26983ee3728dd61fd32aa308a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c2001b7209fd4920ec7674f194db7fe163dfea7a7af2dd25fe6c0e5a94dc595c\",\"dweb:/ipfs/QmXX2zTFyiNWoDxivV3trKcKWifAENMqNAB34NgjWq5feX\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f103ee2e4aecd37aac6ceefe670709cdd7613dee25fa2d4d9feaf7fc0aaa155e\",\"dweb:/ipfs/QmRiNZLoJk5k3HPMYGPGjZFd2ke1ZxjhJZkM45Ec9GH9hv\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol\":{\"keccak256\":\"0xa9311aeb22f459e57d4dac77ee76cf43fb28ad3215278456211b5852b0e9e970\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebdf0d3e42bd25223e45a213311d6d7e177d56a2c541a78b58c0c9d10bbdfbf9\",\"dweb:/ipfs/QmfMyehJ6pxHrh7yL4793J6i7dofXnS2zH3cTtC8JdQMV9\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/IERC20Upgradeable.sol\":{\"keccak256\":\"0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c25f742ff154998d19a669e2508c3597b363e123ce9144cd0fcf6521229f401f\",\"dweb:/ipfs/QmQXRuFzStEWqeEPbhQU6cAg9PaSowxJVo4PDKyRod7dco\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/ERC20PermitUpgradeable.sol\":{\"keccak256\":\"0x3d159b9049d4ef465c1fb41f7ff7620f18f52bf6f8f3018bae4ed95c2df537d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://38f7cfa624d878eec3c97e30dac64c6c00a79c65aa2799cebbf683e74488cd27\",\"dweb:/ipfs/QmdtMH3xSGXNqvBcndsxWCUfmjta6kebnUYwKasJZucTfP\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/ERC20VotesUpgradeable.sol\":{\"keccak256\":\"0x82d5c2e8d5c7209f5cd2e7a40807ba264cb8bc577db1b121eda5f14f62d609c2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://024b99222ec16e75ff1b719c8f0dacf2d8e26250b3c076bd184ac1dadae47492\",\"dweb:/ipfs/QmP11f3Dumw3CYg4ZtBLJrh8juULgodSuQfCqqgX5DqpJE\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/IERC20MetadataUpgradeable.sol\":{\"keccak256\":\"0x605434219ebbe4653f703640f06969faa5a1d78f0bfef878e5ddbb1ca369ceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4c9c634f99dd02d73ce7498b03a6305e251c05eeebb71457306561c1fab0fa7d\",\"dweb:/ipfs/QmbYRBbZHy8YoaQKXdPryiL3CSS7uUaRfRYi1TUj9cTqJQ\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":{\"keccak256\":\"0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fed09b97ccb0ff9ba9b6a94224f1d489026bf6b4b7279bfe64fb6e8749dee4d\",\"dweb:/ipfs/QmcRAzaSP1UnGr4vrGkfJmB2L9aiTYoXfV1Lg9gqrVRWn8\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://310136ad60820af4177a11a61d77a3686faf5fca4942b600e08fc940db38396b\",\"dweb:/ipfs/QmbCzMNSTL7Zi7M4UCSqBrkHtp4jjxUnGbkneCZKdR1qeq\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8b06267c5f80bad727af3e48b1382333d591dad51376399ef2f6b0ee6d58bf95\",\"dweb:/ipfs/QmdU5La1agcQvghnfMpWZGDPz2TUDTCxUwTLKmuMRXBpAx\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/CountersUpgradeable.sol\":{\"keccak256\":\"0x798741e231b22b81e2dd2eddaaf8832dee4baf5cd8e2dbaa5c1dd12a1c053c4d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c41e8a7a906b8f362c8b760a44edadc61782008ea2ecf377ac5b5325bf6c3912\",\"dweb:/ipfs/QmcXr19zuH3YLzD6RZNE6UTzvsKSckdxZQnagPoDGkCHu2\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/StringsUpgradeable.sol\":{\"keccak256\":\"0xb96dc79b65b7c37937919dcdb356a969ce0aa2e8338322bf4dc027a3c9c9a7eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f8613145881436fc0480fff22da4868d611e2b0c0c3da083334eb4362ce1945a\",\"dweb:/ipfs/QmPqpP3YeRbBdTJRe6Gv2eGsUaANf4J6RwTNRW36iYahfV\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/ECDSAUpgradeable.sol\":{\"keccak256\":\"0xa014f65d84b02827055d99993ccdbfb4b56b2c9e91eb278d82a93330659d06e4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://50a7e716a74f3d48a7f549086faa94afcd58b9f18ac8e9f74af4571f3a1d8d5c\",\"dweb:/ipfs/QmTkDNWkq5o9Cv2jS7s6JvSmsPBkeunZhPe7Z2njGL31wo\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/EIP712Upgradeable.sol\":{\"keccak256\":\"0x7077d7f3369b21f286840c0d69b09a8a6d3d6e522fff67bfc240fd0a6cdf178c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0f59e7a19530bd6ee236285f9a87c930d27b73464f6b7398e29a6f4cfc2670ac\",\"dweb:/ipfs/QmVfN4gHvJNac7KiuhLhtgtbdDo5a6Mw5hMcwJkzYugq5R\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/math/MathUpgradeable.sol\":{\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2b2835c737d073ef8b82a4cc246495a9740f43e7ff2cf130906b2449ff9bfb91\",\"dweb:/ipfs/QmSCWfNoSvvTN57ic7o1RW6NqSxxGAqbBTnLKc7QHe27qB\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/math/SafeCastUpgradeable.sol\":{\"keccak256\":\"0xcef50f95b43b038aa40aed25b62fc45906c681a5c1d504a4fdcf3bc6330a8d4b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ef883699a00970d5469e502514e2854704cd53d7a49825078aa807a2f056315c\",\"dweb:/ipfs/QmRjpN9oxgw6zHCVjfWNB9MzaYpNPPgqu7Rrwqwabmhpis\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/math/SignedMathUpgradeable.sol\":{\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88ace2d60f265752f18903d839910be4e4e104340b2957678585b812447825d4\",\"dweb:/ipfs/QmXFkNxMc3AAGzhs2wUEZyErWQjsvoTGyYjuU5oZkFki5Z\"]}},\"version\":1}",
314
+ "metadata": {
315
+ "compiler": { "version": "0.8.29+commit.ab55807c" },
316
+ "language": "Solidity",
317
+ "output": {
318
+ "abi": [
319
+ {
320
+ "inputs": [
321
+ { "internalType": "address", "name": "owner", "type": "address", "indexed": true },
322
+ { "internalType": "address", "name": "spender", "type": "address", "indexed": true },
323
+ { "internalType": "uint256", "name": "value", "type": "uint256", "indexed": false }
324
+ ],
325
+ "type": "event",
326
+ "name": "Approval",
327
+ "anonymous": false
328
+ },
329
+ {
330
+ "inputs": [
331
+ { "internalType": "address", "name": "delegator", "type": "address", "indexed": true },
332
+ { "internalType": "address", "name": "fromDelegate", "type": "address", "indexed": true },
333
+ { "internalType": "address", "name": "toDelegate", "type": "address", "indexed": true }
334
+ ],
335
+ "type": "event",
336
+ "name": "DelegateChanged",
337
+ "anonymous": false
338
+ },
339
+ {
340
+ "inputs": [
341
+ { "internalType": "address", "name": "delegate", "type": "address", "indexed": true },
342
+ { "internalType": "uint256", "name": "previousBalance", "type": "uint256", "indexed": false },
343
+ { "internalType": "uint256", "name": "newBalance", "type": "uint256", "indexed": false }
344
+ ],
345
+ "type": "event",
346
+ "name": "DelegateVotesChanged",
347
+ "anonymous": false
348
+ },
349
+ { "inputs": [], "type": "event", "name": "EIP712DomainChanged", "anonymous": false },
350
+ {
351
+ "inputs": [{ "internalType": "uint8", "name": "version", "type": "uint8", "indexed": false }],
352
+ "type": "event",
353
+ "name": "Initialized",
354
+ "anonymous": false
355
+ },
356
+ {
357
+ "inputs": [
358
+ { "internalType": "address", "name": "from", "type": "address", "indexed": true },
359
+ { "internalType": "address", "name": "to", "type": "address", "indexed": true },
360
+ { "internalType": "uint256", "name": "value", "type": "uint256", "indexed": false }
361
+ ],
362
+ "type": "event",
363
+ "name": "Transfer",
364
+ "anonymous": false
365
+ },
366
+ {
367
+ "inputs": [],
368
+ "stateMutability": "view",
369
+ "type": "function",
370
+ "name": "CLOCK_MODE",
371
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }]
372
+ },
373
+ {
374
+ "inputs": [],
375
+ "stateMutability": "view",
376
+ "type": "function",
377
+ "name": "DOMAIN_SEPARATOR",
378
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }]
379
+ },
380
+ {
381
+ "inputs": [
382
+ { "internalType": "address", "name": "owner", "type": "address" },
383
+ { "internalType": "address", "name": "spender", "type": "address" }
384
+ ],
385
+ "stateMutability": "view",
386
+ "type": "function",
387
+ "name": "allowance",
388
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
389
+ },
390
+ {
391
+ "inputs": [
392
+ { "internalType": "address", "name": "spender", "type": "address" },
393
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
394
+ ],
395
+ "stateMutability": "nonpayable",
396
+ "type": "function",
397
+ "name": "approve",
398
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
399
+ },
400
+ {
401
+ "inputs": [{ "internalType": "address", "name": "account", "type": "address" }],
402
+ "stateMutability": "view",
403
+ "type": "function",
404
+ "name": "balanceOf",
405
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
406
+ },
407
+ {
408
+ "inputs": [
409
+ { "internalType": "address", "name": "account", "type": "address" },
410
+ { "internalType": "uint32", "name": "pos", "type": "uint32" }
411
+ ],
412
+ "stateMutability": "view",
413
+ "type": "function",
414
+ "name": "checkpoints",
415
+ "outputs": [
416
+ {
417
+ "internalType": "struct ERC20VotesUpgradeable.Checkpoint",
418
+ "name": "",
419
+ "type": "tuple",
420
+ "components": [
421
+ { "internalType": "uint32", "name": "fromBlock", "type": "uint32" },
422
+ { "internalType": "uint224", "name": "votes", "type": "uint224" }
423
+ ]
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "inputs": [],
429
+ "stateMutability": "view",
430
+ "type": "function",
431
+ "name": "clock",
432
+ "outputs": [{ "internalType": "uint48", "name": "", "type": "uint48" }]
433
+ },
434
+ {
435
+ "inputs": [],
436
+ "stateMutability": "view",
437
+ "type": "function",
438
+ "name": "decimals",
439
+ "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }]
440
+ },
441
+ {
442
+ "inputs": [
443
+ { "internalType": "address", "name": "spender", "type": "address" },
444
+ { "internalType": "uint256", "name": "subtractedValue", "type": "uint256" }
445
+ ],
446
+ "stateMutability": "nonpayable",
447
+ "type": "function",
448
+ "name": "decreaseAllowance",
449
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
450
+ },
451
+ {
452
+ "inputs": [{ "internalType": "address", "name": "delegatee", "type": "address" }],
453
+ "stateMutability": "nonpayable",
454
+ "type": "function",
455
+ "name": "delegate"
456
+ },
457
+ {
458
+ "inputs": [
459
+ { "internalType": "address", "name": "delegatee", "type": "address" },
460
+ { "internalType": "uint256", "name": "nonce", "type": "uint256" },
461
+ { "internalType": "uint256", "name": "expiry", "type": "uint256" },
462
+ { "internalType": "uint8", "name": "v", "type": "uint8" },
463
+ { "internalType": "bytes32", "name": "r", "type": "bytes32" },
464
+ { "internalType": "bytes32", "name": "s", "type": "bytes32" }
465
+ ],
466
+ "stateMutability": "nonpayable",
467
+ "type": "function",
468
+ "name": "delegateBySig"
469
+ },
470
+ {
471
+ "inputs": [{ "internalType": "address", "name": "account", "type": "address" }],
472
+ "stateMutability": "view",
473
+ "type": "function",
474
+ "name": "delegates",
475
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }]
476
+ },
477
+ {
478
+ "inputs": [],
479
+ "stateMutability": "view",
480
+ "type": "function",
481
+ "name": "eip712Domain",
482
+ "outputs": [
483
+ { "internalType": "bytes1", "name": "fields", "type": "bytes1" },
484
+ { "internalType": "string", "name": "name", "type": "string" },
485
+ { "internalType": "string", "name": "version", "type": "string" },
486
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" },
487
+ { "internalType": "address", "name": "verifyingContract", "type": "address" },
488
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
489
+ { "internalType": "uint256[]", "name": "extensions", "type": "uint256[]" }
490
+ ]
491
+ },
492
+ {
493
+ "inputs": [{ "internalType": "uint256", "name": "timepoint", "type": "uint256" }],
494
+ "stateMutability": "view",
495
+ "type": "function",
496
+ "name": "getPastTotalSupply",
497
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
498
+ },
499
+ {
500
+ "inputs": [
501
+ { "internalType": "address", "name": "account", "type": "address" },
502
+ { "internalType": "uint256", "name": "timepoint", "type": "uint256" }
503
+ ],
504
+ "stateMutability": "view",
505
+ "type": "function",
506
+ "name": "getPastVotes",
507
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
508
+ },
509
+ {
510
+ "inputs": [{ "internalType": "address", "name": "account", "type": "address" }],
511
+ "stateMutability": "view",
512
+ "type": "function",
513
+ "name": "getVotes",
514
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
515
+ },
516
+ {
517
+ "inputs": [
518
+ { "internalType": "address", "name": "spender", "type": "address" },
519
+ { "internalType": "uint256", "name": "addedValue", "type": "uint256" }
520
+ ],
521
+ "stateMutability": "nonpayable",
522
+ "type": "function",
523
+ "name": "increaseAllowance",
524
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
525
+ },
526
+ {
527
+ "inputs": [],
528
+ "stateMutability": "view",
529
+ "type": "function",
530
+ "name": "name",
531
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }]
532
+ },
533
+ {
534
+ "inputs": [{ "internalType": "address", "name": "owner", "type": "address" }],
535
+ "stateMutability": "view",
536
+ "type": "function",
537
+ "name": "nonces",
538
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
539
+ },
540
+ {
541
+ "inputs": [{ "internalType": "address", "name": "account", "type": "address" }],
542
+ "stateMutability": "view",
543
+ "type": "function",
544
+ "name": "numCheckpoints",
545
+ "outputs": [{ "internalType": "uint32", "name": "", "type": "uint32" }]
546
+ },
547
+ {
548
+ "inputs": [
549
+ { "internalType": "address", "name": "owner", "type": "address" },
550
+ { "internalType": "address", "name": "spender", "type": "address" },
551
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
552
+ { "internalType": "uint256", "name": "deadline", "type": "uint256" },
553
+ { "internalType": "uint8", "name": "v", "type": "uint8" },
554
+ { "internalType": "bytes32", "name": "r", "type": "bytes32" },
555
+ { "internalType": "bytes32", "name": "s", "type": "bytes32" }
556
+ ],
557
+ "stateMutability": "nonpayable",
558
+ "type": "function",
559
+ "name": "permit"
560
+ },
561
+ {
562
+ "inputs": [],
563
+ "stateMutability": "view",
564
+ "type": "function",
565
+ "name": "symbol",
566
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }]
567
+ },
568
+ {
569
+ "inputs": [],
570
+ "stateMutability": "view",
571
+ "type": "function",
572
+ "name": "totalSupply",
573
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
574
+ },
575
+ {
576
+ "inputs": [
577
+ { "internalType": "address", "name": "to", "type": "address" },
578
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
579
+ ],
580
+ "stateMutability": "nonpayable",
581
+ "type": "function",
582
+ "name": "transfer",
583
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
584
+ },
585
+ {
586
+ "inputs": [
587
+ { "internalType": "address", "name": "from", "type": "address" },
588
+ { "internalType": "address", "name": "to", "type": "address" },
589
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
590
+ ],
591
+ "stateMutability": "nonpayable",
592
+ "type": "function",
593
+ "name": "transferFrom",
594
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
595
+ }
596
+ ],
597
+ "devdoc": {
598
+ "kind": "dev",
599
+ "methods": {
600
+ "CLOCK_MODE()": { "details": "Description of the clock" },
601
+ "DOMAIN_SEPARATOR()": {
602
+ "details": "Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}."
603
+ },
604
+ "allowance(address,address)": { "details": "See {IERC20-allowance}." },
605
+ "approve(address,uint256)": {
606
+ "details": "See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address."
607
+ },
608
+ "balanceOf(address)": { "details": "See {IERC20-balanceOf}." },
609
+ "checkpoints(address,uint32)": { "details": "Get the `pos`-th checkpoint for `account`." },
610
+ "clock()": {
611
+ "details": "Clock used for flagging checkpoints. Can be overridden to implement timestamp based checkpoints (and voting)."
612
+ },
613
+ "decimals()": {
614
+ "details": "Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."
615
+ },
616
+ "decreaseAllowance(address,uint256)": {
617
+ "details": "Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."
618
+ },
619
+ "delegate(address)": { "details": "Delegate votes from the sender to `delegatee`." },
620
+ "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": { "details": "Delegates votes from signer to `delegatee`" },
621
+ "delegates(address)": { "details": "Get the address `account` is currently delegating to." },
622
+ "eip712Domain()": { "details": "See {EIP-5267}. _Available since v4.9._" },
623
+ "getPastTotalSupply(uint256)": {
624
+ "details": "Retrieve the `totalSupply` at the end of `timepoint`. Note, this value is the sum of all balances. It is NOT the sum of all the delegated votes! Requirements: - `timepoint` must be in the past"
625
+ },
626
+ "getPastVotes(address,uint256)": {
627
+ "details": "Retrieve the number of votes for `account` at the end of `timepoint`. Requirements: - `timepoint` must be in the past"
628
+ },
629
+ "getVotes(address)": { "details": "Gets the current votes balance for `account`" },
630
+ "increaseAllowance(address,uint256)": {
631
+ "details": "Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."
632
+ },
633
+ "name()": { "details": "Returns the name of the token." },
634
+ "nonces(address)": {
635
+ "details": "Returns the current nonce for `owner`. This value must be included whenever a signature is generated for {permit}. Every successful call to {permit} increases ``owner``'s nonce by one. This prevents a signature from being used multiple times."
636
+ },
637
+ "numCheckpoints(address)": { "details": "Get number of checkpoints for `account`." },
638
+ "permit(address,address,uint256,uint256,uint8,bytes32,bytes32)": {
639
+ "details": "Sets `value` as the allowance of `spender` over ``owner``'s tokens, given ``owner``'s signed approval. IMPORTANT: The same issues {IERC20-approve} has related to transaction ordering also apply here. Emits an {Approval} event. Requirements: - `spender` cannot be the zero address. - `deadline` must be a timestamp in the future. - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` over the EIP712-formatted function arguments. - the signature must use ``owner``'s current nonce (see {nonces}). For more information on the signature format, see the https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP section]. CAUTION: See Security Considerations above."
640
+ },
641
+ "symbol()": { "details": "Returns the symbol of the token, usually a shorter version of the name." },
642
+ "totalSupply()": { "details": "See {IERC20-totalSupply}." },
643
+ "transfer(address,uint256)": {
644
+ "details": "See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`."
645
+ },
646
+ "transferFrom(address,address,uint256)": {
647
+ "details": "See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`."
648
+ }
649
+ },
650
+ "version": 1
651
+ },
652
+ "userdoc": { "kind": "user", "methods": {}, "version": 1 }
653
+ },
654
+ "settings": {
655
+ "remappings": [
656
+ "@aragon/osx-commons-contracts/=lib/osx-commons/contracts/",
657
+ "@aragon/osx/=lib/osx/packages/contracts/src/",
658
+ "@aragon/token-voting-plugin/=node_modules/@aragon/token-voting-plugin/src/",
659
+ "@enclave-e3/contracts/=node_modules/@enclave-e3/contracts/",
660
+ "@ensdomains/buffer/=lib/buffer/",
661
+ "@ensdomains/ens-contracts/=lib/ens-contracts/",
662
+ "@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
663
+ "@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
664
+ "ds-test/=lib/openzeppelin-contracts-upgradeable/lib/forge-std/lib/ds-test/src/",
665
+ "ens-contracts/=lib/ens-contracts/contracts/",
666
+ "erc4626-tests/=lib/openzeppelin-contracts-upgradeable/lib/erc4626-tests/",
667
+ "forge-std/=lib/forge-std/src/",
668
+ "openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/",
669
+ "openzeppelin-contracts/=lib/openzeppelin-contracts/",
670
+ "openzeppelin/=lib/openzeppelin-contracts-upgradeable/contracts/",
671
+ "osx-commons/=lib/osx-commons/",
672
+ "osx/=lib/osx/"
673
+ ],
674
+ "optimizer": { "enabled": true, "runs": 200 },
675
+ "metadata": { "bytecodeHash": "ipfs" },
676
+ "compilationTarget": {
677
+ "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/ERC20VotesUpgradeable.sol": "ERC20VotesUpgradeable"
678
+ },
679
+ "evmVersion": "cancun",
680
+ "libraries": {}
681
+ },
682
+ "sources": {
683
+ "lib/openzeppelin-contracts-upgradeable/contracts/governance/utils/IVotesUpgradeable.sol": {
684
+ "keccak256": "0x2d600bbef9320309cd2a86c1d087eb9d6dbcc00430713ee54bbc5c5a2a11ba31",
685
+ "urls": [
686
+ "bzz-raw://52a5380b861d676adef15f33f8f643e236a1acb2d9456beb4065307eaa22bc2a",
687
+ "dweb:/ipfs/QmdwSfxrafQubVvCoQCU5T7bbPR8JDWU1WotSDXSiUdm33"
688
+ ],
689
+ "license": "MIT"
690
+ },
691
+ "lib/openzeppelin-contracts-upgradeable/contracts/interfaces/IERC5267Upgradeable.sol": {
692
+ "keccak256": "0xe562dab443278837fa50faddb76743399e942181881db8dccaea3bd1712994db",
693
+ "urls": [
694
+ "bzz-raw://79ebe0e661396045cefe94f4256398cf632756d779a6871319db374c9eb128c9",
695
+ "dweb:/ipfs/QmfCTCivb9fFhyCX8hzushzcKunvKL2N9RDsnRNdvbd11M"
696
+ ],
697
+ "license": "MIT"
698
+ },
699
+ "lib/openzeppelin-contracts-upgradeable/contracts/interfaces/IERC5805Upgradeable.sol": {
700
+ "keccak256": "0x19848eec9045c8b91f1ab6b1853966443e3e36bcbc307593ed37a9f0df179d69",
701
+ "urls": [
702
+ "bzz-raw://a07972c1330ee99a5d051b393260e01412ac4c14c7bc4d75d80b7cce291a6412",
703
+ "dweb:/ipfs/QmQx1ZiAo4AbSobN41c1xUEtyX1QejydWCmY7Sj3H5aDNv"
704
+ ],
705
+ "license": "MIT"
706
+ },
707
+ "lib/openzeppelin-contracts-upgradeable/contracts/interfaces/IERC6372Upgradeable.sol": {
708
+ "keccak256": "0x3026befd6d69d1b46960bdc35a2ad37c0e1352f26983ee3728dd61fd32aa308a",
709
+ "urls": [
710
+ "bzz-raw://c2001b7209fd4920ec7674f194db7fe163dfea7a7af2dd25fe6c0e5a94dc595c",
711
+ "dweb:/ipfs/QmXX2zTFyiNWoDxivV3trKcKWifAENMqNAB34NgjWq5feX"
712
+ ],
713
+ "license": "MIT"
714
+ },
715
+ "lib/openzeppelin-contracts-upgradeable/contracts/proxy/utils/Initializable.sol": {
716
+ "keccak256": "0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794",
717
+ "urls": [
718
+ "bzz-raw://f103ee2e4aecd37aac6ceefe670709cdd7613dee25fa2d4d9feaf7fc0aaa155e",
719
+ "dweb:/ipfs/QmRiNZLoJk5k3HPMYGPGjZFd2ke1ZxjhJZkM45Ec9GH9hv"
720
+ ],
721
+ "license": "MIT"
722
+ },
723
+ "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol": {
724
+ "keccak256": "0xa9311aeb22f459e57d4dac77ee76cf43fb28ad3215278456211b5852b0e9e970",
725
+ "urls": [
726
+ "bzz-raw://ebdf0d3e42bd25223e45a213311d6d7e177d56a2c541a78b58c0c9d10bbdfbf9",
727
+ "dweb:/ipfs/QmfMyehJ6pxHrh7yL4793J6i7dofXnS2zH3cTtC8JdQMV9"
728
+ ],
729
+ "license": "MIT"
730
+ },
731
+ "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/IERC20Upgradeable.sol": {
732
+ "keccak256": "0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f",
733
+ "urls": [
734
+ "bzz-raw://c25f742ff154998d19a669e2508c3597b363e123ce9144cd0fcf6521229f401f",
735
+ "dweb:/ipfs/QmQXRuFzStEWqeEPbhQU6cAg9PaSowxJVo4PDKyRod7dco"
736
+ ],
737
+ "license": "MIT"
738
+ },
739
+ "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/ERC20PermitUpgradeable.sol": {
740
+ "keccak256": "0x3d159b9049d4ef465c1fb41f7ff7620f18f52bf6f8f3018bae4ed95c2df537d3",
741
+ "urls": [
742
+ "bzz-raw://38f7cfa624d878eec3c97e30dac64c6c00a79c65aa2799cebbf683e74488cd27",
743
+ "dweb:/ipfs/QmdtMH3xSGXNqvBcndsxWCUfmjta6kebnUYwKasJZucTfP"
744
+ ],
745
+ "license": "MIT"
746
+ },
747
+ "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/ERC20VotesUpgradeable.sol": {
748
+ "keccak256": "0x82d5c2e8d5c7209f5cd2e7a40807ba264cb8bc577db1b121eda5f14f62d609c2",
749
+ "urls": [
750
+ "bzz-raw://024b99222ec16e75ff1b719c8f0dacf2d8e26250b3c076bd184ac1dadae47492",
751
+ "dweb:/ipfs/QmP11f3Dumw3CYg4ZtBLJrh8juULgodSuQfCqqgX5DqpJE"
752
+ ],
753
+ "license": "MIT"
754
+ },
755
+ "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/IERC20MetadataUpgradeable.sol": {
756
+ "keccak256": "0x605434219ebbe4653f703640f06969faa5a1d78f0bfef878e5ddbb1ca369ceeb",
757
+ "urls": [
758
+ "bzz-raw://4c9c634f99dd02d73ce7498b03a6305e251c05eeebb71457306561c1fab0fa7d",
759
+ "dweb:/ipfs/QmbYRBbZHy8YoaQKXdPryiL3CSS7uUaRfRYi1TUj9cTqJQ"
760
+ ],
761
+ "license": "MIT"
762
+ },
763
+ "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/IERC20PermitUpgradeable.sol": {
764
+ "keccak256": "0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8",
765
+ "urls": [
766
+ "bzz-raw://1fed09b97ccb0ff9ba9b6a94224f1d489026bf6b4b7279bfe64fb6e8749dee4d",
767
+ "dweb:/ipfs/QmcRAzaSP1UnGr4vrGkfJmB2L9aiTYoXfV1Lg9gqrVRWn8"
768
+ ],
769
+ "license": "MIT"
770
+ },
771
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/AddressUpgradeable.sol": {
772
+ "keccak256": "0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422",
773
+ "urls": [
774
+ "bzz-raw://310136ad60820af4177a11a61d77a3686faf5fca4942b600e08fc940db38396b",
775
+ "dweb:/ipfs/QmbCzMNSTL7Zi7M4UCSqBrkHtp4jjxUnGbkneCZKdR1qeq"
776
+ ],
777
+ "license": "MIT"
778
+ },
779
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/ContextUpgradeable.sol": {
780
+ "keccak256": "0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef",
781
+ "urls": [
782
+ "bzz-raw://8b06267c5f80bad727af3e48b1382333d591dad51376399ef2f6b0ee6d58bf95",
783
+ "dweb:/ipfs/QmdU5La1agcQvghnfMpWZGDPz2TUDTCxUwTLKmuMRXBpAx"
784
+ ],
785
+ "license": "MIT"
786
+ },
787
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/CountersUpgradeable.sol": {
788
+ "keccak256": "0x798741e231b22b81e2dd2eddaaf8832dee4baf5cd8e2dbaa5c1dd12a1c053c4d",
789
+ "urls": [
790
+ "bzz-raw://c41e8a7a906b8f362c8b760a44edadc61782008ea2ecf377ac5b5325bf6c3912",
791
+ "dweb:/ipfs/QmcXr19zuH3YLzD6RZNE6UTzvsKSckdxZQnagPoDGkCHu2"
792
+ ],
793
+ "license": "MIT"
794
+ },
795
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/StringsUpgradeable.sol": {
796
+ "keccak256": "0xb96dc79b65b7c37937919dcdb356a969ce0aa2e8338322bf4dc027a3c9c9a7eb",
797
+ "urls": [
798
+ "bzz-raw://f8613145881436fc0480fff22da4868d611e2b0c0c3da083334eb4362ce1945a",
799
+ "dweb:/ipfs/QmPqpP3YeRbBdTJRe6Gv2eGsUaANf4J6RwTNRW36iYahfV"
800
+ ],
801
+ "license": "MIT"
802
+ },
803
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/ECDSAUpgradeable.sol": {
804
+ "keccak256": "0xa014f65d84b02827055d99993ccdbfb4b56b2c9e91eb278d82a93330659d06e4",
805
+ "urls": [
806
+ "bzz-raw://50a7e716a74f3d48a7f549086faa94afcd58b9f18ac8e9f74af4571f3a1d8d5c",
807
+ "dweb:/ipfs/QmTkDNWkq5o9Cv2jS7s6JvSmsPBkeunZhPe7Z2njGL31wo"
808
+ ],
809
+ "license": "MIT"
810
+ },
811
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/EIP712Upgradeable.sol": {
812
+ "keccak256": "0x7077d7f3369b21f286840c0d69b09a8a6d3d6e522fff67bfc240fd0a6cdf178c",
813
+ "urls": [
814
+ "bzz-raw://0f59e7a19530bd6ee236285f9a87c930d27b73464f6b7398e29a6f4cfc2670ac",
815
+ "dweb:/ipfs/QmVfN4gHvJNac7KiuhLhtgtbdDo5a6Mw5hMcwJkzYugq5R"
816
+ ],
817
+ "license": "MIT"
818
+ },
819
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/math/MathUpgradeable.sol": {
820
+ "keccak256": "0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e",
821
+ "urls": [
822
+ "bzz-raw://2b2835c737d073ef8b82a4cc246495a9740f43e7ff2cf130906b2449ff9bfb91",
823
+ "dweb:/ipfs/QmSCWfNoSvvTN57ic7o1RW6NqSxxGAqbBTnLKc7QHe27qB"
824
+ ],
825
+ "license": "MIT"
826
+ },
827
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/math/SafeCastUpgradeable.sol": {
828
+ "keccak256": "0xcef50f95b43b038aa40aed25b62fc45906c681a5c1d504a4fdcf3bc6330a8d4b",
829
+ "urls": [
830
+ "bzz-raw://ef883699a00970d5469e502514e2854704cd53d7a49825078aa807a2f056315c",
831
+ "dweb:/ipfs/QmRjpN9oxgw6zHCVjfWNB9MzaYpNPPgqu7Rrwqwabmhpis"
832
+ ],
833
+ "license": "MIT"
834
+ },
835
+ "lib/openzeppelin-contracts-upgradeable/contracts/utils/math/SignedMathUpgradeable.sol": {
836
+ "keccak256": "0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a",
837
+ "urls": [
838
+ "bzz-raw://88ace2d60f265752f18903d839910be4e4e104340b2957678585b812447825d4",
839
+ "dweb:/ipfs/QmXFkNxMc3AAGzhs2wUEZyErWQjsvoTGyYjuU5oZkFki5Z"
840
+ ],
841
+ "license": "MIT"
842
+ }
843
+ },
844
+ "version": 1
845
+ },
846
+ "id": 48
847
+ }