@pafi-dev/core 0.8.0 → 0.9.1
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/abi/index.cjs +4 -4
- package/dist/abi/index.d.cts +588 -107
- package/dist/abi/index.d.ts +588 -107
- package/dist/abi/index.js +3 -3
- package/dist/{chunk-JEWSN7Q3.cjs → chunk-57KR35JW.cjs} +474 -72
- package/dist/chunk-57KR35JW.cjs.map +1 -0
- package/dist/{chunk-B2NDSIAI.js → chunk-FHFZ2F34.js} +474 -72
- package/dist/chunk-FHFZ2F34.js.map +1 -0
- package/dist/{chunk-RFANYF24.cjs → chunk-G7NS4TS3.cjs} +615 -198
- package/dist/chunk-G7NS4TS3.cjs.map +1 -0
- package/dist/{chunk-YCY7MBSJ.cjs → chunk-JH6XFHES.cjs} +15 -15
- package/dist/chunk-JH6XFHES.cjs.map +1 -0
- package/dist/{chunk-ABNM6LMP.js → chunk-JWZTY5UL.js} +615 -198
- package/dist/chunk-JWZTY5UL.js.map +1 -0
- package/dist/chunk-KRHGFUDI.cjs +1155 -0
- package/dist/chunk-KRHGFUDI.cjs.map +1 -0
- package/dist/{chunk-Y4CFC4OC.js → chunk-PWQWNHGI.js} +5 -5
- package/dist/{chunk-Y4CFC4OC.js.map → chunk-PWQWNHGI.js.map} +1 -1
- package/dist/chunk-UCO5DXD6.js +1155 -0
- package/dist/chunk-UCO5DXD6.js.map +1 -0
- package/dist/{chunk-ACQHZWHP.cjs → chunk-UTG2UT54.cjs} +10 -8
- package/dist/chunk-UTG2UT54.cjs.map +1 -0
- package/dist/{chunk-BB5YW57R.js → chunk-XNVVZVK6.js} +9 -7
- package/dist/chunk-XNVVZVK6.js.map +1 -0
- package/dist/contract/index.cjs +4 -4
- package/dist/contract/index.d.cts +7 -2
- package/dist/contract/index.d.ts +7 -2
- package/dist/contract/index.js +3 -3
- package/dist/eip712/index.cjs +3 -3
- package/dist/eip712/index.d.cts +16 -5
- package/dist/eip712/index.d.ts +16 -5
- package/dist/eip712/index.js +2 -2
- package/dist/index.cjs +40 -42
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +51 -23
- package/dist/index.d.ts +51 -23
- package/dist/index.js +28 -30
- package/dist/index.js.map +1 -1
- package/dist/{types-BS4kpO4Z.d.ts → types-DWLZNgcw.d.cts} +37 -10
- package/dist/{types-BS4kpO4Z.d.cts → types-DWLZNgcw.d.ts} +37 -10
- package/package.json +1 -1
- package/dist/chunk-644KZUKR.cjs +0 -519
- package/dist/chunk-644KZUKR.cjs.map +0 -1
- package/dist/chunk-ABNM6LMP.js.map +0 -1
- package/dist/chunk-ACQHZWHP.cjs.map +0 -1
- package/dist/chunk-B2NDSIAI.js.map +0 -1
- package/dist/chunk-BB5YW57R.js.map +0 -1
- package/dist/chunk-CUVUSVWR.js +0 -519
- package/dist/chunk-CUVUSVWR.js.map +0 -1
- package/dist/chunk-JEWSN7Q3.cjs.map +0 -1
- package/dist/chunk-RFANYF24.cjs.map +0 -1
- package/dist/chunk-YCY7MBSJ.cjs.map +0 -1
package/dist/abi/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** Full ABI for PointToken (ERC-20 + EIP-712 minting + roles + permits
|
|
1
|
+
/** Full ABI for PointToken (ERC-20 + EIP-712 minting + roles + permits) — auto-generated from Foundry artifacts, do not edit */
|
|
2
2
|
declare const pointTokenAbi: readonly [{
|
|
3
3
|
readonly type: "constructor";
|
|
4
4
|
readonly inputs: readonly [];
|
|
@@ -255,7 +255,7 @@ declare const pointTokenAbi: readonly [{
|
|
|
255
255
|
readonly type: "function";
|
|
256
256
|
readonly name: "mint";
|
|
257
257
|
readonly inputs: readonly [{
|
|
258
|
-
readonly name: "
|
|
258
|
+
readonly name: "user";
|
|
259
259
|
readonly type: "address";
|
|
260
260
|
readonly internalType: "address";
|
|
261
261
|
}, {
|
|
@@ -856,10 +856,6 @@ declare const pointTokenAbi: readonly [{
|
|
|
856
856
|
readonly type: "error";
|
|
857
857
|
readonly name: "NotMinter";
|
|
858
858
|
readonly inputs: readonly [];
|
|
859
|
-
}, {
|
|
860
|
-
readonly type: "error";
|
|
861
|
-
readonly name: "NotReceiver";
|
|
862
|
-
readonly inputs: readonly [];
|
|
863
859
|
}, {
|
|
864
860
|
readonly type: "error";
|
|
865
861
|
readonly name: "OwnableInvalidOwner";
|
|
@@ -891,16 +887,6 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
891
887
|
readonly type: "constructor";
|
|
892
888
|
readonly inputs: readonly [];
|
|
893
889
|
readonly stateMutability: "nonpayable";
|
|
894
|
-
}, {
|
|
895
|
-
readonly type: "function";
|
|
896
|
-
readonly name: "MAX_BASIS_POINTS";
|
|
897
|
-
readonly inputs: readonly [];
|
|
898
|
-
readonly outputs: readonly [{
|
|
899
|
-
readonly name: "";
|
|
900
|
-
readonly type: "uint16";
|
|
901
|
-
readonly internalType: "uint16";
|
|
902
|
-
}];
|
|
903
|
-
readonly stateMutability: "view";
|
|
904
890
|
}, {
|
|
905
891
|
readonly type: "function";
|
|
906
892
|
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
@@ -958,9 +944,74 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
958
944
|
readonly name: "tokenSymbol";
|
|
959
945
|
readonly type: "string";
|
|
960
946
|
readonly internalType: "string";
|
|
947
|
+
}, {
|
|
948
|
+
readonly name: "deadline";
|
|
949
|
+
readonly type: "uint256";
|
|
950
|
+
readonly internalType: "uint256";
|
|
951
|
+
}, {
|
|
952
|
+
readonly name: "initialRecipients";
|
|
953
|
+
readonly type: "tuple[]";
|
|
954
|
+
readonly internalType: "struct IMintFeeWrapper.Recipient[]";
|
|
955
|
+
readonly components: readonly [{
|
|
956
|
+
readonly name: "account";
|
|
957
|
+
readonly type: "address";
|
|
958
|
+
readonly internalType: "address";
|
|
959
|
+
}, {
|
|
960
|
+
readonly name: "basisPoints";
|
|
961
|
+
readonly type: "uint16";
|
|
962
|
+
readonly internalType: "uint16";
|
|
963
|
+
}];
|
|
964
|
+
}, {
|
|
965
|
+
readonly name: "daoSig";
|
|
966
|
+
readonly type: "bytes";
|
|
967
|
+
readonly internalType: "bytes";
|
|
961
968
|
}];
|
|
962
969
|
readonly outputs: readonly [];
|
|
963
970
|
readonly stateMutability: "nonpayable";
|
|
971
|
+
}, {
|
|
972
|
+
readonly type: "function";
|
|
973
|
+
readonly name: "daoSigner";
|
|
974
|
+
readonly inputs: readonly [];
|
|
975
|
+
readonly outputs: readonly [{
|
|
976
|
+
readonly name: "";
|
|
977
|
+
readonly type: "address";
|
|
978
|
+
readonly internalType: "address";
|
|
979
|
+
}];
|
|
980
|
+
readonly stateMutability: "view";
|
|
981
|
+
}, {
|
|
982
|
+
readonly type: "function";
|
|
983
|
+
readonly name: "eip712Domain";
|
|
984
|
+
readonly inputs: readonly [];
|
|
985
|
+
readonly outputs: readonly [{
|
|
986
|
+
readonly name: "fields";
|
|
987
|
+
readonly type: "bytes1";
|
|
988
|
+
readonly internalType: "bytes1";
|
|
989
|
+
}, {
|
|
990
|
+
readonly name: "name";
|
|
991
|
+
readonly type: "string";
|
|
992
|
+
readonly internalType: "string";
|
|
993
|
+
}, {
|
|
994
|
+
readonly name: "version";
|
|
995
|
+
readonly type: "string";
|
|
996
|
+
readonly internalType: "string";
|
|
997
|
+
}, {
|
|
998
|
+
readonly name: "chainId";
|
|
999
|
+
readonly type: "uint256";
|
|
1000
|
+
readonly internalType: "uint256";
|
|
1001
|
+
}, {
|
|
1002
|
+
readonly name: "verifyingContract";
|
|
1003
|
+
readonly type: "address";
|
|
1004
|
+
readonly internalType: "address";
|
|
1005
|
+
}, {
|
|
1006
|
+
readonly name: "salt";
|
|
1007
|
+
readonly type: "bytes32";
|
|
1008
|
+
readonly internalType: "bytes32";
|
|
1009
|
+
}, {
|
|
1010
|
+
readonly name: "extensions";
|
|
1011
|
+
readonly type: "uint256[]";
|
|
1012
|
+
readonly internalType: "uint256[]";
|
|
1013
|
+
}];
|
|
1014
|
+
readonly stateMutability: "view";
|
|
964
1015
|
}, {
|
|
965
1016
|
readonly type: "function";
|
|
966
1017
|
readonly name: "getIssuer";
|
|
@@ -989,14 +1040,6 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
989
1040
|
readonly name: "symbol";
|
|
990
1041
|
readonly type: "string";
|
|
991
1042
|
readonly internalType: "string";
|
|
992
|
-
}, {
|
|
993
|
-
readonly name: "declaredTotalSupply";
|
|
994
|
-
readonly type: "uint256";
|
|
995
|
-
readonly internalType: "uint256";
|
|
996
|
-
}, {
|
|
997
|
-
readonly name: "capBasisPoints";
|
|
998
|
-
readonly type: "uint16";
|
|
999
|
-
readonly internalType: "uint16";
|
|
1000
1043
|
}, {
|
|
1001
1044
|
readonly name: "active";
|
|
1002
1045
|
readonly type: "bool";
|
|
@@ -1019,6 +1062,10 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1019
1062
|
readonly name: "initialOwner";
|
|
1020
1063
|
readonly type: "address";
|
|
1021
1064
|
readonly internalType: "address";
|
|
1065
|
+
}, {
|
|
1066
|
+
readonly name: "initialDaoSigner";
|
|
1067
|
+
readonly type: "address";
|
|
1068
|
+
readonly internalType: "address";
|
|
1022
1069
|
}];
|
|
1023
1070
|
readonly outputs: readonly [];
|
|
1024
1071
|
readonly stateMutability: "nonpayable";
|
|
@@ -1036,6 +1083,30 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1036
1083
|
readonly internalType: "bool";
|
|
1037
1084
|
}];
|
|
1038
1085
|
readonly stateMutability: "view";
|
|
1086
|
+
}, {
|
|
1087
|
+
readonly type: "function";
|
|
1088
|
+
readonly name: "mintFeeWrapper";
|
|
1089
|
+
readonly inputs: readonly [];
|
|
1090
|
+
readonly outputs: readonly [{
|
|
1091
|
+
readonly name: "";
|
|
1092
|
+
readonly type: "address";
|
|
1093
|
+
readonly internalType: "address";
|
|
1094
|
+
}];
|
|
1095
|
+
readonly stateMutability: "view";
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly type: "function";
|
|
1098
|
+
readonly name: "nonces";
|
|
1099
|
+
readonly inputs: readonly [{
|
|
1100
|
+
readonly name: "issuer";
|
|
1101
|
+
readonly type: "address";
|
|
1102
|
+
readonly internalType: "address";
|
|
1103
|
+
}];
|
|
1104
|
+
readonly outputs: readonly [{
|
|
1105
|
+
readonly name: "";
|
|
1106
|
+
readonly type: "uint256";
|
|
1107
|
+
readonly internalType: "uint256";
|
|
1108
|
+
}];
|
|
1109
|
+
readonly stateMutability: "view";
|
|
1039
1110
|
}, {
|
|
1040
1111
|
readonly type: "function";
|
|
1041
1112
|
readonly name: "owner";
|
|
@@ -1092,6 +1163,26 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1092
1163
|
readonly inputs: readonly [];
|
|
1093
1164
|
readonly outputs: readonly [];
|
|
1094
1165
|
readonly stateMutability: "nonpayable";
|
|
1166
|
+
}, {
|
|
1167
|
+
readonly type: "function";
|
|
1168
|
+
readonly name: "setDaoSigner";
|
|
1169
|
+
readonly inputs: readonly [{
|
|
1170
|
+
readonly name: "newDaoSigner";
|
|
1171
|
+
readonly type: "address";
|
|
1172
|
+
readonly internalType: "address";
|
|
1173
|
+
}];
|
|
1174
|
+
readonly outputs: readonly [];
|
|
1175
|
+
readonly stateMutability: "nonpayable";
|
|
1176
|
+
}, {
|
|
1177
|
+
readonly type: "function";
|
|
1178
|
+
readonly name: "setMintFeeWrapper";
|
|
1179
|
+
readonly inputs: readonly [{
|
|
1180
|
+
readonly name: "wrapper";
|
|
1181
|
+
readonly type: "address";
|
|
1182
|
+
readonly internalType: "address";
|
|
1183
|
+
}];
|
|
1184
|
+
readonly outputs: readonly [];
|
|
1185
|
+
readonly stateMutability: "nonpayable";
|
|
1095
1186
|
}, {
|
|
1096
1187
|
readonly type: "function";
|
|
1097
1188
|
readonly name: "setPointTokenFactory";
|
|
@@ -1141,14 +1232,6 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1141
1232
|
readonly name: "name";
|
|
1142
1233
|
readonly type: "string";
|
|
1143
1234
|
readonly internalType: "string";
|
|
1144
|
-
}, {
|
|
1145
|
-
readonly name: "declaredTotalSupply";
|
|
1146
|
-
readonly type: "uint256";
|
|
1147
|
-
readonly internalType: "uint256";
|
|
1148
|
-
}, {
|
|
1149
|
-
readonly name: "capBasisPoints";
|
|
1150
|
-
readonly type: "uint16";
|
|
1151
|
-
readonly internalType: "uint16";
|
|
1152
1235
|
}, {
|
|
1153
1236
|
readonly name: "active";
|
|
1154
1237
|
readonly type: "bool";
|
|
@@ -1184,6 +1267,21 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1184
1267
|
readonly internalType: "bool";
|
|
1185
1268
|
}];
|
|
1186
1269
|
readonly stateMutability: "view";
|
|
1270
|
+
}, {
|
|
1271
|
+
readonly type: "event";
|
|
1272
|
+
readonly name: "DaoSignerUpdated";
|
|
1273
|
+
readonly inputs: readonly [{
|
|
1274
|
+
readonly name: "daoSigner";
|
|
1275
|
+
readonly type: "address";
|
|
1276
|
+
readonly indexed: true;
|
|
1277
|
+
readonly internalType: "address";
|
|
1278
|
+
}];
|
|
1279
|
+
readonly anonymous: false;
|
|
1280
|
+
}, {
|
|
1281
|
+
readonly type: "event";
|
|
1282
|
+
readonly name: "EIP712DomainChanged";
|
|
1283
|
+
readonly inputs: readonly [];
|
|
1284
|
+
readonly anonymous: false;
|
|
1187
1285
|
}, {
|
|
1188
1286
|
readonly type: "event";
|
|
1189
1287
|
readonly name: "Initialized";
|
|
@@ -1247,16 +1345,6 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1247
1345
|
readonly type: "string";
|
|
1248
1346
|
readonly indexed: false;
|
|
1249
1347
|
readonly internalType: "string";
|
|
1250
|
-
}, {
|
|
1251
|
-
readonly name: "declaredTotalSupply";
|
|
1252
|
-
readonly type: "uint256";
|
|
1253
|
-
readonly indexed: false;
|
|
1254
|
-
readonly internalType: "uint256";
|
|
1255
|
-
}, {
|
|
1256
|
-
readonly name: "capBasisPoints";
|
|
1257
|
-
readonly type: "uint16";
|
|
1258
|
-
readonly indexed: false;
|
|
1259
|
-
readonly internalType: "uint16";
|
|
1260
1348
|
}, {
|
|
1261
1349
|
readonly name: "active";
|
|
1262
1350
|
readonly type: "bool";
|
|
@@ -1264,6 +1352,16 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1264
1352
|
readonly internalType: "bool";
|
|
1265
1353
|
}];
|
|
1266
1354
|
readonly anonymous: false;
|
|
1355
|
+
}, {
|
|
1356
|
+
readonly type: "event";
|
|
1357
|
+
readonly name: "MintFeeWrapperUpdated";
|
|
1358
|
+
readonly inputs: readonly [{
|
|
1359
|
+
readonly name: "mintFeeWrapper";
|
|
1360
|
+
readonly type: "address";
|
|
1361
|
+
readonly indexed: true;
|
|
1362
|
+
readonly internalType: "address";
|
|
1363
|
+
}];
|
|
1364
|
+
readonly anonymous: false;
|
|
1267
1365
|
}, {
|
|
1268
1366
|
readonly type: "event";
|
|
1269
1367
|
readonly name: "OwnershipTransferStarted";
|
|
@@ -1322,14 +1420,6 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1322
1420
|
readonly type: "address";
|
|
1323
1421
|
readonly internalType: "address";
|
|
1324
1422
|
}];
|
|
1325
|
-
}, {
|
|
1326
|
-
readonly type: "error";
|
|
1327
|
-
readonly name: "CapBasisPointsTooHigh";
|
|
1328
|
-
readonly inputs: readonly [{
|
|
1329
|
-
readonly name: "capBasisPoints";
|
|
1330
|
-
readonly type: "uint16";
|
|
1331
|
-
readonly internalType: "uint16";
|
|
1332
|
-
}];
|
|
1333
1423
|
}, {
|
|
1334
1424
|
readonly type: "error";
|
|
1335
1425
|
readonly name: "ERC1967InvalidImplementation";
|
|
@@ -1352,16 +1442,12 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1352
1442
|
readonly inputs: readonly [];
|
|
1353
1443
|
}, {
|
|
1354
1444
|
readonly type: "error";
|
|
1355
|
-
readonly name: "
|
|
1445
|
+
readonly name: "InvalidDAOSignature";
|
|
1356
1446
|
readonly inputs: readonly [];
|
|
1357
1447
|
}, {
|
|
1358
1448
|
readonly type: "error";
|
|
1359
|
-
readonly name: "
|
|
1360
|
-
readonly inputs: readonly [
|
|
1361
|
-
readonly name: "issuer";
|
|
1362
|
-
readonly type: "address";
|
|
1363
|
-
readonly internalType: "address";
|
|
1364
|
-
}];
|
|
1449
|
+
readonly name: "InvalidInitialization";
|
|
1450
|
+
readonly inputs: readonly [];
|
|
1365
1451
|
}, {
|
|
1366
1452
|
readonly type: "error";
|
|
1367
1453
|
readonly name: "IssuerNotFound";
|
|
@@ -1382,6 +1468,10 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1382
1468
|
readonly type: "error";
|
|
1383
1469
|
readonly name: "NotInitializing";
|
|
1384
1470
|
readonly inputs: readonly [];
|
|
1471
|
+
}, {
|
|
1472
|
+
readonly type: "error";
|
|
1473
|
+
readonly name: "NotIssuer";
|
|
1474
|
+
readonly inputs: readonly [];
|
|
1385
1475
|
}, {
|
|
1386
1476
|
readonly type: "error";
|
|
1387
1477
|
readonly name: "OwnableInvalidOwner";
|
|
@@ -1398,6 +1488,10 @@ declare const issuerRegistryAbi: readonly [{
|
|
|
1398
1488
|
readonly type: "address";
|
|
1399
1489
|
readonly internalType: "address";
|
|
1400
1490
|
}];
|
|
1491
|
+
}, {
|
|
1492
|
+
readonly type: "error";
|
|
1493
|
+
readonly name: "SignatureExpired";
|
|
1494
|
+
readonly inputs: readonly [];
|
|
1401
1495
|
}, {
|
|
1402
1496
|
readonly type: "error";
|
|
1403
1497
|
readonly name: "UUPSUnauthorizedCallContext";
|
|
@@ -1785,6 +1879,37 @@ declare const pointTokenFactoryAbi: readonly [{
|
|
|
1785
1879
|
/** ABI for MintingOracle (per-issuer mint cap enforcement) — auto-generated from Foundry artifacts, do not edit */
|
|
1786
1880
|
declare const mintingOracleAbi: readonly [{
|
|
1787
1881
|
readonly type: "constructor";
|
|
1882
|
+
readonly inputs: readonly [];
|
|
1883
|
+
readonly stateMutability: "nonpayable";
|
|
1884
|
+
}, {
|
|
1885
|
+
readonly type: "function";
|
|
1886
|
+
readonly name: "MAX_BASIS_POINTS";
|
|
1887
|
+
readonly inputs: readonly [];
|
|
1888
|
+
readonly outputs: readonly [{
|
|
1889
|
+
readonly name: "";
|
|
1890
|
+
readonly type: "uint16";
|
|
1891
|
+
readonly internalType: "uint16";
|
|
1892
|
+
}];
|
|
1893
|
+
readonly stateMutability: "view";
|
|
1894
|
+
}, {
|
|
1895
|
+
readonly type: "function";
|
|
1896
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
1897
|
+
readonly inputs: readonly [];
|
|
1898
|
+
readonly outputs: readonly [{
|
|
1899
|
+
readonly name: "";
|
|
1900
|
+
readonly type: "string";
|
|
1901
|
+
readonly internalType: "string";
|
|
1902
|
+
}];
|
|
1903
|
+
readonly stateMutability: "view";
|
|
1904
|
+
}, {
|
|
1905
|
+
readonly type: "function";
|
|
1906
|
+
readonly name: "acceptOwnership";
|
|
1907
|
+
readonly inputs: readonly [];
|
|
1908
|
+
readonly outputs: readonly [];
|
|
1909
|
+
readonly stateMutability: "nonpayable";
|
|
1910
|
+
}, {
|
|
1911
|
+
readonly type: "function";
|
|
1912
|
+
readonly name: "initialize";
|
|
1788
1913
|
readonly inputs: readonly [{
|
|
1789
1914
|
readonly name: "initialOwner";
|
|
1790
1915
|
readonly type: "address";
|
|
@@ -1794,11 +1919,6 @@ declare const mintingOracleAbi: readonly [{
|
|
|
1794
1919
|
readonly type: "address";
|
|
1795
1920
|
readonly internalType: "address";
|
|
1796
1921
|
}];
|
|
1797
|
-
readonly stateMutability: "nonpayable";
|
|
1798
|
-
}, {
|
|
1799
|
-
readonly type: "function";
|
|
1800
|
-
readonly name: "acceptOwnership";
|
|
1801
|
-
readonly inputs: readonly [];
|
|
1802
1922
|
readonly outputs: readonly [];
|
|
1803
1923
|
readonly stateMutability: "nonpayable";
|
|
1804
1924
|
}, {
|
|
@@ -1835,6 +1955,16 @@ declare const mintingOracleAbi: readonly [{
|
|
|
1835
1955
|
readonly internalType: "address";
|
|
1836
1956
|
}];
|
|
1837
1957
|
readonly stateMutability: "view";
|
|
1958
|
+
}, {
|
|
1959
|
+
readonly type: "function";
|
|
1960
|
+
readonly name: "proxiableUUID";
|
|
1961
|
+
readonly inputs: readonly [];
|
|
1962
|
+
readonly outputs: readonly [{
|
|
1963
|
+
readonly name: "";
|
|
1964
|
+
readonly type: "bytes32";
|
|
1965
|
+
readonly internalType: "bytes32";
|
|
1966
|
+
}];
|
|
1967
|
+
readonly stateMutability: "view";
|
|
1838
1968
|
}, {
|
|
1839
1969
|
readonly type: "function";
|
|
1840
1970
|
readonly name: "registerToken";
|
|
@@ -1846,6 +1976,14 @@ declare const mintingOracleAbi: readonly [{
|
|
|
1846
1976
|
readonly name: "issuer";
|
|
1847
1977
|
readonly type: "address";
|
|
1848
1978
|
readonly internalType: "address";
|
|
1979
|
+
}, {
|
|
1980
|
+
readonly name: "declaredTotalSupply";
|
|
1981
|
+
readonly type: "uint256";
|
|
1982
|
+
readonly internalType: "uint256";
|
|
1983
|
+
}, {
|
|
1984
|
+
readonly name: "capBasisPoints";
|
|
1985
|
+
readonly type: "uint16";
|
|
1986
|
+
readonly internalType: "uint16";
|
|
1849
1987
|
}];
|
|
1850
1988
|
readonly outputs: readonly [];
|
|
1851
1989
|
readonly stateMutability: "nonpayable";
|
|
@@ -1877,28 +2015,101 @@ declare const mintingOracleAbi: readonly [{
|
|
|
1877
2015
|
readonly stateMutability: "nonpayable";
|
|
1878
2016
|
}, {
|
|
1879
2017
|
readonly type: "function";
|
|
1880
|
-
readonly name: "
|
|
1881
|
-
readonly inputs: readonly [{
|
|
1882
|
-
readonly name: "newOwner";
|
|
1883
|
-
readonly type: "address";
|
|
1884
|
-
readonly internalType: "address";
|
|
1885
|
-
}];
|
|
1886
|
-
readonly outputs: readonly [];
|
|
1887
|
-
readonly stateMutability: "nonpayable";
|
|
1888
|
-
}, {
|
|
1889
|
-
readonly type: "function";
|
|
1890
|
-
readonly name: "unregisterToken";
|
|
2018
|
+
readonly name: "tokenCaps";
|
|
1891
2019
|
readonly inputs: readonly [{
|
|
1892
2020
|
readonly name: "pointToken";
|
|
1893
2021
|
readonly type: "address";
|
|
1894
2022
|
readonly internalType: "address";
|
|
1895
2023
|
}];
|
|
1896
|
-
readonly outputs: readonly [
|
|
2024
|
+
readonly outputs: readonly [{
|
|
2025
|
+
readonly name: "";
|
|
2026
|
+
readonly type: "tuple";
|
|
2027
|
+
readonly internalType: "struct IMintingOracle.TokenCap";
|
|
2028
|
+
readonly components: readonly [{
|
|
2029
|
+
readonly name: "declaredTotalSupply";
|
|
2030
|
+
readonly type: "uint256";
|
|
2031
|
+
readonly internalType: "uint256";
|
|
2032
|
+
}, {
|
|
2033
|
+
readonly name: "capBasisPoints";
|
|
2034
|
+
readonly type: "uint16";
|
|
2035
|
+
readonly internalType: "uint16";
|
|
2036
|
+
}];
|
|
2037
|
+
}];
|
|
2038
|
+
readonly stateMutability: "view";
|
|
2039
|
+
}, {
|
|
2040
|
+
readonly type: "function";
|
|
2041
|
+
readonly name: "transferOwnership";
|
|
2042
|
+
readonly inputs: readonly [{
|
|
2043
|
+
readonly name: "newOwner";
|
|
2044
|
+
readonly type: "address";
|
|
2045
|
+
readonly internalType: "address";
|
|
2046
|
+
}];
|
|
2047
|
+
readonly outputs: readonly [];
|
|
2048
|
+
readonly stateMutability: "nonpayable";
|
|
2049
|
+
}, {
|
|
2050
|
+
readonly type: "function";
|
|
2051
|
+
readonly name: "unregisterToken";
|
|
2052
|
+
readonly inputs: readonly [{
|
|
2053
|
+
readonly name: "pointToken";
|
|
2054
|
+
readonly type: "address";
|
|
2055
|
+
readonly internalType: "address";
|
|
2056
|
+
}];
|
|
2057
|
+
readonly outputs: readonly [];
|
|
2058
|
+
readonly stateMutability: "nonpayable";
|
|
2059
|
+
}, {
|
|
2060
|
+
readonly type: "function";
|
|
2061
|
+
readonly name: "updateTokenCap";
|
|
2062
|
+
readonly inputs: readonly [{
|
|
2063
|
+
readonly name: "pointToken";
|
|
2064
|
+
readonly type: "address";
|
|
2065
|
+
readonly internalType: "address";
|
|
2066
|
+
}, {
|
|
2067
|
+
readonly name: "declaredTotalSupply";
|
|
2068
|
+
readonly type: "uint256";
|
|
2069
|
+
readonly internalType: "uint256";
|
|
2070
|
+
}, {
|
|
2071
|
+
readonly name: "capBasisPoints";
|
|
2072
|
+
readonly type: "uint16";
|
|
2073
|
+
readonly internalType: "uint16";
|
|
2074
|
+
}];
|
|
2075
|
+
readonly outputs: readonly [];
|
|
1897
2076
|
readonly stateMutability: "nonpayable";
|
|
2077
|
+
}, {
|
|
2078
|
+
readonly type: "function";
|
|
2079
|
+
readonly name: "upgradeToAndCall";
|
|
2080
|
+
readonly inputs: readonly [{
|
|
2081
|
+
readonly name: "newImplementation";
|
|
2082
|
+
readonly type: "address";
|
|
2083
|
+
readonly internalType: "address";
|
|
2084
|
+
}, {
|
|
2085
|
+
readonly name: "data";
|
|
2086
|
+
readonly type: "bytes";
|
|
2087
|
+
readonly internalType: "bytes";
|
|
2088
|
+
}];
|
|
2089
|
+
readonly outputs: readonly [];
|
|
2090
|
+
readonly stateMutability: "payable";
|
|
2091
|
+
}, {
|
|
2092
|
+
readonly type: "function";
|
|
2093
|
+
readonly name: "verifyIssuerOperative";
|
|
2094
|
+
readonly inputs: readonly [{
|
|
2095
|
+
readonly name: "pointToken";
|
|
2096
|
+
readonly type: "address";
|
|
2097
|
+
readonly internalType: "address";
|
|
2098
|
+
}, {
|
|
2099
|
+
readonly name: "issuer";
|
|
2100
|
+
readonly type: "address";
|
|
2101
|
+
readonly internalType: "address";
|
|
2102
|
+
}];
|
|
2103
|
+
readonly outputs: readonly [];
|
|
2104
|
+
readonly stateMutability: "view";
|
|
1898
2105
|
}, {
|
|
1899
2106
|
readonly type: "function";
|
|
1900
2107
|
readonly name: "verifyMintCap";
|
|
1901
2108
|
readonly inputs: readonly [{
|
|
2109
|
+
readonly name: "pointToken";
|
|
2110
|
+
readonly type: "address";
|
|
2111
|
+
readonly internalType: "address";
|
|
2112
|
+
}, {
|
|
1902
2113
|
readonly name: "issuer";
|
|
1903
2114
|
readonly type: "address";
|
|
1904
2115
|
readonly internalType: "address";
|
|
@@ -1909,6 +2120,16 @@ declare const mintingOracleAbi: readonly [{
|
|
|
1909
2120
|
}];
|
|
1910
2121
|
readonly outputs: readonly [];
|
|
1911
2122
|
readonly stateMutability: "view";
|
|
2123
|
+
}, {
|
|
2124
|
+
readonly type: "event";
|
|
2125
|
+
readonly name: "Initialized";
|
|
2126
|
+
readonly inputs: readonly [{
|
|
2127
|
+
readonly name: "version";
|
|
2128
|
+
readonly type: "uint64";
|
|
2129
|
+
readonly indexed: false;
|
|
2130
|
+
readonly internalType: "uint64";
|
|
2131
|
+
}];
|
|
2132
|
+
readonly anonymous: false;
|
|
1912
2133
|
}, {
|
|
1913
2134
|
readonly type: "event";
|
|
1914
2135
|
readonly name: "OwnershipTransferStarted";
|
|
@@ -1949,6 +2170,26 @@ declare const mintingOracleAbi: readonly [{
|
|
|
1949
2170
|
readonly internalType: "address";
|
|
1950
2171
|
}];
|
|
1951
2172
|
readonly anonymous: false;
|
|
2173
|
+
}, {
|
|
2174
|
+
readonly type: "event";
|
|
2175
|
+
readonly name: "TokenCapUpdated";
|
|
2176
|
+
readonly inputs: readonly [{
|
|
2177
|
+
readonly name: "pointToken";
|
|
2178
|
+
readonly type: "address";
|
|
2179
|
+
readonly indexed: true;
|
|
2180
|
+
readonly internalType: "address";
|
|
2181
|
+
}, {
|
|
2182
|
+
readonly name: "declaredTotalSupply";
|
|
2183
|
+
readonly type: "uint256";
|
|
2184
|
+
readonly indexed: false;
|
|
2185
|
+
readonly internalType: "uint256";
|
|
2186
|
+
}, {
|
|
2187
|
+
readonly name: "capBasisPoints";
|
|
2188
|
+
readonly type: "uint16";
|
|
2189
|
+
readonly indexed: false;
|
|
2190
|
+
readonly internalType: "uint16";
|
|
2191
|
+
}];
|
|
2192
|
+
readonly anonymous: false;
|
|
1952
2193
|
}, {
|
|
1953
2194
|
readonly type: "event";
|
|
1954
2195
|
readonly name: "TokenRegistered";
|
|
@@ -1979,6 +2220,52 @@ declare const mintingOracleAbi: readonly [{
|
|
|
1979
2220
|
readonly internalType: "address";
|
|
1980
2221
|
}];
|
|
1981
2222
|
readonly anonymous: false;
|
|
2223
|
+
}, {
|
|
2224
|
+
readonly type: "event";
|
|
2225
|
+
readonly name: "Upgraded";
|
|
2226
|
+
readonly inputs: readonly [{
|
|
2227
|
+
readonly name: "implementation";
|
|
2228
|
+
readonly type: "address";
|
|
2229
|
+
readonly indexed: true;
|
|
2230
|
+
readonly internalType: "address";
|
|
2231
|
+
}];
|
|
2232
|
+
readonly anonymous: false;
|
|
2233
|
+
}, {
|
|
2234
|
+
readonly type: "error";
|
|
2235
|
+
readonly name: "AddressEmptyCode";
|
|
2236
|
+
readonly inputs: readonly [{
|
|
2237
|
+
readonly name: "target";
|
|
2238
|
+
readonly type: "address";
|
|
2239
|
+
readonly internalType: "address";
|
|
2240
|
+
}];
|
|
2241
|
+
}, {
|
|
2242
|
+
readonly type: "error";
|
|
2243
|
+
readonly name: "CapBasisPointsTooHigh";
|
|
2244
|
+
readonly inputs: readonly [{
|
|
2245
|
+
readonly name: "capBasisPoints";
|
|
2246
|
+
readonly type: "uint16";
|
|
2247
|
+
readonly internalType: "uint16";
|
|
2248
|
+
}];
|
|
2249
|
+
}, {
|
|
2250
|
+
readonly type: "error";
|
|
2251
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
2252
|
+
readonly inputs: readonly [{
|
|
2253
|
+
readonly name: "implementation";
|
|
2254
|
+
readonly type: "address";
|
|
2255
|
+
readonly internalType: "address";
|
|
2256
|
+
}];
|
|
2257
|
+
}, {
|
|
2258
|
+
readonly type: "error";
|
|
2259
|
+
readonly name: "ERC1967NonPayable";
|
|
2260
|
+
readonly inputs: readonly [];
|
|
2261
|
+
}, {
|
|
2262
|
+
readonly type: "error";
|
|
2263
|
+
readonly name: "FailedCall";
|
|
2264
|
+
readonly inputs: readonly [];
|
|
2265
|
+
}, {
|
|
2266
|
+
readonly type: "error";
|
|
2267
|
+
readonly name: "InvalidInitialization";
|
|
2268
|
+
readonly inputs: readonly [];
|
|
1982
2269
|
}, {
|
|
1983
2270
|
readonly type: "error";
|
|
1984
2271
|
readonly name: "IssuerMismatch";
|
|
@@ -2015,6 +2302,14 @@ declare const mintingOracleAbi: readonly [{
|
|
|
2015
2302
|
readonly type: "uint256";
|
|
2016
2303
|
readonly internalType: "uint256";
|
|
2017
2304
|
}];
|
|
2305
|
+
}, {
|
|
2306
|
+
readonly type: "error";
|
|
2307
|
+
readonly name: "NotInitializing";
|
|
2308
|
+
readonly inputs: readonly [];
|
|
2309
|
+
}, {
|
|
2310
|
+
readonly type: "error";
|
|
2311
|
+
readonly name: "NotIssuer";
|
|
2312
|
+
readonly inputs: readonly [];
|
|
2018
2313
|
}, {
|
|
2019
2314
|
readonly type: "error";
|
|
2020
2315
|
readonly name: "OnlyRegistry";
|
|
@@ -2051,6 +2346,18 @@ declare const mintingOracleAbi: readonly [{
|
|
|
2051
2346
|
readonly type: "address";
|
|
2052
2347
|
readonly internalType: "address";
|
|
2053
2348
|
}];
|
|
2349
|
+
}, {
|
|
2350
|
+
readonly type: "error";
|
|
2351
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
2352
|
+
readonly inputs: readonly [];
|
|
2353
|
+
}, {
|
|
2354
|
+
readonly type: "error";
|
|
2355
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
2356
|
+
readonly inputs: readonly [{
|
|
2357
|
+
readonly name: "slot";
|
|
2358
|
+
readonly type: "bytes32";
|
|
2359
|
+
readonly internalType: "bytes32";
|
|
2360
|
+
}];
|
|
2054
2361
|
}, {
|
|
2055
2362
|
readonly type: "error";
|
|
2056
2363
|
readonly name: "UnregisteredPointToken";
|
|
@@ -2065,7 +2372,7 @@ declare const mintingOracleAbi: readonly [{
|
|
|
2065
2372
|
readonly inputs: readonly [];
|
|
2066
2373
|
}];
|
|
2067
2374
|
|
|
2068
|
-
/** ABI for MintFeeWrapper (mint-time fee split between user + N recipients) —
|
|
2375
|
+
/** ABI for MintFeeWrapper (mint-time fee split between user + N recipients) — auto-generated from Foundry artifacts, do not edit */
|
|
2069
2376
|
declare const mintFeeWrapperAbi: readonly [{
|
|
2070
2377
|
readonly type: "constructor";
|
|
2071
2378
|
readonly inputs: readonly [];
|
|
@@ -2080,16 +2387,6 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2080
2387
|
readonly internalType: "uint16";
|
|
2081
2388
|
}];
|
|
2082
2389
|
readonly stateMutability: "view";
|
|
2083
|
-
}, {
|
|
2084
|
-
readonly type: "function";
|
|
2085
|
-
readonly name: "MAX_TOTAL_FEE_BPS";
|
|
2086
|
-
readonly inputs: readonly [];
|
|
2087
|
-
readonly outputs: readonly [{
|
|
2088
|
-
readonly name: "";
|
|
2089
|
-
readonly type: "uint16";
|
|
2090
|
-
readonly internalType: "uint16";
|
|
2091
|
-
}];
|
|
2092
|
-
readonly stateMutability: "view";
|
|
2093
2390
|
}, {
|
|
2094
2391
|
readonly type: "function";
|
|
2095
2392
|
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
@@ -2109,7 +2406,11 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2109
2406
|
}, {
|
|
2110
2407
|
readonly type: "function";
|
|
2111
2408
|
readonly name: "getRecipients";
|
|
2112
|
-
readonly inputs: readonly [
|
|
2409
|
+
readonly inputs: readonly [{
|
|
2410
|
+
readonly name: "pointToken";
|
|
2411
|
+
readonly type: "address";
|
|
2412
|
+
readonly internalType: "address";
|
|
2413
|
+
}];
|
|
2113
2414
|
readonly outputs: readonly [{
|
|
2114
2415
|
readonly name: "";
|
|
2115
2416
|
readonly type: "tuple[]";
|
|
@@ -2133,22 +2434,9 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2133
2434
|
readonly type: "address";
|
|
2134
2435
|
readonly internalType: "address";
|
|
2135
2436
|
}, {
|
|
2136
|
-
readonly name: "
|
|
2437
|
+
readonly name: "_registry";
|
|
2137
2438
|
readonly type: "address";
|
|
2138
2439
|
readonly internalType: "address";
|
|
2139
|
-
}, {
|
|
2140
|
-
readonly name: "initialRecipients";
|
|
2141
|
-
readonly type: "tuple[]";
|
|
2142
|
-
readonly internalType: "struct IMintFeeWrapper.Recipient[]";
|
|
2143
|
-
readonly components: readonly [{
|
|
2144
|
-
readonly name: "account";
|
|
2145
|
-
readonly type: "address";
|
|
2146
|
-
readonly internalType: "address";
|
|
2147
|
-
}, {
|
|
2148
|
-
readonly name: "basisPoints";
|
|
2149
|
-
readonly type: "uint16";
|
|
2150
|
-
readonly internalType: "uint16";
|
|
2151
|
-
}];
|
|
2152
2440
|
}];
|
|
2153
2441
|
readonly outputs: readonly [];
|
|
2154
2442
|
readonly stateMutability: "nonpayable";
|
|
@@ -2156,7 +2444,11 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2156
2444
|
readonly type: "function";
|
|
2157
2445
|
readonly name: "mintWithFee";
|
|
2158
2446
|
readonly inputs: readonly [{
|
|
2159
|
-
readonly name: "
|
|
2447
|
+
readonly name: "pointToken";
|
|
2448
|
+
readonly type: "address";
|
|
2449
|
+
readonly internalType: "address";
|
|
2450
|
+
}, {
|
|
2451
|
+
readonly name: "user";
|
|
2160
2452
|
readonly type: "address";
|
|
2161
2453
|
readonly internalType: "address";
|
|
2162
2454
|
}, {
|
|
@@ -2196,22 +2488,59 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2196
2488
|
readonly stateMutability: "view";
|
|
2197
2489
|
}, {
|
|
2198
2490
|
readonly type: "function";
|
|
2199
|
-
readonly name: "
|
|
2491
|
+
readonly name: "proxiableUUID";
|
|
2200
2492
|
readonly inputs: readonly [];
|
|
2201
2493
|
readonly outputs: readonly [{
|
|
2202
2494
|
readonly name: "";
|
|
2495
|
+
readonly type: "bytes32";
|
|
2496
|
+
readonly internalType: "bytes32";
|
|
2497
|
+
}];
|
|
2498
|
+
readonly stateMutability: "view";
|
|
2499
|
+
}, {
|
|
2500
|
+
readonly type: "function";
|
|
2501
|
+
readonly name: "registerToken";
|
|
2502
|
+
readonly inputs: readonly [{
|
|
2503
|
+
readonly name: "pointToken";
|
|
2504
|
+
readonly type: "address";
|
|
2505
|
+
readonly internalType: "address";
|
|
2506
|
+
}, {
|
|
2507
|
+
readonly name: "recipients";
|
|
2508
|
+
readonly type: "tuple[]";
|
|
2509
|
+
readonly internalType: "struct IMintFeeWrapper.Recipient[]";
|
|
2510
|
+
readonly components: readonly [{
|
|
2511
|
+
readonly name: "account";
|
|
2512
|
+
readonly type: "address";
|
|
2513
|
+
readonly internalType: "address";
|
|
2514
|
+
}, {
|
|
2515
|
+
readonly name: "basisPoints";
|
|
2516
|
+
readonly type: "uint16";
|
|
2517
|
+
readonly internalType: "uint16";
|
|
2518
|
+
}];
|
|
2519
|
+
}];
|
|
2520
|
+
readonly outputs: readonly [];
|
|
2521
|
+
readonly stateMutability: "nonpayable";
|
|
2522
|
+
}, {
|
|
2523
|
+
readonly type: "function";
|
|
2524
|
+
readonly name: "registered";
|
|
2525
|
+
readonly inputs: readonly [{
|
|
2526
|
+
readonly name: "pointToken";
|
|
2203
2527
|
readonly type: "address";
|
|
2204
2528
|
readonly internalType: "address";
|
|
2205
2529
|
}];
|
|
2530
|
+
readonly outputs: readonly [{
|
|
2531
|
+
readonly name: "";
|
|
2532
|
+
readonly type: "bool";
|
|
2533
|
+
readonly internalType: "bool";
|
|
2534
|
+
}];
|
|
2206
2535
|
readonly stateMutability: "view";
|
|
2207
2536
|
}, {
|
|
2208
2537
|
readonly type: "function";
|
|
2209
|
-
readonly name: "
|
|
2538
|
+
readonly name: "registry";
|
|
2210
2539
|
readonly inputs: readonly [];
|
|
2211
2540
|
readonly outputs: readonly [{
|
|
2212
2541
|
readonly name: "";
|
|
2213
|
-
readonly type: "
|
|
2214
|
-
readonly internalType: "
|
|
2542
|
+
readonly type: "address";
|
|
2543
|
+
readonly internalType: "address";
|
|
2215
2544
|
}];
|
|
2216
2545
|
readonly stateMutability: "view";
|
|
2217
2546
|
}, {
|
|
@@ -2224,6 +2553,10 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2224
2553
|
readonly type: "function";
|
|
2225
2554
|
readonly name: "setRecipients";
|
|
2226
2555
|
readonly inputs: readonly [{
|
|
2556
|
+
readonly name: "pointToken";
|
|
2557
|
+
readonly type: "address";
|
|
2558
|
+
readonly internalType: "address";
|
|
2559
|
+
}, {
|
|
2227
2560
|
readonly name: "newRecipients";
|
|
2228
2561
|
readonly type: "tuple[]";
|
|
2229
2562
|
readonly internalType: "struct IMintFeeWrapper.Recipient[]";
|
|
@@ -2239,10 +2572,24 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2239
2572
|
}];
|
|
2240
2573
|
readonly outputs: readonly [];
|
|
2241
2574
|
readonly stateMutability: "nonpayable";
|
|
2575
|
+
}, {
|
|
2576
|
+
readonly type: "function";
|
|
2577
|
+
readonly name: "setRegistry";
|
|
2578
|
+
readonly inputs: readonly [{
|
|
2579
|
+
readonly name: "newRegistry";
|
|
2580
|
+
readonly type: "address";
|
|
2581
|
+
readonly internalType: "address";
|
|
2582
|
+
}];
|
|
2583
|
+
readonly outputs: readonly [];
|
|
2584
|
+
readonly stateMutability: "nonpayable";
|
|
2242
2585
|
}, {
|
|
2243
2586
|
readonly type: "function";
|
|
2244
2587
|
readonly name: "totalFeeBps";
|
|
2245
|
-
readonly inputs: readonly [
|
|
2588
|
+
readonly inputs: readonly [{
|
|
2589
|
+
readonly name: "pointToken";
|
|
2590
|
+
readonly type: "address";
|
|
2591
|
+
readonly internalType: "address";
|
|
2592
|
+
}];
|
|
2246
2593
|
readonly outputs: readonly [{
|
|
2247
2594
|
readonly name: "";
|
|
2248
2595
|
readonly type: "uint16";
|
|
@@ -2277,6 +2624,11 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2277
2624
|
readonly type: "event";
|
|
2278
2625
|
readonly name: "FeeDistributed";
|
|
2279
2626
|
readonly inputs: readonly [{
|
|
2627
|
+
readonly name: "pointToken";
|
|
2628
|
+
readonly type: "address";
|
|
2629
|
+
readonly indexed: true;
|
|
2630
|
+
readonly internalType: "address";
|
|
2631
|
+
}, {
|
|
2280
2632
|
readonly name: "recipient";
|
|
2281
2633
|
readonly type: "address";
|
|
2282
2634
|
readonly indexed: true;
|
|
@@ -2302,6 +2654,11 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2302
2654
|
readonly type: "event";
|
|
2303
2655
|
readonly name: "MintWithFee";
|
|
2304
2656
|
readonly inputs: readonly [{
|
|
2657
|
+
readonly name: "pointToken";
|
|
2658
|
+
readonly type: "address";
|
|
2659
|
+
readonly indexed: true;
|
|
2660
|
+
readonly internalType: "address";
|
|
2661
|
+
}, {
|
|
2305
2662
|
readonly name: "to";
|
|
2306
2663
|
readonly type: "address";
|
|
2307
2664
|
readonly indexed: true;
|
|
@@ -2357,6 +2714,11 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2357
2714
|
readonly type: "event";
|
|
2358
2715
|
readonly name: "RecipientsUpdated";
|
|
2359
2716
|
readonly inputs: readonly [{
|
|
2717
|
+
readonly name: "pointToken";
|
|
2718
|
+
readonly type: "address";
|
|
2719
|
+
readonly indexed: true;
|
|
2720
|
+
readonly internalType: "address";
|
|
2721
|
+
}, {
|
|
2360
2722
|
readonly name: "recipients";
|
|
2361
2723
|
readonly type: "tuple[]";
|
|
2362
2724
|
readonly indexed: false;
|
|
@@ -2372,6 +2734,16 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2372
2734
|
}];
|
|
2373
2735
|
}];
|
|
2374
2736
|
readonly anonymous: false;
|
|
2737
|
+
}, {
|
|
2738
|
+
readonly type: "event";
|
|
2739
|
+
readonly name: "RegistryUpdated";
|
|
2740
|
+
readonly inputs: readonly [{
|
|
2741
|
+
readonly name: "registry";
|
|
2742
|
+
readonly type: "address";
|
|
2743
|
+
readonly indexed: true;
|
|
2744
|
+
readonly internalType: "address";
|
|
2745
|
+
}];
|
|
2746
|
+
readonly anonymous: false;
|
|
2375
2747
|
}, {
|
|
2376
2748
|
readonly type: "event";
|
|
2377
2749
|
readonly name: "Upgraded";
|
|
@@ -2390,6 +2762,14 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2390
2762
|
readonly type: "address";
|
|
2391
2763
|
readonly internalType: "address";
|
|
2392
2764
|
}];
|
|
2765
|
+
}, {
|
|
2766
|
+
readonly type: "error";
|
|
2767
|
+
readonly name: "AlreadyRegistered";
|
|
2768
|
+
readonly inputs: readonly [{
|
|
2769
|
+
readonly name: "pointToken";
|
|
2770
|
+
readonly type: "address";
|
|
2771
|
+
readonly internalType: "address";
|
|
2772
|
+
}];
|
|
2393
2773
|
}, {
|
|
2394
2774
|
readonly type: "error";
|
|
2395
2775
|
readonly name: "ERC1967InvalidImplementation";
|
|
@@ -2416,7 +2796,23 @@ declare const mintFeeWrapperAbi: readonly [{
|
|
|
2416
2796
|
readonly inputs: readonly [];
|
|
2417
2797
|
}, {
|
|
2418
2798
|
readonly type: "error";
|
|
2419
|
-
readonly name: "
|
|
2799
|
+
readonly name: "NotIssuer";
|
|
2800
|
+
readonly inputs: readonly [];
|
|
2801
|
+
}, {
|
|
2802
|
+
readonly type: "error";
|
|
2803
|
+
readonly name: "NotRegistered";
|
|
2804
|
+
readonly inputs: readonly [{
|
|
2805
|
+
readonly name: "pointToken";
|
|
2806
|
+
readonly type: "address";
|
|
2807
|
+
readonly internalType: "address";
|
|
2808
|
+
}];
|
|
2809
|
+
}, {
|
|
2810
|
+
readonly type: "error";
|
|
2811
|
+
readonly name: "NotUser";
|
|
2812
|
+
readonly inputs: readonly [];
|
|
2813
|
+
}, {
|
|
2814
|
+
readonly type: "error";
|
|
2815
|
+
readonly name: "OnlyRegistry";
|
|
2420
2816
|
readonly inputs: readonly [];
|
|
2421
2817
|
}, {
|
|
2422
2818
|
readonly type: "error";
|
|
@@ -2731,6 +3127,91 @@ declare const v4QuoterAbi: readonly [{
|
|
|
2731
3127
|
readonly name: "gasEstimate";
|
|
2732
3128
|
readonly type: "uint256";
|
|
2733
3129
|
}];
|
|
3130
|
+
}, {
|
|
3131
|
+
readonly type: "function";
|
|
3132
|
+
readonly name: "quoteExactOutputSingle";
|
|
3133
|
+
readonly stateMutability: "nonpayable";
|
|
3134
|
+
readonly inputs: readonly [{
|
|
3135
|
+
readonly name: "params";
|
|
3136
|
+
readonly type: "tuple";
|
|
3137
|
+
readonly components: readonly [{
|
|
3138
|
+
readonly name: "poolKey";
|
|
3139
|
+
readonly type: "tuple";
|
|
3140
|
+
readonly components: readonly [{
|
|
3141
|
+
readonly name: "currency0";
|
|
3142
|
+
readonly type: "address";
|
|
3143
|
+
}, {
|
|
3144
|
+
readonly name: "currency1";
|
|
3145
|
+
readonly type: "address";
|
|
3146
|
+
}, {
|
|
3147
|
+
readonly name: "fee";
|
|
3148
|
+
readonly type: "uint24";
|
|
3149
|
+
}, {
|
|
3150
|
+
readonly name: "tickSpacing";
|
|
3151
|
+
readonly type: "int24";
|
|
3152
|
+
}, {
|
|
3153
|
+
readonly name: "hooks";
|
|
3154
|
+
readonly type: "address";
|
|
3155
|
+
}];
|
|
3156
|
+
}, {
|
|
3157
|
+
readonly name: "zeroForOne";
|
|
3158
|
+
readonly type: "bool";
|
|
3159
|
+
}, {
|
|
3160
|
+
readonly name: "exactAmount";
|
|
3161
|
+
readonly type: "uint128";
|
|
3162
|
+
}, {
|
|
3163
|
+
readonly name: "hookData";
|
|
3164
|
+
readonly type: "bytes";
|
|
3165
|
+
}];
|
|
3166
|
+
}];
|
|
3167
|
+
readonly outputs: readonly [{
|
|
3168
|
+
readonly name: "amountIn";
|
|
3169
|
+
readonly type: "uint256";
|
|
3170
|
+
}, {
|
|
3171
|
+
readonly name: "gasEstimate";
|
|
3172
|
+
readonly type: "uint256";
|
|
3173
|
+
}];
|
|
3174
|
+
}, {
|
|
3175
|
+
readonly type: "function";
|
|
3176
|
+
readonly name: "quoteExactOutput";
|
|
3177
|
+
readonly stateMutability: "nonpayable";
|
|
3178
|
+
readonly inputs: readonly [{
|
|
3179
|
+
readonly name: "params";
|
|
3180
|
+
readonly type: "tuple";
|
|
3181
|
+
readonly components: readonly [{
|
|
3182
|
+
readonly name: "exactCurrency";
|
|
3183
|
+
readonly type: "address";
|
|
3184
|
+
}, {
|
|
3185
|
+
readonly name: "path";
|
|
3186
|
+
readonly type: "tuple[]";
|
|
3187
|
+
readonly components: readonly [{
|
|
3188
|
+
readonly name: "intermediateCurrency";
|
|
3189
|
+
readonly type: "address";
|
|
3190
|
+
}, {
|
|
3191
|
+
readonly name: "fee";
|
|
3192
|
+
readonly type: "uint24";
|
|
3193
|
+
}, {
|
|
3194
|
+
readonly name: "tickSpacing";
|
|
3195
|
+
readonly type: "int24";
|
|
3196
|
+
}, {
|
|
3197
|
+
readonly name: "hooks";
|
|
3198
|
+
readonly type: "address";
|
|
3199
|
+
}, {
|
|
3200
|
+
readonly name: "hookData";
|
|
3201
|
+
readonly type: "bytes";
|
|
3202
|
+
}];
|
|
3203
|
+
}, {
|
|
3204
|
+
readonly name: "exactAmount";
|
|
3205
|
+
readonly type: "uint128";
|
|
3206
|
+
}];
|
|
3207
|
+
}];
|
|
3208
|
+
readonly outputs: readonly [{
|
|
3209
|
+
readonly name: "amountIn";
|
|
3210
|
+
readonly type: "uint256";
|
|
3211
|
+
}, {
|
|
3212
|
+
readonly name: "gasEstimate";
|
|
3213
|
+
readonly type: "uint256";
|
|
3214
|
+
}];
|
|
2734
3215
|
}];
|
|
2735
3216
|
|
|
2736
3217
|
export { erc20Abi, issuerRegistryAbi, mintFeeWrapperAbi, mintingOracleAbi, permit2Abi, pointTokenAbi, pointTokenFactoryAbi, universalRouterAbi, v4QuoterAbi };
|