@story-protocol/core-sdk 1.2.0-rc.0 → 1.2.0-rc.2
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/declarations/src/abi/generated.d.ts +1394 -1306
- package/dist/declarations/src/abi/generated.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +7 -6
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/resources/dispute.d.ts +1 -1
- package/dist/declarations/src/resources/dispute.d.ts.map +1 -1
- package/dist/declarations/src/resources/group.d.ts +2 -2
- package/dist/declarations/src/resources/group.d.ts.map +1 -1
- package/dist/declarations/src/resources/ipAccount.d.ts +2 -2
- package/dist/declarations/src/resources/ipAccount.d.ts.map +1 -1
- package/dist/declarations/src/resources/ipAsset.d.ts +97 -21
- package/dist/declarations/src/resources/ipAsset.d.ts.map +1 -1
- package/dist/declarations/src/resources/license.d.ts +39 -8
- package/dist/declarations/src/resources/license.d.ts.map +1 -1
- package/dist/declarations/src/resources/permission.d.ts +2 -1
- package/dist/declarations/src/resources/permission.d.ts.map +1 -1
- package/dist/declarations/src/types/config.d.ts +1 -1
- package/dist/declarations/src/types/config.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/dispute.d.ts +2 -2
- package/dist/declarations/src/types/resources/dispute.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/ipAccount.d.ts +1 -1
- package/dist/declarations/src/types/resources/ipAccount.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/ipAsset.d.ts +56 -9
- package/dist/declarations/src/types/resources/ipAsset.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/license.d.ts +28 -1
- package/dist/declarations/src/types/resources/license.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/permission.d.ts +11 -1
- package/dist/declarations/src/types/resources/permission.d.ts.map +1 -1
- package/dist/declarations/src/utils/chain.d.ts +6 -7
- package/dist/declarations/src/utils/chain.d.ts.map +1 -1
- package/dist/declarations/src/utils/ipfs.d.ts +4 -0
- package/dist/declarations/src/utils/ipfs.d.ts.map +1 -0
- package/dist/declarations/src/utils/sign.d.ts +15 -2
- package/dist/declarations/src/utils/sign.d.ts.map +1 -1
- package/dist/story-protocol-core-sdk.cjs.dev.js +1851 -934
- package/dist/story-protocol-core-sdk.cjs.prod.js +1851 -934
- package/dist/story-protocol-core-sdk.esm.js +1845 -934
- package/package.json +3 -1
@@ -505,14 +505,14 @@ export declare const accessControllerAbi: readonly [{
|
|
505
505
|
*
|
506
506
|
*/
|
507
507
|
export declare const accessControllerAddress: {
|
508
|
-
readonly
|
508
|
+
readonly 1516: "0xf709c8001E94e2ca6F98b7fFBCd5BD3943E46D81";
|
509
509
|
};
|
510
510
|
/**
|
511
511
|
*
|
512
512
|
*/
|
513
513
|
export declare const accessControllerConfig: {
|
514
514
|
readonly address: {
|
515
|
-
readonly
|
515
|
+
readonly 1516: "0xf709c8001E94e2ca6F98b7fFBCd5BD3943E46D81";
|
516
516
|
};
|
517
517
|
readonly abi: readonly [{
|
518
518
|
readonly type: "constructor";
|
@@ -1014,725 +1014,6 @@ export declare const accessControllerConfig: {
|
|
1014
1014
|
readonly stateMutability: "payable";
|
1015
1015
|
}];
|
1016
1016
|
};
|
1017
|
-
/**
|
1018
|
-
*
|
1019
|
-
*/
|
1020
|
-
export declare const arbitrationPolicySpAbi: readonly [{
|
1021
|
-
readonly type: "constructor";
|
1022
|
-
readonly inputs: readonly [{
|
1023
|
-
readonly name: "disputeModule";
|
1024
|
-
readonly internalType: "address";
|
1025
|
-
readonly type: "address";
|
1026
|
-
}, {
|
1027
|
-
readonly name: "paymentToken";
|
1028
|
-
readonly internalType: "address";
|
1029
|
-
readonly type: "address";
|
1030
|
-
}, {
|
1031
|
-
readonly name: "arbitrationPrice";
|
1032
|
-
readonly internalType: "uint256";
|
1033
|
-
readonly type: "uint256";
|
1034
|
-
}];
|
1035
|
-
readonly stateMutability: "nonpayable";
|
1036
|
-
}, {
|
1037
|
-
readonly type: "error";
|
1038
|
-
readonly inputs: readonly [{
|
1039
|
-
readonly name: "authority";
|
1040
|
-
readonly internalType: "address";
|
1041
|
-
readonly type: "address";
|
1042
|
-
}];
|
1043
|
-
readonly name: "AccessManagedInvalidAuthority";
|
1044
|
-
}, {
|
1045
|
-
readonly type: "error";
|
1046
|
-
readonly inputs: readonly [{
|
1047
|
-
readonly name: "caller";
|
1048
|
-
readonly internalType: "address";
|
1049
|
-
readonly type: "address";
|
1050
|
-
}, {
|
1051
|
-
readonly name: "delay";
|
1052
|
-
readonly internalType: "uint32";
|
1053
|
-
readonly type: "uint32";
|
1054
|
-
}];
|
1055
|
-
readonly name: "AccessManagedRequiredDelay";
|
1056
|
-
}, {
|
1057
|
-
readonly type: "error";
|
1058
|
-
readonly inputs: readonly [{
|
1059
|
-
readonly name: "caller";
|
1060
|
-
readonly internalType: "address";
|
1061
|
-
readonly type: "address";
|
1062
|
-
}];
|
1063
|
-
readonly name: "AccessManagedUnauthorized";
|
1064
|
-
}, {
|
1065
|
-
readonly type: "error";
|
1066
|
-
readonly inputs: readonly [{
|
1067
|
-
readonly name: "target";
|
1068
|
-
readonly internalType: "address";
|
1069
|
-
readonly type: "address";
|
1070
|
-
}];
|
1071
|
-
readonly name: "AddressEmptyCode";
|
1072
|
-
}, {
|
1073
|
-
readonly type: "error";
|
1074
|
-
readonly inputs: readonly [{
|
1075
|
-
readonly name: "account";
|
1076
|
-
readonly internalType: "address";
|
1077
|
-
readonly type: "address";
|
1078
|
-
}];
|
1079
|
-
readonly name: "AddressInsufficientBalance";
|
1080
|
-
}, {
|
1081
|
-
readonly type: "error";
|
1082
|
-
readonly inputs: readonly [];
|
1083
|
-
readonly name: "ArbitrationPolicySP__NotDisputeModule";
|
1084
|
-
}, {
|
1085
|
-
readonly type: "error";
|
1086
|
-
readonly inputs: readonly [];
|
1087
|
-
readonly name: "ArbitrationPolicySP__ZeroAccessManager";
|
1088
|
-
}, {
|
1089
|
-
readonly type: "error";
|
1090
|
-
readonly inputs: readonly [];
|
1091
|
-
readonly name: "ArbitrationPolicySP__ZeroDisputeModule";
|
1092
|
-
}, {
|
1093
|
-
readonly type: "error";
|
1094
|
-
readonly inputs: readonly [];
|
1095
|
-
readonly name: "ArbitrationPolicySP__ZeroPaymentToken";
|
1096
|
-
}, {
|
1097
|
-
readonly type: "error";
|
1098
|
-
readonly inputs: readonly [];
|
1099
|
-
readonly name: "ArbitrationPolicySP__ZeroTreasury";
|
1100
|
-
}, {
|
1101
|
-
readonly type: "error";
|
1102
|
-
readonly inputs: readonly [{
|
1103
|
-
readonly name: "implementation";
|
1104
|
-
readonly internalType: "address";
|
1105
|
-
readonly type: "address";
|
1106
|
-
}];
|
1107
|
-
readonly name: "ERC1967InvalidImplementation";
|
1108
|
-
}, {
|
1109
|
-
readonly type: "error";
|
1110
|
-
readonly inputs: readonly [];
|
1111
|
-
readonly name: "ERC1967NonPayable";
|
1112
|
-
}, {
|
1113
|
-
readonly type: "error";
|
1114
|
-
readonly inputs: readonly [];
|
1115
|
-
readonly name: "FailedInnerCall";
|
1116
|
-
}, {
|
1117
|
-
readonly type: "error";
|
1118
|
-
readonly inputs: readonly [];
|
1119
|
-
readonly name: "InvalidInitialization";
|
1120
|
-
}, {
|
1121
|
-
readonly type: "error";
|
1122
|
-
readonly inputs: readonly [];
|
1123
|
-
readonly name: "NotInitializing";
|
1124
|
-
}, {
|
1125
|
-
readonly type: "error";
|
1126
|
-
readonly inputs: readonly [{
|
1127
|
-
readonly name: "token";
|
1128
|
-
readonly internalType: "address";
|
1129
|
-
readonly type: "address";
|
1130
|
-
}];
|
1131
|
-
readonly name: "SafeERC20FailedOperation";
|
1132
|
-
}, {
|
1133
|
-
readonly type: "error";
|
1134
|
-
readonly inputs: readonly [];
|
1135
|
-
readonly name: "UUPSUnauthorizedCallContext";
|
1136
|
-
}, {
|
1137
|
-
readonly type: "error";
|
1138
|
-
readonly inputs: readonly [{
|
1139
|
-
readonly name: "slot";
|
1140
|
-
readonly internalType: "bytes32";
|
1141
|
-
readonly type: "bytes32";
|
1142
|
-
}];
|
1143
|
-
readonly name: "UUPSUnsupportedProxiableUUID";
|
1144
|
-
}, {
|
1145
|
-
readonly type: "event";
|
1146
|
-
readonly anonymous: false;
|
1147
|
-
readonly inputs: readonly [{
|
1148
|
-
readonly name: "authority";
|
1149
|
-
readonly internalType: "address";
|
1150
|
-
readonly type: "address";
|
1151
|
-
readonly indexed: false;
|
1152
|
-
}];
|
1153
|
-
readonly name: "AuthorityUpdated";
|
1154
|
-
}, {
|
1155
|
-
readonly type: "event";
|
1156
|
-
readonly anonymous: false;
|
1157
|
-
readonly inputs: readonly [{
|
1158
|
-
readonly name: "version";
|
1159
|
-
readonly internalType: "uint64";
|
1160
|
-
readonly type: "uint64";
|
1161
|
-
readonly indexed: false;
|
1162
|
-
}];
|
1163
|
-
readonly name: "Initialized";
|
1164
|
-
}, {
|
1165
|
-
readonly type: "event";
|
1166
|
-
readonly anonymous: false;
|
1167
|
-
readonly inputs: readonly [{
|
1168
|
-
readonly name: "implementation";
|
1169
|
-
readonly internalType: "address";
|
1170
|
-
readonly type: "address";
|
1171
|
-
readonly indexed: true;
|
1172
|
-
}];
|
1173
|
-
readonly name: "Upgraded";
|
1174
|
-
}, {
|
1175
|
-
readonly type: "function";
|
1176
|
-
readonly inputs: readonly [];
|
1177
|
-
readonly name: "ARBITRATION_PRICE";
|
1178
|
-
readonly outputs: readonly [{
|
1179
|
-
readonly name: "";
|
1180
|
-
readonly internalType: "uint256";
|
1181
|
-
readonly type: "uint256";
|
1182
|
-
}];
|
1183
|
-
readonly stateMutability: "view";
|
1184
|
-
}, {
|
1185
|
-
readonly type: "function";
|
1186
|
-
readonly inputs: readonly [];
|
1187
|
-
readonly name: "DISPUTE_MODULE";
|
1188
|
-
readonly outputs: readonly [{
|
1189
|
-
readonly name: "";
|
1190
|
-
readonly internalType: "address";
|
1191
|
-
readonly type: "address";
|
1192
|
-
}];
|
1193
|
-
readonly stateMutability: "view";
|
1194
|
-
}, {
|
1195
|
-
readonly type: "function";
|
1196
|
-
readonly inputs: readonly [];
|
1197
|
-
readonly name: "PAYMENT_TOKEN";
|
1198
|
-
readonly outputs: readonly [{
|
1199
|
-
readonly name: "";
|
1200
|
-
readonly internalType: "address";
|
1201
|
-
readonly type: "address";
|
1202
|
-
}];
|
1203
|
-
readonly stateMutability: "view";
|
1204
|
-
}, {
|
1205
|
-
readonly type: "function";
|
1206
|
-
readonly inputs: readonly [];
|
1207
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
1208
|
-
readonly outputs: readonly [{
|
1209
|
-
readonly name: "";
|
1210
|
-
readonly internalType: "string";
|
1211
|
-
readonly type: "string";
|
1212
|
-
}];
|
1213
|
-
readonly stateMutability: "view";
|
1214
|
-
}, {
|
1215
|
-
readonly type: "function";
|
1216
|
-
readonly inputs: readonly [];
|
1217
|
-
readonly name: "authority";
|
1218
|
-
readonly outputs: readonly [{
|
1219
|
-
readonly name: "";
|
1220
|
-
readonly internalType: "address";
|
1221
|
-
readonly type: "address";
|
1222
|
-
}];
|
1223
|
-
readonly stateMutability: "view";
|
1224
|
-
}, {
|
1225
|
-
readonly type: "function";
|
1226
|
-
readonly inputs: readonly [{
|
1227
|
-
readonly name: "accessManager";
|
1228
|
-
readonly internalType: "address";
|
1229
|
-
readonly type: "address";
|
1230
|
-
}, {
|
1231
|
-
readonly name: "newTreasury";
|
1232
|
-
readonly internalType: "address";
|
1233
|
-
readonly type: "address";
|
1234
|
-
}];
|
1235
|
-
readonly name: "initialize";
|
1236
|
-
readonly outputs: readonly [];
|
1237
|
-
readonly stateMutability: "nonpayable";
|
1238
|
-
}, {
|
1239
|
-
readonly type: "function";
|
1240
|
-
readonly inputs: readonly [];
|
1241
|
-
readonly name: "isConsumingScheduledOp";
|
1242
|
-
readonly outputs: readonly [{
|
1243
|
-
readonly name: "";
|
1244
|
-
readonly internalType: "bytes4";
|
1245
|
-
readonly type: "bytes4";
|
1246
|
-
}];
|
1247
|
-
readonly stateMutability: "view";
|
1248
|
-
}, {
|
1249
|
-
readonly type: "function";
|
1250
|
-
readonly inputs: readonly [{
|
1251
|
-
readonly name: "caller";
|
1252
|
-
readonly internalType: "address";
|
1253
|
-
readonly type: "address";
|
1254
|
-
}, {
|
1255
|
-
readonly name: "disputeId";
|
1256
|
-
readonly internalType: "uint256";
|
1257
|
-
readonly type: "uint256";
|
1258
|
-
}, {
|
1259
|
-
readonly name: "data";
|
1260
|
-
readonly internalType: "bytes";
|
1261
|
-
readonly type: "bytes";
|
1262
|
-
}];
|
1263
|
-
readonly name: "onDisputeCancel";
|
1264
|
-
readonly outputs: readonly [];
|
1265
|
-
readonly stateMutability: "nonpayable";
|
1266
|
-
}, {
|
1267
|
-
readonly type: "function";
|
1268
|
-
readonly inputs: readonly [{
|
1269
|
-
readonly name: "disputeId";
|
1270
|
-
readonly internalType: "uint256";
|
1271
|
-
readonly type: "uint256";
|
1272
|
-
}, {
|
1273
|
-
readonly name: "decision";
|
1274
|
-
readonly internalType: "bool";
|
1275
|
-
readonly type: "bool";
|
1276
|
-
}, {
|
1277
|
-
readonly name: "data";
|
1278
|
-
readonly internalType: "bytes";
|
1279
|
-
readonly type: "bytes";
|
1280
|
-
}];
|
1281
|
-
readonly name: "onDisputeJudgement";
|
1282
|
-
readonly outputs: readonly [];
|
1283
|
-
readonly stateMutability: "nonpayable";
|
1284
|
-
}, {
|
1285
|
-
readonly type: "function";
|
1286
|
-
readonly inputs: readonly [{
|
1287
|
-
readonly name: "caller";
|
1288
|
-
readonly internalType: "address";
|
1289
|
-
readonly type: "address";
|
1290
|
-
}, {
|
1291
|
-
readonly name: "data";
|
1292
|
-
readonly internalType: "bytes";
|
1293
|
-
readonly type: "bytes";
|
1294
|
-
}];
|
1295
|
-
readonly name: "onRaiseDispute";
|
1296
|
-
readonly outputs: readonly [];
|
1297
|
-
readonly stateMutability: "nonpayable";
|
1298
|
-
}, {
|
1299
|
-
readonly type: "function";
|
1300
|
-
readonly inputs: readonly [{
|
1301
|
-
readonly name: "caller";
|
1302
|
-
readonly internalType: "address";
|
1303
|
-
readonly type: "address";
|
1304
|
-
}, {
|
1305
|
-
readonly name: "disputeId";
|
1306
|
-
readonly internalType: "uint256";
|
1307
|
-
readonly type: "uint256";
|
1308
|
-
}, {
|
1309
|
-
readonly name: "data";
|
1310
|
-
readonly internalType: "bytes";
|
1311
|
-
readonly type: "bytes";
|
1312
|
-
}];
|
1313
|
-
readonly name: "onResolveDispute";
|
1314
|
-
readonly outputs: readonly [];
|
1315
|
-
readonly stateMutability: "nonpayable";
|
1316
|
-
}, {
|
1317
|
-
readonly type: "function";
|
1318
|
-
readonly inputs: readonly [];
|
1319
|
-
readonly name: "proxiableUUID";
|
1320
|
-
readonly outputs: readonly [{
|
1321
|
-
readonly name: "";
|
1322
|
-
readonly internalType: "bytes32";
|
1323
|
-
readonly type: "bytes32";
|
1324
|
-
}];
|
1325
|
-
readonly stateMutability: "view";
|
1326
|
-
}, {
|
1327
|
-
readonly type: "function";
|
1328
|
-
readonly inputs: readonly [{
|
1329
|
-
readonly name: "newAuthority";
|
1330
|
-
readonly internalType: "address";
|
1331
|
-
readonly type: "address";
|
1332
|
-
}];
|
1333
|
-
readonly name: "setAuthority";
|
1334
|
-
readonly outputs: readonly [];
|
1335
|
-
readonly stateMutability: "nonpayable";
|
1336
|
-
}, {
|
1337
|
-
readonly type: "function";
|
1338
|
-
readonly inputs: readonly [{
|
1339
|
-
readonly name: "newTreasury";
|
1340
|
-
readonly internalType: "address";
|
1341
|
-
readonly type: "address";
|
1342
|
-
}];
|
1343
|
-
readonly name: "setTreasury";
|
1344
|
-
readonly outputs: readonly [];
|
1345
|
-
readonly stateMutability: "nonpayable";
|
1346
|
-
}, {
|
1347
|
-
readonly type: "function";
|
1348
|
-
readonly inputs: readonly [];
|
1349
|
-
readonly name: "treasury";
|
1350
|
-
readonly outputs: readonly [{
|
1351
|
-
readonly name: "";
|
1352
|
-
readonly internalType: "address";
|
1353
|
-
readonly type: "address";
|
1354
|
-
}];
|
1355
|
-
readonly stateMutability: "view";
|
1356
|
-
}, {
|
1357
|
-
readonly type: "function";
|
1358
|
-
readonly inputs: readonly [{
|
1359
|
-
readonly name: "newImplementation";
|
1360
|
-
readonly internalType: "address";
|
1361
|
-
readonly type: "address";
|
1362
|
-
}, {
|
1363
|
-
readonly name: "data";
|
1364
|
-
readonly internalType: "bytes";
|
1365
|
-
readonly type: "bytes";
|
1366
|
-
}];
|
1367
|
-
readonly name: "upgradeToAndCall";
|
1368
|
-
readonly outputs: readonly [];
|
1369
|
-
readonly stateMutability: "payable";
|
1370
|
-
}];
|
1371
|
-
/**
|
1372
|
-
*
|
1373
|
-
*/
|
1374
|
-
export declare const arbitrationPolicySpAddress: {
|
1375
|
-
readonly 1513: "0x8038697357F63415e848785e45B00eB60BcD797b";
|
1376
|
-
};
|
1377
|
-
/**
|
1378
|
-
*
|
1379
|
-
*/
|
1380
|
-
export declare const arbitrationPolicySpConfig: {
|
1381
|
-
readonly address: {
|
1382
|
-
readonly 1513: "0x8038697357F63415e848785e45B00eB60BcD797b";
|
1383
|
-
};
|
1384
|
-
readonly abi: readonly [{
|
1385
|
-
readonly type: "constructor";
|
1386
|
-
readonly inputs: readonly [{
|
1387
|
-
readonly name: "disputeModule";
|
1388
|
-
readonly internalType: "address";
|
1389
|
-
readonly type: "address";
|
1390
|
-
}, {
|
1391
|
-
readonly name: "paymentToken";
|
1392
|
-
readonly internalType: "address";
|
1393
|
-
readonly type: "address";
|
1394
|
-
}, {
|
1395
|
-
readonly name: "arbitrationPrice";
|
1396
|
-
readonly internalType: "uint256";
|
1397
|
-
readonly type: "uint256";
|
1398
|
-
}];
|
1399
|
-
readonly stateMutability: "nonpayable";
|
1400
|
-
}, {
|
1401
|
-
readonly type: "error";
|
1402
|
-
readonly inputs: readonly [{
|
1403
|
-
readonly name: "authority";
|
1404
|
-
readonly internalType: "address";
|
1405
|
-
readonly type: "address";
|
1406
|
-
}];
|
1407
|
-
readonly name: "AccessManagedInvalidAuthority";
|
1408
|
-
}, {
|
1409
|
-
readonly type: "error";
|
1410
|
-
readonly inputs: readonly [{
|
1411
|
-
readonly name: "caller";
|
1412
|
-
readonly internalType: "address";
|
1413
|
-
readonly type: "address";
|
1414
|
-
}, {
|
1415
|
-
readonly name: "delay";
|
1416
|
-
readonly internalType: "uint32";
|
1417
|
-
readonly type: "uint32";
|
1418
|
-
}];
|
1419
|
-
readonly name: "AccessManagedRequiredDelay";
|
1420
|
-
}, {
|
1421
|
-
readonly type: "error";
|
1422
|
-
readonly inputs: readonly [{
|
1423
|
-
readonly name: "caller";
|
1424
|
-
readonly internalType: "address";
|
1425
|
-
readonly type: "address";
|
1426
|
-
}];
|
1427
|
-
readonly name: "AccessManagedUnauthorized";
|
1428
|
-
}, {
|
1429
|
-
readonly type: "error";
|
1430
|
-
readonly inputs: readonly [{
|
1431
|
-
readonly name: "target";
|
1432
|
-
readonly internalType: "address";
|
1433
|
-
readonly type: "address";
|
1434
|
-
}];
|
1435
|
-
readonly name: "AddressEmptyCode";
|
1436
|
-
}, {
|
1437
|
-
readonly type: "error";
|
1438
|
-
readonly inputs: readonly [{
|
1439
|
-
readonly name: "account";
|
1440
|
-
readonly internalType: "address";
|
1441
|
-
readonly type: "address";
|
1442
|
-
}];
|
1443
|
-
readonly name: "AddressInsufficientBalance";
|
1444
|
-
}, {
|
1445
|
-
readonly type: "error";
|
1446
|
-
readonly inputs: readonly [];
|
1447
|
-
readonly name: "ArbitrationPolicySP__NotDisputeModule";
|
1448
|
-
}, {
|
1449
|
-
readonly type: "error";
|
1450
|
-
readonly inputs: readonly [];
|
1451
|
-
readonly name: "ArbitrationPolicySP__ZeroAccessManager";
|
1452
|
-
}, {
|
1453
|
-
readonly type: "error";
|
1454
|
-
readonly inputs: readonly [];
|
1455
|
-
readonly name: "ArbitrationPolicySP__ZeroDisputeModule";
|
1456
|
-
}, {
|
1457
|
-
readonly type: "error";
|
1458
|
-
readonly inputs: readonly [];
|
1459
|
-
readonly name: "ArbitrationPolicySP__ZeroPaymentToken";
|
1460
|
-
}, {
|
1461
|
-
readonly type: "error";
|
1462
|
-
readonly inputs: readonly [];
|
1463
|
-
readonly name: "ArbitrationPolicySP__ZeroTreasury";
|
1464
|
-
}, {
|
1465
|
-
readonly type: "error";
|
1466
|
-
readonly inputs: readonly [{
|
1467
|
-
readonly name: "implementation";
|
1468
|
-
readonly internalType: "address";
|
1469
|
-
readonly type: "address";
|
1470
|
-
}];
|
1471
|
-
readonly name: "ERC1967InvalidImplementation";
|
1472
|
-
}, {
|
1473
|
-
readonly type: "error";
|
1474
|
-
readonly inputs: readonly [];
|
1475
|
-
readonly name: "ERC1967NonPayable";
|
1476
|
-
}, {
|
1477
|
-
readonly type: "error";
|
1478
|
-
readonly inputs: readonly [];
|
1479
|
-
readonly name: "FailedInnerCall";
|
1480
|
-
}, {
|
1481
|
-
readonly type: "error";
|
1482
|
-
readonly inputs: readonly [];
|
1483
|
-
readonly name: "InvalidInitialization";
|
1484
|
-
}, {
|
1485
|
-
readonly type: "error";
|
1486
|
-
readonly inputs: readonly [];
|
1487
|
-
readonly name: "NotInitializing";
|
1488
|
-
}, {
|
1489
|
-
readonly type: "error";
|
1490
|
-
readonly inputs: readonly [{
|
1491
|
-
readonly name: "token";
|
1492
|
-
readonly internalType: "address";
|
1493
|
-
readonly type: "address";
|
1494
|
-
}];
|
1495
|
-
readonly name: "SafeERC20FailedOperation";
|
1496
|
-
}, {
|
1497
|
-
readonly type: "error";
|
1498
|
-
readonly inputs: readonly [];
|
1499
|
-
readonly name: "UUPSUnauthorizedCallContext";
|
1500
|
-
}, {
|
1501
|
-
readonly type: "error";
|
1502
|
-
readonly inputs: readonly [{
|
1503
|
-
readonly name: "slot";
|
1504
|
-
readonly internalType: "bytes32";
|
1505
|
-
readonly type: "bytes32";
|
1506
|
-
}];
|
1507
|
-
readonly name: "UUPSUnsupportedProxiableUUID";
|
1508
|
-
}, {
|
1509
|
-
readonly type: "event";
|
1510
|
-
readonly anonymous: false;
|
1511
|
-
readonly inputs: readonly [{
|
1512
|
-
readonly name: "authority";
|
1513
|
-
readonly internalType: "address";
|
1514
|
-
readonly type: "address";
|
1515
|
-
readonly indexed: false;
|
1516
|
-
}];
|
1517
|
-
readonly name: "AuthorityUpdated";
|
1518
|
-
}, {
|
1519
|
-
readonly type: "event";
|
1520
|
-
readonly anonymous: false;
|
1521
|
-
readonly inputs: readonly [{
|
1522
|
-
readonly name: "version";
|
1523
|
-
readonly internalType: "uint64";
|
1524
|
-
readonly type: "uint64";
|
1525
|
-
readonly indexed: false;
|
1526
|
-
}];
|
1527
|
-
readonly name: "Initialized";
|
1528
|
-
}, {
|
1529
|
-
readonly type: "event";
|
1530
|
-
readonly anonymous: false;
|
1531
|
-
readonly inputs: readonly [{
|
1532
|
-
readonly name: "implementation";
|
1533
|
-
readonly internalType: "address";
|
1534
|
-
readonly type: "address";
|
1535
|
-
readonly indexed: true;
|
1536
|
-
}];
|
1537
|
-
readonly name: "Upgraded";
|
1538
|
-
}, {
|
1539
|
-
readonly type: "function";
|
1540
|
-
readonly inputs: readonly [];
|
1541
|
-
readonly name: "ARBITRATION_PRICE";
|
1542
|
-
readonly outputs: readonly [{
|
1543
|
-
readonly name: "";
|
1544
|
-
readonly internalType: "uint256";
|
1545
|
-
readonly type: "uint256";
|
1546
|
-
}];
|
1547
|
-
readonly stateMutability: "view";
|
1548
|
-
}, {
|
1549
|
-
readonly type: "function";
|
1550
|
-
readonly inputs: readonly [];
|
1551
|
-
readonly name: "DISPUTE_MODULE";
|
1552
|
-
readonly outputs: readonly [{
|
1553
|
-
readonly name: "";
|
1554
|
-
readonly internalType: "address";
|
1555
|
-
readonly type: "address";
|
1556
|
-
}];
|
1557
|
-
readonly stateMutability: "view";
|
1558
|
-
}, {
|
1559
|
-
readonly type: "function";
|
1560
|
-
readonly inputs: readonly [];
|
1561
|
-
readonly name: "PAYMENT_TOKEN";
|
1562
|
-
readonly outputs: readonly [{
|
1563
|
-
readonly name: "";
|
1564
|
-
readonly internalType: "address";
|
1565
|
-
readonly type: "address";
|
1566
|
-
}];
|
1567
|
-
readonly stateMutability: "view";
|
1568
|
-
}, {
|
1569
|
-
readonly type: "function";
|
1570
|
-
readonly inputs: readonly [];
|
1571
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
1572
|
-
readonly outputs: readonly [{
|
1573
|
-
readonly name: "";
|
1574
|
-
readonly internalType: "string";
|
1575
|
-
readonly type: "string";
|
1576
|
-
}];
|
1577
|
-
readonly stateMutability: "view";
|
1578
|
-
}, {
|
1579
|
-
readonly type: "function";
|
1580
|
-
readonly inputs: readonly [];
|
1581
|
-
readonly name: "authority";
|
1582
|
-
readonly outputs: readonly [{
|
1583
|
-
readonly name: "";
|
1584
|
-
readonly internalType: "address";
|
1585
|
-
readonly type: "address";
|
1586
|
-
}];
|
1587
|
-
readonly stateMutability: "view";
|
1588
|
-
}, {
|
1589
|
-
readonly type: "function";
|
1590
|
-
readonly inputs: readonly [{
|
1591
|
-
readonly name: "accessManager";
|
1592
|
-
readonly internalType: "address";
|
1593
|
-
readonly type: "address";
|
1594
|
-
}, {
|
1595
|
-
readonly name: "newTreasury";
|
1596
|
-
readonly internalType: "address";
|
1597
|
-
readonly type: "address";
|
1598
|
-
}];
|
1599
|
-
readonly name: "initialize";
|
1600
|
-
readonly outputs: readonly [];
|
1601
|
-
readonly stateMutability: "nonpayable";
|
1602
|
-
}, {
|
1603
|
-
readonly type: "function";
|
1604
|
-
readonly inputs: readonly [];
|
1605
|
-
readonly name: "isConsumingScheduledOp";
|
1606
|
-
readonly outputs: readonly [{
|
1607
|
-
readonly name: "";
|
1608
|
-
readonly internalType: "bytes4";
|
1609
|
-
readonly type: "bytes4";
|
1610
|
-
}];
|
1611
|
-
readonly stateMutability: "view";
|
1612
|
-
}, {
|
1613
|
-
readonly type: "function";
|
1614
|
-
readonly inputs: readonly [{
|
1615
|
-
readonly name: "caller";
|
1616
|
-
readonly internalType: "address";
|
1617
|
-
readonly type: "address";
|
1618
|
-
}, {
|
1619
|
-
readonly name: "disputeId";
|
1620
|
-
readonly internalType: "uint256";
|
1621
|
-
readonly type: "uint256";
|
1622
|
-
}, {
|
1623
|
-
readonly name: "data";
|
1624
|
-
readonly internalType: "bytes";
|
1625
|
-
readonly type: "bytes";
|
1626
|
-
}];
|
1627
|
-
readonly name: "onDisputeCancel";
|
1628
|
-
readonly outputs: readonly [];
|
1629
|
-
readonly stateMutability: "nonpayable";
|
1630
|
-
}, {
|
1631
|
-
readonly type: "function";
|
1632
|
-
readonly inputs: readonly [{
|
1633
|
-
readonly name: "disputeId";
|
1634
|
-
readonly internalType: "uint256";
|
1635
|
-
readonly type: "uint256";
|
1636
|
-
}, {
|
1637
|
-
readonly name: "decision";
|
1638
|
-
readonly internalType: "bool";
|
1639
|
-
readonly type: "bool";
|
1640
|
-
}, {
|
1641
|
-
readonly name: "data";
|
1642
|
-
readonly internalType: "bytes";
|
1643
|
-
readonly type: "bytes";
|
1644
|
-
}];
|
1645
|
-
readonly name: "onDisputeJudgement";
|
1646
|
-
readonly outputs: readonly [];
|
1647
|
-
readonly stateMutability: "nonpayable";
|
1648
|
-
}, {
|
1649
|
-
readonly type: "function";
|
1650
|
-
readonly inputs: readonly [{
|
1651
|
-
readonly name: "caller";
|
1652
|
-
readonly internalType: "address";
|
1653
|
-
readonly type: "address";
|
1654
|
-
}, {
|
1655
|
-
readonly name: "data";
|
1656
|
-
readonly internalType: "bytes";
|
1657
|
-
readonly type: "bytes";
|
1658
|
-
}];
|
1659
|
-
readonly name: "onRaiseDispute";
|
1660
|
-
readonly outputs: readonly [];
|
1661
|
-
readonly stateMutability: "nonpayable";
|
1662
|
-
}, {
|
1663
|
-
readonly type: "function";
|
1664
|
-
readonly inputs: readonly [{
|
1665
|
-
readonly name: "caller";
|
1666
|
-
readonly internalType: "address";
|
1667
|
-
readonly type: "address";
|
1668
|
-
}, {
|
1669
|
-
readonly name: "disputeId";
|
1670
|
-
readonly internalType: "uint256";
|
1671
|
-
readonly type: "uint256";
|
1672
|
-
}, {
|
1673
|
-
readonly name: "data";
|
1674
|
-
readonly internalType: "bytes";
|
1675
|
-
readonly type: "bytes";
|
1676
|
-
}];
|
1677
|
-
readonly name: "onResolveDispute";
|
1678
|
-
readonly outputs: readonly [];
|
1679
|
-
readonly stateMutability: "nonpayable";
|
1680
|
-
}, {
|
1681
|
-
readonly type: "function";
|
1682
|
-
readonly inputs: readonly [];
|
1683
|
-
readonly name: "proxiableUUID";
|
1684
|
-
readonly outputs: readonly [{
|
1685
|
-
readonly name: "";
|
1686
|
-
readonly internalType: "bytes32";
|
1687
|
-
readonly type: "bytes32";
|
1688
|
-
}];
|
1689
|
-
readonly stateMutability: "view";
|
1690
|
-
}, {
|
1691
|
-
readonly type: "function";
|
1692
|
-
readonly inputs: readonly [{
|
1693
|
-
readonly name: "newAuthority";
|
1694
|
-
readonly internalType: "address";
|
1695
|
-
readonly type: "address";
|
1696
|
-
}];
|
1697
|
-
readonly name: "setAuthority";
|
1698
|
-
readonly outputs: readonly [];
|
1699
|
-
readonly stateMutability: "nonpayable";
|
1700
|
-
}, {
|
1701
|
-
readonly type: "function";
|
1702
|
-
readonly inputs: readonly [{
|
1703
|
-
readonly name: "newTreasury";
|
1704
|
-
readonly internalType: "address";
|
1705
|
-
readonly type: "address";
|
1706
|
-
}];
|
1707
|
-
readonly name: "setTreasury";
|
1708
|
-
readonly outputs: readonly [];
|
1709
|
-
readonly stateMutability: "nonpayable";
|
1710
|
-
}, {
|
1711
|
-
readonly type: "function";
|
1712
|
-
readonly inputs: readonly [];
|
1713
|
-
readonly name: "treasury";
|
1714
|
-
readonly outputs: readonly [{
|
1715
|
-
readonly name: "";
|
1716
|
-
readonly internalType: "address";
|
1717
|
-
readonly type: "address";
|
1718
|
-
}];
|
1719
|
-
readonly stateMutability: "view";
|
1720
|
-
}, {
|
1721
|
-
readonly type: "function";
|
1722
|
-
readonly inputs: readonly [{
|
1723
|
-
readonly name: "newImplementation";
|
1724
|
-
readonly internalType: "address";
|
1725
|
-
readonly type: "address";
|
1726
|
-
}, {
|
1727
|
-
readonly name: "data";
|
1728
|
-
readonly internalType: "bytes";
|
1729
|
-
readonly type: "bytes";
|
1730
|
-
}];
|
1731
|
-
readonly name: "upgradeToAndCall";
|
1732
|
-
readonly outputs: readonly [];
|
1733
|
-
readonly stateMutability: "payable";
|
1734
|
-
}];
|
1735
|
-
};
|
1736
1017
|
/**
|
1737
1018
|
*
|
1738
1019
|
*/
|
@@ -2121,14 +1402,14 @@ export declare const coreMetadataModuleAbi: readonly [{
|
|
2121
1402
|
*
|
2122
1403
|
*/
|
2123
1404
|
export declare const coreMetadataModuleAddress: {
|
2124
|
-
readonly
|
1405
|
+
readonly 1516: "0x89630Ccf23277417FBdfd3076C702F5248267e78";
|
2125
1406
|
};
|
2126
1407
|
/**
|
2127
1408
|
*
|
2128
1409
|
*/
|
2129
1410
|
export declare const coreMetadataModuleConfig: {
|
2130
1411
|
readonly address: {
|
2131
|
-
readonly
|
1412
|
+
readonly 1516: "0x89630Ccf23277417FBdfd3076C702F5248267e78";
|
2132
1413
|
};
|
2133
1414
|
readonly abi: readonly [{
|
2134
1415
|
readonly type: "constructor";
|
@@ -3196,14 +2477,14 @@ export declare const derivativeWorkflowsAbi: readonly [{
|
|
3196
2477
|
*
|
3197
2478
|
*/
|
3198
2479
|
export declare const derivativeWorkflowsAddress: {
|
3199
|
-
readonly
|
2480
|
+
readonly 1516: "0xa8815CEB96857FFb8f5F8ce920b1Ae6D70254C7B";
|
3200
2481
|
};
|
3201
2482
|
/**
|
3202
2483
|
*
|
3203
2484
|
*/
|
3204
2485
|
export declare const derivativeWorkflowsConfig: {
|
3205
2486
|
readonly address: {
|
3206
|
-
readonly
|
2487
|
+
readonly 1516: "0xa8815CEB96857FFb8f5F8ce920b1Ae6D70254C7B";
|
3207
2488
|
};
|
3208
2489
|
readonly abi: readonly [{
|
3209
2490
|
readonly type: "constructor";
|
@@ -4804,14 +4085,14 @@ export declare const disputeModuleAbi: readonly [{
|
|
4804
4085
|
*
|
4805
4086
|
*/
|
4806
4087
|
export declare const disputeModuleAddress: {
|
4807
|
-
readonly
|
4088
|
+
readonly 1516: "0x692B47fa72eE7Ac0Ec617ea384a0cAD41098F712";
|
4808
4089
|
};
|
4809
4090
|
/**
|
4810
4091
|
*
|
4811
4092
|
*/
|
4812
4093
|
export declare const disputeModuleConfig: {
|
4813
4094
|
readonly address: {
|
4814
|
-
readonly
|
4095
|
+
readonly 1516: "0x692B47fa72eE7Ac0Ec617ea384a0cAD41098F712";
|
4815
4096
|
};
|
4816
4097
|
readonly abi: readonly [{
|
4817
4098
|
readonly type: "constructor";
|
@@ -6204,14 +5485,14 @@ export declare const evenSplitGroupPoolAbi: readonly [{
|
|
6204
5485
|
*
|
6205
5486
|
*/
|
6206
5487
|
export declare const evenSplitGroupPoolAddress: {
|
6207
|
-
readonly
|
5488
|
+
readonly 1516: "0xC384B56fD62d6679Cd62A2fE0dA3fe4560f33391";
|
6208
5489
|
};
|
6209
5490
|
/**
|
6210
5491
|
*
|
6211
5492
|
*/
|
6212
5493
|
export declare const evenSplitGroupPoolConfig: {
|
6213
5494
|
readonly address: {
|
6214
|
-
readonly
|
5495
|
+
readonly 1516: "0xC384B56fD62d6679Cd62A2fE0dA3fe4560f33391";
|
6215
5496
|
};
|
6216
5497
|
readonly abi: readonly [{
|
6217
5498
|
readonly type: "constructor";
|
@@ -7391,14 +6672,14 @@ export declare const groupingModuleAbi: readonly [{
|
|
7391
6672
|
*
|
7392
6673
|
*/
|
7393
6674
|
export declare const groupingModuleAddress: {
|
7394
|
-
readonly
|
6675
|
+
readonly 1516: "0xa731948cfE05135ad77d48C71f75066333Da78Bf";
|
7395
6676
|
};
|
7396
6677
|
/**
|
7397
6678
|
*
|
7398
6679
|
*/
|
7399
6680
|
export declare const groupingModuleConfig: {
|
7400
6681
|
readonly address: {
|
7401
|
-
readonly
|
6682
|
+
readonly 1516: "0xa731948cfE05135ad77d48C71f75066333Da78Bf";
|
7402
6683
|
};
|
7403
6684
|
readonly abi: readonly [{
|
7404
6685
|
readonly type: "constructor";
|
@@ -8139,6 +7420,10 @@ export declare const groupingWorkflowsAbi: readonly [{
|
|
8139
7420
|
readonly name: "pilTemplate";
|
8140
7421
|
readonly internalType: "address";
|
8141
7422
|
readonly type: "address";
|
7423
|
+
}, {
|
7424
|
+
readonly name: "royaltyModule";
|
7425
|
+
readonly internalType: "address";
|
7426
|
+
readonly type: "address";
|
8142
7427
|
}];
|
8143
7428
|
readonly stateMutability: "nonpayable";
|
8144
7429
|
}, {
|
@@ -8331,6 +7616,16 @@ export declare const groupingWorkflowsAbi: readonly [{
|
|
8331
7616
|
readonly type: "address";
|
8332
7617
|
}];
|
8333
7618
|
readonly stateMutability: "view";
|
7619
|
+
}, {
|
7620
|
+
readonly type: "function";
|
7621
|
+
readonly inputs: readonly [];
|
7622
|
+
readonly name: "ROYALTY_MODULE";
|
7623
|
+
readonly outputs: readonly [{
|
7624
|
+
readonly name: "";
|
7625
|
+
readonly internalType: "contract RoyaltyModule";
|
7626
|
+
readonly type: "address";
|
7627
|
+
}];
|
7628
|
+
readonly stateMutability: "view";
|
8334
7629
|
}, {
|
8335
7630
|
readonly type: "function";
|
8336
7631
|
readonly inputs: readonly [];
|
@@ -8354,7 +7649,7 @@ export declare const groupingWorkflowsAbi: readonly [{
|
|
8354
7649
|
}, {
|
8355
7650
|
readonly type: "function";
|
8356
7651
|
readonly inputs: readonly [{
|
8357
|
-
readonly name: "
|
7652
|
+
readonly name: "groupIpId";
|
8358
7653
|
readonly internalType: "address";
|
8359
7654
|
readonly type: "address";
|
8360
7655
|
}, {
|
@@ -8665,14 +7960,14 @@ export declare const groupingWorkflowsAbi: readonly [{
|
|
8665
7960
|
*
|
8666
7961
|
*/
|
8667
7962
|
export declare const groupingWorkflowsAddress: {
|
8668
|
-
readonly
|
7963
|
+
readonly 1516: "0xcd754994eBE5Ce16D432C1f936f98ac0d4aABA0e";
|
8669
7964
|
};
|
8670
7965
|
/**
|
8671
7966
|
*
|
8672
7967
|
*/
|
8673
7968
|
export declare const groupingWorkflowsConfig: {
|
8674
7969
|
readonly address: {
|
8675
|
-
readonly
|
7970
|
+
readonly 1516: "0xcd754994eBE5Ce16D432C1f936f98ac0d4aABA0e";
|
8676
7971
|
};
|
8677
7972
|
readonly abi: readonly [{
|
8678
7973
|
readonly type: "constructor";
|
@@ -8708,6 +8003,10 @@ export declare const groupingWorkflowsConfig: {
|
|
8708
8003
|
readonly name: "pilTemplate";
|
8709
8004
|
readonly internalType: "address";
|
8710
8005
|
readonly type: "address";
|
8006
|
+
}, {
|
8007
|
+
readonly name: "royaltyModule";
|
8008
|
+
readonly internalType: "address";
|
8009
|
+
readonly type: "address";
|
8711
8010
|
}];
|
8712
8011
|
readonly stateMutability: "nonpayable";
|
8713
8012
|
}, {
|
@@ -8900,6 +8199,16 @@ export declare const groupingWorkflowsConfig: {
|
|
8900
8199
|
readonly type: "address";
|
8901
8200
|
}];
|
8902
8201
|
readonly stateMutability: "view";
|
8202
|
+
}, {
|
8203
|
+
readonly type: "function";
|
8204
|
+
readonly inputs: readonly [];
|
8205
|
+
readonly name: "ROYALTY_MODULE";
|
8206
|
+
readonly outputs: readonly [{
|
8207
|
+
readonly name: "";
|
8208
|
+
readonly internalType: "contract RoyaltyModule";
|
8209
|
+
readonly type: "address";
|
8210
|
+
}];
|
8211
|
+
readonly stateMutability: "view";
|
8903
8212
|
}, {
|
8904
8213
|
readonly type: "function";
|
8905
8214
|
readonly inputs: readonly [];
|
@@ -8923,7 +8232,7 @@ export declare const groupingWorkflowsConfig: {
|
|
8923
8232
|
}, {
|
8924
8233
|
readonly type: "function";
|
8925
8234
|
readonly inputs: readonly [{
|
8926
|
-
readonly name: "
|
8235
|
+
readonly name: "groupIpId";
|
8927
8236
|
readonly internalType: "address";
|
8928
8237
|
readonly type: "address";
|
8929
8238
|
}, {
|
@@ -9925,14 +9234,14 @@ export declare const ipAccountImplAbi: readonly [{
|
|
9925
9234
|
*
|
9926
9235
|
*/
|
9927
9236
|
export declare const ipAccountImplAddress: {
|
9928
|
-
readonly
|
9237
|
+
readonly 1516: "0x24F08796561d6E1AC08e82b68BF4d9500B374Af6";
|
9929
9238
|
};
|
9930
9239
|
/**
|
9931
9240
|
*
|
9932
9241
|
*/
|
9933
9242
|
export declare const ipAccountImplConfig: {
|
9934
9243
|
readonly address: {
|
9935
|
-
readonly
|
9244
|
+
readonly 1516: "0x24F08796561d6E1AC08e82b68BF4d9500B374Af6";
|
9936
9245
|
};
|
9937
9246
|
readonly abi: readonly [{
|
9938
9247
|
readonly type: "constructor";
|
@@ -10677,6 +9986,14 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
10677
9986
|
readonly type: "address";
|
10678
9987
|
}];
|
10679
9988
|
readonly name: "AddressEmptyCode";
|
9989
|
+
}, {
|
9990
|
+
readonly type: "error";
|
9991
|
+
readonly inputs: readonly [{
|
9992
|
+
readonly name: "account";
|
9993
|
+
readonly internalType: "address";
|
9994
|
+
readonly type: "address";
|
9995
|
+
}];
|
9996
|
+
readonly name: "AddressInsufficientBalance";
|
10680
9997
|
}, {
|
10681
9998
|
readonly type: "error";
|
10682
9999
|
readonly inputs: readonly [{
|
@@ -10785,6 +10102,14 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
10785
10102
|
readonly type: "error";
|
10786
10103
|
readonly inputs: readonly [];
|
10787
10104
|
readonly name: "IPAssetRegistry__ZeroAccessManager";
|
10105
|
+
}, {
|
10106
|
+
readonly type: "error";
|
10107
|
+
readonly inputs: readonly [{
|
10108
|
+
readonly name: "name";
|
10109
|
+
readonly internalType: "string";
|
10110
|
+
readonly type: "string";
|
10111
|
+
}];
|
10112
|
+
readonly name: "IPAssetRegistry__ZeroAddress";
|
10788
10113
|
}, {
|
10789
10114
|
readonly type: "error";
|
10790
10115
|
readonly inputs: readonly [];
|
@@ -10793,6 +10118,14 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
10793
10118
|
readonly type: "error";
|
10794
10119
|
readonly inputs: readonly [];
|
10795
10120
|
readonly name: "NotInitializing";
|
10121
|
+
}, {
|
10122
|
+
readonly type: "error";
|
10123
|
+
readonly inputs: readonly [{
|
10124
|
+
readonly name: "token";
|
10125
|
+
readonly internalType: "address";
|
10126
|
+
readonly type: "address";
|
10127
|
+
}];
|
10128
|
+
readonly name: "SafeERC20FailedOperation";
|
10796
10129
|
}, {
|
10797
10130
|
readonly type: "error";
|
10798
10131
|
readonly inputs: readonly [{
|
@@ -10897,6 +10230,31 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
10897
10230
|
readonly indexed: false;
|
10898
10231
|
}];
|
10899
10232
|
readonly name: "IPRegistered";
|
10233
|
+
}, {
|
10234
|
+
readonly type: "event";
|
10235
|
+
readonly anonymous: false;
|
10236
|
+
readonly inputs: readonly [{
|
10237
|
+
readonly name: "payer";
|
10238
|
+
readonly internalType: "address";
|
10239
|
+
readonly type: "address";
|
10240
|
+
readonly indexed: true;
|
10241
|
+
}, {
|
10242
|
+
readonly name: "treasury";
|
10243
|
+
readonly internalType: "address";
|
10244
|
+
readonly type: "address";
|
10245
|
+
readonly indexed: true;
|
10246
|
+
}, {
|
10247
|
+
readonly name: "feeToken";
|
10248
|
+
readonly internalType: "address";
|
10249
|
+
readonly type: "address";
|
10250
|
+
readonly indexed: true;
|
10251
|
+
}, {
|
10252
|
+
readonly name: "amount";
|
10253
|
+
readonly internalType: "uint96";
|
10254
|
+
readonly type: "uint96";
|
10255
|
+
readonly indexed: false;
|
10256
|
+
}];
|
10257
|
+
readonly name: "IPRegistrationFeePaid";
|
10900
10258
|
}, {
|
10901
10259
|
readonly type: "event";
|
10902
10260
|
readonly anonymous: false;
|
@@ -10917,6 +10275,26 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
10917
10275
|
readonly indexed: false;
|
10918
10276
|
}];
|
10919
10277
|
readonly name: "Paused";
|
10278
|
+
}, {
|
10279
|
+
readonly type: "event";
|
10280
|
+
readonly anonymous: false;
|
10281
|
+
readonly inputs: readonly [{
|
10282
|
+
readonly name: "treasury";
|
10283
|
+
readonly internalType: "address";
|
10284
|
+
readonly type: "address";
|
10285
|
+
readonly indexed: true;
|
10286
|
+
}, {
|
10287
|
+
readonly name: "feeToken";
|
10288
|
+
readonly internalType: "address";
|
10289
|
+
readonly type: "address";
|
10290
|
+
readonly indexed: true;
|
10291
|
+
}, {
|
10292
|
+
readonly name: "feeAmount";
|
10293
|
+
readonly internalType: "uint96";
|
10294
|
+
readonly type: "uint96";
|
10295
|
+
readonly indexed: false;
|
10296
|
+
}];
|
10297
|
+
readonly name: "RegistrationFeeSet";
|
10920
10298
|
}, {
|
10921
10299
|
readonly type: "event";
|
10922
10300
|
readonly anonymous: false;
|
@@ -11039,6 +10417,26 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
11039
10417
|
readonly type: "bool";
|
11040
10418
|
}];
|
11041
10419
|
readonly stateMutability: "view";
|
10420
|
+
}, {
|
10421
|
+
readonly type: "function";
|
10422
|
+
readonly inputs: readonly [];
|
10423
|
+
readonly name: "getFeeAmount";
|
10424
|
+
readonly outputs: readonly [{
|
10425
|
+
readonly name: "";
|
10426
|
+
readonly internalType: "uint96";
|
10427
|
+
readonly type: "uint96";
|
10428
|
+
}];
|
10429
|
+
readonly stateMutability: "view";
|
10430
|
+
}, {
|
10431
|
+
readonly type: "function";
|
10432
|
+
readonly inputs: readonly [];
|
10433
|
+
readonly name: "getFeeToken";
|
10434
|
+
readonly outputs: readonly [{
|
10435
|
+
readonly name: "";
|
10436
|
+
readonly internalType: "address";
|
10437
|
+
readonly type: "address";
|
10438
|
+
}];
|
10439
|
+
readonly stateMutability: "view";
|
11042
10440
|
}, {
|
11043
10441
|
readonly type: "function";
|
11044
10442
|
readonly inputs: readonly [{
|
@@ -11085,6 +10483,16 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
11085
10483
|
readonly type: "address";
|
11086
10484
|
}];
|
11087
10485
|
readonly stateMutability: "view";
|
10486
|
+
}, {
|
10487
|
+
readonly type: "function";
|
10488
|
+
readonly inputs: readonly [];
|
10489
|
+
readonly name: "getTreasury";
|
10490
|
+
readonly outputs: readonly [{
|
10491
|
+
readonly name: "";
|
10492
|
+
readonly internalType: "address";
|
10493
|
+
readonly type: "address";
|
10494
|
+
}];
|
10495
|
+
readonly stateMutability: "view";
|
11088
10496
|
}, {
|
11089
10497
|
readonly type: "function";
|
11090
10498
|
readonly inputs: readonly [{
|
@@ -11285,6 +10693,24 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
11285
10693
|
readonly name: "setAuthority";
|
11286
10694
|
readonly outputs: readonly [];
|
11287
10695
|
readonly stateMutability: "nonpayable";
|
10696
|
+
}, {
|
10697
|
+
readonly type: "function";
|
10698
|
+
readonly inputs: readonly [{
|
10699
|
+
readonly name: "treasury";
|
10700
|
+
readonly internalType: "address";
|
10701
|
+
readonly type: "address";
|
10702
|
+
}, {
|
10703
|
+
readonly name: "feeToken";
|
10704
|
+
readonly internalType: "address";
|
10705
|
+
readonly type: "address";
|
10706
|
+
}, {
|
10707
|
+
readonly name: "feeAmount";
|
10708
|
+
readonly internalType: "uint96";
|
10709
|
+
readonly type: "uint96";
|
10710
|
+
}];
|
10711
|
+
readonly name: "setRegistrationFee";
|
10712
|
+
readonly outputs: readonly [];
|
10713
|
+
readonly stateMutability: "nonpayable";
|
11288
10714
|
}, {
|
11289
10715
|
readonly type: "function";
|
11290
10716
|
readonly inputs: readonly [{
|
@@ -11344,14 +10770,14 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
11344
10770
|
*
|
11345
10771
|
*/
|
11346
10772
|
export declare const ipAssetRegistryAddress: {
|
11347
|
-
readonly
|
10773
|
+
readonly 1516: "0x28E59E91C0467e89fd0f0438D47Ca839cDfEc095";
|
11348
10774
|
};
|
11349
10775
|
/**
|
11350
10776
|
*
|
11351
10777
|
*/
|
11352
10778
|
export declare const ipAssetRegistryConfig: {
|
11353
10779
|
readonly address: {
|
11354
|
-
readonly
|
10780
|
+
readonly 1516: "0x28E59E91C0467e89fd0f0438D47Ca839cDfEc095";
|
11355
10781
|
};
|
11356
10782
|
readonly abi: readonly [{
|
11357
10783
|
readonly type: "constructor";
|
@@ -11405,6 +10831,14 @@ export declare const ipAssetRegistryConfig: {
|
|
11405
10831
|
readonly type: "address";
|
11406
10832
|
}];
|
11407
10833
|
readonly name: "AddressEmptyCode";
|
10834
|
+
}, {
|
10835
|
+
readonly type: "error";
|
10836
|
+
readonly inputs: readonly [{
|
10837
|
+
readonly name: "account";
|
10838
|
+
readonly internalType: "address";
|
10839
|
+
readonly type: "address";
|
10840
|
+
}];
|
10841
|
+
readonly name: "AddressInsufficientBalance";
|
11408
10842
|
}, {
|
11409
10843
|
readonly type: "error";
|
11410
10844
|
readonly inputs: readonly [{
|
@@ -11513,6 +10947,14 @@ export declare const ipAssetRegistryConfig: {
|
|
11513
10947
|
readonly type: "error";
|
11514
10948
|
readonly inputs: readonly [];
|
11515
10949
|
readonly name: "IPAssetRegistry__ZeroAccessManager";
|
10950
|
+
}, {
|
10951
|
+
readonly type: "error";
|
10952
|
+
readonly inputs: readonly [{
|
10953
|
+
readonly name: "name";
|
10954
|
+
readonly internalType: "string";
|
10955
|
+
readonly type: "string";
|
10956
|
+
}];
|
10957
|
+
readonly name: "IPAssetRegistry__ZeroAddress";
|
11516
10958
|
}, {
|
11517
10959
|
readonly type: "error";
|
11518
10960
|
readonly inputs: readonly [];
|
@@ -11521,6 +10963,14 @@ export declare const ipAssetRegistryConfig: {
|
|
11521
10963
|
readonly type: "error";
|
11522
10964
|
readonly inputs: readonly [];
|
11523
10965
|
readonly name: "NotInitializing";
|
10966
|
+
}, {
|
10967
|
+
readonly type: "error";
|
10968
|
+
readonly inputs: readonly [{
|
10969
|
+
readonly name: "token";
|
10970
|
+
readonly internalType: "address";
|
10971
|
+
readonly type: "address";
|
10972
|
+
}];
|
10973
|
+
readonly name: "SafeERC20FailedOperation";
|
11524
10974
|
}, {
|
11525
10975
|
readonly type: "error";
|
11526
10976
|
readonly inputs: readonly [{
|
@@ -11625,6 +11075,31 @@ export declare const ipAssetRegistryConfig: {
|
|
11625
11075
|
readonly indexed: false;
|
11626
11076
|
}];
|
11627
11077
|
readonly name: "IPRegistered";
|
11078
|
+
}, {
|
11079
|
+
readonly type: "event";
|
11080
|
+
readonly anonymous: false;
|
11081
|
+
readonly inputs: readonly [{
|
11082
|
+
readonly name: "payer";
|
11083
|
+
readonly internalType: "address";
|
11084
|
+
readonly type: "address";
|
11085
|
+
readonly indexed: true;
|
11086
|
+
}, {
|
11087
|
+
readonly name: "treasury";
|
11088
|
+
readonly internalType: "address";
|
11089
|
+
readonly type: "address";
|
11090
|
+
readonly indexed: true;
|
11091
|
+
}, {
|
11092
|
+
readonly name: "feeToken";
|
11093
|
+
readonly internalType: "address";
|
11094
|
+
readonly type: "address";
|
11095
|
+
readonly indexed: true;
|
11096
|
+
}, {
|
11097
|
+
readonly name: "amount";
|
11098
|
+
readonly internalType: "uint96";
|
11099
|
+
readonly type: "uint96";
|
11100
|
+
readonly indexed: false;
|
11101
|
+
}];
|
11102
|
+
readonly name: "IPRegistrationFeePaid";
|
11628
11103
|
}, {
|
11629
11104
|
readonly type: "event";
|
11630
11105
|
readonly anonymous: false;
|
@@ -11645,6 +11120,26 @@ export declare const ipAssetRegistryConfig: {
|
|
11645
11120
|
readonly indexed: false;
|
11646
11121
|
}];
|
11647
11122
|
readonly name: "Paused";
|
11123
|
+
}, {
|
11124
|
+
readonly type: "event";
|
11125
|
+
readonly anonymous: false;
|
11126
|
+
readonly inputs: readonly [{
|
11127
|
+
readonly name: "treasury";
|
11128
|
+
readonly internalType: "address";
|
11129
|
+
readonly type: "address";
|
11130
|
+
readonly indexed: true;
|
11131
|
+
}, {
|
11132
|
+
readonly name: "feeToken";
|
11133
|
+
readonly internalType: "address";
|
11134
|
+
readonly type: "address";
|
11135
|
+
readonly indexed: true;
|
11136
|
+
}, {
|
11137
|
+
readonly name: "feeAmount";
|
11138
|
+
readonly internalType: "uint96";
|
11139
|
+
readonly type: "uint96";
|
11140
|
+
readonly indexed: false;
|
11141
|
+
}];
|
11142
|
+
readonly name: "RegistrationFeeSet";
|
11648
11143
|
}, {
|
11649
11144
|
readonly type: "event";
|
11650
11145
|
readonly anonymous: false;
|
@@ -11767,6 +11262,26 @@ export declare const ipAssetRegistryConfig: {
|
|
11767
11262
|
readonly type: "bool";
|
11768
11263
|
}];
|
11769
11264
|
readonly stateMutability: "view";
|
11265
|
+
}, {
|
11266
|
+
readonly type: "function";
|
11267
|
+
readonly inputs: readonly [];
|
11268
|
+
readonly name: "getFeeAmount";
|
11269
|
+
readonly outputs: readonly [{
|
11270
|
+
readonly name: "";
|
11271
|
+
readonly internalType: "uint96";
|
11272
|
+
readonly type: "uint96";
|
11273
|
+
}];
|
11274
|
+
readonly stateMutability: "view";
|
11275
|
+
}, {
|
11276
|
+
readonly type: "function";
|
11277
|
+
readonly inputs: readonly [];
|
11278
|
+
readonly name: "getFeeToken";
|
11279
|
+
readonly outputs: readonly [{
|
11280
|
+
readonly name: "";
|
11281
|
+
readonly internalType: "address";
|
11282
|
+
readonly type: "address";
|
11283
|
+
}];
|
11284
|
+
readonly stateMutability: "view";
|
11770
11285
|
}, {
|
11771
11286
|
readonly type: "function";
|
11772
11287
|
readonly inputs: readonly [{
|
@@ -11813,6 +11328,16 @@ export declare const ipAssetRegistryConfig: {
|
|
11813
11328
|
readonly type: "address";
|
11814
11329
|
}];
|
11815
11330
|
readonly stateMutability: "view";
|
11331
|
+
}, {
|
11332
|
+
readonly type: "function";
|
11333
|
+
readonly inputs: readonly [];
|
11334
|
+
readonly name: "getTreasury";
|
11335
|
+
readonly outputs: readonly [{
|
11336
|
+
readonly name: "";
|
11337
|
+
readonly internalType: "address";
|
11338
|
+
readonly type: "address";
|
11339
|
+
}];
|
11340
|
+
readonly stateMutability: "view";
|
11816
11341
|
}, {
|
11817
11342
|
readonly type: "function";
|
11818
11343
|
readonly inputs: readonly [{
|
@@ -12013,6 +11538,24 @@ export declare const ipAssetRegistryConfig: {
|
|
12013
11538
|
readonly name: "setAuthority";
|
12014
11539
|
readonly outputs: readonly [];
|
12015
11540
|
readonly stateMutability: "nonpayable";
|
11541
|
+
}, {
|
11542
|
+
readonly type: "function";
|
11543
|
+
readonly inputs: readonly [{
|
11544
|
+
readonly name: "treasury";
|
11545
|
+
readonly internalType: "address";
|
11546
|
+
readonly type: "address";
|
11547
|
+
}, {
|
11548
|
+
readonly name: "feeToken";
|
11549
|
+
readonly internalType: "address";
|
11550
|
+
readonly type: "address";
|
11551
|
+
}, {
|
11552
|
+
readonly name: "feeAmount";
|
11553
|
+
readonly internalType: "uint96";
|
11554
|
+
readonly type: "uint96";
|
11555
|
+
}];
|
11556
|
+
readonly name: "setRegistrationFee";
|
11557
|
+
readonly outputs: readonly [];
|
11558
|
+
readonly stateMutability: "nonpayable";
|
12016
11559
|
}, {
|
12017
11560
|
readonly type: "function";
|
12018
11561
|
readonly inputs: readonly [{
|
@@ -12725,14 +12268,14 @@ export declare const ipRoyaltyVaultImplAbi: readonly [{
|
|
12725
12268
|
*
|
12726
12269
|
*/
|
12727
12270
|
export declare const ipRoyaltyVaultImplAddress: {
|
12728
|
-
readonly
|
12271
|
+
readonly 1516: "0x1081250219B16cc3903Aa2d2d1403A75c6A2F9f5";
|
12729
12272
|
};
|
12730
12273
|
/**
|
12731
12274
|
*
|
12732
12275
|
*/
|
12733
12276
|
export declare const ipRoyaltyVaultImplConfig: {
|
12734
12277
|
readonly address: {
|
12735
|
-
readonly
|
12278
|
+
readonly 1516: "0x1081250219B16cc3903Aa2d2d1403A75c6A2F9f5";
|
12736
12279
|
};
|
12737
12280
|
readonly abi: readonly [{
|
12738
12281
|
readonly type: "constructor";
|
@@ -14062,14 +13605,14 @@ export declare const licenseAttachmentWorkflowsAbi: readonly [{
|
|
14062
13605
|
*
|
14063
13606
|
*/
|
14064
13607
|
export declare const licenseAttachmentWorkflowsAddress: {
|
14065
|
-
readonly
|
13608
|
+
readonly 1516: "0x44Bad1E4035a44eAC1606B222873E4a85E8b7D9c";
|
14066
13609
|
};
|
14067
13610
|
/**
|
14068
13611
|
*
|
14069
13612
|
*/
|
14070
13613
|
export declare const licenseAttachmentWorkflowsConfig: {
|
14071
13614
|
readonly address: {
|
14072
|
-
readonly
|
13615
|
+
readonly 1516: "0x44Bad1E4035a44eAC1606B222873E4a85E8b7D9c";
|
14073
13616
|
};
|
14074
13617
|
readonly abi: readonly [{
|
14075
13618
|
readonly type: "constructor";
|
@@ -14760,10 +14303,6 @@ export declare const licenseRegistryAbi: readonly [{
|
|
14760
14303
|
readonly name: "ipGraphAcl";
|
14761
14304
|
readonly internalType: "address";
|
14762
14305
|
readonly type: "address";
|
14763
|
-
}, {
|
14764
|
-
readonly name: "ipGraph";
|
14765
|
-
readonly internalType: "address";
|
14766
|
-
readonly type: "address";
|
14767
14306
|
}];
|
14768
14307
|
readonly stateMutability: "nonpayable";
|
14769
14308
|
}, {
|
@@ -15813,14 +15352,14 @@ export declare const licenseRegistryAbi: readonly [{
|
|
15813
15352
|
*
|
15814
15353
|
*/
|
15815
15354
|
export declare const licenseRegistryAddress: {
|
15816
|
-
readonly
|
15355
|
+
readonly 1516: "0xBda3992c49E98392e75E78d82B934F3598bA495f";
|
15817
15356
|
};
|
15818
15357
|
/**
|
15819
15358
|
*
|
15820
15359
|
*/
|
15821
15360
|
export declare const licenseRegistryConfig: {
|
15822
15361
|
readonly address: {
|
15823
|
-
readonly
|
15362
|
+
readonly 1516: "0xBda3992c49E98392e75E78d82B934F3598bA495f";
|
15824
15363
|
};
|
15825
15364
|
readonly abi: readonly [{
|
15826
15365
|
readonly type: "constructor";
|
@@ -15836,10 +15375,6 @@ export declare const licenseRegistryConfig: {
|
|
15836
15375
|
readonly name: "ipGraphAcl";
|
15837
15376
|
readonly internalType: "address";
|
15838
15377
|
readonly type: "address";
|
15839
|
-
}, {
|
15840
|
-
readonly name: "ipGraph";
|
15841
|
-
readonly internalType: "address";
|
15842
|
-
readonly type: "address";
|
15843
15378
|
}];
|
15844
15379
|
readonly stateMutability: "nonpayable";
|
15845
15380
|
}, {
|
@@ -17792,14 +17327,14 @@ export declare const licenseTokenAbi: readonly [{
|
|
17792
17327
|
*
|
17793
17328
|
*/
|
17794
17329
|
export declare const licenseTokenAddress: {
|
17795
|
-
readonly
|
17330
|
+
readonly 1516: "0xB138aEd64814F2845554f9DBB116491a077eEB2D";
|
17796
17331
|
};
|
17797
17332
|
/**
|
17798
17333
|
*
|
17799
17334
|
*/
|
17800
17335
|
export declare const licenseTokenConfig: {
|
17801
17336
|
readonly address: {
|
17802
|
-
readonly
|
17337
|
+
readonly 1516: "0xB138aEd64814F2845554f9DBB116491a077eEB2D";
|
17803
17338
|
};
|
17804
17339
|
readonly abi: readonly [{
|
17805
17340
|
readonly type: "constructor";
|
@@ -19476,14 +19011,14 @@ export declare const licensingModuleAbi: readonly [{
|
|
19476
19011
|
*
|
19477
19012
|
*/
|
19478
19013
|
export declare const licensingModuleAddress: {
|
19479
|
-
readonly
|
19014
|
+
readonly 1516: "0x5a7D9Fa17DE09350F481A53B470D798c1c1aabae";
|
19480
19015
|
};
|
19481
19016
|
/**
|
19482
19017
|
*
|
19483
19018
|
*/
|
19484
19019
|
export declare const licensingModuleConfig: {
|
19485
19020
|
readonly address: {
|
19486
|
-
readonly
|
19021
|
+
readonly 1516: "0x5a7D9Fa17DE09350F481A53B470D798c1c1aabae";
|
19487
19022
|
};
|
19488
19023
|
readonly abi: readonly [{
|
19489
19024
|
readonly type: "constructor";
|
@@ -20528,14 +20063,14 @@ export declare const mockErc20Abi: readonly [{
|
|
20528
20063
|
*
|
20529
20064
|
*/
|
20530
20065
|
export declare const mockErc20Address: {
|
20531
|
-
readonly
|
20066
|
+
readonly 1516: "0x12A8b0DcC6e3bB0915638361D9D49942Da07F455";
|
20532
20067
|
};
|
20533
20068
|
/**
|
20534
20069
|
*
|
20535
20070
|
*/
|
20536
20071
|
export declare const mockErc20Config: {
|
20537
20072
|
readonly address: {
|
20538
|
-
readonly
|
20073
|
+
readonly 1516: "0x12A8b0DcC6e3bB0915638361D9D49942Da07F455";
|
20539
20074
|
};
|
20540
20075
|
readonly abi: readonly [{
|
20541
20076
|
readonly type: "constructor";
|
@@ -21207,14 +20742,14 @@ export declare const moduleRegistryAbi: readonly [{
|
|
21207
20742
|
*
|
21208
20743
|
*/
|
21209
20744
|
export declare const moduleRegistryAddress: {
|
21210
|
-
readonly
|
20745
|
+
readonly 1516: "0x9F18c5723BC4Ee447CF9B01a8543D3b08b7F09C7";
|
21211
20746
|
};
|
21212
20747
|
/**
|
21213
20748
|
*
|
21214
20749
|
*/
|
21215
20750
|
export declare const moduleRegistryConfig: {
|
21216
20751
|
readonly address: {
|
21217
|
-
readonly
|
20752
|
+
readonly 1516: "0x9F18c5723BC4Ee447CF9B01a8543D3b08b7F09C7";
|
21218
20753
|
};
|
21219
20754
|
readonly abi: readonly [{
|
21220
20755
|
readonly type: "constructor";
|
@@ -21345,270 +20880,951 @@ export declare const moduleRegistryConfig: {
|
|
21345
20880
|
}];
|
21346
20881
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
21347
20882
|
}, {
|
21348
|
-
readonly type: "event";
|
21349
|
-
readonly anonymous: false;
|
21350
|
-
readonly inputs: readonly [{
|
21351
|
-
readonly name: "authority";
|
20883
|
+
readonly type: "event";
|
20884
|
+
readonly anonymous: false;
|
20885
|
+
readonly inputs: readonly [{
|
20886
|
+
readonly name: "authority";
|
20887
|
+
readonly internalType: "address";
|
20888
|
+
readonly type: "address";
|
20889
|
+
readonly indexed: false;
|
20890
|
+
}];
|
20891
|
+
readonly name: "AuthorityUpdated";
|
20892
|
+
}, {
|
20893
|
+
readonly type: "event";
|
20894
|
+
readonly anonymous: false;
|
20895
|
+
readonly inputs: readonly [{
|
20896
|
+
readonly name: "version";
|
20897
|
+
readonly internalType: "uint64";
|
20898
|
+
readonly type: "uint64";
|
20899
|
+
readonly indexed: false;
|
20900
|
+
}];
|
20901
|
+
readonly name: "Initialized";
|
20902
|
+
}, {
|
20903
|
+
readonly type: "event";
|
20904
|
+
readonly anonymous: false;
|
20905
|
+
readonly inputs: readonly [{
|
20906
|
+
readonly name: "name";
|
20907
|
+
readonly internalType: "string";
|
20908
|
+
readonly type: "string";
|
20909
|
+
readonly indexed: false;
|
20910
|
+
}, {
|
20911
|
+
readonly name: "module";
|
20912
|
+
readonly internalType: "address";
|
20913
|
+
readonly type: "address";
|
20914
|
+
readonly indexed: true;
|
20915
|
+
}, {
|
20916
|
+
readonly name: "moduleTypeInterfaceId";
|
20917
|
+
readonly internalType: "bytes4";
|
20918
|
+
readonly type: "bytes4";
|
20919
|
+
readonly indexed: true;
|
20920
|
+
}, {
|
20921
|
+
readonly name: "moduleType";
|
20922
|
+
readonly internalType: "string";
|
20923
|
+
readonly type: "string";
|
20924
|
+
readonly indexed: false;
|
20925
|
+
}];
|
20926
|
+
readonly name: "ModuleAdded";
|
20927
|
+
}, {
|
20928
|
+
readonly type: "event";
|
20929
|
+
readonly anonymous: false;
|
20930
|
+
readonly inputs: readonly [{
|
20931
|
+
readonly name: "name";
|
20932
|
+
readonly internalType: "string";
|
20933
|
+
readonly type: "string";
|
20934
|
+
readonly indexed: false;
|
20935
|
+
}, {
|
20936
|
+
readonly name: "module";
|
20937
|
+
readonly internalType: "address";
|
20938
|
+
readonly type: "address";
|
20939
|
+
readonly indexed: true;
|
20940
|
+
}];
|
20941
|
+
readonly name: "ModuleRemoved";
|
20942
|
+
}, {
|
20943
|
+
readonly type: "event";
|
20944
|
+
readonly anonymous: false;
|
20945
|
+
readonly inputs: readonly [{
|
20946
|
+
readonly name: "implementation";
|
20947
|
+
readonly internalType: "address";
|
20948
|
+
readonly type: "address";
|
20949
|
+
readonly indexed: true;
|
20950
|
+
}];
|
20951
|
+
readonly name: "Upgraded";
|
20952
|
+
}, {
|
20953
|
+
readonly type: "function";
|
20954
|
+
readonly inputs: readonly [];
|
20955
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
20956
|
+
readonly outputs: readonly [{
|
20957
|
+
readonly name: "";
|
20958
|
+
readonly internalType: "string";
|
20959
|
+
readonly type: "string";
|
20960
|
+
}];
|
20961
|
+
readonly stateMutability: "view";
|
20962
|
+
}, {
|
20963
|
+
readonly type: "function";
|
20964
|
+
readonly inputs: readonly [];
|
20965
|
+
readonly name: "authority";
|
20966
|
+
readonly outputs: readonly [{
|
20967
|
+
readonly name: "";
|
20968
|
+
readonly internalType: "address";
|
20969
|
+
readonly type: "address";
|
20970
|
+
}];
|
20971
|
+
readonly stateMutability: "view";
|
20972
|
+
}, {
|
20973
|
+
readonly type: "function";
|
20974
|
+
readonly inputs: readonly [{
|
20975
|
+
readonly name: "name";
|
20976
|
+
readonly internalType: "string";
|
20977
|
+
readonly type: "string";
|
20978
|
+
}];
|
20979
|
+
readonly name: "getModule";
|
20980
|
+
readonly outputs: readonly [{
|
20981
|
+
readonly name: "";
|
20982
|
+
readonly internalType: "address";
|
20983
|
+
readonly type: "address";
|
20984
|
+
}];
|
20985
|
+
readonly stateMutability: "view";
|
20986
|
+
}, {
|
20987
|
+
readonly type: "function";
|
20988
|
+
readonly inputs: readonly [{
|
20989
|
+
readonly name: "moduleAddress";
|
20990
|
+
readonly internalType: "address";
|
20991
|
+
readonly type: "address";
|
20992
|
+
}];
|
20993
|
+
readonly name: "getModuleType";
|
20994
|
+
readonly outputs: readonly [{
|
20995
|
+
readonly name: "";
|
20996
|
+
readonly internalType: "string";
|
20997
|
+
readonly type: "string";
|
20998
|
+
}];
|
20999
|
+
readonly stateMutability: "view";
|
21000
|
+
}, {
|
21001
|
+
readonly type: "function";
|
21002
|
+
readonly inputs: readonly [{
|
21003
|
+
readonly name: "moduleType";
|
21004
|
+
readonly internalType: "string";
|
21005
|
+
readonly type: "string";
|
21006
|
+
}];
|
21007
|
+
readonly name: "getModuleTypeInterfaceId";
|
21008
|
+
readonly outputs: readonly [{
|
21009
|
+
readonly name: "";
|
21010
|
+
readonly internalType: "bytes4";
|
21011
|
+
readonly type: "bytes4";
|
21012
|
+
}];
|
21013
|
+
readonly stateMutability: "view";
|
21014
|
+
}, {
|
21015
|
+
readonly type: "function";
|
21016
|
+
readonly inputs: readonly [{
|
21017
|
+
readonly name: "accessManager";
|
21018
|
+
readonly internalType: "address";
|
21019
|
+
readonly type: "address";
|
21020
|
+
}];
|
21021
|
+
readonly name: "initialize";
|
21022
|
+
readonly outputs: readonly [];
|
21023
|
+
readonly stateMutability: "nonpayable";
|
21024
|
+
}, {
|
21025
|
+
readonly type: "function";
|
21026
|
+
readonly inputs: readonly [];
|
21027
|
+
readonly name: "isConsumingScheduledOp";
|
21028
|
+
readonly outputs: readonly [{
|
21029
|
+
readonly name: "";
|
21030
|
+
readonly internalType: "bytes4";
|
21031
|
+
readonly type: "bytes4";
|
21032
|
+
}];
|
21033
|
+
readonly stateMutability: "view";
|
21034
|
+
}, {
|
21035
|
+
readonly type: "function";
|
21036
|
+
readonly inputs: readonly [{
|
21037
|
+
readonly name: "moduleAddress";
|
21038
|
+
readonly internalType: "address";
|
21039
|
+
readonly type: "address";
|
21040
|
+
}];
|
21041
|
+
readonly name: "isRegistered";
|
21042
|
+
readonly outputs: readonly [{
|
21043
|
+
readonly name: "";
|
21044
|
+
readonly internalType: "bool";
|
21045
|
+
readonly type: "bool";
|
21046
|
+
}];
|
21047
|
+
readonly stateMutability: "view";
|
21048
|
+
}, {
|
21049
|
+
readonly type: "function";
|
21050
|
+
readonly inputs: readonly [];
|
21051
|
+
readonly name: "proxiableUUID";
|
21052
|
+
readonly outputs: readonly [{
|
21053
|
+
readonly name: "";
|
21054
|
+
readonly internalType: "bytes32";
|
21055
|
+
readonly type: "bytes32";
|
21056
|
+
}];
|
21057
|
+
readonly stateMutability: "view";
|
21058
|
+
}, {
|
21059
|
+
readonly type: "function";
|
21060
|
+
readonly inputs: readonly [{
|
21061
|
+
readonly name: "name";
|
21062
|
+
readonly internalType: "string";
|
21063
|
+
readonly type: "string";
|
21064
|
+
}, {
|
21065
|
+
readonly name: "moduleAddress";
|
21066
|
+
readonly internalType: "address";
|
21067
|
+
readonly type: "address";
|
21068
|
+
}];
|
21069
|
+
readonly name: "registerModule";
|
21070
|
+
readonly outputs: readonly [];
|
21071
|
+
readonly stateMutability: "nonpayable";
|
21072
|
+
}, {
|
21073
|
+
readonly type: "function";
|
21074
|
+
readonly inputs: readonly [{
|
21075
|
+
readonly name: "name";
|
21076
|
+
readonly internalType: "string";
|
21077
|
+
readonly type: "string";
|
21078
|
+
}, {
|
21079
|
+
readonly name: "moduleAddress";
|
21080
|
+
readonly internalType: "address";
|
21081
|
+
readonly type: "address";
|
21082
|
+
}, {
|
21083
|
+
readonly name: "moduleType";
|
21084
|
+
readonly internalType: "string";
|
21085
|
+
readonly type: "string";
|
21086
|
+
}];
|
21087
|
+
readonly name: "registerModule";
|
21088
|
+
readonly outputs: readonly [];
|
21089
|
+
readonly stateMutability: "nonpayable";
|
21090
|
+
}, {
|
21091
|
+
readonly type: "function";
|
21092
|
+
readonly inputs: readonly [{
|
21093
|
+
readonly name: "name";
|
21094
|
+
readonly internalType: "string";
|
21095
|
+
readonly type: "string";
|
21096
|
+
}, {
|
21097
|
+
readonly name: "interfaceId";
|
21098
|
+
readonly internalType: "bytes4";
|
21099
|
+
readonly type: "bytes4";
|
21100
|
+
}];
|
21101
|
+
readonly name: "registerModuleType";
|
21102
|
+
readonly outputs: readonly [];
|
21103
|
+
readonly stateMutability: "nonpayable";
|
21104
|
+
}, {
|
21105
|
+
readonly type: "function";
|
21106
|
+
readonly inputs: readonly [{
|
21107
|
+
readonly name: "name";
|
21108
|
+
readonly internalType: "string";
|
21109
|
+
readonly type: "string";
|
21110
|
+
}];
|
21111
|
+
readonly name: "removeModule";
|
21112
|
+
readonly outputs: readonly [];
|
21113
|
+
readonly stateMutability: "nonpayable";
|
21114
|
+
}, {
|
21115
|
+
readonly type: "function";
|
21116
|
+
readonly inputs: readonly [{
|
21117
|
+
readonly name: "name";
|
21118
|
+
readonly internalType: "string";
|
21119
|
+
readonly type: "string";
|
21120
|
+
}];
|
21121
|
+
readonly name: "removeModuleType";
|
21122
|
+
readonly outputs: readonly [];
|
21123
|
+
readonly stateMutability: "nonpayable";
|
21124
|
+
}, {
|
21125
|
+
readonly type: "function";
|
21126
|
+
readonly inputs: readonly [{
|
21127
|
+
readonly name: "newAuthority";
|
21128
|
+
readonly internalType: "address";
|
21129
|
+
readonly type: "address";
|
21130
|
+
}];
|
21131
|
+
readonly name: "setAuthority";
|
21132
|
+
readonly outputs: readonly [];
|
21133
|
+
readonly stateMutability: "nonpayable";
|
21134
|
+
}, {
|
21135
|
+
readonly type: "function";
|
21136
|
+
readonly inputs: readonly [{
|
21137
|
+
readonly name: "newImplementation";
|
21138
|
+
readonly internalType: "address";
|
21139
|
+
readonly type: "address";
|
21140
|
+
}, {
|
21141
|
+
readonly name: "data";
|
21142
|
+
readonly internalType: "bytes";
|
21143
|
+
readonly type: "bytes";
|
21144
|
+
}];
|
21145
|
+
readonly name: "upgradeToAndCall";
|
21146
|
+
readonly outputs: readonly [];
|
21147
|
+
readonly stateMutability: "payable";
|
21148
|
+
}];
|
21149
|
+
};
|
21150
|
+
/**
|
21151
|
+
*
|
21152
|
+
*/
|
21153
|
+
export declare const multicall3Abi: readonly [{
|
21154
|
+
readonly type: "function";
|
21155
|
+
readonly inputs: readonly [{
|
21156
|
+
readonly name: "calls";
|
21157
|
+
readonly internalType: "struct Multicall3.Call[]";
|
21158
|
+
readonly type: "tuple[]";
|
21159
|
+
readonly components: readonly [{
|
21160
|
+
readonly name: "target";
|
21161
|
+
readonly internalType: "address";
|
21162
|
+
readonly type: "address";
|
21163
|
+
}, {
|
21164
|
+
readonly name: "callData";
|
21165
|
+
readonly internalType: "bytes";
|
21166
|
+
readonly type: "bytes";
|
21167
|
+
}];
|
21168
|
+
}];
|
21169
|
+
readonly name: "aggregate";
|
21170
|
+
readonly outputs: readonly [{
|
21171
|
+
readonly name: "blockNumber";
|
21172
|
+
readonly internalType: "uint256";
|
21173
|
+
readonly type: "uint256";
|
21174
|
+
}, {
|
21175
|
+
readonly name: "returnData";
|
21176
|
+
readonly internalType: "bytes[]";
|
21177
|
+
readonly type: "bytes[]";
|
21178
|
+
}];
|
21179
|
+
readonly stateMutability: "payable";
|
21180
|
+
}, {
|
21181
|
+
readonly type: "function";
|
21182
|
+
readonly inputs: readonly [{
|
21183
|
+
readonly name: "calls";
|
21184
|
+
readonly internalType: "struct Multicall3.Call3[]";
|
21185
|
+
readonly type: "tuple[]";
|
21186
|
+
readonly components: readonly [{
|
21187
|
+
readonly name: "target";
|
21188
|
+
readonly internalType: "address";
|
21189
|
+
readonly type: "address";
|
21190
|
+
}, {
|
21191
|
+
readonly name: "allowFailure";
|
21192
|
+
readonly internalType: "bool";
|
21193
|
+
readonly type: "bool";
|
21194
|
+
}, {
|
21195
|
+
readonly name: "callData";
|
21196
|
+
readonly internalType: "bytes";
|
21197
|
+
readonly type: "bytes";
|
21198
|
+
}];
|
21199
|
+
}];
|
21200
|
+
readonly name: "aggregate3";
|
21201
|
+
readonly outputs: readonly [{
|
21202
|
+
readonly name: "returnData";
|
21203
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21204
|
+
readonly type: "tuple[]";
|
21205
|
+
readonly components: readonly [{
|
21206
|
+
readonly name: "success";
|
21207
|
+
readonly internalType: "bool";
|
21208
|
+
readonly type: "bool";
|
21209
|
+
}, {
|
21210
|
+
readonly name: "returnData";
|
21211
|
+
readonly internalType: "bytes";
|
21212
|
+
readonly type: "bytes";
|
21213
|
+
}];
|
21214
|
+
}];
|
21215
|
+
readonly stateMutability: "payable";
|
21216
|
+
}, {
|
21217
|
+
readonly type: "function";
|
21218
|
+
readonly inputs: readonly [{
|
21219
|
+
readonly name: "calls";
|
21220
|
+
readonly internalType: "struct Multicall3.Call3Value[]";
|
21221
|
+
readonly type: "tuple[]";
|
21222
|
+
readonly components: readonly [{
|
21223
|
+
readonly name: "target";
|
21224
|
+
readonly internalType: "address";
|
21225
|
+
readonly type: "address";
|
21226
|
+
}, {
|
21227
|
+
readonly name: "allowFailure";
|
21228
|
+
readonly internalType: "bool";
|
21229
|
+
readonly type: "bool";
|
21230
|
+
}, {
|
21231
|
+
readonly name: "value";
|
21232
|
+
readonly internalType: "uint256";
|
21233
|
+
readonly type: "uint256";
|
21234
|
+
}, {
|
21235
|
+
readonly name: "callData";
|
21236
|
+
readonly internalType: "bytes";
|
21237
|
+
readonly type: "bytes";
|
21238
|
+
}];
|
21239
|
+
}];
|
21240
|
+
readonly name: "aggregate3Value";
|
21241
|
+
readonly outputs: readonly [{
|
21242
|
+
readonly name: "returnData";
|
21243
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21244
|
+
readonly type: "tuple[]";
|
21245
|
+
readonly components: readonly [{
|
21246
|
+
readonly name: "success";
|
21247
|
+
readonly internalType: "bool";
|
21248
|
+
readonly type: "bool";
|
21249
|
+
}, {
|
21250
|
+
readonly name: "returnData";
|
21251
|
+
readonly internalType: "bytes";
|
21252
|
+
readonly type: "bytes";
|
21253
|
+
}];
|
21254
|
+
}];
|
21255
|
+
readonly stateMutability: "payable";
|
21256
|
+
}, {
|
21257
|
+
readonly type: "function";
|
21258
|
+
readonly inputs: readonly [{
|
21259
|
+
readonly name: "calls";
|
21260
|
+
readonly internalType: "struct Multicall3.Call[]";
|
21261
|
+
readonly type: "tuple[]";
|
21262
|
+
readonly components: readonly [{
|
21263
|
+
readonly name: "target";
|
21264
|
+
readonly internalType: "address";
|
21265
|
+
readonly type: "address";
|
21266
|
+
}, {
|
21267
|
+
readonly name: "callData";
|
21268
|
+
readonly internalType: "bytes";
|
21269
|
+
readonly type: "bytes";
|
21270
|
+
}];
|
21271
|
+
}];
|
21272
|
+
readonly name: "blockAndAggregate";
|
21273
|
+
readonly outputs: readonly [{
|
21274
|
+
readonly name: "blockNumber";
|
21275
|
+
readonly internalType: "uint256";
|
21276
|
+
readonly type: "uint256";
|
21277
|
+
}, {
|
21278
|
+
readonly name: "blockHash";
|
21279
|
+
readonly internalType: "bytes32";
|
21280
|
+
readonly type: "bytes32";
|
21281
|
+
}, {
|
21282
|
+
readonly name: "returnData";
|
21283
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21284
|
+
readonly type: "tuple[]";
|
21285
|
+
readonly components: readonly [{
|
21286
|
+
readonly name: "success";
|
21287
|
+
readonly internalType: "bool";
|
21288
|
+
readonly type: "bool";
|
21289
|
+
}, {
|
21290
|
+
readonly name: "returnData";
|
21291
|
+
readonly internalType: "bytes";
|
21292
|
+
readonly type: "bytes";
|
21293
|
+
}];
|
21294
|
+
}];
|
21295
|
+
readonly stateMutability: "payable";
|
21296
|
+
}, {
|
21297
|
+
readonly type: "function";
|
21298
|
+
readonly inputs: readonly [];
|
21299
|
+
readonly name: "getBasefee";
|
21300
|
+
readonly outputs: readonly [{
|
21301
|
+
readonly name: "basefee";
|
21302
|
+
readonly internalType: "uint256";
|
21303
|
+
readonly type: "uint256";
|
21304
|
+
}];
|
21305
|
+
readonly stateMutability: "view";
|
21306
|
+
}, {
|
21307
|
+
readonly type: "function";
|
21308
|
+
readonly inputs: readonly [{
|
21309
|
+
readonly name: "blockNumber";
|
21310
|
+
readonly internalType: "uint256";
|
21311
|
+
readonly type: "uint256";
|
21312
|
+
}];
|
21313
|
+
readonly name: "getBlockHash";
|
21314
|
+
readonly outputs: readonly [{
|
21315
|
+
readonly name: "blockHash";
|
21316
|
+
readonly internalType: "bytes32";
|
21317
|
+
readonly type: "bytes32";
|
21318
|
+
}];
|
21319
|
+
readonly stateMutability: "view";
|
21320
|
+
}, {
|
21321
|
+
readonly type: "function";
|
21322
|
+
readonly inputs: readonly [];
|
21323
|
+
readonly name: "getBlockNumber";
|
21324
|
+
readonly outputs: readonly [{
|
21325
|
+
readonly name: "blockNumber";
|
21326
|
+
readonly internalType: "uint256";
|
21327
|
+
readonly type: "uint256";
|
21328
|
+
}];
|
21329
|
+
readonly stateMutability: "view";
|
21330
|
+
}, {
|
21331
|
+
readonly type: "function";
|
21332
|
+
readonly inputs: readonly [];
|
21333
|
+
readonly name: "getChainId";
|
21334
|
+
readonly outputs: readonly [{
|
21335
|
+
readonly name: "chainid";
|
21336
|
+
readonly internalType: "uint256";
|
21337
|
+
readonly type: "uint256";
|
21338
|
+
}];
|
21339
|
+
readonly stateMutability: "view";
|
21340
|
+
}, {
|
21341
|
+
readonly type: "function";
|
21342
|
+
readonly inputs: readonly [];
|
21343
|
+
readonly name: "getCurrentBlockCoinbase";
|
21344
|
+
readonly outputs: readonly [{
|
21345
|
+
readonly name: "coinbase";
|
21346
|
+
readonly internalType: "address";
|
21347
|
+
readonly type: "address";
|
21348
|
+
}];
|
21349
|
+
readonly stateMutability: "view";
|
21350
|
+
}, {
|
21351
|
+
readonly type: "function";
|
21352
|
+
readonly inputs: readonly [];
|
21353
|
+
readonly name: "getCurrentBlockDifficulty";
|
21354
|
+
readonly outputs: readonly [{
|
21355
|
+
readonly name: "difficulty";
|
21356
|
+
readonly internalType: "uint256";
|
21357
|
+
readonly type: "uint256";
|
21358
|
+
}];
|
21359
|
+
readonly stateMutability: "view";
|
21360
|
+
}, {
|
21361
|
+
readonly type: "function";
|
21362
|
+
readonly inputs: readonly [];
|
21363
|
+
readonly name: "getCurrentBlockGasLimit";
|
21364
|
+
readonly outputs: readonly [{
|
21365
|
+
readonly name: "gaslimit";
|
21366
|
+
readonly internalType: "uint256";
|
21367
|
+
readonly type: "uint256";
|
21368
|
+
}];
|
21369
|
+
readonly stateMutability: "view";
|
21370
|
+
}, {
|
21371
|
+
readonly type: "function";
|
21372
|
+
readonly inputs: readonly [];
|
21373
|
+
readonly name: "getCurrentBlockTimestamp";
|
21374
|
+
readonly outputs: readonly [{
|
21375
|
+
readonly name: "timestamp";
|
21376
|
+
readonly internalType: "uint256";
|
21377
|
+
readonly type: "uint256";
|
21378
|
+
}];
|
21379
|
+
readonly stateMutability: "view";
|
21380
|
+
}, {
|
21381
|
+
readonly type: "function";
|
21382
|
+
readonly inputs: readonly [{
|
21383
|
+
readonly name: "addr";
|
21384
|
+
readonly internalType: "address";
|
21385
|
+
readonly type: "address";
|
21386
|
+
}];
|
21387
|
+
readonly name: "getEthBalance";
|
21388
|
+
readonly outputs: readonly [{
|
21389
|
+
readonly name: "balance";
|
21390
|
+
readonly internalType: "uint256";
|
21391
|
+
readonly type: "uint256";
|
21392
|
+
}];
|
21393
|
+
readonly stateMutability: "view";
|
21394
|
+
}, {
|
21395
|
+
readonly type: "function";
|
21396
|
+
readonly inputs: readonly [];
|
21397
|
+
readonly name: "getLastBlockHash";
|
21398
|
+
readonly outputs: readonly [{
|
21399
|
+
readonly name: "blockHash";
|
21400
|
+
readonly internalType: "bytes32";
|
21401
|
+
readonly type: "bytes32";
|
21402
|
+
}];
|
21403
|
+
readonly stateMutability: "view";
|
21404
|
+
}, {
|
21405
|
+
readonly type: "function";
|
21406
|
+
readonly inputs: readonly [{
|
21407
|
+
readonly name: "requireSuccess";
|
21408
|
+
readonly internalType: "bool";
|
21409
|
+
readonly type: "bool";
|
21410
|
+
}, {
|
21411
|
+
readonly name: "calls";
|
21412
|
+
readonly internalType: "struct Multicall3.Call[]";
|
21413
|
+
readonly type: "tuple[]";
|
21414
|
+
readonly components: readonly [{
|
21415
|
+
readonly name: "target";
|
21352
21416
|
readonly internalType: "address";
|
21353
21417
|
readonly type: "address";
|
21354
|
-
|
21418
|
+
}, {
|
21419
|
+
readonly name: "callData";
|
21420
|
+
readonly internalType: "bytes";
|
21421
|
+
readonly type: "bytes";
|
21355
21422
|
}];
|
21356
|
-
|
21357
|
-
|
21358
|
-
|
21359
|
-
readonly
|
21360
|
-
readonly
|
21361
|
-
|
21362
|
-
|
21363
|
-
readonly
|
21364
|
-
readonly
|
21423
|
+
}];
|
21424
|
+
readonly name: "tryAggregate";
|
21425
|
+
readonly outputs: readonly [{
|
21426
|
+
readonly name: "returnData";
|
21427
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21428
|
+
readonly type: "tuple[]";
|
21429
|
+
readonly components: readonly [{
|
21430
|
+
readonly name: "success";
|
21431
|
+
readonly internalType: "bool";
|
21432
|
+
readonly type: "bool";
|
21433
|
+
}, {
|
21434
|
+
readonly name: "returnData";
|
21435
|
+
readonly internalType: "bytes";
|
21436
|
+
readonly type: "bytes";
|
21365
21437
|
}];
|
21366
|
-
|
21438
|
+
}];
|
21439
|
+
readonly stateMutability: "payable";
|
21440
|
+
}, {
|
21441
|
+
readonly type: "function";
|
21442
|
+
readonly inputs: readonly [{
|
21443
|
+
readonly name: "requireSuccess";
|
21444
|
+
readonly internalType: "bool";
|
21445
|
+
readonly type: "bool";
|
21367
21446
|
}, {
|
21368
|
-
readonly
|
21369
|
-
readonly
|
21370
|
-
readonly
|
21371
|
-
|
21372
|
-
readonly
|
21373
|
-
readonly type: "string";
|
21374
|
-
readonly indexed: false;
|
21375
|
-
}, {
|
21376
|
-
readonly name: "module";
|
21447
|
+
readonly name: "calls";
|
21448
|
+
readonly internalType: "struct Multicall3.Call[]";
|
21449
|
+
readonly type: "tuple[]";
|
21450
|
+
readonly components: readonly [{
|
21451
|
+
readonly name: "target";
|
21377
21452
|
readonly internalType: "address";
|
21378
21453
|
readonly type: "address";
|
21379
|
-
readonly indexed: true;
|
21380
|
-
}, {
|
21381
|
-
readonly name: "moduleTypeInterfaceId";
|
21382
|
-
readonly internalType: "bytes4";
|
21383
|
-
readonly type: "bytes4";
|
21384
|
-
readonly indexed: true;
|
21385
21454
|
}, {
|
21386
|
-
readonly name: "
|
21387
|
-
readonly internalType: "
|
21388
|
-
readonly type: "
|
21389
|
-
readonly indexed: false;
|
21455
|
+
readonly name: "callData";
|
21456
|
+
readonly internalType: "bytes";
|
21457
|
+
readonly type: "bytes";
|
21390
21458
|
}];
|
21391
|
-
|
21459
|
+
}];
|
21460
|
+
readonly name: "tryBlockAndAggregate";
|
21461
|
+
readonly outputs: readonly [{
|
21462
|
+
readonly name: "blockNumber";
|
21463
|
+
readonly internalType: "uint256";
|
21464
|
+
readonly type: "uint256";
|
21392
21465
|
}, {
|
21393
|
-
readonly
|
21394
|
-
readonly
|
21395
|
-
readonly
|
21396
|
-
|
21397
|
-
|
21398
|
-
|
21399
|
-
|
21466
|
+
readonly name: "blockHash";
|
21467
|
+
readonly internalType: "bytes32";
|
21468
|
+
readonly type: "bytes32";
|
21469
|
+
}, {
|
21470
|
+
readonly name: "returnData";
|
21471
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21472
|
+
readonly type: "tuple[]";
|
21473
|
+
readonly components: readonly [{
|
21474
|
+
readonly name: "success";
|
21475
|
+
readonly internalType: "bool";
|
21476
|
+
readonly type: "bool";
|
21400
21477
|
}, {
|
21401
|
-
readonly name: "
|
21402
|
-
readonly internalType: "
|
21403
|
-
readonly type: "
|
21404
|
-
readonly indexed: true;
|
21478
|
+
readonly name: "returnData";
|
21479
|
+
readonly internalType: "bytes";
|
21480
|
+
readonly type: "bytes";
|
21405
21481
|
}];
|
21406
|
-
|
21407
|
-
|
21408
|
-
|
21409
|
-
|
21482
|
+
}];
|
21483
|
+
readonly stateMutability: "payable";
|
21484
|
+
}];
|
21485
|
+
/**
|
21486
|
+
*
|
21487
|
+
*/
|
21488
|
+
export declare const multicall3Address: {
|
21489
|
+
readonly 1516: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
21490
|
+
};
|
21491
|
+
/**
|
21492
|
+
*
|
21493
|
+
*/
|
21494
|
+
export declare const multicall3Config: {
|
21495
|
+
readonly address: {
|
21496
|
+
readonly 1516: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
21497
|
+
};
|
21498
|
+
readonly abi: readonly [{
|
21499
|
+
readonly type: "function";
|
21410
21500
|
readonly inputs: readonly [{
|
21411
|
-
readonly name: "
|
21412
|
-
readonly internalType: "
|
21413
|
-
readonly type: "
|
21414
|
-
readonly
|
21501
|
+
readonly name: "calls";
|
21502
|
+
readonly internalType: "struct Multicall3.Call[]";
|
21503
|
+
readonly type: "tuple[]";
|
21504
|
+
readonly components: readonly [{
|
21505
|
+
readonly name: "target";
|
21506
|
+
readonly internalType: "address";
|
21507
|
+
readonly type: "address";
|
21508
|
+
}, {
|
21509
|
+
readonly name: "callData";
|
21510
|
+
readonly internalType: "bytes";
|
21511
|
+
readonly type: "bytes";
|
21512
|
+
}];
|
21415
21513
|
}];
|
21416
|
-
readonly name: "
|
21417
|
-
}, {
|
21418
|
-
readonly type: "function";
|
21419
|
-
readonly inputs: readonly [];
|
21420
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
21514
|
+
readonly name: "aggregate";
|
21421
21515
|
readonly outputs: readonly [{
|
21422
|
-
readonly name: "";
|
21423
|
-
readonly internalType: "
|
21424
|
-
readonly type: "
|
21516
|
+
readonly name: "blockNumber";
|
21517
|
+
readonly internalType: "uint256";
|
21518
|
+
readonly type: "uint256";
|
21519
|
+
}, {
|
21520
|
+
readonly name: "returnData";
|
21521
|
+
readonly internalType: "bytes[]";
|
21522
|
+
readonly type: "bytes[]";
|
21425
21523
|
}];
|
21426
|
-
readonly stateMutability: "
|
21524
|
+
readonly stateMutability: "payable";
|
21427
21525
|
}, {
|
21428
21526
|
readonly type: "function";
|
21429
|
-
readonly inputs: readonly [
|
21430
|
-
|
21527
|
+
readonly inputs: readonly [{
|
21528
|
+
readonly name: "calls";
|
21529
|
+
readonly internalType: "struct Multicall3.Call3[]";
|
21530
|
+
readonly type: "tuple[]";
|
21531
|
+
readonly components: readonly [{
|
21532
|
+
readonly name: "target";
|
21533
|
+
readonly internalType: "address";
|
21534
|
+
readonly type: "address";
|
21535
|
+
}, {
|
21536
|
+
readonly name: "allowFailure";
|
21537
|
+
readonly internalType: "bool";
|
21538
|
+
readonly type: "bool";
|
21539
|
+
}, {
|
21540
|
+
readonly name: "callData";
|
21541
|
+
readonly internalType: "bytes";
|
21542
|
+
readonly type: "bytes";
|
21543
|
+
}];
|
21544
|
+
}];
|
21545
|
+
readonly name: "aggregate3";
|
21431
21546
|
readonly outputs: readonly [{
|
21432
|
-
readonly name: "";
|
21433
|
-
readonly internalType: "
|
21434
|
-
readonly type: "
|
21547
|
+
readonly name: "returnData";
|
21548
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21549
|
+
readonly type: "tuple[]";
|
21550
|
+
readonly components: readonly [{
|
21551
|
+
readonly name: "success";
|
21552
|
+
readonly internalType: "bool";
|
21553
|
+
readonly type: "bool";
|
21554
|
+
}, {
|
21555
|
+
readonly name: "returnData";
|
21556
|
+
readonly internalType: "bytes";
|
21557
|
+
readonly type: "bytes";
|
21558
|
+
}];
|
21435
21559
|
}];
|
21436
|
-
readonly stateMutability: "
|
21560
|
+
readonly stateMutability: "payable";
|
21437
21561
|
}, {
|
21438
21562
|
readonly type: "function";
|
21439
21563
|
readonly inputs: readonly [{
|
21440
|
-
readonly name: "
|
21441
|
-
readonly internalType: "
|
21442
|
-
readonly type: "
|
21564
|
+
readonly name: "calls";
|
21565
|
+
readonly internalType: "struct Multicall3.Call3Value[]";
|
21566
|
+
readonly type: "tuple[]";
|
21567
|
+
readonly components: readonly [{
|
21568
|
+
readonly name: "target";
|
21569
|
+
readonly internalType: "address";
|
21570
|
+
readonly type: "address";
|
21571
|
+
}, {
|
21572
|
+
readonly name: "allowFailure";
|
21573
|
+
readonly internalType: "bool";
|
21574
|
+
readonly type: "bool";
|
21575
|
+
}, {
|
21576
|
+
readonly name: "value";
|
21577
|
+
readonly internalType: "uint256";
|
21578
|
+
readonly type: "uint256";
|
21579
|
+
}, {
|
21580
|
+
readonly name: "callData";
|
21581
|
+
readonly internalType: "bytes";
|
21582
|
+
readonly type: "bytes";
|
21583
|
+
}];
|
21443
21584
|
}];
|
21444
|
-
readonly name: "
|
21585
|
+
readonly name: "aggregate3Value";
|
21445
21586
|
readonly outputs: readonly [{
|
21446
|
-
readonly name: "";
|
21447
|
-
readonly internalType: "
|
21448
|
-
readonly type: "
|
21587
|
+
readonly name: "returnData";
|
21588
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21589
|
+
readonly type: "tuple[]";
|
21590
|
+
readonly components: readonly [{
|
21591
|
+
readonly name: "success";
|
21592
|
+
readonly internalType: "bool";
|
21593
|
+
readonly type: "bool";
|
21594
|
+
}, {
|
21595
|
+
readonly name: "returnData";
|
21596
|
+
readonly internalType: "bytes";
|
21597
|
+
readonly type: "bytes";
|
21598
|
+
}];
|
21449
21599
|
}];
|
21450
|
-
readonly stateMutability: "
|
21600
|
+
readonly stateMutability: "payable";
|
21451
21601
|
}, {
|
21452
21602
|
readonly type: "function";
|
21453
21603
|
readonly inputs: readonly [{
|
21454
|
-
readonly name: "
|
21455
|
-
readonly internalType: "
|
21456
|
-
readonly type: "
|
21604
|
+
readonly name: "calls";
|
21605
|
+
readonly internalType: "struct Multicall3.Call[]";
|
21606
|
+
readonly type: "tuple[]";
|
21607
|
+
readonly components: readonly [{
|
21608
|
+
readonly name: "target";
|
21609
|
+
readonly internalType: "address";
|
21610
|
+
readonly type: "address";
|
21611
|
+
}, {
|
21612
|
+
readonly name: "callData";
|
21613
|
+
readonly internalType: "bytes";
|
21614
|
+
readonly type: "bytes";
|
21615
|
+
}];
|
21457
21616
|
}];
|
21458
|
-
readonly name: "
|
21617
|
+
readonly name: "blockAndAggregate";
|
21459
21618
|
readonly outputs: readonly [{
|
21460
|
-
readonly name: "";
|
21461
|
-
readonly internalType: "
|
21462
|
-
readonly type: "
|
21619
|
+
readonly name: "blockNumber";
|
21620
|
+
readonly internalType: "uint256";
|
21621
|
+
readonly type: "uint256";
|
21622
|
+
}, {
|
21623
|
+
readonly name: "blockHash";
|
21624
|
+
readonly internalType: "bytes32";
|
21625
|
+
readonly type: "bytes32";
|
21626
|
+
}, {
|
21627
|
+
readonly name: "returnData";
|
21628
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21629
|
+
readonly type: "tuple[]";
|
21630
|
+
readonly components: readonly [{
|
21631
|
+
readonly name: "success";
|
21632
|
+
readonly internalType: "bool";
|
21633
|
+
readonly type: "bool";
|
21634
|
+
}, {
|
21635
|
+
readonly name: "returnData";
|
21636
|
+
readonly internalType: "bytes";
|
21637
|
+
readonly type: "bytes";
|
21638
|
+
}];
|
21639
|
+
}];
|
21640
|
+
readonly stateMutability: "payable";
|
21641
|
+
}, {
|
21642
|
+
readonly type: "function";
|
21643
|
+
readonly inputs: readonly [];
|
21644
|
+
readonly name: "getBasefee";
|
21645
|
+
readonly outputs: readonly [{
|
21646
|
+
readonly name: "basefee";
|
21647
|
+
readonly internalType: "uint256";
|
21648
|
+
readonly type: "uint256";
|
21463
21649
|
}];
|
21464
21650
|
readonly stateMutability: "view";
|
21465
21651
|
}, {
|
21466
21652
|
readonly type: "function";
|
21467
21653
|
readonly inputs: readonly [{
|
21468
|
-
readonly name: "
|
21469
|
-
readonly internalType: "
|
21470
|
-
readonly type: "
|
21654
|
+
readonly name: "blockNumber";
|
21655
|
+
readonly internalType: "uint256";
|
21656
|
+
readonly type: "uint256";
|
21471
21657
|
}];
|
21472
|
-
readonly name: "
|
21658
|
+
readonly name: "getBlockHash";
|
21473
21659
|
readonly outputs: readonly [{
|
21474
|
-
readonly name: "";
|
21475
|
-
readonly internalType: "
|
21476
|
-
readonly type: "
|
21660
|
+
readonly name: "blockHash";
|
21661
|
+
readonly internalType: "bytes32";
|
21662
|
+
readonly type: "bytes32";
|
21477
21663
|
}];
|
21478
21664
|
readonly stateMutability: "view";
|
21479
21665
|
}, {
|
21480
21666
|
readonly type: "function";
|
21481
|
-
readonly inputs: readonly [
|
21482
|
-
|
21483
|
-
|
21484
|
-
readonly
|
21667
|
+
readonly inputs: readonly [];
|
21668
|
+
readonly name: "getBlockNumber";
|
21669
|
+
readonly outputs: readonly [{
|
21670
|
+
readonly name: "blockNumber";
|
21671
|
+
readonly internalType: "uint256";
|
21672
|
+
readonly type: "uint256";
|
21485
21673
|
}];
|
21486
|
-
readonly
|
21487
|
-
readonly outputs: readonly [];
|
21488
|
-
readonly stateMutability: "nonpayable";
|
21674
|
+
readonly stateMutability: "view";
|
21489
21675
|
}, {
|
21490
21676
|
readonly type: "function";
|
21491
21677
|
readonly inputs: readonly [];
|
21492
|
-
readonly name: "
|
21678
|
+
readonly name: "getChainId";
|
21493
21679
|
readonly outputs: readonly [{
|
21494
|
-
readonly name: "";
|
21495
|
-
readonly internalType: "
|
21496
|
-
readonly type: "
|
21680
|
+
readonly name: "chainid";
|
21681
|
+
readonly internalType: "uint256";
|
21682
|
+
readonly type: "uint256";
|
21497
21683
|
}];
|
21498
21684
|
readonly stateMutability: "view";
|
21499
21685
|
}, {
|
21500
21686
|
readonly type: "function";
|
21501
|
-
readonly inputs: readonly [
|
21502
|
-
|
21687
|
+
readonly inputs: readonly [];
|
21688
|
+
readonly name: "getCurrentBlockCoinbase";
|
21689
|
+
readonly outputs: readonly [{
|
21690
|
+
readonly name: "coinbase";
|
21503
21691
|
readonly internalType: "address";
|
21504
21692
|
readonly type: "address";
|
21505
21693
|
}];
|
21506
|
-
readonly
|
21694
|
+
readonly stateMutability: "view";
|
21695
|
+
}, {
|
21696
|
+
readonly type: "function";
|
21697
|
+
readonly inputs: readonly [];
|
21698
|
+
readonly name: "getCurrentBlockDifficulty";
|
21507
21699
|
readonly outputs: readonly [{
|
21508
|
-
readonly name: "";
|
21509
|
-
readonly internalType: "
|
21510
|
-
readonly type: "
|
21700
|
+
readonly name: "difficulty";
|
21701
|
+
readonly internalType: "uint256";
|
21702
|
+
readonly type: "uint256";
|
21511
21703
|
}];
|
21512
21704
|
readonly stateMutability: "view";
|
21513
21705
|
}, {
|
21514
21706
|
readonly type: "function";
|
21515
21707
|
readonly inputs: readonly [];
|
21516
|
-
readonly name: "
|
21708
|
+
readonly name: "getCurrentBlockGasLimit";
|
21517
21709
|
readonly outputs: readonly [{
|
21518
|
-
readonly name: "";
|
21519
|
-
readonly internalType: "
|
21520
|
-
readonly type: "
|
21710
|
+
readonly name: "gaslimit";
|
21711
|
+
readonly internalType: "uint256";
|
21712
|
+
readonly type: "uint256";
|
21521
21713
|
}];
|
21522
21714
|
readonly stateMutability: "view";
|
21523
21715
|
}, {
|
21524
21716
|
readonly type: "function";
|
21525
|
-
readonly inputs: readonly [
|
21526
|
-
|
21527
|
-
|
21528
|
-
readonly
|
21529
|
-
|
21530
|
-
readonly
|
21531
|
-
readonly internalType: "address";
|
21532
|
-
readonly type: "address";
|
21717
|
+
readonly inputs: readonly [];
|
21718
|
+
readonly name: "getCurrentBlockTimestamp";
|
21719
|
+
readonly outputs: readonly [{
|
21720
|
+
readonly name: "timestamp";
|
21721
|
+
readonly internalType: "uint256";
|
21722
|
+
readonly type: "uint256";
|
21533
21723
|
}];
|
21534
|
-
readonly
|
21535
|
-
readonly outputs: readonly [];
|
21536
|
-
readonly stateMutability: "nonpayable";
|
21724
|
+
readonly stateMutability: "view";
|
21537
21725
|
}, {
|
21538
21726
|
readonly type: "function";
|
21539
21727
|
readonly inputs: readonly [{
|
21540
|
-
readonly name: "
|
21541
|
-
readonly internalType: "string";
|
21542
|
-
readonly type: "string";
|
21543
|
-
}, {
|
21544
|
-
readonly name: "moduleAddress";
|
21728
|
+
readonly name: "addr";
|
21545
21729
|
readonly internalType: "address";
|
21546
21730
|
readonly type: "address";
|
21547
|
-
}, {
|
21548
|
-
readonly name: "moduleType";
|
21549
|
-
readonly internalType: "string";
|
21550
|
-
readonly type: "string";
|
21551
21731
|
}];
|
21552
|
-
readonly name: "
|
21553
|
-
readonly outputs: readonly [
|
21554
|
-
|
21555
|
-
|
21556
|
-
|
21557
|
-
readonly inputs: readonly [{
|
21558
|
-
readonly name: "name";
|
21559
|
-
readonly internalType: "string";
|
21560
|
-
readonly type: "string";
|
21561
|
-
}, {
|
21562
|
-
readonly name: "interfaceId";
|
21563
|
-
readonly internalType: "bytes4";
|
21564
|
-
readonly type: "bytes4";
|
21732
|
+
readonly name: "getEthBalance";
|
21733
|
+
readonly outputs: readonly [{
|
21734
|
+
readonly name: "balance";
|
21735
|
+
readonly internalType: "uint256";
|
21736
|
+
readonly type: "uint256";
|
21565
21737
|
}];
|
21566
|
-
readonly
|
21567
|
-
readonly outputs: readonly [];
|
21568
|
-
readonly stateMutability: "nonpayable";
|
21738
|
+
readonly stateMutability: "view";
|
21569
21739
|
}, {
|
21570
21740
|
readonly type: "function";
|
21571
|
-
readonly inputs: readonly [
|
21572
|
-
|
21573
|
-
|
21574
|
-
readonly
|
21741
|
+
readonly inputs: readonly [];
|
21742
|
+
readonly name: "getLastBlockHash";
|
21743
|
+
readonly outputs: readonly [{
|
21744
|
+
readonly name: "blockHash";
|
21745
|
+
readonly internalType: "bytes32";
|
21746
|
+
readonly type: "bytes32";
|
21575
21747
|
}];
|
21576
|
-
readonly
|
21577
|
-
readonly outputs: readonly [];
|
21578
|
-
readonly stateMutability: "nonpayable";
|
21748
|
+
readonly stateMutability: "view";
|
21579
21749
|
}, {
|
21580
21750
|
readonly type: "function";
|
21581
21751
|
readonly inputs: readonly [{
|
21582
|
-
readonly name: "
|
21583
|
-
readonly internalType: "
|
21584
|
-
readonly type: "
|
21752
|
+
readonly name: "requireSuccess";
|
21753
|
+
readonly internalType: "bool";
|
21754
|
+
readonly type: "bool";
|
21755
|
+
}, {
|
21756
|
+
readonly name: "calls";
|
21757
|
+
readonly internalType: "struct Multicall3.Call[]";
|
21758
|
+
readonly type: "tuple[]";
|
21759
|
+
readonly components: readonly [{
|
21760
|
+
readonly name: "target";
|
21761
|
+
readonly internalType: "address";
|
21762
|
+
readonly type: "address";
|
21763
|
+
}, {
|
21764
|
+
readonly name: "callData";
|
21765
|
+
readonly internalType: "bytes";
|
21766
|
+
readonly type: "bytes";
|
21767
|
+
}];
|
21585
21768
|
}];
|
21586
|
-
readonly name: "
|
21587
|
-
readonly outputs: readonly [
|
21588
|
-
|
21589
|
-
|
21590
|
-
|
21591
|
-
|
21592
|
-
|
21593
|
-
|
21594
|
-
|
21769
|
+
readonly name: "tryAggregate";
|
21770
|
+
readonly outputs: readonly [{
|
21771
|
+
readonly name: "returnData";
|
21772
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21773
|
+
readonly type: "tuple[]";
|
21774
|
+
readonly components: readonly [{
|
21775
|
+
readonly name: "success";
|
21776
|
+
readonly internalType: "bool";
|
21777
|
+
readonly type: "bool";
|
21778
|
+
}, {
|
21779
|
+
readonly name: "returnData";
|
21780
|
+
readonly internalType: "bytes";
|
21781
|
+
readonly type: "bytes";
|
21782
|
+
}];
|
21595
21783
|
}];
|
21596
|
-
readonly
|
21597
|
-
readonly outputs: readonly [];
|
21598
|
-
readonly stateMutability: "nonpayable";
|
21784
|
+
readonly stateMutability: "payable";
|
21599
21785
|
}, {
|
21600
21786
|
readonly type: "function";
|
21601
21787
|
readonly inputs: readonly [{
|
21602
|
-
readonly name: "
|
21603
|
-
readonly internalType: "
|
21604
|
-
readonly type: "
|
21788
|
+
readonly name: "requireSuccess";
|
21789
|
+
readonly internalType: "bool";
|
21790
|
+
readonly type: "bool";
|
21605
21791
|
}, {
|
21606
|
-
readonly name: "
|
21607
|
-
readonly internalType: "
|
21608
|
-
readonly type: "
|
21792
|
+
readonly name: "calls";
|
21793
|
+
readonly internalType: "struct Multicall3.Call[]";
|
21794
|
+
readonly type: "tuple[]";
|
21795
|
+
readonly components: readonly [{
|
21796
|
+
readonly name: "target";
|
21797
|
+
readonly internalType: "address";
|
21798
|
+
readonly type: "address";
|
21799
|
+
}, {
|
21800
|
+
readonly name: "callData";
|
21801
|
+
readonly internalType: "bytes";
|
21802
|
+
readonly type: "bytes";
|
21803
|
+
}];
|
21804
|
+
}];
|
21805
|
+
readonly name: "tryBlockAndAggregate";
|
21806
|
+
readonly outputs: readonly [{
|
21807
|
+
readonly name: "blockNumber";
|
21808
|
+
readonly internalType: "uint256";
|
21809
|
+
readonly type: "uint256";
|
21810
|
+
}, {
|
21811
|
+
readonly name: "blockHash";
|
21812
|
+
readonly internalType: "bytes32";
|
21813
|
+
readonly type: "bytes32";
|
21814
|
+
}, {
|
21815
|
+
readonly name: "returnData";
|
21816
|
+
readonly internalType: "struct Multicall3.Result[]";
|
21817
|
+
readonly type: "tuple[]";
|
21818
|
+
readonly components: readonly [{
|
21819
|
+
readonly name: "success";
|
21820
|
+
readonly internalType: "bool";
|
21821
|
+
readonly type: "bool";
|
21822
|
+
}, {
|
21823
|
+
readonly name: "returnData";
|
21824
|
+
readonly internalType: "bytes";
|
21825
|
+
readonly type: "bytes";
|
21826
|
+
}];
|
21609
21827
|
}];
|
21610
|
-
readonly name: "upgradeToAndCall";
|
21611
|
-
readonly outputs: readonly [];
|
21612
21828
|
readonly stateMutability: "payable";
|
21613
21829
|
}];
|
21614
21830
|
};
|
@@ -22558,14 +22774,14 @@ export declare const piLicenseTemplateAbi: readonly [{
|
|
22558
22774
|
*
|
22559
22775
|
*/
|
22560
22776
|
export declare const piLicenseTemplateAddress: {
|
22561
|
-
readonly
|
22777
|
+
readonly 1516: "0x58E2c909D557Cd23EF90D14f8fd21667A5Ae7a93";
|
22562
22778
|
};
|
22563
22779
|
/**
|
22564
22780
|
*
|
22565
22781
|
*/
|
22566
22782
|
export declare const piLicenseTemplateConfig: {
|
22567
22783
|
readonly address: {
|
22568
|
-
readonly
|
22784
|
+
readonly 1516: "0x58E2c909D557Cd23EF90D14f8fd21667A5Ae7a93";
|
22569
22785
|
};
|
22570
22786
|
readonly abi: readonly [{
|
22571
22787
|
readonly type: "constructor";
|
@@ -23989,14 +24205,14 @@ export declare const registrationWorkflowsAbi: readonly [{
|
|
23989
24205
|
*
|
23990
24206
|
*/
|
23991
24207
|
export declare const registrationWorkflowsAddress: {
|
23992
|
-
readonly
|
24208
|
+
readonly 1516: "0xde13Be395E1cd753471447Cf6A656979ef87881c";
|
23993
24209
|
};
|
23994
24210
|
/**
|
23995
24211
|
*
|
23996
24212
|
*/
|
23997
24213
|
export declare const registrationWorkflowsConfig: {
|
23998
24214
|
readonly address: {
|
23999
|
-
readonly
|
24215
|
+
readonly 1516: "0xde13Be395E1cd753471447Cf6A656979ef87881c";
|
24000
24216
|
};
|
24001
24217
|
readonly abi: readonly [{
|
24002
24218
|
readonly type: "constructor";
|
@@ -24495,10 +24711,6 @@ export declare const royaltyModuleAbi: readonly [{
|
|
24495
24711
|
readonly name: "ipAssetRegistry";
|
24496
24712
|
readonly internalType: "address";
|
24497
24713
|
readonly type: "address";
|
24498
|
-
}, {
|
24499
|
-
readonly name: "ipGraph";
|
24500
|
-
readonly internalType: "address";
|
24501
|
-
readonly type: "address";
|
24502
24714
|
}];
|
24503
24715
|
readonly stateMutability: "nonpayable";
|
24504
24716
|
}, {
|
@@ -25607,14 +25819,14 @@ export declare const royaltyModuleAbi: readonly [{
|
|
25607
25819
|
*
|
25608
25820
|
*/
|
25609
25821
|
export declare const royaltyModuleAddress: {
|
25610
|
-
readonly
|
25822
|
+
readonly 1516: "0xEa6eD700b11DfF703665CCAF55887ca56134Ae3B";
|
25611
25823
|
};
|
25612
25824
|
/**
|
25613
25825
|
*
|
25614
25826
|
*/
|
25615
25827
|
export declare const royaltyModuleConfig: {
|
25616
25828
|
readonly address: {
|
25617
|
-
readonly
|
25829
|
+
readonly 1516: "0xEa6eD700b11DfF703665CCAF55887ca56134Ae3B";
|
25618
25830
|
};
|
25619
25831
|
readonly abi: readonly [{
|
25620
25832
|
readonly type: "constructor";
|
@@ -25634,10 +25846,6 @@ export declare const royaltyModuleConfig: {
|
|
25634
25846
|
readonly name: "ipAssetRegistry";
|
25635
25847
|
readonly internalType: "address";
|
25636
25848
|
readonly type: "address";
|
25637
|
-
}, {
|
25638
|
-
readonly name: "ipGraph";
|
25639
|
-
readonly internalType: "address";
|
25640
|
-
readonly type: "address";
|
25641
25849
|
}];
|
25642
25850
|
readonly stateMutability: "nonpayable";
|
25643
25851
|
}, {
|
@@ -26756,10 +26964,6 @@ export declare const royaltyPolicyLapAbi: readonly [{
|
|
26756
26964
|
readonly name: "ipGraphAcl";
|
26757
26965
|
readonly internalType: "address";
|
26758
26966
|
readonly type: "address";
|
26759
|
-
}, {
|
26760
|
-
readonly name: "ipGraph";
|
26761
|
-
readonly internalType: "address";
|
26762
|
-
readonly type: "address";
|
26763
26967
|
}];
|
26764
26968
|
readonly stateMutability: "nonpayable";
|
26765
26969
|
}, {
|
@@ -27252,14 +27456,14 @@ export declare const royaltyPolicyLapAbi: readonly [{
|
|
27252
27456
|
*
|
27253
27457
|
*/
|
27254
27458
|
export declare const royaltyPolicyLapAddress: {
|
27255
|
-
readonly
|
27459
|
+
readonly 1516: "0x28b4F70ffE5ba7A26aEF979226f77Eb57fb9Fdb6";
|
27256
27460
|
};
|
27257
27461
|
/**
|
27258
27462
|
*
|
27259
27463
|
*/
|
27260
27464
|
export declare const royaltyPolicyLapConfig: {
|
27261
27465
|
readonly address: {
|
27262
|
-
readonly
|
27466
|
+
readonly 1516: "0x28b4F70ffE5ba7A26aEF979226f77Eb57fb9Fdb6";
|
27263
27467
|
};
|
27264
27468
|
readonly abi: readonly [{
|
27265
27469
|
readonly type: "constructor";
|
@@ -27271,10 +27475,6 @@ export declare const royaltyPolicyLapConfig: {
|
|
27271
27475
|
readonly name: "ipGraphAcl";
|
27272
27476
|
readonly internalType: "address";
|
27273
27477
|
readonly type: "address";
|
27274
|
-
}, {
|
27275
|
-
readonly name: "ipGraph";
|
27276
|
-
readonly internalType: "address";
|
27277
|
-
readonly type: "address";
|
27278
27478
|
}];
|
27279
27479
|
readonly stateMutability: "nonpayable";
|
27280
27480
|
}, {
|
@@ -27777,10 +27977,6 @@ export declare const royaltyPolicyLrpAbi: readonly [{
|
|
27777
27977
|
readonly name: "ipGraphAcl";
|
27778
27978
|
readonly internalType: "address";
|
27779
27979
|
readonly type: "address";
|
27780
|
-
}, {
|
27781
|
-
readonly name: "ipGraph";
|
27782
|
-
readonly internalType: "address";
|
27783
|
-
readonly type: "address";
|
27784
27980
|
}];
|
27785
27981
|
readonly stateMutability: "nonpayable";
|
27786
27982
|
}, {
|
@@ -28273,14 +28469,14 @@ export declare const royaltyPolicyLrpAbi: readonly [{
|
|
28273
28469
|
*
|
28274
28470
|
*/
|
28275
28471
|
export declare const royaltyPolicyLrpAddress: {
|
28276
|
-
readonly
|
28472
|
+
readonly 1516: "0x7D2d9af4E4ab14Afcfd86436BC348928B40963Dd";
|
28277
28473
|
};
|
28278
28474
|
/**
|
28279
28475
|
*
|
28280
28476
|
*/
|
28281
28477
|
export declare const royaltyPolicyLrpConfig: {
|
28282
28478
|
readonly address: {
|
28283
|
-
readonly
|
28479
|
+
readonly 1516: "0x7D2d9af4E4ab14Afcfd86436BC348928B40963Dd";
|
28284
28480
|
};
|
28285
28481
|
readonly abi: readonly [{
|
28286
28482
|
readonly type: "constructor";
|
@@ -28292,10 +28488,6 @@ export declare const royaltyPolicyLrpConfig: {
|
|
28292
28488
|
readonly name: "ipGraphAcl";
|
28293
28489
|
readonly internalType: "address";
|
28294
28490
|
readonly type: "address";
|
28295
|
-
}, {
|
28296
|
-
readonly name: "ipGraph";
|
28297
|
-
readonly internalType: "address";
|
28298
|
-
readonly type: "address";
|
28299
28491
|
}];
|
28300
28492
|
readonly stateMutability: "nonpayable";
|
28301
28493
|
}, {
|
@@ -29151,14 +29343,14 @@ export declare const royaltyWorkflowsAbi: readonly [{
|
|
29151
29343
|
*
|
29152
29344
|
*/
|
29153
29345
|
export declare const royaltyWorkflowsAddress: {
|
29154
|
-
readonly
|
29346
|
+
readonly 1516: "0xAf922379B8e1abc6B0D78547128579221C7F7A22";
|
29155
29347
|
};
|
29156
29348
|
/**
|
29157
29349
|
*
|
29158
29350
|
*/
|
29159
29351
|
export declare const royaltyWorkflowsConfig: {
|
29160
29352
|
readonly address: {
|
29161
|
-
readonly
|
29353
|
+
readonly 1516: "0xAf922379B8e1abc6B0D78547128579221C7F7A22";
|
29162
29354
|
};
|
29163
29355
|
readonly abi: readonly [{
|
29164
29356
|
readonly type: "constructor";
|
@@ -29635,14 +29827,14 @@ export declare const spgnftBeaconAbi: readonly [{
|
|
29635
29827
|
*
|
29636
29828
|
*/
|
29637
29829
|
export declare const spgnftBeaconAddress: {
|
29638
|
-
readonly
|
29830
|
+
readonly 1516: "0x4b913A9da52806A0fd0b031bdf32fa33634d082a";
|
29639
29831
|
};
|
29640
29832
|
/**
|
29641
29833
|
*
|
29642
29834
|
*/
|
29643
29835
|
export declare const spgnftBeaconConfig: {
|
29644
29836
|
readonly address: {
|
29645
|
-
readonly
|
29837
|
+
readonly 1516: "0x4b913A9da52806A0fd0b031bdf32fa33634d082a";
|
29646
29838
|
};
|
29647
29839
|
readonly abi: readonly [{
|
29648
29840
|
readonly type: "constructor";
|
@@ -29959,6 +30151,11 @@ export declare const spgnftImplAbi: readonly [{
|
|
29959
30151
|
readonly indexed: false;
|
29960
30152
|
}];
|
29961
30153
|
readonly name: "BatchMetadataUpdate";
|
30154
|
+
}, {
|
30155
|
+
readonly type: "event";
|
30156
|
+
readonly anonymous: false;
|
30157
|
+
readonly inputs: readonly [];
|
30158
|
+
readonly name: "ContractURIUpdated";
|
29962
30159
|
}, {
|
29963
30160
|
readonly type: "event";
|
29964
30161
|
readonly anonymous: false;
|
@@ -30147,6 +30344,16 @@ export declare const spgnftImplAbi: readonly [{
|
|
30147
30344
|
readonly type: "string";
|
30148
30345
|
}];
|
30149
30346
|
readonly stateMutability: "view";
|
30347
|
+
}, {
|
30348
|
+
readonly type: "function";
|
30349
|
+
readonly inputs: readonly [];
|
30350
|
+
readonly name: "contractURI";
|
30351
|
+
readonly outputs: readonly [{
|
30352
|
+
readonly name: "";
|
30353
|
+
readonly internalType: "string";
|
30354
|
+
readonly type: "string";
|
30355
|
+
}];
|
30356
|
+
readonly stateMutability: "view";
|
30150
30357
|
}, {
|
30151
30358
|
readonly type: "function";
|
30152
30359
|
readonly inputs: readonly [{
|
@@ -30225,6 +30432,10 @@ export declare const spgnftImplAbi: readonly [{
|
|
30225
30432
|
readonly name: "baseURI";
|
30226
30433
|
readonly internalType: "string";
|
30227
30434
|
readonly type: "string";
|
30435
|
+
}, {
|
30436
|
+
readonly name: "contractURI";
|
30437
|
+
readonly internalType: "string";
|
30438
|
+
readonly type: "string";
|
30228
30439
|
}, {
|
30229
30440
|
readonly name: "maxSupply";
|
30230
30441
|
readonly internalType: "uint32";
|
@@ -30482,6 +30693,16 @@ export declare const spgnftImplAbi: readonly [{
|
|
30482
30693
|
readonly name: "setBaseURI";
|
30483
30694
|
readonly outputs: readonly [];
|
30484
30695
|
readonly stateMutability: "nonpayable";
|
30696
|
+
}, {
|
30697
|
+
readonly type: "function";
|
30698
|
+
readonly inputs: readonly [{
|
30699
|
+
readonly name: "contractURI";
|
30700
|
+
readonly internalType: "string";
|
30701
|
+
readonly type: "string";
|
30702
|
+
}];
|
30703
|
+
readonly name: "setContractURI";
|
30704
|
+
readonly outputs: readonly [];
|
30705
|
+
readonly stateMutability: "nonpayable";
|
30485
30706
|
}, {
|
30486
30707
|
readonly type: "function";
|
30487
30708
|
readonly inputs: readonly [{
|
@@ -30613,14 +30834,14 @@ export declare const spgnftImplAbi: readonly [{
|
|
30613
30834
|
*
|
30614
30835
|
*/
|
30615
30836
|
export declare const spgnftImplAddress: {
|
30616
|
-
readonly
|
30837
|
+
readonly 1516: "0x32c03CD2B4CC3456aCD86C7d5BA8E0405665DbF9";
|
30617
30838
|
};
|
30618
30839
|
/**
|
30619
30840
|
*
|
30620
30841
|
*/
|
30621
30842
|
export declare const spgnftImplConfig: {
|
30622
30843
|
readonly address: {
|
30623
|
-
readonly
|
30844
|
+
readonly 1516: "0x32c03CD2B4CC3456aCD86C7d5BA8E0405665DbF9";
|
30624
30845
|
};
|
30625
30846
|
readonly abi: readonly [{
|
30626
30847
|
readonly type: "constructor";
|
@@ -30825,6 +31046,11 @@ export declare const spgnftImplConfig: {
|
|
30825
31046
|
readonly indexed: false;
|
30826
31047
|
}];
|
30827
31048
|
readonly name: "BatchMetadataUpdate";
|
31049
|
+
}, {
|
31050
|
+
readonly type: "event";
|
31051
|
+
readonly anonymous: false;
|
31052
|
+
readonly inputs: readonly [];
|
31053
|
+
readonly name: "ContractURIUpdated";
|
30828
31054
|
}, {
|
30829
31055
|
readonly type: "event";
|
30830
31056
|
readonly anonymous: false;
|
@@ -31013,6 +31239,16 @@ export declare const spgnftImplConfig: {
|
|
31013
31239
|
readonly type: "string";
|
31014
31240
|
}];
|
31015
31241
|
readonly stateMutability: "view";
|
31242
|
+
}, {
|
31243
|
+
readonly type: "function";
|
31244
|
+
readonly inputs: readonly [];
|
31245
|
+
readonly name: "contractURI";
|
31246
|
+
readonly outputs: readonly [{
|
31247
|
+
readonly name: "";
|
31248
|
+
readonly internalType: "string";
|
31249
|
+
readonly type: "string";
|
31250
|
+
}];
|
31251
|
+
readonly stateMutability: "view";
|
31016
31252
|
}, {
|
31017
31253
|
readonly type: "function";
|
31018
31254
|
readonly inputs: readonly [{
|
@@ -31091,6 +31327,10 @@ export declare const spgnftImplConfig: {
|
|
31091
31327
|
readonly name: "baseURI";
|
31092
31328
|
readonly internalType: "string";
|
31093
31329
|
readonly type: "string";
|
31330
|
+
}, {
|
31331
|
+
readonly name: "contractURI";
|
31332
|
+
readonly internalType: "string";
|
31333
|
+
readonly type: "string";
|
31094
31334
|
}, {
|
31095
31335
|
readonly name: "maxSupply";
|
31096
31336
|
readonly internalType: "uint32";
|
@@ -31348,6 +31588,16 @@ export declare const spgnftImplConfig: {
|
|
31348
31588
|
readonly name: "setBaseURI";
|
31349
31589
|
readonly outputs: readonly [];
|
31350
31590
|
readonly stateMutability: "nonpayable";
|
31591
|
+
}, {
|
31592
|
+
readonly type: "function";
|
31593
|
+
readonly inputs: readonly [{
|
31594
|
+
readonly name: "contractURI";
|
31595
|
+
readonly internalType: "string";
|
31596
|
+
readonly type: "string";
|
31597
|
+
}];
|
31598
|
+
readonly name: "setContractURI";
|
31599
|
+
readonly outputs: readonly [];
|
31600
|
+
readonly stateMutability: "nonpayable";
|
31351
31601
|
}, {
|
31352
31602
|
readonly type: "function";
|
31353
31603
|
readonly inputs: readonly [{
|
@@ -31609,333 +31859,6 @@ export declare class AccessControllerClient extends AccessControllerEventClient
|
|
31609
31859
|
*/
|
31610
31860
|
setPermissionEncode(request: AccessControllerSetPermissionRequest): EncodedTxData;
|
31611
31861
|
}
|
31612
|
-
/**
|
31613
|
-
* ArbitrationPolicySpAuthorityUpdatedEvent
|
31614
|
-
*
|
31615
|
-
* @param authority address
|
31616
|
-
*/
|
31617
|
-
export type ArbitrationPolicySpAuthorityUpdatedEvent = {
|
31618
|
-
authority: Address;
|
31619
|
-
};
|
31620
|
-
/**
|
31621
|
-
* ArbitrationPolicySpInitializedEvent
|
31622
|
-
*
|
31623
|
-
* @param version uint64
|
31624
|
-
*/
|
31625
|
-
export type ArbitrationPolicySpInitializedEvent = {
|
31626
|
-
version: bigint;
|
31627
|
-
};
|
31628
|
-
/**
|
31629
|
-
* ArbitrationPolicySpUpgradedEvent
|
31630
|
-
*
|
31631
|
-
* @param implementation address
|
31632
|
-
*/
|
31633
|
-
export type ArbitrationPolicySpUpgradedEvent = {
|
31634
|
-
implementation: Address;
|
31635
|
-
};
|
31636
|
-
export type ArbitrationPolicySpArbitrationPriceResponse = bigint;
|
31637
|
-
export type ArbitrationPolicySpDisputeModuleResponse = Address;
|
31638
|
-
export type ArbitrationPolicySpPaymentTokenResponse = Address;
|
31639
|
-
export type ArbitrationPolicySpUpgradeInterfaceVersionResponse = string;
|
31640
|
-
export type ArbitrationPolicySpAuthorityResponse = Address;
|
31641
|
-
export type ArbitrationPolicySpIsConsumingScheduledOpResponse = Hex;
|
31642
|
-
export type ArbitrationPolicySpProxiableUuidResponse = Hex;
|
31643
|
-
export type ArbitrationPolicySpTreasuryResponse = Address;
|
31644
|
-
/**
|
31645
|
-
* ArbitrationPolicySpInitializeRequest
|
31646
|
-
*
|
31647
|
-
* @param accessManager address
|
31648
|
-
* @param newTreasury address
|
31649
|
-
*/
|
31650
|
-
export type ArbitrationPolicySpInitializeRequest = {
|
31651
|
-
accessManager: Address;
|
31652
|
-
newTreasury: Address;
|
31653
|
-
};
|
31654
|
-
/**
|
31655
|
-
* ArbitrationPolicySpOnDisputeCancelRequest
|
31656
|
-
*
|
31657
|
-
* @param caller address
|
31658
|
-
* @param disputeId uint256
|
31659
|
-
* @param data bytes
|
31660
|
-
*/
|
31661
|
-
export type ArbitrationPolicySpOnDisputeCancelRequest = {
|
31662
|
-
caller: Address;
|
31663
|
-
disputeId: bigint;
|
31664
|
-
data: Hex;
|
31665
|
-
};
|
31666
|
-
/**
|
31667
|
-
* ArbitrationPolicySpOnDisputeJudgementRequest
|
31668
|
-
*
|
31669
|
-
* @param disputeId uint256
|
31670
|
-
* @param decision bool
|
31671
|
-
* @param data bytes
|
31672
|
-
*/
|
31673
|
-
export type ArbitrationPolicySpOnDisputeJudgementRequest = {
|
31674
|
-
disputeId: bigint;
|
31675
|
-
decision: boolean;
|
31676
|
-
data: Hex;
|
31677
|
-
};
|
31678
|
-
/**
|
31679
|
-
* ArbitrationPolicySpOnRaiseDisputeRequest
|
31680
|
-
*
|
31681
|
-
* @param caller address
|
31682
|
-
* @param data bytes
|
31683
|
-
*/
|
31684
|
-
export type ArbitrationPolicySpOnRaiseDisputeRequest = {
|
31685
|
-
caller: Address;
|
31686
|
-
data: Hex;
|
31687
|
-
};
|
31688
|
-
/**
|
31689
|
-
* ArbitrationPolicySpOnResolveDisputeRequest
|
31690
|
-
*
|
31691
|
-
* @param caller address
|
31692
|
-
* @param disputeId uint256
|
31693
|
-
* @param data bytes
|
31694
|
-
*/
|
31695
|
-
export type ArbitrationPolicySpOnResolveDisputeRequest = {
|
31696
|
-
caller: Address;
|
31697
|
-
disputeId: bigint;
|
31698
|
-
data: Hex;
|
31699
|
-
};
|
31700
|
-
/**
|
31701
|
-
* ArbitrationPolicySpSetAuthorityRequest
|
31702
|
-
*
|
31703
|
-
* @param newAuthority address
|
31704
|
-
*/
|
31705
|
-
export type ArbitrationPolicySpSetAuthorityRequest = {
|
31706
|
-
newAuthority: Address;
|
31707
|
-
};
|
31708
|
-
/**
|
31709
|
-
* ArbitrationPolicySpSetTreasuryRequest
|
31710
|
-
*
|
31711
|
-
* @param newTreasury address
|
31712
|
-
*/
|
31713
|
-
export type ArbitrationPolicySpSetTreasuryRequest = {
|
31714
|
-
newTreasury: Address;
|
31715
|
-
};
|
31716
|
-
/**
|
31717
|
-
* ArbitrationPolicySpUpgradeToAndCallRequest
|
31718
|
-
*
|
31719
|
-
* @param newImplementation address
|
31720
|
-
* @param data bytes
|
31721
|
-
*/
|
31722
|
-
export type ArbitrationPolicySpUpgradeToAndCallRequest = {
|
31723
|
-
newImplementation: Address;
|
31724
|
-
data: Hex;
|
31725
|
-
};
|
31726
|
-
/**
|
31727
|
-
* contract ArbitrationPolicySP event
|
31728
|
-
*/
|
31729
|
-
export declare class ArbitrationPolicySpEventClient {
|
31730
|
-
protected readonly rpcClient: PublicClient;
|
31731
|
-
readonly address: Address;
|
31732
|
-
constructor(rpcClient: PublicClient, address?: Address);
|
31733
|
-
/**
|
31734
|
-
* event AuthorityUpdated for contract ArbitrationPolicySP
|
31735
|
-
*/
|
31736
|
-
watchAuthorityUpdatedEvent(onLogs: (txHash: Hex, ev: Partial<ArbitrationPolicySpAuthorityUpdatedEvent>) => void): WatchContractEventReturnType;
|
31737
|
-
/**
|
31738
|
-
* parse tx receipt event AuthorityUpdated for contract ArbitrationPolicySP
|
31739
|
-
*/
|
31740
|
-
parseTxAuthorityUpdatedEvent(txReceipt: TransactionReceipt): Array<ArbitrationPolicySpAuthorityUpdatedEvent>;
|
31741
|
-
/**
|
31742
|
-
* event Initialized for contract ArbitrationPolicySP
|
31743
|
-
*/
|
31744
|
-
watchInitializedEvent(onLogs: (txHash: Hex, ev: Partial<ArbitrationPolicySpInitializedEvent>) => void): WatchContractEventReturnType;
|
31745
|
-
/**
|
31746
|
-
* parse tx receipt event Initialized for contract ArbitrationPolicySP
|
31747
|
-
*/
|
31748
|
-
parseTxInitializedEvent(txReceipt: TransactionReceipt): Array<ArbitrationPolicySpInitializedEvent>;
|
31749
|
-
/**
|
31750
|
-
* event Upgraded for contract ArbitrationPolicySP
|
31751
|
-
*/
|
31752
|
-
watchUpgradedEvent(onLogs: (txHash: Hex, ev: Partial<ArbitrationPolicySpUpgradedEvent>) => void): WatchContractEventReturnType;
|
31753
|
-
/**
|
31754
|
-
* parse tx receipt event Upgraded for contract ArbitrationPolicySP
|
31755
|
-
*/
|
31756
|
-
parseTxUpgradedEvent(txReceipt: TransactionReceipt): Array<ArbitrationPolicySpUpgradedEvent>;
|
31757
|
-
}
|
31758
|
-
/**
|
31759
|
-
* contract ArbitrationPolicySP readonly method
|
31760
|
-
*/
|
31761
|
-
export declare class ArbitrationPolicySpReadOnlyClient extends ArbitrationPolicySpEventClient {
|
31762
|
-
constructor(rpcClient: PublicClient, address?: Address);
|
31763
|
-
/**
|
31764
|
-
* method ARBITRATION_PRICE for contract ArbitrationPolicySP
|
31765
|
-
*
|
31766
|
-
* @param request ArbitrationPolicySpArbitrationPriceRequest
|
31767
|
-
* @return Promise<ArbitrationPolicySpArbitrationPriceResponse>
|
31768
|
-
*/
|
31769
|
-
arbitrationPrice(): Promise<ArbitrationPolicySpArbitrationPriceResponse>;
|
31770
|
-
/**
|
31771
|
-
* method DISPUTE_MODULE for contract ArbitrationPolicySP
|
31772
|
-
*
|
31773
|
-
* @param request ArbitrationPolicySpDisputeModuleRequest
|
31774
|
-
* @return Promise<ArbitrationPolicySpDisputeModuleResponse>
|
31775
|
-
*/
|
31776
|
-
disputeModule(): Promise<ArbitrationPolicySpDisputeModuleResponse>;
|
31777
|
-
/**
|
31778
|
-
* method PAYMENT_TOKEN for contract ArbitrationPolicySP
|
31779
|
-
*
|
31780
|
-
* @param request ArbitrationPolicySpPaymentTokenRequest
|
31781
|
-
* @return Promise<ArbitrationPolicySpPaymentTokenResponse>
|
31782
|
-
*/
|
31783
|
-
paymentToken(): Promise<ArbitrationPolicySpPaymentTokenResponse>;
|
31784
|
-
/**
|
31785
|
-
* method UPGRADE_INTERFACE_VERSION for contract ArbitrationPolicySP
|
31786
|
-
*
|
31787
|
-
* @param request ArbitrationPolicySpUpgradeInterfaceVersionRequest
|
31788
|
-
* @return Promise<ArbitrationPolicySpUpgradeInterfaceVersionResponse>
|
31789
|
-
*/
|
31790
|
-
upgradeInterfaceVersion(): Promise<ArbitrationPolicySpUpgradeInterfaceVersionResponse>;
|
31791
|
-
/**
|
31792
|
-
* method authority for contract ArbitrationPolicySP
|
31793
|
-
*
|
31794
|
-
* @param request ArbitrationPolicySpAuthorityRequest
|
31795
|
-
* @return Promise<ArbitrationPolicySpAuthorityResponse>
|
31796
|
-
*/
|
31797
|
-
authority(): Promise<ArbitrationPolicySpAuthorityResponse>;
|
31798
|
-
/**
|
31799
|
-
* method isConsumingScheduledOp for contract ArbitrationPolicySP
|
31800
|
-
*
|
31801
|
-
* @param request ArbitrationPolicySpIsConsumingScheduledOpRequest
|
31802
|
-
* @return Promise<ArbitrationPolicySpIsConsumingScheduledOpResponse>
|
31803
|
-
*/
|
31804
|
-
isConsumingScheduledOp(): Promise<ArbitrationPolicySpIsConsumingScheduledOpResponse>;
|
31805
|
-
/**
|
31806
|
-
* method proxiableUUID for contract ArbitrationPolicySP
|
31807
|
-
*
|
31808
|
-
* @param request ArbitrationPolicySpProxiableUuidRequest
|
31809
|
-
* @return Promise<ArbitrationPolicySpProxiableUuidResponse>
|
31810
|
-
*/
|
31811
|
-
proxiableUuid(): Promise<ArbitrationPolicySpProxiableUuidResponse>;
|
31812
|
-
/**
|
31813
|
-
* method treasury for contract ArbitrationPolicySP
|
31814
|
-
*
|
31815
|
-
* @param request ArbitrationPolicySpTreasuryRequest
|
31816
|
-
* @return Promise<ArbitrationPolicySpTreasuryResponse>
|
31817
|
-
*/
|
31818
|
-
treasury(): Promise<ArbitrationPolicySpTreasuryResponse>;
|
31819
|
-
}
|
31820
|
-
/**
|
31821
|
-
* contract ArbitrationPolicySP write method
|
31822
|
-
*/
|
31823
|
-
export declare class ArbitrationPolicySpClient extends ArbitrationPolicySpReadOnlyClient {
|
31824
|
-
protected readonly wallet: SimpleWalletClient;
|
31825
|
-
constructor(rpcClient: PublicClient, wallet: SimpleWalletClient, address?: Address);
|
31826
|
-
/**
|
31827
|
-
* method initialize for contract ArbitrationPolicySP
|
31828
|
-
*
|
31829
|
-
* @param request ArbitrationPolicySpInitializeRequest
|
31830
|
-
* @return Promise<WriteContractReturnType>
|
31831
|
-
*/
|
31832
|
-
initialize(request: ArbitrationPolicySpInitializeRequest): Promise<WriteContractReturnType>;
|
31833
|
-
/**
|
31834
|
-
* method initialize for contract ArbitrationPolicySP with only encode
|
31835
|
-
*
|
31836
|
-
* @param request ArbitrationPolicySpInitializeRequest
|
31837
|
-
* @return EncodedTxData
|
31838
|
-
*/
|
31839
|
-
initializeEncode(request: ArbitrationPolicySpInitializeRequest): EncodedTxData;
|
31840
|
-
/**
|
31841
|
-
* method onDisputeCancel for contract ArbitrationPolicySP
|
31842
|
-
*
|
31843
|
-
* @param request ArbitrationPolicySpOnDisputeCancelRequest
|
31844
|
-
* @return Promise<WriteContractReturnType>
|
31845
|
-
*/
|
31846
|
-
onDisputeCancel(request: ArbitrationPolicySpOnDisputeCancelRequest): Promise<WriteContractReturnType>;
|
31847
|
-
/**
|
31848
|
-
* method onDisputeCancel for contract ArbitrationPolicySP with only encode
|
31849
|
-
*
|
31850
|
-
* @param request ArbitrationPolicySpOnDisputeCancelRequest
|
31851
|
-
* @return EncodedTxData
|
31852
|
-
*/
|
31853
|
-
onDisputeCancelEncode(request: ArbitrationPolicySpOnDisputeCancelRequest): EncodedTxData;
|
31854
|
-
/**
|
31855
|
-
* method onDisputeJudgement for contract ArbitrationPolicySP
|
31856
|
-
*
|
31857
|
-
* @param request ArbitrationPolicySpOnDisputeJudgementRequest
|
31858
|
-
* @return Promise<WriteContractReturnType>
|
31859
|
-
*/
|
31860
|
-
onDisputeJudgement(request: ArbitrationPolicySpOnDisputeJudgementRequest): Promise<WriteContractReturnType>;
|
31861
|
-
/**
|
31862
|
-
* method onDisputeJudgement for contract ArbitrationPolicySP with only encode
|
31863
|
-
*
|
31864
|
-
* @param request ArbitrationPolicySpOnDisputeJudgementRequest
|
31865
|
-
* @return EncodedTxData
|
31866
|
-
*/
|
31867
|
-
onDisputeJudgementEncode(request: ArbitrationPolicySpOnDisputeJudgementRequest): EncodedTxData;
|
31868
|
-
/**
|
31869
|
-
* method onRaiseDispute for contract ArbitrationPolicySP
|
31870
|
-
*
|
31871
|
-
* @param request ArbitrationPolicySpOnRaiseDisputeRequest
|
31872
|
-
* @return Promise<WriteContractReturnType>
|
31873
|
-
*/
|
31874
|
-
onRaiseDispute(request: ArbitrationPolicySpOnRaiseDisputeRequest): Promise<WriteContractReturnType>;
|
31875
|
-
/**
|
31876
|
-
* method onRaiseDispute for contract ArbitrationPolicySP with only encode
|
31877
|
-
*
|
31878
|
-
* @param request ArbitrationPolicySpOnRaiseDisputeRequest
|
31879
|
-
* @return EncodedTxData
|
31880
|
-
*/
|
31881
|
-
onRaiseDisputeEncode(request: ArbitrationPolicySpOnRaiseDisputeRequest): EncodedTxData;
|
31882
|
-
/**
|
31883
|
-
* method onResolveDispute for contract ArbitrationPolicySP
|
31884
|
-
*
|
31885
|
-
* @param request ArbitrationPolicySpOnResolveDisputeRequest
|
31886
|
-
* @return Promise<WriteContractReturnType>
|
31887
|
-
*/
|
31888
|
-
onResolveDispute(request: ArbitrationPolicySpOnResolveDisputeRequest): Promise<WriteContractReturnType>;
|
31889
|
-
/**
|
31890
|
-
* method onResolveDispute for contract ArbitrationPolicySP with only encode
|
31891
|
-
*
|
31892
|
-
* @param request ArbitrationPolicySpOnResolveDisputeRequest
|
31893
|
-
* @return EncodedTxData
|
31894
|
-
*/
|
31895
|
-
onResolveDisputeEncode(request: ArbitrationPolicySpOnResolveDisputeRequest): EncodedTxData;
|
31896
|
-
/**
|
31897
|
-
* method setAuthority for contract ArbitrationPolicySP
|
31898
|
-
*
|
31899
|
-
* @param request ArbitrationPolicySpSetAuthorityRequest
|
31900
|
-
* @return Promise<WriteContractReturnType>
|
31901
|
-
*/
|
31902
|
-
setAuthority(request: ArbitrationPolicySpSetAuthorityRequest): Promise<WriteContractReturnType>;
|
31903
|
-
/**
|
31904
|
-
* method setAuthority for contract ArbitrationPolicySP with only encode
|
31905
|
-
*
|
31906
|
-
* @param request ArbitrationPolicySpSetAuthorityRequest
|
31907
|
-
* @return EncodedTxData
|
31908
|
-
*/
|
31909
|
-
setAuthorityEncode(request: ArbitrationPolicySpSetAuthorityRequest): EncodedTxData;
|
31910
|
-
/**
|
31911
|
-
* method setTreasury for contract ArbitrationPolicySP
|
31912
|
-
*
|
31913
|
-
* @param request ArbitrationPolicySpSetTreasuryRequest
|
31914
|
-
* @return Promise<WriteContractReturnType>
|
31915
|
-
*/
|
31916
|
-
setTreasury(request: ArbitrationPolicySpSetTreasuryRequest): Promise<WriteContractReturnType>;
|
31917
|
-
/**
|
31918
|
-
* method setTreasury for contract ArbitrationPolicySP with only encode
|
31919
|
-
*
|
31920
|
-
* @param request ArbitrationPolicySpSetTreasuryRequest
|
31921
|
-
* @return EncodedTxData
|
31922
|
-
*/
|
31923
|
-
setTreasuryEncode(request: ArbitrationPolicySpSetTreasuryRequest): EncodedTxData;
|
31924
|
-
/**
|
31925
|
-
* method upgradeToAndCall for contract ArbitrationPolicySP
|
31926
|
-
*
|
31927
|
-
* @param request ArbitrationPolicySpUpgradeToAndCallRequest
|
31928
|
-
* @return Promise<WriteContractReturnType>
|
31929
|
-
*/
|
31930
|
-
upgradeToAndCall(request: ArbitrationPolicySpUpgradeToAndCallRequest): Promise<WriteContractReturnType>;
|
31931
|
-
/**
|
31932
|
-
* method upgradeToAndCall for contract ArbitrationPolicySP with only encode
|
31933
|
-
*
|
31934
|
-
* @param request ArbitrationPolicySpUpgradeToAndCallRequest
|
31935
|
-
* @return EncodedTxData
|
31936
|
-
*/
|
31937
|
-
upgradeToAndCallEncode(request: ArbitrationPolicySpUpgradeToAndCallRequest): EncodedTxData;
|
31938
|
-
}
|
31939
31862
|
/**
|
31940
31863
|
* CoreMetadataModuleAuthorityUpdatedEvent
|
31941
31864
|
*
|
@@ -32362,6 +32285,14 @@ export type DerivativeWorkflowsMintAndRegisterIpAndMakeDerivativeWithLicenseToke
|
|
32362
32285
|
};
|
32363
32286
|
recipient: Address;
|
32364
32287
|
};
|
32288
|
+
/**
|
32289
|
+
* DerivativeWorkflowsMulticallRequest
|
32290
|
+
*
|
32291
|
+
* @param data bytes[]
|
32292
|
+
*/
|
32293
|
+
export type DerivativeWorkflowsMulticallRequest = {
|
32294
|
+
data: readonly Hex[];
|
32295
|
+
};
|
32365
32296
|
/**
|
32366
32297
|
* DerivativeWorkflowsRegisterIpAndMakeDerivativeRequest
|
32367
32298
|
*
|
@@ -32467,6 +32398,20 @@ export declare class DerivativeWorkflowsClient {
|
|
32467
32398
|
* @return EncodedTxData
|
32468
32399
|
*/
|
32469
32400
|
mintAndRegisterIpAndMakeDerivativeWithLicenseTokensEncode(request: DerivativeWorkflowsMintAndRegisterIpAndMakeDerivativeWithLicenseTokensRequest): EncodedTxData;
|
32401
|
+
/**
|
32402
|
+
* method multicall for contract DerivativeWorkflows
|
32403
|
+
*
|
32404
|
+
* @param request DerivativeWorkflowsMulticallRequest
|
32405
|
+
* @return Promise<WriteContractReturnType>
|
32406
|
+
*/
|
32407
|
+
multicall(request: DerivativeWorkflowsMulticallRequest): Promise<WriteContractReturnType>;
|
32408
|
+
/**
|
32409
|
+
* method multicall for contract DerivativeWorkflows with only encode
|
32410
|
+
*
|
32411
|
+
* @param request DerivativeWorkflowsMulticallRequest
|
32412
|
+
* @return EncodedTxData
|
32413
|
+
*/
|
32414
|
+
multicallEncode(request: DerivativeWorkflowsMulticallRequest): EncodedTxData;
|
32470
32415
|
/**
|
32471
32416
|
* method registerIpAndMakeDerivative for contract DerivativeWorkflows
|
32472
32417
|
*
|
@@ -34312,6 +34257,14 @@ export type LicenseAttachmentWorkflowsMintAndRegisterIpAndAttachPilTermsRequest
|
|
34312
34257
|
uri: string;
|
34313
34258
|
};
|
34314
34259
|
};
|
34260
|
+
/**
|
34261
|
+
* LicenseAttachmentWorkflowsMulticallRequest
|
34262
|
+
*
|
34263
|
+
* @param data bytes[]
|
34264
|
+
*/
|
34265
|
+
export type LicenseAttachmentWorkflowsMulticallRequest = {
|
34266
|
+
data: readonly Hex[];
|
34267
|
+
};
|
34315
34268
|
/**
|
34316
34269
|
* LicenseAttachmentWorkflowsRegisterIpAndAttachPilTermsRequest
|
34317
34270
|
*
|
@@ -34417,6 +34370,20 @@ export declare class LicenseAttachmentWorkflowsClient {
|
|
34417
34370
|
* @return EncodedTxData
|
34418
34371
|
*/
|
34419
34372
|
mintAndRegisterIpAndAttachPilTermsEncode(request: LicenseAttachmentWorkflowsMintAndRegisterIpAndAttachPilTermsRequest): EncodedTxData;
|
34373
|
+
/**
|
34374
|
+
* method multicall for contract LicenseAttachmentWorkflows
|
34375
|
+
*
|
34376
|
+
* @param request LicenseAttachmentWorkflowsMulticallRequest
|
34377
|
+
* @return Promise<WriteContractReturnType>
|
34378
|
+
*/
|
34379
|
+
multicall(request: LicenseAttachmentWorkflowsMulticallRequest): Promise<WriteContractReturnType>;
|
34380
|
+
/**
|
34381
|
+
* method multicall for contract LicenseAttachmentWorkflows with only encode
|
34382
|
+
*
|
34383
|
+
* @param request LicenseAttachmentWorkflowsMulticallRequest
|
34384
|
+
* @return EncodedTxData
|
34385
|
+
*/
|
34386
|
+
multicallEncode(request: LicenseAttachmentWorkflowsMulticallRequest): EncodedTxData;
|
34420
34387
|
/**
|
34421
34388
|
* method registerIpAndAttachPILTerms for contract LicenseAttachmentWorkflows
|
34422
34389
|
*
|
@@ -35415,6 +35382,25 @@ export type LicensingModuleRegisterDerivativeWithLicenseTokensRequest = {
|
|
35415
35382
|
licenseTokenIds: readonly bigint[];
|
35416
35383
|
royaltyContext: Hex;
|
35417
35384
|
};
|
35385
|
+
/**
|
35386
|
+
* LicensingModuleSetLicensingConfigRequest
|
35387
|
+
*
|
35388
|
+
* @param ipId address
|
35389
|
+
* @param licenseTemplate address
|
35390
|
+
* @param licenseTermsId uint256
|
35391
|
+
* @param licensingConfig tuple
|
35392
|
+
*/
|
35393
|
+
export type LicensingModuleSetLicensingConfigRequest = {
|
35394
|
+
ipId: Address;
|
35395
|
+
licenseTemplate: Address;
|
35396
|
+
licenseTermsId: bigint;
|
35397
|
+
licensingConfig: {
|
35398
|
+
isSet: boolean;
|
35399
|
+
mintingFee: bigint;
|
35400
|
+
licensingHook: Address;
|
35401
|
+
hookData: Hex;
|
35402
|
+
};
|
35403
|
+
};
|
35418
35404
|
/**
|
35419
35405
|
* contract LicensingModule event
|
35420
35406
|
*/
|
@@ -35514,6 +35500,20 @@ export declare class LicensingModuleClient extends LicensingModuleReadOnlyClient
|
|
35514
35500
|
* @return EncodedTxData
|
35515
35501
|
*/
|
35516
35502
|
registerDerivativeWithLicenseTokensEncode(request: LicensingModuleRegisterDerivativeWithLicenseTokensRequest): EncodedTxData;
|
35503
|
+
/**
|
35504
|
+
* method setLicensingConfig for contract LicensingModule
|
35505
|
+
*
|
35506
|
+
* @param request LicensingModuleSetLicensingConfigRequest
|
35507
|
+
* @return Promise<WriteContractReturnType>
|
35508
|
+
*/
|
35509
|
+
setLicensingConfig(request: LicensingModuleSetLicensingConfigRequest): Promise<WriteContractReturnType>;
|
35510
|
+
/**
|
35511
|
+
* method setLicensingConfig for contract LicensingModule with only encode
|
35512
|
+
*
|
35513
|
+
* @param request LicensingModuleSetLicensingConfigRequest
|
35514
|
+
* @return EncodedTxData
|
35515
|
+
*/
|
35516
|
+
setLicensingConfigEncode(request: LicensingModuleSetLicensingConfigRequest): EncodedTxData;
|
35517
35517
|
}
|
35518
35518
|
/**
|
35519
35519
|
* MockErc20ApprovalEvent
|
@@ -35788,6 +35788,41 @@ export declare class ModuleRegistryReadOnlyClient {
|
|
35788
35788
|
*/
|
35789
35789
|
isRegistered(request: ModuleRegistryIsRegisteredRequest): Promise<ModuleRegistryIsRegisteredResponse>;
|
35790
35790
|
}
|
35791
|
+
/**
|
35792
|
+
* Multicall3Aggregate3Request
|
35793
|
+
*
|
35794
|
+
* @param calls tuple[]
|
35795
|
+
*/
|
35796
|
+
export type Multicall3Aggregate3Request = {
|
35797
|
+
calls: {
|
35798
|
+
target: Address;
|
35799
|
+
allowFailure: boolean;
|
35800
|
+
callData: Hex;
|
35801
|
+
}[];
|
35802
|
+
};
|
35803
|
+
/**
|
35804
|
+
* contract Multicall3 write method
|
35805
|
+
*/
|
35806
|
+
export declare class Multicall3Client {
|
35807
|
+
protected readonly wallet: SimpleWalletClient;
|
35808
|
+
protected readonly rpcClient: PublicClient;
|
35809
|
+
readonly address: Address;
|
35810
|
+
constructor(rpcClient: PublicClient, wallet: SimpleWalletClient, address?: Address);
|
35811
|
+
/**
|
35812
|
+
* method aggregate3 for contract Multicall3
|
35813
|
+
*
|
35814
|
+
* @param request Multicall3Aggregate3Request
|
35815
|
+
* @return Promise<WriteContractReturnType>
|
35816
|
+
*/
|
35817
|
+
aggregate3(request: Multicall3Aggregate3Request): Promise<WriteContractReturnType>;
|
35818
|
+
/**
|
35819
|
+
* method aggregate3 for contract Multicall3 with only encode
|
35820
|
+
*
|
35821
|
+
* @param request Multicall3Aggregate3Request
|
35822
|
+
* @return EncodedTxData
|
35823
|
+
*/
|
35824
|
+
aggregate3Encode(request: Multicall3Aggregate3Request): EncodedTxData;
|
35825
|
+
}
|
35791
35826
|
/**
|
35792
35827
|
* PiLicenseTemplateAuthorityUpdatedEvent
|
35793
35828
|
*
|
@@ -36527,6 +36562,14 @@ export type RegistrationWorkflowsMintAndRegisterIpRequest = {
|
|
36527
36562
|
nftMetadataHash: Hex;
|
36528
36563
|
};
|
36529
36564
|
};
|
36565
|
+
/**
|
36566
|
+
* RegistrationWorkflowsMulticallRequest
|
36567
|
+
*
|
36568
|
+
* @param data bytes[]
|
36569
|
+
*/
|
36570
|
+
export type RegistrationWorkflowsMulticallRequest = {
|
36571
|
+
data: readonly Hex[];
|
36572
|
+
};
|
36530
36573
|
/**
|
36531
36574
|
* RegistrationWorkflowsRegisterIpRequest
|
36532
36575
|
*
|
@@ -36600,6 +36643,20 @@ export declare class RegistrationWorkflowsClient extends RegistrationWorkflowsEv
|
|
36600
36643
|
* @return EncodedTxData
|
36601
36644
|
*/
|
36602
36645
|
mintAndRegisterIpEncode(request: RegistrationWorkflowsMintAndRegisterIpRequest): EncodedTxData;
|
36646
|
+
/**
|
36647
|
+
* method multicall for contract RegistrationWorkflows
|
36648
|
+
*
|
36649
|
+
* @param request RegistrationWorkflowsMulticallRequest
|
36650
|
+
* @return Promise<WriteContractReturnType>
|
36651
|
+
*/
|
36652
|
+
multicall(request: RegistrationWorkflowsMulticallRequest): Promise<WriteContractReturnType>;
|
36653
|
+
/**
|
36654
|
+
* method multicall for contract RegistrationWorkflows with only encode
|
36655
|
+
*
|
36656
|
+
* @param request RegistrationWorkflowsMulticallRequest
|
36657
|
+
* @return EncodedTxData
|
36658
|
+
*/
|
36659
|
+
multicallEncode(request: RegistrationWorkflowsMulticallRequest): EncodedTxData;
|
36603
36660
|
/**
|
36604
36661
|
* method registerIp for contract RegistrationWorkflows
|
36605
36662
|
*
|
@@ -37538,6 +37595,7 @@ export type SpgnftImplBalanceOfRequest = {
|
|
37538
37595
|
};
|
37539
37596
|
export type SpgnftImplBalanceOfResponse = bigint;
|
37540
37597
|
export type SpgnftImplBaseUriResponse = string;
|
37598
|
+
export type SpgnftImplContractUriResponse = string;
|
37541
37599
|
/**
|
37542
37600
|
* SpgnftImplGetApprovedRequest
|
37543
37601
|
*
|
@@ -37643,6 +37701,7 @@ export type SpgnftImplInitializeRequest = {
|
|
37643
37701
|
name: string;
|
37644
37702
|
symbol: string;
|
37645
37703
|
baseURI: string;
|
37704
|
+
contractURI: string;
|
37646
37705
|
maxSupply: number;
|
37647
37706
|
mintFee: bigint;
|
37648
37707
|
mintFeeToken: Address;
|
@@ -37738,6 +37797,14 @@ export type SpgnftImplSetApprovalForAllRequest = {
|
|
37738
37797
|
export type SpgnftImplSetBaseUriRequest = {
|
37739
37798
|
baseURI: string;
|
37740
37799
|
};
|
37800
|
+
/**
|
37801
|
+
* SpgnftImplSetContractUriRequest
|
37802
|
+
*
|
37803
|
+
* @param contractURI string
|
37804
|
+
*/
|
37805
|
+
export type SpgnftImplSetContractUriRequest = {
|
37806
|
+
contractURI: string;
|
37807
|
+
};
|
37741
37808
|
/**
|
37742
37809
|
* SpgnftImplSetMintFeeRequest
|
37743
37810
|
*
|
@@ -37932,6 +37999,13 @@ export declare class SpgnftImplReadOnlyClient extends SpgnftImplEventClient {
|
|
37932
37999
|
* @return Promise<SpgnftImplBaseUriResponse>
|
37933
38000
|
*/
|
37934
38001
|
baseUri(): Promise<SpgnftImplBaseUriResponse>;
|
38002
|
+
/**
|
38003
|
+
* method contractURI for contract SPGNFTImpl
|
38004
|
+
*
|
38005
|
+
* @param request SpgnftImplContractUriRequest
|
38006
|
+
* @return Promise<SpgnftImplContractUriResponse>
|
38007
|
+
*/
|
38008
|
+
contractUri(): Promise<SpgnftImplContractUriResponse>;
|
37935
38009
|
/**
|
37936
38010
|
* method getApproved for contract SPGNFTImpl
|
37937
38011
|
*
|
@@ -38198,6 +38272,20 @@ export declare class SpgnftImplClient extends SpgnftImplReadOnlyClient {
|
|
38198
38272
|
* @return EncodedTxData
|
38199
38273
|
*/
|
38200
38274
|
setBaseUriEncode(request: SpgnftImplSetBaseUriRequest): EncodedTxData;
|
38275
|
+
/**
|
38276
|
+
* method setContractURI for contract SPGNFTImpl
|
38277
|
+
*
|
38278
|
+
* @param request SpgnftImplSetContractUriRequest
|
38279
|
+
* @return Promise<WriteContractReturnType>
|
38280
|
+
*/
|
38281
|
+
setContractUri(request: SpgnftImplSetContractUriRequest): Promise<WriteContractReturnType>;
|
38282
|
+
/**
|
38283
|
+
* method setContractURI for contract SPGNFTImpl with only encode
|
38284
|
+
*
|
38285
|
+
* @param request SpgnftImplSetContractUriRequest
|
38286
|
+
* @return EncodedTxData
|
38287
|
+
*/
|
38288
|
+
setContractUriEncode(request: SpgnftImplSetContractUriRequest): EncodedTxData;
|
38201
38289
|
/**
|
38202
38290
|
* method setMintFee for contract SPGNFTImpl
|
38203
38291
|
*
|