@meterio/sumer-js 0.1.3 → 0.1.4
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.
- package/dist/browser/sumer.min.js +1 -1
- package/dist/nodejs/abi.js +13 -0
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/TimelockController.d.ts +526 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/TimelockController.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/TimelockController.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.d.ts +75 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +39 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +4 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/cryptography/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/cryptography/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/cryptography/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.d.ts +4 -0
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +9 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.d.ts +1446 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.d.ts +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.d.ts +6 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.d.ts +4 -0
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/SumerTimelockController.d.ts +526 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/SumerTimelockController.js +3 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/SumerTimelockController.js.map +1 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/Timelock.d.ts +526 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/Timelock.js +3 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/Timelock.js.map +1 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.d.ts +711 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js +929 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver__factory.d.ts +81 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver__factory.js +117 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +54 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +3 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +35 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/index.js +31 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/cryptography/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/cryptography/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/cryptography/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.js +15 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.d.ts +2066 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.js +2689 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.d.ts +3 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.js +13 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +11 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +14 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.d.ts +6 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.js +19 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.js +15 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/SumerTimelockController__factory.d.ts +707 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/SumerTimelockController__factory.js +924 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/SumerTimelockController__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/Timelock__factory.d.ts +707 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/Timelock__factory.js +924 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/Timelock__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/index.js.map +1 -0
- package/package.json +1 -1
package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/Timelock__factory.js
ADDED
|
@@ -0,0 +1,924 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Timelock__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
inputs: [
|
|
11
|
+
{
|
|
12
|
+
internalType: "uint256",
|
|
13
|
+
name: "minDelay",
|
|
14
|
+
type: "uint256",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
internalType: "address[]",
|
|
18
|
+
name: "proposers",
|
|
19
|
+
type: "address[]",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
internalType: "address[]",
|
|
23
|
+
name: "executors",
|
|
24
|
+
type: "address[]",
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
stateMutability: "nonpayable",
|
|
28
|
+
type: "constructor",
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
anonymous: false,
|
|
32
|
+
inputs: [
|
|
33
|
+
{
|
|
34
|
+
indexed: true,
|
|
35
|
+
internalType: "bytes32",
|
|
36
|
+
name: "id",
|
|
37
|
+
type: "bytes32",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
indexed: true,
|
|
41
|
+
internalType: "uint256",
|
|
42
|
+
name: "index",
|
|
43
|
+
type: "uint256",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
indexed: false,
|
|
47
|
+
internalType: "address",
|
|
48
|
+
name: "target",
|
|
49
|
+
type: "address",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
indexed: false,
|
|
53
|
+
internalType: "uint256",
|
|
54
|
+
name: "value",
|
|
55
|
+
type: "uint256",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
indexed: false,
|
|
59
|
+
internalType: "bytes",
|
|
60
|
+
name: "data",
|
|
61
|
+
type: "bytes",
|
|
62
|
+
},
|
|
63
|
+
],
|
|
64
|
+
name: "CallExecuted",
|
|
65
|
+
type: "event",
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
anonymous: false,
|
|
69
|
+
inputs: [
|
|
70
|
+
{
|
|
71
|
+
indexed: true,
|
|
72
|
+
internalType: "bytes32",
|
|
73
|
+
name: "id",
|
|
74
|
+
type: "bytes32",
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
indexed: false,
|
|
78
|
+
internalType: "bytes32",
|
|
79
|
+
name: "salt",
|
|
80
|
+
type: "bytes32",
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
name: "CallSalt",
|
|
84
|
+
type: "event",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
anonymous: false,
|
|
88
|
+
inputs: [
|
|
89
|
+
{
|
|
90
|
+
indexed: true,
|
|
91
|
+
internalType: "bytes32",
|
|
92
|
+
name: "id",
|
|
93
|
+
type: "bytes32",
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
indexed: true,
|
|
97
|
+
internalType: "uint256",
|
|
98
|
+
name: "index",
|
|
99
|
+
type: "uint256",
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
indexed: false,
|
|
103
|
+
internalType: "address",
|
|
104
|
+
name: "target",
|
|
105
|
+
type: "address",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
indexed: false,
|
|
109
|
+
internalType: "uint256",
|
|
110
|
+
name: "value",
|
|
111
|
+
type: "uint256",
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
indexed: false,
|
|
115
|
+
internalType: "bytes",
|
|
116
|
+
name: "data",
|
|
117
|
+
type: "bytes",
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
indexed: false,
|
|
121
|
+
internalType: "bytes32",
|
|
122
|
+
name: "predecessor",
|
|
123
|
+
type: "bytes32",
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
indexed: false,
|
|
127
|
+
internalType: "uint256",
|
|
128
|
+
name: "delay",
|
|
129
|
+
type: "uint256",
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
name: "CallScheduled",
|
|
133
|
+
type: "event",
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
anonymous: false,
|
|
137
|
+
inputs: [
|
|
138
|
+
{
|
|
139
|
+
indexed: true,
|
|
140
|
+
internalType: "bytes32",
|
|
141
|
+
name: "id",
|
|
142
|
+
type: "bytes32",
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
name: "Cancelled",
|
|
146
|
+
type: "event",
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
anonymous: false,
|
|
150
|
+
inputs: [
|
|
151
|
+
{
|
|
152
|
+
indexed: false,
|
|
153
|
+
internalType: "uint256",
|
|
154
|
+
name: "oldDuration",
|
|
155
|
+
type: "uint256",
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
indexed: false,
|
|
159
|
+
internalType: "uint256",
|
|
160
|
+
name: "newDuration",
|
|
161
|
+
type: "uint256",
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
name: "MinDelayChange",
|
|
165
|
+
type: "event",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
anonymous: false,
|
|
169
|
+
inputs: [
|
|
170
|
+
{
|
|
171
|
+
indexed: true,
|
|
172
|
+
internalType: "bytes32",
|
|
173
|
+
name: "role",
|
|
174
|
+
type: "bytes32",
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
indexed: true,
|
|
178
|
+
internalType: "bytes32",
|
|
179
|
+
name: "previousAdminRole",
|
|
180
|
+
type: "bytes32",
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
indexed: true,
|
|
184
|
+
internalType: "bytes32",
|
|
185
|
+
name: "newAdminRole",
|
|
186
|
+
type: "bytes32",
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
name: "RoleAdminChanged",
|
|
190
|
+
type: "event",
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
anonymous: false,
|
|
194
|
+
inputs: [
|
|
195
|
+
{
|
|
196
|
+
indexed: true,
|
|
197
|
+
internalType: "bytes32",
|
|
198
|
+
name: "role",
|
|
199
|
+
type: "bytes32",
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
indexed: true,
|
|
203
|
+
internalType: "address",
|
|
204
|
+
name: "account",
|
|
205
|
+
type: "address",
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
indexed: true,
|
|
209
|
+
internalType: "address",
|
|
210
|
+
name: "sender",
|
|
211
|
+
type: "address",
|
|
212
|
+
},
|
|
213
|
+
],
|
|
214
|
+
name: "RoleGranted",
|
|
215
|
+
type: "event",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
anonymous: false,
|
|
219
|
+
inputs: [
|
|
220
|
+
{
|
|
221
|
+
indexed: true,
|
|
222
|
+
internalType: "bytes32",
|
|
223
|
+
name: "role",
|
|
224
|
+
type: "bytes32",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
indexed: true,
|
|
228
|
+
internalType: "address",
|
|
229
|
+
name: "account",
|
|
230
|
+
type: "address",
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
indexed: true,
|
|
234
|
+
internalType: "address",
|
|
235
|
+
name: "sender",
|
|
236
|
+
type: "address",
|
|
237
|
+
},
|
|
238
|
+
],
|
|
239
|
+
name: "RoleRevoked",
|
|
240
|
+
type: "event",
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
inputs: [],
|
|
244
|
+
name: "CANCELLER_ROLE",
|
|
245
|
+
outputs: [
|
|
246
|
+
{
|
|
247
|
+
internalType: "bytes32",
|
|
248
|
+
name: "",
|
|
249
|
+
type: "bytes32",
|
|
250
|
+
},
|
|
251
|
+
],
|
|
252
|
+
stateMutability: "view",
|
|
253
|
+
type: "function",
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
inputs: [],
|
|
257
|
+
name: "DEFAULT_ADMIN_ROLE",
|
|
258
|
+
outputs: [
|
|
259
|
+
{
|
|
260
|
+
internalType: "bytes32",
|
|
261
|
+
name: "",
|
|
262
|
+
type: "bytes32",
|
|
263
|
+
},
|
|
264
|
+
],
|
|
265
|
+
stateMutability: "view",
|
|
266
|
+
type: "function",
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
inputs: [],
|
|
270
|
+
name: "EXECUTOR_ROLE",
|
|
271
|
+
outputs: [
|
|
272
|
+
{
|
|
273
|
+
internalType: "bytes32",
|
|
274
|
+
name: "",
|
|
275
|
+
type: "bytes32",
|
|
276
|
+
},
|
|
277
|
+
],
|
|
278
|
+
stateMutability: "view",
|
|
279
|
+
type: "function",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
inputs: [],
|
|
283
|
+
name: "PROPOSER_ROLE",
|
|
284
|
+
outputs: [
|
|
285
|
+
{
|
|
286
|
+
internalType: "bytes32",
|
|
287
|
+
name: "",
|
|
288
|
+
type: "bytes32",
|
|
289
|
+
},
|
|
290
|
+
],
|
|
291
|
+
stateMutability: "view",
|
|
292
|
+
type: "function",
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
inputs: [],
|
|
296
|
+
name: "TIMELOCK_ADMIN_ROLE",
|
|
297
|
+
outputs: [
|
|
298
|
+
{
|
|
299
|
+
internalType: "bytes32",
|
|
300
|
+
name: "",
|
|
301
|
+
type: "bytes32",
|
|
302
|
+
},
|
|
303
|
+
],
|
|
304
|
+
stateMutability: "view",
|
|
305
|
+
type: "function",
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
inputs: [
|
|
309
|
+
{
|
|
310
|
+
internalType: "bytes32",
|
|
311
|
+
name: "id",
|
|
312
|
+
type: "bytes32",
|
|
313
|
+
},
|
|
314
|
+
],
|
|
315
|
+
name: "cancel",
|
|
316
|
+
outputs: [],
|
|
317
|
+
stateMutability: "nonpayable",
|
|
318
|
+
type: "function",
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
inputs: [
|
|
322
|
+
{
|
|
323
|
+
internalType: "address",
|
|
324
|
+
name: "target",
|
|
325
|
+
type: "address",
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
internalType: "uint256",
|
|
329
|
+
name: "value",
|
|
330
|
+
type: "uint256",
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
internalType: "bytes",
|
|
334
|
+
name: "payload",
|
|
335
|
+
type: "bytes",
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
internalType: "bytes32",
|
|
339
|
+
name: "predecessor",
|
|
340
|
+
type: "bytes32",
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
internalType: "bytes32",
|
|
344
|
+
name: "salt",
|
|
345
|
+
type: "bytes32",
|
|
346
|
+
},
|
|
347
|
+
],
|
|
348
|
+
name: "execute",
|
|
349
|
+
outputs: [],
|
|
350
|
+
stateMutability: "payable",
|
|
351
|
+
type: "function",
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
inputs: [
|
|
355
|
+
{
|
|
356
|
+
internalType: "address[]",
|
|
357
|
+
name: "targets",
|
|
358
|
+
type: "address[]",
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
internalType: "uint256[]",
|
|
362
|
+
name: "values",
|
|
363
|
+
type: "uint256[]",
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
internalType: "bytes[]",
|
|
367
|
+
name: "payloads",
|
|
368
|
+
type: "bytes[]",
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
internalType: "bytes32",
|
|
372
|
+
name: "predecessor",
|
|
373
|
+
type: "bytes32",
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
internalType: "bytes32",
|
|
377
|
+
name: "salt",
|
|
378
|
+
type: "bytes32",
|
|
379
|
+
},
|
|
380
|
+
],
|
|
381
|
+
name: "executeBatch",
|
|
382
|
+
outputs: [],
|
|
383
|
+
stateMutability: "payable",
|
|
384
|
+
type: "function",
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
inputs: [],
|
|
388
|
+
name: "getMinDelay",
|
|
389
|
+
outputs: [
|
|
390
|
+
{
|
|
391
|
+
internalType: "uint256",
|
|
392
|
+
name: "",
|
|
393
|
+
type: "uint256",
|
|
394
|
+
},
|
|
395
|
+
],
|
|
396
|
+
stateMutability: "view",
|
|
397
|
+
type: "function",
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
inputs: [
|
|
401
|
+
{
|
|
402
|
+
internalType: "bytes32",
|
|
403
|
+
name: "role",
|
|
404
|
+
type: "bytes32",
|
|
405
|
+
},
|
|
406
|
+
],
|
|
407
|
+
name: "getRoleAdmin",
|
|
408
|
+
outputs: [
|
|
409
|
+
{
|
|
410
|
+
internalType: "bytes32",
|
|
411
|
+
name: "",
|
|
412
|
+
type: "bytes32",
|
|
413
|
+
},
|
|
414
|
+
],
|
|
415
|
+
stateMutability: "view",
|
|
416
|
+
type: "function",
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
inputs: [
|
|
420
|
+
{
|
|
421
|
+
internalType: "bytes32",
|
|
422
|
+
name: "id",
|
|
423
|
+
type: "bytes32",
|
|
424
|
+
},
|
|
425
|
+
],
|
|
426
|
+
name: "getTimestamp",
|
|
427
|
+
outputs: [
|
|
428
|
+
{
|
|
429
|
+
internalType: "uint256",
|
|
430
|
+
name: "",
|
|
431
|
+
type: "uint256",
|
|
432
|
+
},
|
|
433
|
+
],
|
|
434
|
+
stateMutability: "view",
|
|
435
|
+
type: "function",
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
inputs: [
|
|
439
|
+
{
|
|
440
|
+
internalType: "bytes32",
|
|
441
|
+
name: "role",
|
|
442
|
+
type: "bytes32",
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
internalType: "address",
|
|
446
|
+
name: "account",
|
|
447
|
+
type: "address",
|
|
448
|
+
},
|
|
449
|
+
],
|
|
450
|
+
name: "grantRole",
|
|
451
|
+
outputs: [],
|
|
452
|
+
stateMutability: "nonpayable",
|
|
453
|
+
type: "function",
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
inputs: [
|
|
457
|
+
{
|
|
458
|
+
internalType: "bytes32",
|
|
459
|
+
name: "role",
|
|
460
|
+
type: "bytes32",
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
internalType: "address",
|
|
464
|
+
name: "account",
|
|
465
|
+
type: "address",
|
|
466
|
+
},
|
|
467
|
+
],
|
|
468
|
+
name: "hasRole",
|
|
469
|
+
outputs: [
|
|
470
|
+
{
|
|
471
|
+
internalType: "bool",
|
|
472
|
+
name: "",
|
|
473
|
+
type: "bool",
|
|
474
|
+
},
|
|
475
|
+
],
|
|
476
|
+
stateMutability: "view",
|
|
477
|
+
type: "function",
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
inputs: [
|
|
481
|
+
{
|
|
482
|
+
internalType: "address",
|
|
483
|
+
name: "target",
|
|
484
|
+
type: "address",
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
internalType: "uint256",
|
|
488
|
+
name: "value",
|
|
489
|
+
type: "uint256",
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
internalType: "bytes",
|
|
493
|
+
name: "data",
|
|
494
|
+
type: "bytes",
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
internalType: "bytes32",
|
|
498
|
+
name: "predecessor",
|
|
499
|
+
type: "bytes32",
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
internalType: "bytes32",
|
|
503
|
+
name: "salt",
|
|
504
|
+
type: "bytes32",
|
|
505
|
+
},
|
|
506
|
+
],
|
|
507
|
+
name: "hashOperation",
|
|
508
|
+
outputs: [
|
|
509
|
+
{
|
|
510
|
+
internalType: "bytes32",
|
|
511
|
+
name: "",
|
|
512
|
+
type: "bytes32",
|
|
513
|
+
},
|
|
514
|
+
],
|
|
515
|
+
stateMutability: "pure",
|
|
516
|
+
type: "function",
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
inputs: [
|
|
520
|
+
{
|
|
521
|
+
internalType: "address[]",
|
|
522
|
+
name: "targets",
|
|
523
|
+
type: "address[]",
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
internalType: "uint256[]",
|
|
527
|
+
name: "values",
|
|
528
|
+
type: "uint256[]",
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
internalType: "bytes[]",
|
|
532
|
+
name: "payloads",
|
|
533
|
+
type: "bytes[]",
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
internalType: "bytes32",
|
|
537
|
+
name: "predecessor",
|
|
538
|
+
type: "bytes32",
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
internalType: "bytes32",
|
|
542
|
+
name: "salt",
|
|
543
|
+
type: "bytes32",
|
|
544
|
+
},
|
|
545
|
+
],
|
|
546
|
+
name: "hashOperationBatch",
|
|
547
|
+
outputs: [
|
|
548
|
+
{
|
|
549
|
+
internalType: "bytes32",
|
|
550
|
+
name: "",
|
|
551
|
+
type: "bytes32",
|
|
552
|
+
},
|
|
553
|
+
],
|
|
554
|
+
stateMutability: "pure",
|
|
555
|
+
type: "function",
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
inputs: [
|
|
559
|
+
{
|
|
560
|
+
internalType: "bytes32",
|
|
561
|
+
name: "id",
|
|
562
|
+
type: "bytes32",
|
|
563
|
+
},
|
|
564
|
+
],
|
|
565
|
+
name: "isOperation",
|
|
566
|
+
outputs: [
|
|
567
|
+
{
|
|
568
|
+
internalType: "bool",
|
|
569
|
+
name: "",
|
|
570
|
+
type: "bool",
|
|
571
|
+
},
|
|
572
|
+
],
|
|
573
|
+
stateMutability: "view",
|
|
574
|
+
type: "function",
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
inputs: [
|
|
578
|
+
{
|
|
579
|
+
internalType: "bytes32",
|
|
580
|
+
name: "id",
|
|
581
|
+
type: "bytes32",
|
|
582
|
+
},
|
|
583
|
+
],
|
|
584
|
+
name: "isOperationDone",
|
|
585
|
+
outputs: [
|
|
586
|
+
{
|
|
587
|
+
internalType: "bool",
|
|
588
|
+
name: "",
|
|
589
|
+
type: "bool",
|
|
590
|
+
},
|
|
591
|
+
],
|
|
592
|
+
stateMutability: "view",
|
|
593
|
+
type: "function",
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
inputs: [
|
|
597
|
+
{
|
|
598
|
+
internalType: "bytes32",
|
|
599
|
+
name: "id",
|
|
600
|
+
type: "bytes32",
|
|
601
|
+
},
|
|
602
|
+
],
|
|
603
|
+
name: "isOperationPending",
|
|
604
|
+
outputs: [
|
|
605
|
+
{
|
|
606
|
+
internalType: "bool",
|
|
607
|
+
name: "",
|
|
608
|
+
type: "bool",
|
|
609
|
+
},
|
|
610
|
+
],
|
|
611
|
+
stateMutability: "view",
|
|
612
|
+
type: "function",
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
inputs: [
|
|
616
|
+
{
|
|
617
|
+
internalType: "bytes32",
|
|
618
|
+
name: "id",
|
|
619
|
+
type: "bytes32",
|
|
620
|
+
},
|
|
621
|
+
],
|
|
622
|
+
name: "isOperationReady",
|
|
623
|
+
outputs: [
|
|
624
|
+
{
|
|
625
|
+
internalType: "bool",
|
|
626
|
+
name: "",
|
|
627
|
+
type: "bool",
|
|
628
|
+
},
|
|
629
|
+
],
|
|
630
|
+
stateMutability: "view",
|
|
631
|
+
type: "function",
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
inputs: [
|
|
635
|
+
{
|
|
636
|
+
internalType: "address",
|
|
637
|
+
name: "",
|
|
638
|
+
type: "address",
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
internalType: "address",
|
|
642
|
+
name: "",
|
|
643
|
+
type: "address",
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
internalType: "uint256[]",
|
|
647
|
+
name: "",
|
|
648
|
+
type: "uint256[]",
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
internalType: "uint256[]",
|
|
652
|
+
name: "",
|
|
653
|
+
type: "uint256[]",
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
internalType: "bytes",
|
|
657
|
+
name: "",
|
|
658
|
+
type: "bytes",
|
|
659
|
+
},
|
|
660
|
+
],
|
|
661
|
+
name: "onERC1155BatchReceived",
|
|
662
|
+
outputs: [
|
|
663
|
+
{
|
|
664
|
+
internalType: "bytes4",
|
|
665
|
+
name: "",
|
|
666
|
+
type: "bytes4",
|
|
667
|
+
},
|
|
668
|
+
],
|
|
669
|
+
stateMutability: "nonpayable",
|
|
670
|
+
type: "function",
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
inputs: [
|
|
674
|
+
{
|
|
675
|
+
internalType: "address",
|
|
676
|
+
name: "",
|
|
677
|
+
type: "address",
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
internalType: "address",
|
|
681
|
+
name: "",
|
|
682
|
+
type: "address",
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
internalType: "uint256",
|
|
686
|
+
name: "",
|
|
687
|
+
type: "uint256",
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
internalType: "uint256",
|
|
691
|
+
name: "",
|
|
692
|
+
type: "uint256",
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
internalType: "bytes",
|
|
696
|
+
name: "",
|
|
697
|
+
type: "bytes",
|
|
698
|
+
},
|
|
699
|
+
],
|
|
700
|
+
name: "onERC1155Received",
|
|
701
|
+
outputs: [
|
|
702
|
+
{
|
|
703
|
+
internalType: "bytes4",
|
|
704
|
+
name: "",
|
|
705
|
+
type: "bytes4",
|
|
706
|
+
},
|
|
707
|
+
],
|
|
708
|
+
stateMutability: "nonpayable",
|
|
709
|
+
type: "function",
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
inputs: [
|
|
713
|
+
{
|
|
714
|
+
internalType: "address",
|
|
715
|
+
name: "",
|
|
716
|
+
type: "address",
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
internalType: "address",
|
|
720
|
+
name: "",
|
|
721
|
+
type: "address",
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
internalType: "uint256",
|
|
725
|
+
name: "",
|
|
726
|
+
type: "uint256",
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
internalType: "bytes",
|
|
730
|
+
name: "",
|
|
731
|
+
type: "bytes",
|
|
732
|
+
},
|
|
733
|
+
],
|
|
734
|
+
name: "onERC721Received",
|
|
735
|
+
outputs: [
|
|
736
|
+
{
|
|
737
|
+
internalType: "bytes4",
|
|
738
|
+
name: "",
|
|
739
|
+
type: "bytes4",
|
|
740
|
+
},
|
|
741
|
+
],
|
|
742
|
+
stateMutability: "nonpayable",
|
|
743
|
+
type: "function",
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
inputs: [
|
|
747
|
+
{
|
|
748
|
+
internalType: "bytes32",
|
|
749
|
+
name: "role",
|
|
750
|
+
type: "bytes32",
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
internalType: "address",
|
|
754
|
+
name: "account",
|
|
755
|
+
type: "address",
|
|
756
|
+
},
|
|
757
|
+
],
|
|
758
|
+
name: "renounceRole",
|
|
759
|
+
outputs: [],
|
|
760
|
+
stateMutability: "nonpayable",
|
|
761
|
+
type: "function",
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
inputs: [
|
|
765
|
+
{
|
|
766
|
+
internalType: "bytes32",
|
|
767
|
+
name: "role",
|
|
768
|
+
type: "bytes32",
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
internalType: "address",
|
|
772
|
+
name: "account",
|
|
773
|
+
type: "address",
|
|
774
|
+
},
|
|
775
|
+
],
|
|
776
|
+
name: "revokeRole",
|
|
777
|
+
outputs: [],
|
|
778
|
+
stateMutability: "nonpayable",
|
|
779
|
+
type: "function",
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
inputs: [
|
|
783
|
+
{
|
|
784
|
+
internalType: "address",
|
|
785
|
+
name: "target",
|
|
786
|
+
type: "address",
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
internalType: "uint256",
|
|
790
|
+
name: "value",
|
|
791
|
+
type: "uint256",
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
internalType: "bytes",
|
|
795
|
+
name: "data",
|
|
796
|
+
type: "bytes",
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
internalType: "bytes32",
|
|
800
|
+
name: "predecessor",
|
|
801
|
+
type: "bytes32",
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
internalType: "bytes32",
|
|
805
|
+
name: "salt",
|
|
806
|
+
type: "bytes32",
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
internalType: "uint256",
|
|
810
|
+
name: "delay",
|
|
811
|
+
type: "uint256",
|
|
812
|
+
},
|
|
813
|
+
],
|
|
814
|
+
name: "schedule",
|
|
815
|
+
outputs: [],
|
|
816
|
+
stateMutability: "nonpayable",
|
|
817
|
+
type: "function",
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
inputs: [
|
|
821
|
+
{
|
|
822
|
+
internalType: "address[]",
|
|
823
|
+
name: "targets",
|
|
824
|
+
type: "address[]",
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
internalType: "uint256[]",
|
|
828
|
+
name: "values",
|
|
829
|
+
type: "uint256[]",
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
internalType: "bytes[]",
|
|
833
|
+
name: "payloads",
|
|
834
|
+
type: "bytes[]",
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
internalType: "bytes32",
|
|
838
|
+
name: "predecessor",
|
|
839
|
+
type: "bytes32",
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
internalType: "bytes32",
|
|
843
|
+
name: "salt",
|
|
844
|
+
type: "bytes32",
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
internalType: "uint256",
|
|
848
|
+
name: "delay",
|
|
849
|
+
type: "uint256",
|
|
850
|
+
},
|
|
851
|
+
],
|
|
852
|
+
name: "scheduleBatch",
|
|
853
|
+
outputs: [],
|
|
854
|
+
stateMutability: "nonpayable",
|
|
855
|
+
type: "function",
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
inputs: [
|
|
859
|
+
{
|
|
860
|
+
internalType: "bytes4",
|
|
861
|
+
name: "interfaceId",
|
|
862
|
+
type: "bytes4",
|
|
863
|
+
},
|
|
864
|
+
],
|
|
865
|
+
name: "supportsInterface",
|
|
866
|
+
outputs: [
|
|
867
|
+
{
|
|
868
|
+
internalType: "bool",
|
|
869
|
+
name: "",
|
|
870
|
+
type: "bool",
|
|
871
|
+
},
|
|
872
|
+
],
|
|
873
|
+
stateMutability: "view",
|
|
874
|
+
type: "function",
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
inputs: [
|
|
878
|
+
{
|
|
879
|
+
internalType: "uint256",
|
|
880
|
+
name: "newDelay",
|
|
881
|
+
type: "uint256",
|
|
882
|
+
},
|
|
883
|
+
],
|
|
884
|
+
name: "updateDelay",
|
|
885
|
+
outputs: [],
|
|
886
|
+
stateMutability: "nonpayable",
|
|
887
|
+
type: "function",
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
stateMutability: "payable",
|
|
891
|
+
type: "receive",
|
|
892
|
+
},
|
|
893
|
+
];
|
|
894
|
+
const _bytecode = "0x6040608081523462000403576200227690813803806200001f8162000408565b93843982016060838203126200040357825192602090818101519260018060401b03938481116200040357816200005891840162000444565b9385830151908111620004035762000071920162000444565b7f5f58e3a2316349923ce3780f8d587db2d72378aed66a8261c916544fa6846ca5926000938085528484526001918287872001908282549255827fbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff9281848a80a483887fb09aa5aeb3702cfd50b6b62bc4532604938f21248a27a1d5ca736082b6819cc1808a528583838c2001818154915582878d80a4857fd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e6395868c52818c8883888884200192848454945580a48b857ffd643c72710c63c0180259aba6b2d05451e3591a24e58b62239378085726f78395828780945220019183835493558d80a4858a528a8a20308b52895260ff95868c8c20541615620003cb575b3362000379575b508a8a845b6200027d575b508a94505050505b620001ef575b877f11c24f4ead16507c69ac467fbd5e4eed5fb5c699626d2cc6d66421df253886d581898c8a816002558351928352820152a151611d4790816200050f8239f35b84518110156200027757839062000238906001600160a01b03620002148289620004e3565b5116848a528989528a8a20818b528952858b8b205416156200023f575b50620004bd565b90620001a8565b848a528989528a8a20818b5289528a8a20805460ff191685179055339085600080516020620022568339815191528c80a43862000231565b620001ae565b8b8b87518310156200037157620002f693826001600160a01b0380620002a4878d620004e3565b511688835282855283832081845285528d84842054161562000339575b50620002ce868c620004e3565b511692888252528d81842090838552528d8b828520541615620002ff575b50505050620004bd565b8b90846200019a565b8390888252528d818420908385525282208760ff198254161790558560008051602062002256833981519152339380a48b388e8d620002ec565b8883528285528383208184528552838320805460ff19168c179055339089600080516020620022568339815191528580a438620002c1565b5050620001a0565b808b528a8a528b8b20338c528a52868c8c2054166200019557808b528a8a528b8b20338c528a528b8b208460ff1982541617905533903390600080516020620022568339815191528d80a43862000195565b808b528a8a528b8b20308c528a528b8b208460ff19825416179055338b8260008051602062002256833981519152309280a46200018e565b600080fd5b6040519190601f01601f191682016001600160401b038111838210176200042e57604052565b634e487b7160e01b600052604160045260246000fd5b81601f8201121562000403578051916001600160401b0383116200042e578260051b60209283806200047881850162000408565b80978152019282010192831162000403578301905b8282106200049c575050505090565b81516001600160a01b0381168103620004035781529083019083016200048d565b6000198114620004cd5760010190565b634e487b7160e01b600052601160045260246000fd5b8051821015620004f85760209160051b010190565b634e487b7160e01b600052603260045260246000fdfe608060405260048036101561001d575b50361561001b57600080fd5b005b600090813560e01c90816301d5062a14610dcd57816301ffc9a714610d5d57816307bd026514610d345781630d3cf6fc14610cf9578163134008d314610c5757816313bc9f2014610c39578163150b7a0214610be3578163248a9ca314610bb75781632ab0f52914610b8a5781632f2ff15d14610adb57816331d5075014610aaf57816336568abe14610a1e578163584b153e146109e757816364d62353146109395781638065657f146109195781638f2a0bb0146107cc5781638f61f4f51461079157816391d1485414610748578163a217fddf1461072c578163b08e51c0146106f1578163b1c5f427146106c6578163bc197c811461063b578163c4d252f514610358578163d45c44351461032e578163d547741f146102ef578163e38335e5146101d8578163f23a6e611461017a575063f27a0c920361000f57346101775780600319360112610177576020600254604051908152f35b80fd5b9050346101d45760a03660031901126101d457610195610eaa565b5061019e610ec5565b506084356001600160401b0381116101d0576101bd9250369101610fc3565b5060405163f23a6e6160e01b8152602090f35b8280fd5b5080fd5b8261024b60ff6040610244846101ed3661103a565b92848688849f989c979a9e8f90859f8e899f600080516020611cf2833981519152909a999a5280602052818120818052602052205416156102e1575b610234848314611801565b61023f868314611801565b61168b565b9788611b1e565b875b818110610261578861025e89611bb4565b80f35b8080897fc2617efa69bab66782fa219543714338489c4e9e178271560a91b82c3f612b5889896102d46102bb868f6102b4828f928f908f6102dc9f6102a9916102ae9361187e565b6118a4565b9761187e565b35956118b8565b906102c882828787611a10565b604051948594856119e9565b0390a3611859565b61024d565b6102ea33611326565b610229565b9050346101d45760403660031901126101d45761025e903561030f610ec5565b908084528360205261032960016040862001543390611465565b61157d565b9050346101d45760203660031901126101d457602091604091358152600183522054604051908152f35b9050346101d4576020806003193601126101d0578135917ffd643c72710c63c0180259aba6b2d05451e3591a24e58b62239378085726f78380855284835260408520338652835260ff6040862054161561045b57506103c583600052600160205260016040600020541190565b156103ff5750600190828452528160408120557fbaa1eb22f2a492ba1a5fea61b8df4d27c6c8b5f3971e63bb58fa14ff72eedb708280a280f35b6084916040519162461bcd60e51b8352820152603160248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e2063616044820152701b9b9bdd0818994818d85b98d95b1b1959607a1b6064820152fd5b8461046533611be3565b916040519061047382610f56565b6042825285820192606036853782511561062857603084538251906001918210156106155790607860218501536041915b8183116105aa57505050610568576044939291610536604861055a936040519384916105278b84019876020b1b1b2b9b9a1b7b73a3937b61d1030b1b1b7bab73a1604d1b8a526104fe8d8251928391603789019101611101565b8401917001034b99036b4b9b9b4b733903937b6329607d1b603784015251809386840190611101565b01036028810184520182610f87565b60405195869462461bcd60e51b865285015251809281602486015285850190611101565b601f01601f19168101030190fd5b60648486806040519262461bcd60e51b845283015260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152fd5b909192600f81166010811015610602576f181899199a1a9b1b9c1cb0b131b232b360811b901a6105da8587611bd2565b53871c9280156105ef576000190191906104a4565b634e487b7160e01b825260118852602482fd5b634e487b7160e01b835260328952602483fd5b634e487b7160e01b815260328752602490fd5b634e487b7160e01b815260328652602490fd5b9050346101d45760a03660031901126101d457610656610eaa565b5061065f610ec5565b506001600160401b036044358181116106c25761067f903690840161109b565b506064358181116106c257610697903690840161109b565b506084359081116101d0576106af9250369101610fc3565b5060405163bc197c8160e01b8152602090f35b8380fd5b82346101775760206106e96106da3661103a565b9695909594919493929361168b565b604051908152f35b823461017757806003193601126101775760206040517ffd643c72710c63c0180259aba6b2d05451e3591a24e58b62239378085726f7838152f35b8234610177578060031936011261017757602090604051908152f35b9050346101d45760403660031901126101d457604060209260ff9261076b610ec5565b903582528185528282206001600160a01b03909116825284522054604051911615158152f35b823461017757806003193601126101775760206040517fb09aa5aeb3702cfd50b6b62bc4532604938f21248a27a1d5ca736082b6819cc18152f35b9050346101d45760c03660031901126101d4576001600160401b039080358281116106c2576107fe903690830161100a565b9260243581811161091557610816903690850161100a565b919093604435918211610911576108328491869336910161100a565b6064949194359161085489848489856084359d8e9560a4359b61022933611124565b9861085f858b6118f9565b898b5b8281106108a6578c828c80610875578280f35b60207f20fda5fd27a1ea7bf5b9567f143ac5470bb059374a27e8f67cb44f946f6d038791604051908152a281808280f35b8061090a927f4cf4410cc57040e44862ef0f45f3dd5a5e02db8eb8add648d4b0e236f1d07dca8b8b6102d48f8c6108fd8f928e6108f68f8f906108f06102a98f809794819561187e565b9961187e565b35976118b8565b90604051968796876117c9565b8a90610862565b8680fd5b8580fd5b82346101775760206106e961092d36610f08565b94939093929192611636565b9050346101d45760203660031901126101d45780359030330361098f57507f11c24f4ead16507c69ac467fbd5e4eed5fb5c699626d2cc6d66421df253886d560406002548151908152836020820152a160025580f35b60849060206040519162461bcd60e51b8352820152602b60248201527f54696d656c6f636b436f6e74726f6c6c65723a2063616c6c6572206d7573742060448201526a62652074696d656c6f636b60a81b6064820152fd5b8234610177576020366003190112610177576020610a148335600052600160205260016040600020541190565b6040519015158152f35b823461017757604036600319011261017757610a38610ec5565b336001600160a01b03821603610a535761025e91923561157d565b60405162461bcd60e51b8152602081850152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b6064820152608490fd5b8234610177576020366003190112610177576020610a1483356000526001602052604060002054151590565b9050346101d45760403660031901126101d45735610af7610ec5565b81835282602052610b1060016040852001543390611465565b818352602083815260408085206001600160a01b039093168086529290915283205460ff1615610b3e578280f35b818352826020526040832081845260205260408320600160ff1982541617905533917f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d8480a438808280f35b8234610177576020366003190112610177576020610a148335600052600160205260016040600020541490565b9050346101d45760203660031901126101d4576040602092600192358152808452200154604051908152f35b9050346101d45760803660031901126101d457610bfe610eaa565b50610c07610ec5565b506064356001600160401b0381116101d057610c269250369101610fc3565b50604051630a85bd0160e11b8152602090f35b8234610177576020366003190112610177576020610a1483356115f1565b8261025e610cd782610ce37fc2617efa69bab66782fa219543714338489c4e9e178271560a91b82c3f612b58610cce610c8f36610f08565b600080516020611cf28339815191528a9995979299949394528960205260408a208a805260205260ff60408b20541615610ceb575b8884848989611636565b98899788611b1e565b6102c882828787611a10565b0390a3611bb4565b610cf433611326565b610cc4565b823461017757806003193601126101775760206040517f5f58e3a2316349923ce3780f8d587db2d72378aed66a8261c916544fa6846ca58152f35b82346101775780600319360112610177576020604051600080516020611cf28339815191528152f35b9050346101d45760203660031901126101d4573563ffffffff60e01b81168091036101d457602090630271189760e51b8114908115610da2575b506040519015158152f35b637965db0b60e01b811491508115610dbc575b5082610d97565b6301ffc9a760e01b14905082610db5565b9050346101d45760c03660031901126101d457610de8610eaa565b826024356044356001600160401b0381116101d0577f4cf4410cc57040e44862ef0f45f3dd5a5e02db8eb8add648d4b0e236f1d07dca94610e2b91369101610edb565b94909160643594610e6d6084359660a43590610e4633611124565b610e5489828c8a8989611636565b998a97610e61848a6118f9565b604051968796876117c9565b0390a380610e79578280f35b60207f20fda5fd27a1ea7bf5b9567f143ac5470bb059374a27e8f67cb44f946f6d038791604051908152a238808280f35b600435906001600160a01b0382168203610ec057565b600080fd5b602435906001600160a01b0382168203610ec057565b9181601f84011215610ec0578235916001600160401b038311610ec05760208381860195010111610ec057565b60a0600319820112610ec0576004356001600160a01b0381168103610ec0579160243591604435906001600160401b038211610ec057610f4a91600401610edb565b90916064359060843590565b608081019081106001600160401b03821117610f7157604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b03821117610f7157604052565b6001600160401b038111610f7157601f01601f191660200190565b81601f82011215610ec057803590610fda82610fa8565b92610fe86040519485610f87565b82845260208383010111610ec057816000926020809301838601378301015290565b9181601f84011215610ec0578235916001600160401b038311610ec0576020808501948460051b010111610ec057565b9060a0600319830112610ec0576001600160401b03600435818111610ec057836110669160040161100a565b93909392602435838111610ec057826110819160040161100a565b93909392604435918211610ec057610f4a9160040161100a565b9080601f83011215610ec0578135906001600160401b038211610f71578160051b604051936020936110cf85840187610f87565b85528380860192820101928311610ec0578301905b8282106110f2575050505090565b813581529083019083016110e4565b60005b8381106111145750506000910152565b8181015183820152602001611104565b6001600160a01b031660008181527f3412d5605ac6cd444957cedb533e5dacad6378b4bc819ebe3652188a665066d5602090815260408083205490937fb09aa5aeb3702cfd50b6b62bc4532604938f21248a27a1d5ca736082b6819cc19160ff1615611191575050505050565b61119a90611be3565b908451906111a782610f56565b6042825283820194606036873782511561131257603086538251906001918210156113125790607860218501536041915b8183116112a457505050611262578461123e604861055a93604497985198899161122f8984019876020b1b1b2b9b9a1b7b73a3937b61d1030b1b1b7bab73a1604d1b8a526104fe815180928d603789019101611101565b01036028810189520187610f87565b5194859362461bcd60e51b8552600485015251809281602486015285850190611101565b60648386519062461bcd60e51b825280600483015260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152fd5b909192600f811660108110156112fe576f181899199a1a9b1b9c1cb0b131b232b360811b901a6112d48587611bd2565b5360041c9280156112ea576000190191906111d8565b634e487b7160e01b82526011600452602482fd5b634e487b7160e01b83526032600452602483fd5b634e487b7160e01b81526032600452602490fd5b6001600160a01b031660008181527fdae2aa361dfd1ca020a396615627d436107c35eff9fe7738a3512819782d706960209081526040808320549093600080516020611cf28339815191529160ff1615611381575050505050565b61138a90611be3565b9084519061139782610f56565b6042825283820194606036873782511561131257603086538251906001918210156113125790607860218501536041915b81831161141f57505050611262578461123e604861055a93604497985198899161122f8984019876020b1b1b2b9b9a1b7b73a3937b61d1030b1b1b7bab73a1604d1b8a526104fe815180928d603789019101611101565b909192600f811660108110156112fe576f181899199a1a9b1b9c1cb0b131b232b360811b901a61144f8587611bd2565b5360041c9280156112ea576000190191906113c8565b6000908082526020908282526040938484209060018060a01b031690818552835260ff858520541615611499575050505050565b6114a290611be3565b908451906114af82610f56565b6042825283820194606036873782511561131257603086538251906001918210156113125790607860218501536041915b81831161153757505050611262578461123e604861055a93604497985198899161122f8984019876020b1b1b2b9b9a1b7b73a3937b61d1030b1b1b7bab73a1604d1b8a526104fe815180928d603789019101611101565b909192600f811660108110156112fe576f181899199a1a9b1b9c1cb0b131b232b360811b901a6115678587611bd2565b5360041c9280156112ea576000190191906114e0565b9060009180835282602052604083209160018060a01b03169182845260205260ff6040842054166115ad57505050565b80835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4565b600052600160205260406000205460018111908161160d575090565b905042101590565b908060209392818452848401376000828201840152601f01601f1916010190565b9461166c61168594959293604051968795602087019960018060a01b03168a52604087015260a0606087015260c0860191611615565b91608084015260a083015203601f198101835282610f87565b51902090565b969294909695919560405196602091828901998060c08b0160a08d525260e08a01919060005b8181106117a157505050601f19898203810160408b0152888252976001600160fb1b038111610ec0579089969495939897929160051b80928a830137019380888601878703606089015252604085019460408260051b82010195836000925b848410611738575050505050506116859550608084015260a083015203908101835282610f87565b9193969850919398999496603f198282030184528935601e1984360301811215610ec05783018681019190356001600160401b038111610ec0578036038313610ec05761178a88928392600195611615565b9b0194019401918b98969394919a9997959a611710565b90919283359060018060a01b038216809203610ec057908152850192850191906001016116b1565b9290936117f7926080959897969860018060a01b03168552602085015260a0604085015260a0840191611615565b9460608201520152565b1561180857565b60405162461bcd60e51b815260206004820152602360248201527f54696d656c6f636b436f6e74726f6c6c65723a206c656e677468206d69736d616044820152620e8c6d60eb1b6064820152608490fd5b60001981146118685760010190565b634e487b7160e01b600052601160045260246000fd5b919081101561188e5760051b0190565b634e487b7160e01b600052603260045260246000fd5b356001600160a01b0381168103610ec05790565b919081101561188e5760051b81013590601e1981360301821215610ec05701908135916001600160401b038311610ec0576020018236038113610ec0579190565b90611911826000526001602052604060002054151590565b61198c57600254811061193857420190814211611868576000526001602052604060002055565b60405162461bcd60e51b815260206004820152602660248201527f54696d656c6f636b436f6e74726f6c6c65723a20696e73756666696369656e746044820152652064656c617960d01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602f60248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e20616c60448201526e1c9958591e481cd8da19591d5b1959608a1b6064820152608490fd5b611a0d949260609260018060a01b0316825260208201528160408201520191611615565b90565b90926000938493826040519384928337810185815203925af13d15611aba573d611a3981610fa8565b90611a476040519283610f87565b8152600060203d92013e5b15611a5957565b60405162461bcd60e51b815260206004820152603360248201527f54696d656c6f636b436f6e74726f6c6c65723a20756e6465726c79696e6720746044820152721c985b9cd858dd1a5bdb881c995d995c9d1959606a1b6064820152608490fd5b611a52565b15611ac657565b60405162461bcd60e51b815260206004820152602a60248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e206973604482015269206e6f7420726561647960b01b6064820152608490fd5b611b2a611b2f916115f1565b611abf565b8015908115611b95575b5015611b4157565b60405162461bcd60e51b815260206004820152602660248201527f54696d656c6f636b436f6e74726f6c6c65723a206d697373696e6720646570656044820152656e64656e637960d01b6064820152608490fd5b611bae9150600052600160205260016040600020541490565b38611b39565b611bc0611b2a826115f1565b60005260016020526001604060002055565b90815181101561188e570160200190565b60405190606082018281106001600160401b03821117610f7157604052602a825260208201604036823782511561188e5760309053815160019081101561188e57607860218401536029905b808211611c83575050611c3f5790565b606460405162461bcd60e51b815260206004820152602060248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152fd5b9091600f81166010811015611cdc576f181899199a1a9b1b9c1cb0b131b232b360811b901a611cb28486611bd2565b5360041c918015611cc7576000190190611c2f565b60246000634e487b7160e01b81526011600452fd5b60246000634e487b7160e01b81526032600452fdfed8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63a264697066735822122006c2d562372722c7b780480cfe46f3bd52ef76a4ee809c7826485a9414cf435d64736f6c634300081300332f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d";
|
|
895
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
896
|
+
class Timelock__factory extends ethers_1.ContractFactory {
|
|
897
|
+
constructor(...args) {
|
|
898
|
+
if (isSuperArgs(args)) {
|
|
899
|
+
super(...args);
|
|
900
|
+
}
|
|
901
|
+
else {
|
|
902
|
+
super(_abi, _bytecode, args[0]);
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
getDeployTransaction(minDelay, proposers, executors, overrides) {
|
|
906
|
+
return super.getDeployTransaction(minDelay, proposers, executors, overrides || {});
|
|
907
|
+
}
|
|
908
|
+
deploy(minDelay, proposers, executors, overrides) {
|
|
909
|
+
return super.deploy(minDelay, proposers, executors, overrides || {});
|
|
910
|
+
}
|
|
911
|
+
connect(runner) {
|
|
912
|
+
return super.connect(runner);
|
|
913
|
+
}
|
|
914
|
+
static createInterface() {
|
|
915
|
+
return new ethers_1.Interface(_abi);
|
|
916
|
+
}
|
|
917
|
+
static connect(address, runner) {
|
|
918
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
exports.Timelock__factory = Timelock__factory;
|
|
922
|
+
Timelock__factory.bytecode = _bytecode;
|
|
923
|
+
Timelock__factory.abi = _abi;
|
|
924
|
+
//# sourceMappingURL=Timelock__factory.js.map
|