@ercworldio/blockchain-shared 1.0.3-dev.1-PROJ-1296.0 → 1.0.3-dev.3
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/build/chains/networks_prod-bu.json +5 -2
- package/build/chains/networks_prod-dz.json +10 -9
- package/build/chains/networks_stg-bu.json +2 -1
- package/build/chains/networks_stg-dz.json +2 -1
- package/build/chains/networks_stg-sh.json +2 -1
- package/build/chains/networks_stg-yb.json +2 -1
- package/build/contracts/artifacts/Escrow.json +490 -1979
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts +6 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +76 -761
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts +17 -65
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/index.d.ts +0 -2
- package/build/contracts/typechain-types/contracts/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.js +7 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +12 -286
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +12 -374
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +1 -137
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +1 -182
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +96 -1245
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +241 -1730
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/index.d.ts +0 -1
- package/build/contracts/typechain-types/factories/contracts/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/index.js +1 -2
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.js +1 -1
- package/build/contracts/typechain-types/index.d.ts +10 -4
- package/build/contracts/typechain-types/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/index.js +11 -5
- package/build/errors/errors.d.ts +3 -0
- package/build/errors/errors.d.ts.map +1 -1
- package/build/errors/errors.js +6 -0
- package/package.json +1 -1
- package/build/contracts/typechain-types/contracts/lib/Events.d.ts +0 -386
- package/build/contracts/typechain-types/contracts/lib/Events.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/Events.js +0 -2
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts +0 -21
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.js +0 -2
- package/build/contracts/typechain-types/contracts/lib/index.d.ts +0 -3
- package/build/contracts/typechain-types/contracts/lib/index.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/index.js +0 -2
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts +0 -373
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.js +0 -473
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts +0 -55
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.js +0 -82
- package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts +0 -3
- package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/index.js +0 -10
- package/build/entities/AdminOperationThresholds.d.ts +0 -12
- package/build/entities/AdminOperationThresholds.d.ts.map +0 -1
- package/build/entities/AdminOperationThresholds.js +0 -56
- package/build/entities/EscrowRoles.d.ts +0 -12
- package/build/entities/EscrowRoles.d.ts.map +0 -1
- package/build/entities/EscrowRoles.js +0 -57
- package/build/entities/GlobalTimelock.d.ts +0 -14
- package/build/entities/GlobalTimelock.d.ts.map +0 -1
- package/build/entities/GlobalTimelock.js +0 -64
- package/build/entities/GranularTimelock .d.ts +0 -12
- package/build/entities/GranularTimelock .d.ts.map +0 -1
- package/build/entities/GranularTimelock .js +0 -56
- package/build/entities/OperationType.d.ts +0 -18
- package/build/entities/OperationType.d.ts.map +0 -1
- package/build/entities/OperationType.js +0 -50
- package/build/entities/RoleHash.d.ts +0 -11
- package/build/entities/RoleHash.d.ts.map +0 -1
- package/build/entities/RoleHash.js +0 -52
- package/build/entities/Signatures.d.ts +0 -16
- package/build/entities/Signatures.d.ts.map +0 -1
- package/build/entities/Signatures.js +0 -72
- package/build/entities/TokenExecutionThresholds.d.ts +0 -16
- package/build/entities/TokenExecutionThresholds.d.ts.map +0 -1
- package/build/entities/TokenExecutionThresholds.js +0 -72
package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
14
14
|
deploymentTransaction(): ContractTransactionResponse;
|
|
15
15
|
}>;
|
|
16
16
|
connect(runner: ContractRunner | null): EscrowAccessControl__factory;
|
|
17
|
-
static readonly bytecode = "
|
|
17
|
+
static readonly bytecode = "0x6080604052348015600e575f5ffd5b506107908061001c5f395ff3fe608060405234801561000f575f5ffd5b50600436106100cb575f3560e01c80638f28397011610088578063b3ab15fb11610063578063b3ab15fb146101a2578063c4707a83146101b5578063d547741f146101c9578063f5b541a6146101dc575f5ffd5b80638f2839701461017557806391d1485414610188578063a217fddf1461019b575f5ffd5b806301ffc9a7146100cf578063248a9ca3146100f75780632f2ff15d1461012757806336568abe1461013c5780633aa98a941461014f578063518713d214610162575b5f5ffd5b6100e26100dd366004610637565b6101f0565b60405190151581526020015b60405180910390f35b610119610105366004610665565b5f9081526020819052604090206001015490565b6040519081526020016100ee565b61013a610135366004610697565b610226565b005b61013a61014a366004610697565b610250565b61013a61015d3660046106c1565b610288565b6100e2610170366004610701565b61032b565b61013a610183366004610701565b610353565b6100e2610196366004610697565b6103b2565b6101195f81565b61013a6101b0366004610701565b6103da565b6101195f51602061071b5f395f51905f5281565b61013a6101d7366004610697565b610460565b6101195f51602061073b5f395f51905f5281565b5f6001600160e01b03198216637965db0b60e01b148061022057506301ffc9a760e01b6001600160e01b03198316145b92915050565b5f8281526020819052604090206001015461024081610484565b61024a8383610491565b50505050565b6001600160a01b03811633146102795760405163334bd91960e11b815260040160405180910390fd5b6102838282610520565b505050565b610290610589565b600180546001600160a01b0319166001600160a01b0385161790556102b55f836103b2565b6102c5576102c35f83610491565b505b6102dc5f51602061073b5f395f51905f52846103b2565b6102f9576102f75f51602061073b5f395f51905f5284610491565b505b6103105f51602061071b5f395f51905f52826103b2565b6102835761024a5f51602061071b5f395f51905f5282610491565b5f61033681836103b2565b8061022057506102205f51602061071b5f395f51905f52836103b2565b61035d5f336103b2565b61037a57604051637bfa4b9f60e01b815260040160405180910390fd5b6103845f33610520565b5061038f5f82610491565b50600280546001600160a01b0319166001600160a01b0392909216919091179055565b5f918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6103e45f336103b2565b61040157604051637bfa4b9f60e01b815260040160405180910390fd5b600154610425905f51602061073b5f395f51905f52906001600160a01b0316610520565b5061043d5f51602061073b5f395f51905f5282610491565b50600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f8281526020819052604090206001015461047a81610484565b61024a8383610520565b61048e81336105b0565b50565b5f61049c83836103b2565b610519575f838152602081815260408083206001600160a01b03861684529091529020805460ff191660011790556104d13390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a4506001610220565b505f610220565b5f61052b83836103b2565b15610519575f838152602081815260408083206001600160a01b0386168085529252808320805460ff1916905551339286917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a4506001610220565b6105916105f1565b6105ae57604051631afcd79f60e31b815260040160405180910390fd5b565b6105ba82826103b2565b6105ed5760405163e2517d3f60e01b81526001600160a01b03821660048201526024810183905260440160405180910390fd5b5050565b5f6105fa61060f565b5468010000000000000000900460ff16919050565b5f807ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00610220565b5f60208284031215610647575f5ffd5b81356001600160e01b03198116811461065e575f5ffd5b9392505050565b5f60208284031215610675575f5ffd5b5035919050565b80356001600160a01b0381168114610692575f5ffd5b919050565b5f5f604083850312156106a8575f5ffd5b823591506106b86020840161067c565b90509250929050565b5f5f5f606084860312156106d3575f5ffd5b6106dc8461067c565b92506106ea6020850161067c565b91506106f86040850161067c565b90509250925092565b5f60208284031215610711575f5ffd5b61065e8261067c56fe9d98d3d08f0062b192694645e127c98e5f96f3bbec331d061acaac3ace2327f997667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929a2646970667358221220f3d2d851788be38bc58c9c71ca5da6addb98c5838882eb94bd33c8faddaa6a1864736f6c634300081c0033";
|
|
18
18
|
static readonly abi: readonly [{
|
|
19
19
|
readonly inputs: readonly [];
|
|
20
20
|
readonly name: "AccessControlBadConfirmation";
|
|
@@ -31,38 +31,6 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
31
31
|
}];
|
|
32
32
|
readonly name: "AccessControlUnauthorizedAccount";
|
|
33
33
|
readonly type: "error";
|
|
34
|
-
}, {
|
|
35
|
-
readonly inputs: readonly [{
|
|
36
|
-
readonly internalType: "address";
|
|
37
|
-
readonly name: "account";
|
|
38
|
-
readonly type: "address";
|
|
39
|
-
}];
|
|
40
|
-
readonly name: "AccountAlreadyHasSignerRole";
|
|
41
|
-
readonly type: "error";
|
|
42
|
-
}, {
|
|
43
|
-
readonly inputs: readonly [];
|
|
44
|
-
readonly name: "AdminMultisigConfigNotSet";
|
|
45
|
-
readonly type: "error";
|
|
46
|
-
}, {
|
|
47
|
-
readonly inputs: readonly [{
|
|
48
|
-
readonly internalType: "uint256";
|
|
49
|
-
readonly name: "requestId";
|
|
50
|
-
readonly type: "uint256";
|
|
51
|
-
}];
|
|
52
|
-
readonly name: "AlreadyCreatedTransaction";
|
|
53
|
-
readonly type: "error";
|
|
54
|
-
}, {
|
|
55
|
-
readonly inputs: readonly [{
|
|
56
|
-
readonly internalType: "bytes32";
|
|
57
|
-
readonly name: "commitmentHash";
|
|
58
|
-
readonly type: "bytes32";
|
|
59
|
-
}];
|
|
60
|
-
readonly name: "CommitmentNotFound";
|
|
61
|
-
readonly type: "error";
|
|
62
|
-
}, {
|
|
63
|
-
readonly inputs: readonly [];
|
|
64
|
-
readonly name: "ConfigGroupNotSet";
|
|
65
|
-
readonly type: "error";
|
|
66
34
|
}, {
|
|
67
35
|
readonly inputs: readonly [];
|
|
68
36
|
readonly name: "ContractBusy";
|
|
@@ -91,10 +59,6 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
91
59
|
}];
|
|
92
60
|
readonly name: "ExceedsLimit";
|
|
93
61
|
readonly type: "error";
|
|
94
|
-
}, {
|
|
95
|
-
readonly inputs: readonly [];
|
|
96
|
-
readonly name: "ExceedsMax";
|
|
97
|
-
readonly type: "error";
|
|
98
62
|
}, {
|
|
99
63
|
readonly inputs: readonly [];
|
|
100
64
|
readonly name: "ExceedsMaxBatch";
|
|
@@ -119,82 +83,18 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
119
83
|
}];
|
|
120
84
|
readonly name: "InsufficientBalance";
|
|
121
85
|
readonly type: "error";
|
|
122
|
-
}, {
|
|
123
|
-
readonly inputs: readonly [{
|
|
124
|
-
readonly internalType: "uint256";
|
|
125
|
-
readonly name: "required";
|
|
126
|
-
readonly type: "uint256";
|
|
127
|
-
}, {
|
|
128
|
-
readonly internalType: "uint256";
|
|
129
|
-
readonly name: "provided";
|
|
130
|
-
readonly type: "uint256";
|
|
131
|
-
}];
|
|
132
|
-
readonly name: "InsufficientExecutiveSigs";
|
|
133
|
-
readonly type: "error";
|
|
134
|
-
}, {
|
|
135
|
-
readonly inputs: readonly [{
|
|
136
|
-
readonly internalType: "uint256";
|
|
137
|
-
readonly name: "required";
|
|
138
|
-
readonly type: "uint256";
|
|
139
|
-
}, {
|
|
140
|
-
readonly internalType: "uint256";
|
|
141
|
-
readonly name: "provided";
|
|
142
|
-
readonly type: "uint256";
|
|
143
|
-
}];
|
|
144
|
-
readonly name: "InsufficientManagerSigs";
|
|
145
|
-
readonly type: "error";
|
|
146
86
|
}, {
|
|
147
87
|
readonly inputs: readonly [];
|
|
148
88
|
readonly name: "InsufficientReserves";
|
|
149
89
|
readonly type: "error";
|
|
150
|
-
}, {
|
|
151
|
-
readonly inputs: readonly [];
|
|
152
|
-
readonly name: "InvalidConfig";
|
|
153
|
-
readonly type: "error";
|
|
154
90
|
}, {
|
|
155
91
|
readonly inputs: readonly [];
|
|
156
92
|
readonly name: "InvalidInitialization";
|
|
157
93
|
readonly type: "error";
|
|
158
|
-
}, {
|
|
159
|
-
readonly inputs: readonly [{
|
|
160
|
-
readonly internalType: "uint256";
|
|
161
|
-
readonly name: "sig_idx";
|
|
162
|
-
readonly type: "uint256";
|
|
163
|
-
}];
|
|
164
|
-
readonly name: "InvalidMultiSig";
|
|
165
|
-
readonly type: "error";
|
|
166
|
-
}, {
|
|
167
|
-
readonly inputs: readonly [{
|
|
168
|
-
readonly internalType: "uint256";
|
|
169
|
-
readonly name: "expected";
|
|
170
|
-
readonly type: "uint256";
|
|
171
|
-
}, {
|
|
172
|
-
readonly internalType: "uint256";
|
|
173
|
-
readonly name: "provided";
|
|
174
|
-
readonly type: "uint256";
|
|
175
|
-
}];
|
|
176
|
-
readonly name: "InvalidNonce";
|
|
177
|
-
readonly type: "error";
|
|
178
|
-
}, {
|
|
179
|
-
readonly inputs: readonly [];
|
|
180
|
-
readonly name: "InvalidOperation";
|
|
181
|
-
readonly type: "error";
|
|
182
94
|
}, {
|
|
183
95
|
readonly inputs: readonly [];
|
|
184
96
|
readonly name: "InvalidSignature";
|
|
185
97
|
readonly type: "error";
|
|
186
|
-
}, {
|
|
187
|
-
readonly inputs: readonly [];
|
|
188
|
-
readonly name: "InvalidSignatures";
|
|
189
|
-
readonly type: "error";
|
|
190
|
-
}, {
|
|
191
|
-
readonly inputs: readonly [{
|
|
192
|
-
readonly internalType: "address";
|
|
193
|
-
readonly name: "tokenAddress";
|
|
194
|
-
readonly type: "address";
|
|
195
|
-
}];
|
|
196
|
-
readonly name: "MultisigConfigNotSet";
|
|
197
|
-
readonly type: "error";
|
|
198
98
|
}, {
|
|
199
99
|
readonly inputs: readonly [];
|
|
200
100
|
readonly name: "NotAdmin";
|
|
@@ -223,46 +123,10 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
223
123
|
}];
|
|
224
124
|
readonly name: "RequestAlreadyFulfilled";
|
|
225
125
|
readonly type: "error";
|
|
226
|
-
}, {
|
|
227
|
-
readonly inputs: readonly [{
|
|
228
|
-
readonly internalType: "uint8";
|
|
229
|
-
readonly name: "required_number";
|
|
230
|
-
readonly type: "uint8";
|
|
231
|
-
}];
|
|
232
|
-
readonly name: "RequireMultiSig";
|
|
233
|
-
readonly type: "error";
|
|
234
|
-
}, {
|
|
235
|
-
readonly inputs: readonly [];
|
|
236
|
-
readonly name: "RequireTreasuryReceiverRole";
|
|
237
|
-
readonly type: "error";
|
|
238
126
|
}, {
|
|
239
127
|
readonly inputs: readonly [];
|
|
240
128
|
readonly name: "SignatureAlreadyUsed";
|
|
241
129
|
readonly type: "error";
|
|
242
|
-
}, {
|
|
243
|
-
readonly inputs: readonly [];
|
|
244
|
-
readonly name: "TimelockConfigGroupNotSet";
|
|
245
|
-
readonly type: "error";
|
|
246
|
-
}, {
|
|
247
|
-
readonly inputs: readonly [{
|
|
248
|
-
readonly internalType: "address";
|
|
249
|
-
readonly name: "tokenAddress";
|
|
250
|
-
readonly type: "address";
|
|
251
|
-
}];
|
|
252
|
-
readonly name: "TimelockConfigNotSet";
|
|
253
|
-
readonly type: "error";
|
|
254
|
-
}, {
|
|
255
|
-
readonly inputs: readonly [{
|
|
256
|
-
readonly internalType: "uint256";
|
|
257
|
-
readonly name: "executeAt";
|
|
258
|
-
readonly type: "uint256";
|
|
259
|
-
}, {
|
|
260
|
-
readonly internalType: "uint256";
|
|
261
|
-
readonly name: "currentTime";
|
|
262
|
-
readonly type: "uint256";
|
|
263
|
-
}];
|
|
264
|
-
readonly name: "TimelockNotExpired";
|
|
265
|
-
readonly type: "error";
|
|
266
130
|
}, {
|
|
267
131
|
readonly inputs: readonly [{
|
|
268
132
|
readonly internalType: "address";
|
|
@@ -373,46 +237,6 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
373
237
|
}];
|
|
374
238
|
readonly name: "RoleRevoked";
|
|
375
239
|
readonly type: "event";
|
|
376
|
-
}, {
|
|
377
|
-
readonly inputs: readonly [];
|
|
378
|
-
readonly name: "ADMIN_TREASURY_EXECUTIVE_ROLE";
|
|
379
|
-
readonly outputs: readonly [{
|
|
380
|
-
readonly internalType: "bytes32";
|
|
381
|
-
readonly name: "";
|
|
382
|
-
readonly type: "bytes32";
|
|
383
|
-
}];
|
|
384
|
-
readonly stateMutability: "view";
|
|
385
|
-
readonly type: "function";
|
|
386
|
-
}, {
|
|
387
|
-
readonly inputs: readonly [];
|
|
388
|
-
readonly name: "ADMIN_TREASURY_MANAGER_ROLE";
|
|
389
|
-
readonly outputs: readonly [{
|
|
390
|
-
readonly internalType: "bytes32";
|
|
391
|
-
readonly name: "";
|
|
392
|
-
readonly type: "bytes32";
|
|
393
|
-
}];
|
|
394
|
-
readonly stateMutability: "view";
|
|
395
|
-
readonly type: "function";
|
|
396
|
-
}, {
|
|
397
|
-
readonly inputs: readonly [];
|
|
398
|
-
readonly name: "CONFIG_EXECUTIVE_ROLE";
|
|
399
|
-
readonly outputs: readonly [{
|
|
400
|
-
readonly internalType: "bytes32";
|
|
401
|
-
readonly name: "";
|
|
402
|
-
readonly type: "bytes32";
|
|
403
|
-
}];
|
|
404
|
-
readonly stateMutability: "view";
|
|
405
|
-
readonly type: "function";
|
|
406
|
-
}, {
|
|
407
|
-
readonly inputs: readonly [];
|
|
408
|
-
readonly name: "CONFIG_MANAGER_ROLE";
|
|
409
|
-
readonly outputs: readonly [{
|
|
410
|
-
readonly internalType: "bytes32";
|
|
411
|
-
readonly name: "";
|
|
412
|
-
readonly type: "bytes32";
|
|
413
|
-
}];
|
|
414
|
-
readonly stateMutability: "view";
|
|
415
|
-
readonly type: "function";
|
|
416
240
|
}, {
|
|
417
241
|
readonly inputs: readonly [];
|
|
418
242
|
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
@@ -443,66 +267,6 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
443
267
|
}];
|
|
444
268
|
readonly stateMutability: "view";
|
|
445
269
|
readonly type: "function";
|
|
446
|
-
}, {
|
|
447
|
-
readonly inputs: readonly [];
|
|
448
|
-
readonly name: "TIMELOCK_CONFIG_EXECUTIVE_ROLE";
|
|
449
|
-
readonly outputs: readonly [{
|
|
450
|
-
readonly internalType: "bytes32";
|
|
451
|
-
readonly name: "";
|
|
452
|
-
readonly type: "bytes32";
|
|
453
|
-
}];
|
|
454
|
-
readonly stateMutability: "view";
|
|
455
|
-
readonly type: "function";
|
|
456
|
-
}, {
|
|
457
|
-
readonly inputs: readonly [];
|
|
458
|
-
readonly name: "TIMELOCK_CONFIG_MANAGER_ROLE";
|
|
459
|
-
readonly outputs: readonly [{
|
|
460
|
-
readonly internalType: "bytes32";
|
|
461
|
-
readonly name: "";
|
|
462
|
-
readonly type: "bytes32";
|
|
463
|
-
}];
|
|
464
|
-
readonly stateMutability: "view";
|
|
465
|
-
readonly type: "function";
|
|
466
|
-
}, {
|
|
467
|
-
readonly inputs: readonly [];
|
|
468
|
-
readonly name: "TREASURY_DISPATCH_ROLE";
|
|
469
|
-
readonly outputs: readonly [{
|
|
470
|
-
readonly internalType: "bytes32";
|
|
471
|
-
readonly name: "";
|
|
472
|
-
readonly type: "bytes32";
|
|
473
|
-
}];
|
|
474
|
-
readonly stateMutability: "view";
|
|
475
|
-
readonly type: "function";
|
|
476
|
-
}, {
|
|
477
|
-
readonly inputs: readonly [];
|
|
478
|
-
readonly name: "TREASURY_EXECUTIVE_ROLE";
|
|
479
|
-
readonly outputs: readonly [{
|
|
480
|
-
readonly internalType: "bytes32";
|
|
481
|
-
readonly name: "";
|
|
482
|
-
readonly type: "bytes32";
|
|
483
|
-
}];
|
|
484
|
-
readonly stateMutability: "view";
|
|
485
|
-
readonly type: "function";
|
|
486
|
-
}, {
|
|
487
|
-
readonly inputs: readonly [];
|
|
488
|
-
readonly name: "TREASURY_MANAGER_ROLE";
|
|
489
|
-
readonly outputs: readonly [{
|
|
490
|
-
readonly internalType: "bytes32";
|
|
491
|
-
readonly name: "";
|
|
492
|
-
readonly type: "bytes32";
|
|
493
|
-
}];
|
|
494
|
-
readonly stateMutability: "view";
|
|
495
|
-
readonly type: "function";
|
|
496
|
-
}, {
|
|
497
|
-
readonly inputs: readonly [];
|
|
498
|
-
readonly name: "TREASURY_RECEIVER_ROLE";
|
|
499
|
-
readonly outputs: readonly [{
|
|
500
|
-
readonly internalType: "bytes32";
|
|
501
|
-
readonly name: "";
|
|
502
|
-
readonly type: "bytes32";
|
|
503
|
-
}];
|
|
504
|
-
readonly stateMutability: "view";
|
|
505
|
-
readonly type: "function";
|
|
506
270
|
}, {
|
|
507
271
|
readonly inputs: readonly [{
|
|
508
272
|
readonly internalType: "address";
|
|
@@ -522,24 +286,14 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
522
286
|
readonly stateMutability: "nonpayable";
|
|
523
287
|
readonly type: "function";
|
|
524
288
|
}, {
|
|
525
|
-
readonly inputs: readonly [
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
readonly
|
|
529
|
-
readonly name: "";
|
|
530
|
-
readonly type: "uint256";
|
|
531
|
-
}];
|
|
532
|
-
readonly stateMutability: "view";
|
|
533
|
-
readonly type: "function";
|
|
534
|
-
}, {
|
|
535
|
-
readonly inputs: readonly [];
|
|
536
|
-
readonly name: "configThresholdSettings";
|
|
537
|
-
readonly outputs: readonly [{
|
|
538
|
-
readonly internalType: "uint256";
|
|
539
|
-
readonly name: "";
|
|
540
|
-
readonly type: "uint256";
|
|
289
|
+
readonly inputs: readonly [{
|
|
290
|
+
readonly internalType: "address";
|
|
291
|
+
readonly name: "newAdmin";
|
|
292
|
+
readonly type: "address";
|
|
541
293
|
}];
|
|
542
|
-
readonly
|
|
294
|
+
readonly name: "changeAdmin";
|
|
295
|
+
readonly outputs: readonly [];
|
|
296
|
+
readonly stateMutability: "nonpayable";
|
|
543
297
|
readonly type: "function";
|
|
544
298
|
}, {
|
|
545
299
|
readonly inputs: readonly [{
|
|
@@ -632,16 +386,12 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
632
386
|
}, {
|
|
633
387
|
readonly inputs: readonly [{
|
|
634
388
|
readonly internalType: "address";
|
|
635
|
-
readonly name: "";
|
|
389
|
+
readonly name: "_operator";
|
|
636
390
|
readonly type: "address";
|
|
637
391
|
}];
|
|
638
|
-
readonly name: "
|
|
639
|
-
readonly outputs: readonly [
|
|
640
|
-
|
|
641
|
-
readonly name: "";
|
|
642
|
-
readonly type: "uint8";
|
|
643
|
-
}];
|
|
644
|
-
readonly stateMutability: "view";
|
|
392
|
+
readonly name: "setOperator";
|
|
393
|
+
readonly outputs: readonly [];
|
|
394
|
+
readonly stateMutability: "nonpayable";
|
|
645
395
|
readonly type: "function";
|
|
646
396
|
}, {
|
|
647
397
|
readonly inputs: readonly [{
|
|
@@ -657,30 +407,6 @@ export declare class EscrowAccessControl__factory extends ContractFactory {
|
|
|
657
407
|
}];
|
|
658
408
|
readonly stateMutability: "view";
|
|
659
409
|
readonly type: "function";
|
|
660
|
-
}, {
|
|
661
|
-
readonly inputs: readonly [];
|
|
662
|
-
readonly name: "timelockThresholdSettings";
|
|
663
|
-
readonly outputs: readonly [{
|
|
664
|
-
readonly internalType: "uint256";
|
|
665
|
-
readonly name: "";
|
|
666
|
-
readonly type: "uint256";
|
|
667
|
-
}];
|
|
668
|
-
readonly stateMutability: "view";
|
|
669
|
-
readonly type: "function";
|
|
670
|
-
}, {
|
|
671
|
-
readonly inputs: readonly [{
|
|
672
|
-
readonly internalType: "address";
|
|
673
|
-
readonly name: "";
|
|
674
|
-
readonly type: "address";
|
|
675
|
-
}];
|
|
676
|
-
readonly name: "tokenThresholdSettings";
|
|
677
|
-
readonly outputs: readonly [{
|
|
678
|
-
readonly internalType: "uint256";
|
|
679
|
-
readonly name: "";
|
|
680
|
-
readonly type: "uint256";
|
|
681
|
-
}];
|
|
682
|
-
readonly stateMutability: "view";
|
|
683
|
-
readonly type: "function";
|
|
684
410
|
}];
|
|
685
411
|
static createInterface(): EscrowAccessControlInterface;
|
|
686
412
|
static connect(address: string, runner?: ContractRunner | null): EscrowAccessControl;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EscrowAccessControl__factory.d.ts","sourceRoot":"","sources":["../../../../../../src/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,MAAM,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAChF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,KAAK,EACV,mBAAmB,EACnB,4BAA4B,EAC7B,MAAM,+CAA+C,CAAC;
|
|
1
|
+
{"version":3,"file":"EscrowAccessControl__factory.d.ts","sourceRoot":"","sources":["../../../../../../src/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,MAAM,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAChF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,KAAK,EACV,mBAAmB,EACnB,4BAA4B,EAC7B,MAAM,+CAA+C,CAAC;AAogBvD,KAAK,oCAAoC,GACrC,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,4BAA6B,SAAQ,eAAe;gBACnD,GAAG,IAAI,EAAE,oCAAoC;IAQhD,oBAAoB,CAC3B,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAClD,OAAO,CAAC,yBAAyB,CAAC;IAG5B,MAAM,CAAC,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GACzB,OAAO,CAC7C,mBAAmB,GAAG;QACpB,qBAAqB,IAAI,2BAA2B,CAAC;KACtD,CACF;IAEM,OAAO,CACd,MAAM,EAAE,cAAc,GAAG,IAAI,GAC5B,4BAA4B;IAI/B,MAAM,CAAC,QAAQ,CAAC,QAAQ,g2HAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,4BAA4B;IAGtD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAC7B,mBAAmB;CAOvB"}
|