@story-protocol/core-sdk 1.3.2 → 1.4.0-rc.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/declarations/src/abi/generated.d.ts +981 -168
- package/dist/declarations/src/abi/generated.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +2 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/resources/dispute.d.ts.map +1 -1
- package/dist/declarations/src/resources/ipAsset.d.ts +25 -2
- package/dist/declarations/src/resources/ipAsset.d.ts.map +1 -1
- package/dist/declarations/src/resources/license.d.ts +27 -3
- package/dist/declarations/src/resources/license.d.ts.map +1 -1
- package/dist/declarations/src/types/common.d.ts +13 -5
- package/dist/declarations/src/types/common.d.ts.map +1 -1
- package/dist/declarations/src/types/options.d.ts +1 -2
- package/dist/declarations/src/types/options.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/group.d.ts +8 -2
- package/dist/declarations/src/types/resources/group.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/ipAsset.d.ts +62 -6
- package/dist/declarations/src/types/resources/ipAsset.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/license.d.ts +24 -2
- package/dist/declarations/src/types/resources/license.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/royalty.d.ts +4 -1
- package/dist/declarations/src/types/resources/royalty.d.ts.map +1 -1
- package/dist/declarations/src/types/utils/pilFlavor.d.ts +75 -0
- package/dist/declarations/src/types/utils/pilFlavor.d.ts.map +1 -0
- package/dist/declarations/src/utils/chain.d.ts +4 -0
- package/dist/declarations/src/utils/chain.d.ts.map +1 -1
- package/dist/declarations/src/utils/pilFlavor.d.ts +54 -0
- package/dist/declarations/src/utils/pilFlavor.d.ts.map +1 -0
- package/dist/story-protocol-core-sdk.cjs.dev.js +1917 -1090
- package/dist/story-protocol-core-sdk.cjs.prod.js +1917 -1090
- package/dist/story-protocol-core-sdk.esm.js +1918 -1092
- package/package.json +5 -4
@@ -1,7 +1,8 @@
|
|
1
1
|
import { Address, Hex, Abi, Account, Chain, ContractFunctionArgs, ContractFunctionName, WriteContractParameters, WriteContractReturnType, PublicClient, WatchContractEventReturnType, TransactionReceipt } from "viem";
|
2
2
|
/**
|
3
|
-
|
4
|
-
|
3
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a)
|
4
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a)
|
5
|
+
*/
|
5
6
|
export declare const accessControllerAbi: readonly [{
|
6
7
|
readonly type: "constructor";
|
7
8
|
readonly inputs: readonly [{
|
@@ -676,15 +677,17 @@ export declare const accessControllerAbi: readonly [{
|
|
676
677
|
readonly stateMutability: "payable";
|
677
678
|
}];
|
678
679
|
/**
|
679
|
-
|
680
|
-
|
680
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a)
|
681
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a)
|
682
|
+
*/
|
681
683
|
export declare const accessControllerAddress: {
|
682
684
|
readonly 1315: "0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a";
|
683
685
|
readonly 1514: "0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a";
|
684
686
|
};
|
685
687
|
/**
|
686
|
-
|
687
|
-
|
688
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a)
|
689
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a)
|
690
|
+
*/
|
688
691
|
export declare const accessControllerConfig: {
|
689
692
|
readonly address: {
|
690
693
|
readonly 1315: "0xcCF37d0a503Ee1D4C11208672e622ed3DFB2275a";
|
@@ -1365,8 +1368,9 @@ export declare const accessControllerConfig: {
|
|
1365
1368
|
}];
|
1366
1369
|
};
|
1367
1370
|
/**
|
1368
|
-
|
1369
|
-
|
1371
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936)
|
1372
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936)
|
1373
|
+
*/
|
1370
1374
|
export declare const arbitrationPolicyUmaAbi: readonly [{
|
1371
1375
|
readonly type: "constructor";
|
1372
1376
|
readonly inputs: readonly [{
|
@@ -2105,15 +2109,17 @@ export declare const arbitrationPolicyUmaAbi: readonly [{
|
|
2105
2109
|
readonly stateMutability: "payable";
|
2106
2110
|
}];
|
2107
2111
|
/**
|
2108
|
-
|
2109
|
-
|
2112
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936)
|
2113
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936)
|
2114
|
+
*/
|
2110
2115
|
export declare const arbitrationPolicyUmaAddress: {
|
2111
2116
|
readonly 1315: "0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936";
|
2112
2117
|
readonly 1514: "0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936";
|
2113
2118
|
};
|
2114
2119
|
/**
|
2115
|
-
|
2116
|
-
|
2120
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936)
|
2121
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936)
|
2122
|
+
*/
|
2117
2123
|
export declare const arbitrationPolicyUmaConfig: {
|
2118
2124
|
readonly address: {
|
2119
2125
|
readonly 1315: "0xfFD98c3877B8789124f02C7E8239A4b0Ef11E936";
|
@@ -2858,8 +2864,9 @@ export declare const arbitrationPolicyUmaConfig: {
|
|
2858
2864
|
}];
|
2859
2865
|
};
|
2860
2866
|
/**
|
2861
|
-
|
2862
|
-
|
2867
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16)
|
2868
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16)
|
2869
|
+
*/
|
2863
2870
|
export declare const coreMetadataModuleAbi: readonly [{
|
2864
2871
|
readonly type: "constructor";
|
2865
2872
|
readonly inputs: readonly [{
|
@@ -3242,15 +3249,17 @@ export declare const coreMetadataModuleAbi: readonly [{
|
|
3242
3249
|
readonly stateMutability: "payable";
|
3243
3250
|
}];
|
3244
3251
|
/**
|
3245
|
-
|
3246
|
-
|
3252
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16)
|
3253
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16)
|
3254
|
+
*/
|
3247
3255
|
export declare const coreMetadataModuleAddress: {
|
3248
3256
|
readonly 1315: "0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16";
|
3249
3257
|
readonly 1514: "0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16";
|
3250
3258
|
};
|
3251
3259
|
/**
|
3252
|
-
|
3253
|
-
|
3260
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16)
|
3261
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16)
|
3262
|
+
*/
|
3254
3263
|
export declare const coreMetadataModuleConfig: {
|
3255
3264
|
readonly address: {
|
3256
3265
|
readonly 1315: "0x6E81a25C99C6e8430aeC7353325EB138aFE5DC16";
|
@@ -3639,8 +3648,9 @@ export declare const coreMetadataModuleConfig: {
|
|
3639
3648
|
}];
|
3640
3649
|
};
|
3641
3650
|
/**
|
3642
|
-
|
3643
|
-
|
3651
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9e2d496f72C547C2C535B167e06ED8729B374a4f)
|
3652
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9e2d496f72C547C2C535B167e06ED8729B374a4f)
|
3653
|
+
*/
|
3644
3654
|
export declare const derivativeWorkflowsAbi: readonly [{
|
3645
3655
|
readonly type: "constructor";
|
3646
3656
|
readonly inputs: readonly [{
|
@@ -4327,15 +4337,17 @@ export declare const derivativeWorkflowsAbi: readonly [{
|
|
4327
4337
|
readonly stateMutability: "payable";
|
4328
4338
|
}];
|
4329
4339
|
/**
|
4330
|
-
|
4331
|
-
|
4340
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9e2d496f72C547C2C535B167e06ED8729B374a4f)
|
4341
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9e2d496f72C547C2C535B167e06ED8729B374a4f)
|
4342
|
+
*/
|
4332
4343
|
export declare const derivativeWorkflowsAddress: {
|
4333
4344
|
readonly 1315: "0x9e2d496f72C547C2C535B167e06ED8729B374a4f";
|
4334
4345
|
readonly 1514: "0x9e2d496f72C547C2C535B167e06ED8729B374a4f";
|
4335
4346
|
};
|
4336
4347
|
/**
|
4337
|
-
|
4338
|
-
|
4348
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9e2d496f72C547C2C535B167e06ED8729B374a4f)
|
4349
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9e2d496f72C547C2C535B167e06ED8729B374a4f)
|
4350
|
+
*/
|
4339
4351
|
export declare const derivativeWorkflowsConfig: {
|
4340
4352
|
readonly address: {
|
4341
4353
|
readonly 1315: "0x9e2d496f72C547C2C535B167e06ED8729B374a4f";
|
@@ -5028,8 +5040,9 @@ export declare const derivativeWorkflowsConfig: {
|
|
5028
5040
|
}];
|
5029
5041
|
};
|
5030
5042
|
/**
|
5031
|
-
|
5032
|
-
|
5043
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9b7A9c70AFF961C799110954fc06F3093aeb94C5)
|
5044
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9b7A9c70AFF961C799110954fc06F3093aeb94C5)
|
5045
|
+
*/
|
5033
5046
|
export declare const disputeModuleAbi: readonly [{
|
5034
5047
|
readonly type: "constructor";
|
5035
5048
|
readonly inputs: readonly [{
|
@@ -6055,15 +6068,17 @@ export declare const disputeModuleAbi: readonly [{
|
|
6055
6068
|
readonly stateMutability: "nonpayable";
|
6056
6069
|
}];
|
6057
6070
|
/**
|
6058
|
-
|
6059
|
-
|
6071
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9b7A9c70AFF961C799110954fc06F3093aeb94C5)
|
6072
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9b7A9c70AFF961C799110954fc06F3093aeb94C5)
|
6073
|
+
*/
|
6060
6074
|
export declare const disputeModuleAddress: {
|
6061
6075
|
readonly 1315: "0x9b7A9c70AFF961C799110954fc06F3093aeb94C5";
|
6062
6076
|
readonly 1514: "0x9b7A9c70AFF961C799110954fc06F3093aeb94C5";
|
6063
6077
|
};
|
6064
6078
|
/**
|
6065
|
-
|
6066
|
-
|
6079
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9b7A9c70AFF961C799110954fc06F3093aeb94C5)
|
6080
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9b7A9c70AFF961C799110954fc06F3093aeb94C5)
|
6081
|
+
*/
|
6067
6082
|
export declare const disputeModuleConfig: {
|
6068
6083
|
readonly address: {
|
6069
6084
|
readonly 1315: "0x9b7A9c70AFF961C799110954fc06F3093aeb94C5";
|
@@ -7095,8 +7110,9 @@ export declare const disputeModuleConfig: {
|
|
7095
7110
|
}];
|
7096
7111
|
};
|
7097
7112
|
/**
|
7098
|
-
|
7099
|
-
|
7113
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E)
|
7114
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E)
|
7115
|
+
*/
|
7100
7116
|
export declare const erc20Abi: readonly [{
|
7101
7117
|
readonly type: "constructor";
|
7102
7118
|
readonly inputs: readonly [];
|
@@ -7365,15 +7381,17 @@ export declare const erc20Abi: readonly [{
|
|
7365
7381
|
readonly stateMutability: "nonpayable";
|
7366
7382
|
}];
|
7367
7383
|
/**
|
7368
|
-
|
7369
|
-
|
7384
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E)
|
7385
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E)
|
7386
|
+
*/
|
7370
7387
|
export declare const erc20Address: {
|
7371
7388
|
readonly 1315: "0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E";
|
7372
7389
|
readonly 1514: "0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E";
|
7373
7390
|
};
|
7374
7391
|
/**
|
7375
|
-
|
7376
|
-
|
7392
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E)
|
7393
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E)
|
7394
|
+
*/
|
7377
7395
|
export declare const erc20Config: {
|
7378
7396
|
readonly address: {
|
7379
7397
|
readonly 1315: "0xF2104833d386a2734a4eB3B8ad6FC6812F29E38E";
|
@@ -7648,8 +7666,9 @@ export declare const erc20Config: {
|
|
7648
7666
|
}];
|
7649
7667
|
};
|
7650
7668
|
/**
|
7651
|
-
|
7652
|
-
|
7669
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89)
|
7670
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89)
|
7671
|
+
*/
|
7653
7672
|
export declare const evenSplitGroupPoolAbi: readonly [{
|
7654
7673
|
readonly type: "constructor";
|
7655
7674
|
readonly inputs: readonly [{
|
@@ -8230,15 +8249,17 @@ export declare const evenSplitGroupPoolAbi: readonly [{
|
|
8230
8249
|
readonly stateMutability: "payable";
|
8231
8250
|
}];
|
8232
8251
|
/**
|
8233
|
-
|
8234
|
-
|
8252
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89)
|
8253
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89)
|
8254
|
+
*/
|
8235
8255
|
export declare const evenSplitGroupPoolAddress: {
|
8236
8256
|
readonly 1315: "0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89";
|
8237
8257
|
readonly 1514: "0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89";
|
8238
8258
|
};
|
8239
8259
|
/**
|
8240
|
-
|
8241
|
-
|
8260
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89)
|
8261
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89)
|
8262
|
+
*/
|
8242
8263
|
export declare const evenSplitGroupPoolConfig: {
|
8243
8264
|
readonly address: {
|
8244
8265
|
readonly 1315: "0xf96f2c30b41Cb6e0290de43C8528ae83d4f33F89";
|
@@ -8825,8 +8846,9 @@ export declare const evenSplitGroupPoolConfig: {
|
|
8825
8846
|
}];
|
8826
8847
|
};
|
8827
8848
|
/**
|
8828
|
-
|
8829
|
-
|
8849
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac)
|
8850
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac)
|
8851
|
+
*/
|
8830
8852
|
export declare const groupingModuleAbi: readonly [{
|
8831
8853
|
readonly type: "constructor";
|
8832
8854
|
readonly inputs: readonly [{
|
@@ -9634,15 +9656,17 @@ export declare const groupingModuleAbi: readonly [{
|
|
9634
9656
|
readonly stateMutability: "nonpayable";
|
9635
9657
|
}];
|
9636
9658
|
/**
|
9637
|
-
|
9638
|
-
|
9659
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac)
|
9660
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac)
|
9661
|
+
*/
|
9639
9662
|
export declare const groupingModuleAddress: {
|
9640
9663
|
readonly 1315: "0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac";
|
9641
9664
|
readonly 1514: "0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac";
|
9642
9665
|
};
|
9643
9666
|
/**
|
9644
|
-
|
9645
|
-
|
9667
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac)
|
9668
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac)
|
9669
|
+
*/
|
9646
9670
|
export declare const groupingModuleConfig: {
|
9647
9671
|
readonly address: {
|
9648
9672
|
readonly 1315: "0x69D3a7aa9edb72Bc226E745A7cCdd50D947b69Ac";
|
@@ -10456,8 +10480,9 @@ export declare const groupingModuleConfig: {
|
|
10456
10480
|
}];
|
10457
10481
|
};
|
10458
10482
|
/**
|
10459
|
-
|
10460
|
-
|
10483
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd)
|
10484
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd)
|
10485
|
+
*/
|
10461
10486
|
export declare const groupingWorkflowsAbi: readonly [{
|
10462
10487
|
readonly type: "constructor";
|
10463
10488
|
readonly inputs: readonly [{
|
@@ -11245,15 +11270,17 @@ export declare const groupingWorkflowsAbi: readonly [{
|
|
11245
11270
|
readonly stateMutability: "payable";
|
11246
11271
|
}];
|
11247
11272
|
/**
|
11248
|
-
|
11249
|
-
|
11273
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd)
|
11274
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd)
|
11275
|
+
*/
|
11250
11276
|
export declare const groupingWorkflowsAddress: {
|
11251
11277
|
readonly 1315: "0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd";
|
11252
11278
|
readonly 1514: "0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd";
|
11253
11279
|
};
|
11254
11280
|
/**
|
11255
|
-
|
11256
|
-
|
11281
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd)
|
11282
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd)
|
11283
|
+
*/
|
11257
11284
|
export declare const groupingWorkflowsConfig: {
|
11258
11285
|
readonly address: {
|
11259
11286
|
readonly 1315: "0xD7c0beb3aa4DCD4723465f1ecAd045676c24CDCd";
|
@@ -12047,8 +12074,9 @@ export declare const groupingWorkflowsConfig: {
|
|
12047
12074
|
}];
|
12048
12075
|
};
|
12049
12076
|
/**
|
12050
|
-
|
12051
|
-
|
12077
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x7343646585443F1c3F64E4F08b708788527e1C77)
|
12078
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x7343646585443F1c3F64E4F08b708788527e1C77)
|
12079
|
+
*/
|
12052
12080
|
export declare const ipAccountImplAbi: readonly [{
|
12053
12081
|
readonly type: "constructor";
|
12054
12082
|
readonly inputs: readonly [{
|
@@ -12741,15 +12769,17 @@ export declare const ipAccountImplAbi: readonly [{
|
|
12741
12769
|
readonly stateMutability: "payable";
|
12742
12770
|
}];
|
12743
12771
|
/**
|
12744
|
-
|
12745
|
-
|
12772
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x7343646585443F1c3F64E4F08b708788527e1C77)
|
12773
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x7343646585443F1c3F64E4F08b708788527e1C77)
|
12774
|
+
*/
|
12746
12775
|
export declare const ipAccountImplAddress: {
|
12747
12776
|
readonly 1315: "0x7343646585443F1c3F64E4F08b708788527e1C77";
|
12748
12777
|
readonly 1514: "0x7343646585443F1c3F64E4F08b708788527e1C77";
|
12749
12778
|
};
|
12750
12779
|
/**
|
12751
|
-
|
12752
|
-
|
12780
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x7343646585443F1c3F64E4F08b708788527e1C77)
|
12781
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x7343646585443F1c3F64E4F08b708788527e1C77)
|
12782
|
+
*/
|
12753
12783
|
export declare const ipAccountImplConfig: {
|
12754
12784
|
readonly address: {
|
12755
12785
|
readonly 1315: "0x7343646585443F1c3F64E4F08b708788527e1C77";
|
@@ -13448,8 +13478,9 @@ export declare const ipAccountImplConfig: {
|
|
13448
13478
|
}];
|
13449
13479
|
};
|
13450
13480
|
/**
|
13451
|
-
|
13452
|
-
|
13481
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x77319B4031e6eF1250907aa00018B8B1c67a244b)
|
13482
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x77319B4031e6eF1250907aa00018B8B1c67a244b)
|
13483
|
+
*/
|
13453
13484
|
export declare const ipAssetRegistryAbi: readonly [{
|
13454
13485
|
readonly type: "constructor";
|
13455
13486
|
readonly inputs: readonly [{
|
@@ -14341,15 +14372,17 @@ export declare const ipAssetRegistryAbi: readonly [{
|
|
14341
14372
|
readonly stateMutability: "nonpayable";
|
14342
14373
|
}];
|
14343
14374
|
/**
|
14344
|
-
|
14345
|
-
|
14375
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x77319B4031e6eF1250907aa00018B8B1c67a244b)
|
14376
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x77319B4031e6eF1250907aa00018B8B1c67a244b)
|
14377
|
+
*/
|
14346
14378
|
export declare const ipAssetRegistryAddress: {
|
14347
14379
|
readonly 1315: "0x77319B4031e6eF1250907aa00018B8B1c67a244b";
|
14348
14380
|
readonly 1514: "0x77319B4031e6eF1250907aa00018B8B1c67a244b";
|
14349
14381
|
};
|
14350
14382
|
/**
|
14351
|
-
|
14352
|
-
|
14383
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x77319B4031e6eF1250907aa00018B8B1c67a244b)
|
14384
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x77319B4031e6eF1250907aa00018B8B1c67a244b)
|
14385
|
+
*/
|
14353
14386
|
export declare const ipAssetRegistryConfig: {
|
14354
14387
|
readonly address: {
|
14355
14388
|
readonly 1315: "0x77319B4031e6eF1250907aa00018B8B1c67a244b";
|
@@ -15247,8 +15280,9 @@ export declare const ipAssetRegistryConfig: {
|
|
15247
15280
|
}];
|
15248
15281
|
};
|
15249
15282
|
/**
|
15250
|
-
|
15251
|
-
|
15283
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x73e2D097F71e5103824abB6562362106A8955AEc)
|
15284
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x63cC7611316880213f3A4Ba9bD72b0EaA2010298)
|
15285
|
+
*/
|
15252
15286
|
export declare const ipRoyaltyVaultImplAbi: readonly [{
|
15253
15287
|
readonly type: "constructor";
|
15254
15288
|
readonly inputs: readonly [{
|
@@ -15886,15 +15920,17 @@ export declare const ipRoyaltyVaultImplAbi: readonly [{
|
|
15886
15920
|
readonly stateMutability: "view";
|
15887
15921
|
}];
|
15888
15922
|
/**
|
15889
|
-
|
15890
|
-
|
15923
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x73e2D097F71e5103824abB6562362106A8955AEc)
|
15924
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x63cC7611316880213f3A4Ba9bD72b0EaA2010298)
|
15925
|
+
*/
|
15891
15926
|
export declare const ipRoyaltyVaultImplAddress: {
|
15892
15927
|
readonly 1315: "0x73e2D097F71e5103824abB6562362106A8955AEc";
|
15893
15928
|
readonly 1514: "0x63cC7611316880213f3A4Ba9bD72b0EaA2010298";
|
15894
15929
|
};
|
15895
15930
|
/**
|
15896
|
-
|
15897
|
-
|
15931
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x73e2D097F71e5103824abB6562362106A8955AEc)
|
15932
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x63cC7611316880213f3A4Ba9bD72b0EaA2010298)
|
15933
|
+
*/
|
15898
15934
|
export declare const ipRoyaltyVaultImplConfig: {
|
15899
15935
|
readonly address: {
|
15900
15936
|
readonly 1315: "0x73e2D097F71e5103824abB6562362106A8955AEc";
|
@@ -16538,8 +16574,9 @@ export declare const ipRoyaltyVaultImplConfig: {
|
|
16538
16574
|
}];
|
16539
16575
|
};
|
16540
16576
|
/**
|
16541
|
-
|
16542
|
-
|
16577
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8)
|
16578
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8)
|
16579
|
+
*/
|
16543
16580
|
export declare const licenseAttachmentWorkflowsAbi: readonly [{
|
16544
16581
|
readonly type: "constructor";
|
16545
16582
|
readonly inputs: readonly [{
|
@@ -17464,15 +17501,17 @@ export declare const licenseAttachmentWorkflowsAbi: readonly [{
|
|
17464
17501
|
readonly stateMutability: "payable";
|
17465
17502
|
}];
|
17466
17503
|
/**
|
17467
|
-
|
17468
|
-
|
17504
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8)
|
17505
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8)
|
17506
|
+
*/
|
17469
17507
|
export declare const licenseAttachmentWorkflowsAddress: {
|
17470
17508
|
readonly 1315: "0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8";
|
17471
17509
|
readonly 1514: "0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8";
|
17472
17510
|
};
|
17473
17511
|
/**
|
17474
|
-
|
17475
|
-
|
17512
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8)
|
17513
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8)
|
17514
|
+
*/
|
17476
17515
|
export declare const licenseAttachmentWorkflowsConfig: {
|
17477
17516
|
readonly address: {
|
17478
17517
|
readonly 1315: "0xcC2E862bCee5B6036Db0de6E06Ae87e524a79fd8";
|
@@ -18403,8 +18442,9 @@ export declare const licenseAttachmentWorkflowsConfig: {
|
|
18403
18442
|
}];
|
18404
18443
|
};
|
18405
18444
|
/**
|
18406
|
-
|
18407
|
-
|
18445
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x529a750E02d8E2f15649c13D69a465286a780e24)
|
18446
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x529a750E02d8E2f15649c13D69a465286a780e24)
|
18447
|
+
*/
|
18408
18448
|
export declare const licenseRegistryAbi: readonly [{
|
18409
18449
|
readonly type: "constructor";
|
18410
18450
|
readonly inputs: readonly [{
|
@@ -19889,15 +19929,17 @@ export declare const licenseRegistryAbi: readonly [{
|
|
19889
19929
|
readonly stateMutability: "view";
|
19890
19930
|
}];
|
19891
19931
|
/**
|
19892
|
-
|
19893
|
-
|
19932
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x529a750E02d8E2f15649c13D69a465286a780e24)
|
19933
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x529a750E02d8E2f15649c13D69a465286a780e24)
|
19934
|
+
*/
|
19894
19935
|
export declare const licenseRegistryAddress: {
|
19895
19936
|
readonly 1315: "0x529a750E02d8E2f15649c13D69a465286a780e24";
|
19896
19937
|
readonly 1514: "0x529a750E02d8E2f15649c13D69a465286a780e24";
|
19897
19938
|
};
|
19898
19939
|
/**
|
19899
|
-
|
19900
|
-
|
19940
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x529a750E02d8E2f15649c13D69a465286a780e24)
|
19941
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x529a750E02d8E2f15649c13D69a465286a780e24)
|
19942
|
+
*/
|
19901
19943
|
export declare const licenseRegistryConfig: {
|
19902
19944
|
readonly address: {
|
19903
19945
|
readonly 1315: "0x529a750E02d8E2f15649c13D69a465286a780e24";
|
@@ -21388,8 +21430,9 @@ export declare const licenseRegistryConfig: {
|
|
21388
21430
|
}];
|
21389
21431
|
};
|
21390
21432
|
/**
|
21391
|
-
|
21392
|
-
|
21433
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC)
|
21434
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC)
|
21435
|
+
*/
|
21393
21436
|
export declare const licenseTokenAbi: readonly [{
|
21394
21437
|
readonly type: "constructor";
|
21395
21438
|
readonly inputs: readonly [{
|
@@ -22378,15 +22421,17 @@ export declare const licenseTokenAbi: readonly [{
|
|
22378
22421
|
readonly stateMutability: "view";
|
22379
22422
|
}];
|
22380
22423
|
/**
|
22381
|
-
|
22382
|
-
|
22424
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC)
|
22425
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC)
|
22426
|
+
*/
|
22383
22427
|
export declare const licenseTokenAddress: {
|
22384
22428
|
readonly 1315: "0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC";
|
22385
22429
|
readonly 1514: "0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC";
|
22386
22430
|
};
|
22387
22431
|
/**
|
22388
|
-
|
22389
|
-
|
22432
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC)
|
22433
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC)
|
22434
|
+
*/
|
22390
22435
|
export declare const licenseTokenConfig: {
|
22391
22436
|
readonly address: {
|
22392
22437
|
readonly 1315: "0xFe3838BFb30B34170F00030B52eA4893d8aAC6bC";
|
@@ -23381,8 +23426,9 @@ export declare const licenseTokenConfig: {
|
|
23381
23426
|
}];
|
23382
23427
|
};
|
23383
23428
|
/**
|
23384
|
-
|
23385
|
-
|
23429
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f)
|
23430
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f)
|
23431
|
+
*/
|
23386
23432
|
export declare const licensingModuleAbi: readonly [{
|
23387
23433
|
readonly type: "constructor";
|
23388
23434
|
readonly inputs: readonly [{
|
@@ -24432,15 +24478,17 @@ export declare const licensingModuleAbi: readonly [{
|
|
24432
24478
|
readonly stateMutability: "payable";
|
24433
24479
|
}];
|
24434
24480
|
/**
|
24435
|
-
|
24436
|
-
|
24481
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f)
|
24482
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f)
|
24483
|
+
*/
|
24437
24484
|
export declare const licensingModuleAddress: {
|
24438
24485
|
readonly 1315: "0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f";
|
24439
24486
|
readonly 1514: "0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f";
|
24440
24487
|
};
|
24441
24488
|
/**
|
24442
|
-
|
24443
|
-
|
24489
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f)
|
24490
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f)
|
24491
|
+
*/
|
24444
24492
|
export declare const licensingModuleConfig: {
|
24445
24493
|
readonly address: {
|
24446
24494
|
readonly 1315: "0x04fbd8a2e56dd85CFD5500A4A4DfA955B9f1dE6f";
|
@@ -25496,8 +25544,9 @@ export declare const licensingModuleConfig: {
|
|
25496
25544
|
}];
|
25497
25545
|
};
|
25498
25546
|
/**
|
25499
|
-
|
25500
|
-
|
25547
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5)
|
25548
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5)
|
25549
|
+
*/
|
25501
25550
|
export declare const moduleRegistryAbi: readonly [{
|
25502
25551
|
readonly type: "constructor";
|
25503
25552
|
readonly inputs: readonly [];
|
@@ -25894,15 +25943,17 @@ export declare const moduleRegistryAbi: readonly [{
|
|
25894
25943
|
readonly stateMutability: "payable";
|
25895
25944
|
}];
|
25896
25945
|
/**
|
25897
|
-
|
25898
|
-
|
25946
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5)
|
25947
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5)
|
25948
|
+
*/
|
25899
25949
|
export declare const moduleRegistryAddress: {
|
25900
25950
|
readonly 1315: "0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5";
|
25901
25951
|
readonly 1514: "0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5";
|
25902
25952
|
};
|
25903
25953
|
/**
|
25904
|
-
|
25905
|
-
|
25954
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5)
|
25955
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5)
|
25956
|
+
*/
|
25906
25957
|
export declare const moduleRegistryConfig: {
|
25907
25958
|
readonly address: {
|
25908
25959
|
readonly 1315: "0x022DBAAeA5D8fB31a0Ad793335e39Ced5D631fa5";
|
@@ -26305,8 +26356,9 @@ export declare const moduleRegistryConfig: {
|
|
26305
26356
|
}];
|
26306
26357
|
};
|
26307
26358
|
/**
|
26308
|
-
|
26309
|
-
|
26359
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xca11bde05977b3631167028862be2a173976ca11)
|
26360
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xca11bde05977b3631167028862be2a173976ca11)
|
26361
|
+
*/
|
26310
26362
|
export declare const multicall3Abi: readonly [{
|
26311
26363
|
readonly type: "function";
|
26312
26364
|
readonly inputs: readonly [{
|
@@ -26640,15 +26692,17 @@ export declare const multicall3Abi: readonly [{
|
|
26640
26692
|
readonly stateMutability: "payable";
|
26641
26693
|
}];
|
26642
26694
|
/**
|
26643
|
-
|
26644
|
-
|
26695
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xca11bde05977b3631167028862be2a173976ca11)
|
26696
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xca11bde05977b3631167028862be2a173976ca11)
|
26697
|
+
*/
|
26645
26698
|
export declare const multicall3Address: {
|
26646
26699
|
readonly 1315: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
26647
26700
|
readonly 1514: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
26648
26701
|
};
|
26649
26702
|
/**
|
26650
|
-
|
26651
|
-
|
26703
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xca11bde05977b3631167028862be2a173976ca11)
|
26704
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xca11bde05977b3631167028862be2a173976ca11)
|
26705
|
+
*/
|
26652
26706
|
export declare const multicall3Config: {
|
26653
26707
|
readonly address: {
|
26654
26708
|
readonly 1315: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
@@ -26988,8 +27042,9 @@ export declare const multicall3Config: {
|
|
26988
27042
|
}];
|
26989
27043
|
};
|
26990
27044
|
/**
|
26991
|
-
|
26992
|
-
|
27045
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316)
|
27046
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316)
|
27047
|
+
*/
|
26993
27048
|
export declare const piLicenseTemplateAbi: readonly [{
|
26994
27049
|
readonly type: "constructor";
|
26995
27050
|
readonly inputs: readonly [{
|
@@ -28002,15 +28057,17 @@ export declare const piLicenseTemplateAbi: readonly [{
|
|
28002
28057
|
readonly stateMutability: "nonpayable";
|
28003
28058
|
}];
|
28004
28059
|
/**
|
28005
|
-
|
28006
|
-
|
28060
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316)
|
28061
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316)
|
28062
|
+
*/
|
28007
28063
|
export declare const piLicenseTemplateAddress: {
|
28008
28064
|
readonly 1315: "0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316";
|
28009
28065
|
readonly 1514: "0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316";
|
28010
28066
|
};
|
28011
28067
|
/**
|
28012
|
-
|
28013
|
-
|
28068
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316)
|
28069
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316)
|
28070
|
+
*/
|
28014
28071
|
export declare const piLicenseTemplateConfig: {
|
28015
28072
|
readonly address: {
|
28016
28073
|
readonly 1315: "0x2E896b0b2Fdb7457499B56AAaA4AE55BCB4Cd316";
|
@@ -29029,8 +29086,9 @@ export declare const piLicenseTemplateConfig: {
|
|
29029
29086
|
}];
|
29030
29087
|
};
|
29031
29088
|
/**
|
29032
|
-
|
29033
|
-
|
29089
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424)
|
29090
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424)
|
29091
|
+
*/
|
29034
29092
|
export declare const registrationWorkflowsAbi: readonly [{
|
29035
29093
|
readonly type: "constructor";
|
29036
29094
|
readonly inputs: readonly [{
|
@@ -29549,15 +29607,17 @@ export declare const registrationWorkflowsAbi: readonly [{
|
|
29549
29607
|
readonly stateMutability: "payable";
|
29550
29608
|
}];
|
29551
29609
|
/**
|
29552
|
-
|
29553
|
-
|
29610
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424)
|
29611
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424)
|
29612
|
+
*/
|
29554
29613
|
export declare const registrationWorkflowsAddress: {
|
29555
29614
|
readonly 1315: "0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424";
|
29556
29615
|
readonly 1514: "0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424";
|
29557
29616
|
};
|
29558
29617
|
/**
|
29559
|
-
|
29560
|
-
|
29618
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424)
|
29619
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424)
|
29620
|
+
*/
|
29561
29621
|
export declare const registrationWorkflowsConfig: {
|
29562
29622
|
readonly address: {
|
29563
29623
|
readonly 1315: "0xbe39E1C756e921BD25DF86e7AAa31106d1eb0424";
|
@@ -30082,8 +30142,9 @@ export declare const registrationWorkflowsConfig: {
|
|
30082
30142
|
}];
|
30083
30143
|
};
|
30084
30144
|
/**
|
30085
|
-
|
30086
|
-
|
30145
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086)
|
30146
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086)
|
30147
|
+
*/
|
30087
30148
|
export declare const royaltyModuleAbi: readonly [{
|
30088
30149
|
readonly type: "constructor";
|
30089
30150
|
readonly inputs: readonly [{
|
@@ -31199,15 +31260,17 @@ export declare const royaltyModuleAbi: readonly [{
|
|
31199
31260
|
readonly stateMutability: "nonpayable";
|
31200
31261
|
}];
|
31201
31262
|
/**
|
31202
|
-
|
31203
|
-
|
31263
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086)
|
31264
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086)
|
31265
|
+
*/
|
31204
31266
|
export declare const royaltyModuleAddress: {
|
31205
31267
|
readonly 1315: "0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086";
|
31206
31268
|
readonly 1514: "0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086";
|
31207
31269
|
};
|
31208
31270
|
/**
|
31209
|
-
|
31210
|
-
|
31271
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086)
|
31272
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086)
|
31273
|
+
*/
|
31211
31274
|
export declare const royaltyModuleConfig: {
|
31212
31275
|
readonly address: {
|
31213
31276
|
readonly 1315: "0xD2f60c40fEbccf6311f8B47c4f2Ec6b040400086";
|
@@ -32329,8 +32392,9 @@ export declare const royaltyModuleConfig: {
|
|
32329
32392
|
}];
|
32330
32393
|
};
|
32331
32394
|
/**
|
32332
|
-
|
32333
|
-
|
32395
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E)
|
32396
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E)
|
32397
|
+
*/
|
32334
32398
|
export declare const royaltyPolicyLapAbi: readonly [{
|
32335
32399
|
readonly type: "constructor";
|
32336
32400
|
readonly inputs: readonly [{
|
@@ -32832,15 +32896,17 @@ export declare const royaltyPolicyLapAbi: readonly [{
|
|
32832
32896
|
readonly stateMutability: "payable";
|
32833
32897
|
}];
|
32834
32898
|
/**
|
32835
|
-
|
32836
|
-
|
32899
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E)
|
32900
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E)
|
32901
|
+
*/
|
32837
32902
|
export declare const royaltyPolicyLapAddress: {
|
32838
32903
|
readonly 1315: "0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E";
|
32839
32904
|
readonly 1514: "0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E";
|
32840
32905
|
};
|
32841
32906
|
/**
|
32842
|
-
|
32843
|
-
|
32907
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E)
|
32908
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E)
|
32909
|
+
*/
|
32844
32910
|
export declare const royaltyPolicyLapConfig: {
|
32845
32911
|
readonly address: {
|
32846
32912
|
readonly 1315: "0xBe54FB168b3c982b7AaE60dB6CF75Bd8447b390E";
|
@@ -33348,8 +33414,9 @@ export declare const royaltyPolicyLapConfig: {
|
|
33348
33414
|
}];
|
33349
33415
|
};
|
33350
33416
|
/**
|
33351
|
-
|
33352
|
-
|
33417
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9156e603C949481883B1d3355c6f1132D191fC41)
|
33418
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9156e603C949481883B1d3355c6f1132D191fC41)
|
33419
|
+
*/
|
33353
33420
|
export declare const royaltyPolicyLrpAbi: readonly [{
|
33354
33421
|
readonly type: "constructor";
|
33355
33422
|
readonly inputs: readonly [{
|
@@ -33869,15 +33936,17 @@ export declare const royaltyPolicyLrpAbi: readonly [{
|
|
33869
33936
|
readonly stateMutability: "payable";
|
33870
33937
|
}];
|
33871
33938
|
/**
|
33872
|
-
|
33873
|
-
|
33939
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9156e603C949481883B1d3355c6f1132D191fC41)
|
33940
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9156e603C949481883B1d3355c6f1132D191fC41)
|
33941
|
+
*/
|
33874
33942
|
export declare const royaltyPolicyLrpAddress: {
|
33875
33943
|
readonly 1315: "0x9156e603C949481883B1d3355c6f1132D191fC41";
|
33876
33944
|
readonly 1514: "0x9156e603C949481883B1d3355c6f1132D191fC41";
|
33877
33945
|
};
|
33878
33946
|
/**
|
33879
|
-
|
33880
|
-
|
33947
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9156e603C949481883B1d3355c6f1132D191fC41)
|
33948
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9156e603C949481883B1d3355c6f1132D191fC41)
|
33949
|
+
*/
|
33881
33950
|
export declare const royaltyPolicyLrpConfig: {
|
33882
33951
|
readonly address: {
|
33883
33952
|
readonly 1315: "0x9156e603C949481883B1d3355c6f1132D191fC41";
|
@@ -34403,8 +34472,9 @@ export declare const royaltyPolicyLrpConfig: {
|
|
34403
34472
|
}];
|
34404
34473
|
};
|
34405
34474
|
/**
|
34406
|
-
|
34407
|
-
|
34475
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xa38f42B8d33809917f23997B8423054aAB97322C)
|
34476
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xa38f42B8d33809917f23997B8423054aAB97322C)
|
34477
|
+
*/
|
34408
34478
|
export declare const royaltyTokenDistributionWorkflowsAbi: readonly [{
|
34409
34479
|
readonly type: "constructor";
|
34410
34480
|
readonly inputs: readonly [{
|
@@ -35393,15 +35463,17 @@ export declare const royaltyTokenDistributionWorkflowsAbi: readonly [{
|
|
35393
35463
|
readonly stateMutability: "payable";
|
35394
35464
|
}];
|
35395
35465
|
/**
|
35396
|
-
|
35397
|
-
|
35466
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xa38f42B8d33809917f23997B8423054aAB97322C)
|
35467
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xa38f42B8d33809917f23997B8423054aAB97322C)
|
35468
|
+
*/
|
35398
35469
|
export declare const royaltyTokenDistributionWorkflowsAddress: {
|
35399
35470
|
readonly 1315: "0xa38f42B8d33809917f23997B8423054aAB97322C";
|
35400
35471
|
readonly 1514: "0xa38f42B8d33809917f23997B8423054aAB97322C";
|
35401
35472
|
};
|
35402
35473
|
/**
|
35403
|
-
|
35404
|
-
|
35474
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xa38f42B8d33809917f23997B8423054aAB97322C)
|
35475
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xa38f42B8d33809917f23997B8423054aAB97322C)
|
35476
|
+
*/
|
35405
35477
|
export declare const royaltyTokenDistributionWorkflowsConfig: {
|
35406
35478
|
readonly address: {
|
35407
35479
|
readonly 1315: "0xa38f42B8d33809917f23997B8423054aAB97322C";
|
@@ -36396,8 +36468,9 @@ export declare const royaltyTokenDistributionWorkflowsConfig: {
|
|
36396
36468
|
}];
|
36397
36469
|
};
|
36398
36470
|
/**
|
36399
|
-
|
36400
|
-
|
36471
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890)
|
36472
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890)
|
36473
|
+
*/
|
36401
36474
|
export declare const royaltyWorkflowsAbi: readonly [{
|
36402
36475
|
readonly type: "constructor";
|
36403
36476
|
readonly inputs: readonly [{
|
@@ -36642,15 +36715,17 @@ export declare const royaltyWorkflowsAbi: readonly [{
|
|
36642
36715
|
readonly stateMutability: "payable";
|
36643
36716
|
}];
|
36644
36717
|
/**
|
36645
|
-
|
36646
|
-
|
36718
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890)
|
36719
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890)
|
36720
|
+
*/
|
36647
36721
|
export declare const royaltyWorkflowsAddress: {
|
36648
36722
|
readonly 1315: "0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890";
|
36649
36723
|
readonly 1514: "0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890";
|
36650
36724
|
};
|
36651
36725
|
/**
|
36652
|
-
|
36653
|
-
|
36726
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890)
|
36727
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890)
|
36728
|
+
*/
|
36654
36729
|
export declare const royaltyWorkflowsConfig: {
|
36655
36730
|
readonly address: {
|
36656
36731
|
readonly 1315: "0x9515faE61E0c0447C6AC6dEe5628A2097aFE1890";
|
@@ -36901,8 +36976,9 @@ export declare const royaltyWorkflowsConfig: {
|
|
36901
36976
|
}];
|
36902
36977
|
};
|
36903
36978
|
/**
|
36904
|
-
|
36905
|
-
|
36979
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218)
|
36980
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218)
|
36981
|
+
*/
|
36906
36982
|
export declare const spgnftBeaconAbi: readonly [{
|
36907
36983
|
readonly type: "constructor";
|
36908
36984
|
readonly inputs: readonly [{
|
@@ -37012,15 +37088,17 @@ export declare const spgnftBeaconAbi: readonly [{
|
|
37012
37088
|
readonly stateMutability: "nonpayable";
|
37013
37089
|
}];
|
37014
37090
|
/**
|
37015
|
-
|
37016
|
-
|
37091
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218)
|
37092
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218)
|
37093
|
+
*/
|
37017
37094
|
export declare const spgnftBeaconAddress: {
|
37018
37095
|
readonly 1315: "0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218";
|
37019
37096
|
readonly 1514: "0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218";
|
37020
37097
|
};
|
37021
37098
|
/**
|
37022
|
-
|
37023
|
-
|
37099
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218)
|
37100
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218)
|
37101
|
+
*/
|
37024
37102
|
export declare const spgnftBeaconConfig: {
|
37025
37103
|
readonly address: {
|
37026
37104
|
readonly 1315: "0xD2926B9ecaE85fF59B6FB0ff02f568a680c01218";
|
@@ -37136,8 +37214,9 @@ export declare const spgnftBeaconConfig: {
|
|
37136
37214
|
}];
|
37137
37215
|
};
|
37138
37216
|
/**
|
37139
|
-
|
37140
|
-
|
37217
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x5266215a00c31AaA2f2BB7b951Ea0028Ea8b4e37)
|
37218
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x6Cfa03Bc64B1a76206d0Ea10baDed31D520449F5)
|
37219
|
+
*/
|
37141
37220
|
export declare const spgnftImplAbi: readonly [{
|
37142
37221
|
readonly type: "constructor";
|
37143
37222
|
readonly inputs: readonly [{
|
@@ -38119,15 +38198,17 @@ export declare const spgnftImplAbi: readonly [{
|
|
38119
38198
|
readonly stateMutability: "nonpayable";
|
38120
38199
|
}];
|
38121
38200
|
/**
|
38122
|
-
|
38123
|
-
|
38201
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x5266215a00c31AaA2f2BB7b951Ea0028Ea8b4e37)
|
38202
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x6Cfa03Bc64B1a76206d0Ea10baDed31D520449F5)
|
38203
|
+
*/
|
38124
38204
|
export declare const spgnftImplAddress: {
|
38125
38205
|
readonly 1315: "0x5266215a00c31AaA2f2BB7b951Ea0028Ea8b4e37";
|
38126
38206
|
readonly 1514: "0x6Cfa03Bc64B1a76206d0Ea10baDed31D520449F5";
|
38127
38207
|
};
|
38128
38208
|
/**
|
38129
|
-
|
38130
|
-
|
38209
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x5266215a00c31AaA2f2BB7b951Ea0028Ea8b4e37)
|
38210
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x6Cfa03Bc64B1a76206d0Ea10baDed31D520449F5)
|
38211
|
+
*/
|
38131
38212
|
export declare const spgnftImplConfig: {
|
38132
38213
|
readonly address: {
|
38133
38214
|
readonly 1315: "0x5266215a00c31AaA2f2BB7b951Ea0028Ea8b4e37";
|
@@ -39115,8 +39196,683 @@ export declare const spgnftImplConfig: {
|
|
39115
39196
|
}];
|
39116
39197
|
};
|
39117
39198
|
/**
|
39118
|
-
|
39119
|
-
|
39199
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xaBAD364Bfa41230272b08f171E0Ca939bD600478)
|
39200
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xB72C9812114a0Fc74D49e01385bd266A75960Cda)
|
39201
|
+
*/
|
39202
|
+
export declare const totalLicenseTokenLimitHookAbi: readonly [{
|
39203
|
+
readonly type: "constructor";
|
39204
|
+
readonly inputs: readonly [{
|
39205
|
+
readonly name: "licenseRegistry";
|
39206
|
+
readonly internalType: "address";
|
39207
|
+
readonly type: "address";
|
39208
|
+
}, {
|
39209
|
+
readonly name: "licenseToken";
|
39210
|
+
readonly internalType: "address";
|
39211
|
+
readonly type: "address";
|
39212
|
+
}, {
|
39213
|
+
readonly name: "accessController";
|
39214
|
+
readonly internalType: "address";
|
39215
|
+
readonly type: "address";
|
39216
|
+
}, {
|
39217
|
+
readonly name: "ipAssetRegistry";
|
39218
|
+
readonly internalType: "address";
|
39219
|
+
readonly type: "address";
|
39220
|
+
}];
|
39221
|
+
readonly stateMutability: "nonpayable";
|
39222
|
+
}, {
|
39223
|
+
readonly type: "error";
|
39224
|
+
readonly inputs: readonly [{
|
39225
|
+
readonly name: "ipAccount";
|
39226
|
+
readonly internalType: "address";
|
39227
|
+
readonly type: "address";
|
39228
|
+
}];
|
39229
|
+
readonly name: "AccessControlled__NotIpAccount";
|
39230
|
+
}, {
|
39231
|
+
readonly type: "error";
|
39232
|
+
readonly inputs: readonly [];
|
39233
|
+
readonly name: "AccessControlled__ZeroAddress";
|
39234
|
+
}, {
|
39235
|
+
readonly type: "error";
|
39236
|
+
readonly inputs: readonly [{
|
39237
|
+
readonly name: "totalSupply";
|
39238
|
+
readonly internalType: "uint256";
|
39239
|
+
readonly type: "uint256";
|
39240
|
+
}, {
|
39241
|
+
readonly name: "limit";
|
39242
|
+
readonly internalType: "uint256";
|
39243
|
+
readonly type: "uint256";
|
39244
|
+
}];
|
39245
|
+
readonly name: "TotalLicenseTokenLimitHook_LimitLowerThanTotalSupply";
|
39246
|
+
}, {
|
39247
|
+
readonly type: "error";
|
39248
|
+
readonly inputs: readonly [{
|
39249
|
+
readonly name: "totalSupply";
|
39250
|
+
readonly internalType: "uint256";
|
39251
|
+
readonly type: "uint256";
|
39252
|
+
}, {
|
39253
|
+
readonly name: "amount";
|
39254
|
+
readonly internalType: "uint256";
|
39255
|
+
readonly type: "uint256";
|
39256
|
+
}, {
|
39257
|
+
readonly name: "limit";
|
39258
|
+
readonly internalType: "uint256";
|
39259
|
+
readonly type: "uint256";
|
39260
|
+
}];
|
39261
|
+
readonly name: "TotalLicenseTokenLimitHook_TotalLicenseTokenLimitExceeded";
|
39262
|
+
}, {
|
39263
|
+
readonly type: "error";
|
39264
|
+
readonly inputs: readonly [];
|
39265
|
+
readonly name: "TotalLicenseTokenLimitHook_ZeroLicenseRegistry";
|
39266
|
+
}, {
|
39267
|
+
readonly type: "error";
|
39268
|
+
readonly inputs: readonly [];
|
39269
|
+
readonly name: "TotalLicenseTokenLimitHook_ZeroLicenseToken";
|
39270
|
+
}, {
|
39271
|
+
readonly type: "event";
|
39272
|
+
readonly anonymous: false;
|
39273
|
+
readonly inputs: readonly [{
|
39274
|
+
readonly name: "licensorIpId";
|
39275
|
+
readonly internalType: "address";
|
39276
|
+
readonly type: "address";
|
39277
|
+
readonly indexed: true;
|
39278
|
+
}, {
|
39279
|
+
readonly name: "licenseTemplate";
|
39280
|
+
readonly internalType: "address";
|
39281
|
+
readonly type: "address";
|
39282
|
+
readonly indexed: true;
|
39283
|
+
}, {
|
39284
|
+
readonly name: "licenseTermsId";
|
39285
|
+
readonly internalType: "uint256";
|
39286
|
+
readonly type: "uint256";
|
39287
|
+
readonly indexed: true;
|
39288
|
+
}, {
|
39289
|
+
readonly name: "limit";
|
39290
|
+
readonly internalType: "uint256";
|
39291
|
+
readonly type: "uint256";
|
39292
|
+
readonly indexed: false;
|
39293
|
+
}];
|
39294
|
+
readonly name: "SetTotalLicenseTokenLimit";
|
39295
|
+
}, {
|
39296
|
+
readonly type: "function";
|
39297
|
+
readonly inputs: readonly [];
|
39298
|
+
readonly name: "ACCESS_CONTROLLER";
|
39299
|
+
readonly outputs: readonly [{
|
39300
|
+
readonly name: "";
|
39301
|
+
readonly internalType: "contract IAccessController";
|
39302
|
+
readonly type: "address";
|
39303
|
+
}];
|
39304
|
+
readonly stateMutability: "view";
|
39305
|
+
}, {
|
39306
|
+
readonly type: "function";
|
39307
|
+
readonly inputs: readonly [];
|
39308
|
+
readonly name: "IP_ASSET_REGISTRY";
|
39309
|
+
readonly outputs: readonly [{
|
39310
|
+
readonly name: "";
|
39311
|
+
readonly internalType: "contract IIPAssetRegistry";
|
39312
|
+
readonly type: "address";
|
39313
|
+
}];
|
39314
|
+
readonly stateMutability: "view";
|
39315
|
+
}, {
|
39316
|
+
readonly type: "function";
|
39317
|
+
readonly inputs: readonly [];
|
39318
|
+
readonly name: "LICENSE_REGISTRY";
|
39319
|
+
readonly outputs: readonly [{
|
39320
|
+
readonly name: "";
|
39321
|
+
readonly internalType: "contract ILicenseRegistry";
|
39322
|
+
readonly type: "address";
|
39323
|
+
}];
|
39324
|
+
readonly stateMutability: "view";
|
39325
|
+
}, {
|
39326
|
+
readonly type: "function";
|
39327
|
+
readonly inputs: readonly [];
|
39328
|
+
readonly name: "LICENSE_TOKEN";
|
39329
|
+
readonly outputs: readonly [{
|
39330
|
+
readonly name: "";
|
39331
|
+
readonly internalType: "contract ILicenseToken";
|
39332
|
+
readonly type: "address";
|
39333
|
+
}];
|
39334
|
+
readonly stateMutability: "view";
|
39335
|
+
}, {
|
39336
|
+
readonly type: "function";
|
39337
|
+
readonly inputs: readonly [{
|
39338
|
+
readonly name: "caller";
|
39339
|
+
readonly internalType: "address";
|
39340
|
+
readonly type: "address";
|
39341
|
+
}, {
|
39342
|
+
readonly name: "licensorIpId";
|
39343
|
+
readonly internalType: "address";
|
39344
|
+
readonly type: "address";
|
39345
|
+
}, {
|
39346
|
+
readonly name: "licenseTemplate";
|
39347
|
+
readonly internalType: "address";
|
39348
|
+
readonly type: "address";
|
39349
|
+
}, {
|
39350
|
+
readonly name: "licenseTermsId";
|
39351
|
+
readonly internalType: "uint256";
|
39352
|
+
readonly type: "uint256";
|
39353
|
+
}, {
|
39354
|
+
readonly name: "amount";
|
39355
|
+
readonly internalType: "uint256";
|
39356
|
+
readonly type: "uint256";
|
39357
|
+
}, {
|
39358
|
+
readonly name: "receiver";
|
39359
|
+
readonly internalType: "address";
|
39360
|
+
readonly type: "address";
|
39361
|
+
}, {
|
39362
|
+
readonly name: "hookData";
|
39363
|
+
readonly internalType: "bytes";
|
39364
|
+
readonly type: "bytes";
|
39365
|
+
}];
|
39366
|
+
readonly name: "beforeMintLicenseTokens";
|
39367
|
+
readonly outputs: readonly [{
|
39368
|
+
readonly name: "totalMintingFee";
|
39369
|
+
readonly internalType: "uint256";
|
39370
|
+
readonly type: "uint256";
|
39371
|
+
}];
|
39372
|
+
readonly stateMutability: "nonpayable";
|
39373
|
+
}, {
|
39374
|
+
readonly type: "function";
|
39375
|
+
readonly inputs: readonly [{
|
39376
|
+
readonly name: "caller";
|
39377
|
+
readonly internalType: "address";
|
39378
|
+
readonly type: "address";
|
39379
|
+
}, {
|
39380
|
+
readonly name: "childIpId";
|
39381
|
+
readonly internalType: "address";
|
39382
|
+
readonly type: "address";
|
39383
|
+
}, {
|
39384
|
+
readonly name: "parentIpId";
|
39385
|
+
readonly internalType: "address";
|
39386
|
+
readonly type: "address";
|
39387
|
+
}, {
|
39388
|
+
readonly name: "licenseTemplate";
|
39389
|
+
readonly internalType: "address";
|
39390
|
+
readonly type: "address";
|
39391
|
+
}, {
|
39392
|
+
readonly name: "licenseTermsId";
|
39393
|
+
readonly internalType: "uint256";
|
39394
|
+
readonly type: "uint256";
|
39395
|
+
}, {
|
39396
|
+
readonly name: "hookData";
|
39397
|
+
readonly internalType: "bytes";
|
39398
|
+
readonly type: "bytes";
|
39399
|
+
}];
|
39400
|
+
readonly name: "beforeRegisterDerivative";
|
39401
|
+
readonly outputs: readonly [{
|
39402
|
+
readonly name: "mintingFee";
|
39403
|
+
readonly internalType: "uint256";
|
39404
|
+
readonly type: "uint256";
|
39405
|
+
}];
|
39406
|
+
readonly stateMutability: "nonpayable";
|
39407
|
+
}, {
|
39408
|
+
readonly type: "function";
|
39409
|
+
readonly inputs: readonly [{
|
39410
|
+
readonly name: "caller";
|
39411
|
+
readonly internalType: "address";
|
39412
|
+
readonly type: "address";
|
39413
|
+
}, {
|
39414
|
+
readonly name: "licensorIpId";
|
39415
|
+
readonly internalType: "address";
|
39416
|
+
readonly type: "address";
|
39417
|
+
}, {
|
39418
|
+
readonly name: "licenseTemplate";
|
39419
|
+
readonly internalType: "address";
|
39420
|
+
readonly type: "address";
|
39421
|
+
}, {
|
39422
|
+
readonly name: "licenseTermsId";
|
39423
|
+
readonly internalType: "uint256";
|
39424
|
+
readonly type: "uint256";
|
39425
|
+
}, {
|
39426
|
+
readonly name: "amount";
|
39427
|
+
readonly internalType: "uint256";
|
39428
|
+
readonly type: "uint256";
|
39429
|
+
}, {
|
39430
|
+
readonly name: "receiver";
|
39431
|
+
readonly internalType: "address";
|
39432
|
+
readonly type: "address";
|
39433
|
+
}, {
|
39434
|
+
readonly name: "hookData";
|
39435
|
+
readonly internalType: "bytes";
|
39436
|
+
readonly type: "bytes";
|
39437
|
+
}];
|
39438
|
+
readonly name: "calculateMintingFee";
|
39439
|
+
readonly outputs: readonly [{
|
39440
|
+
readonly name: "totalMintingFee";
|
39441
|
+
readonly internalType: "uint256";
|
39442
|
+
readonly type: "uint256";
|
39443
|
+
}];
|
39444
|
+
readonly stateMutability: "view";
|
39445
|
+
}, {
|
39446
|
+
readonly type: "function";
|
39447
|
+
readonly inputs: readonly [{
|
39448
|
+
readonly name: "licensorIpId";
|
39449
|
+
readonly internalType: "address";
|
39450
|
+
readonly type: "address";
|
39451
|
+
}, {
|
39452
|
+
readonly name: "licenseTemplate";
|
39453
|
+
readonly internalType: "address";
|
39454
|
+
readonly type: "address";
|
39455
|
+
}, {
|
39456
|
+
readonly name: "licenseTermsId";
|
39457
|
+
readonly internalType: "uint256";
|
39458
|
+
readonly type: "uint256";
|
39459
|
+
}];
|
39460
|
+
readonly name: "getTotalLicenseTokenLimit";
|
39461
|
+
readonly outputs: readonly [{
|
39462
|
+
readonly name: "limit";
|
39463
|
+
readonly internalType: "uint256";
|
39464
|
+
readonly type: "uint256";
|
39465
|
+
}];
|
39466
|
+
readonly stateMutability: "view";
|
39467
|
+
}, {
|
39468
|
+
readonly type: "function";
|
39469
|
+
readonly inputs: readonly [];
|
39470
|
+
readonly name: "name";
|
39471
|
+
readonly outputs: readonly [{
|
39472
|
+
readonly name: "";
|
39473
|
+
readonly internalType: "string";
|
39474
|
+
readonly type: "string";
|
39475
|
+
}];
|
39476
|
+
readonly stateMutability: "view";
|
39477
|
+
}, {
|
39478
|
+
readonly type: "function";
|
39479
|
+
readonly inputs: readonly [{
|
39480
|
+
readonly name: "licensorIpId";
|
39481
|
+
readonly internalType: "address";
|
39482
|
+
readonly type: "address";
|
39483
|
+
}, {
|
39484
|
+
readonly name: "licenseTemplate";
|
39485
|
+
readonly internalType: "address";
|
39486
|
+
readonly type: "address";
|
39487
|
+
}, {
|
39488
|
+
readonly name: "licenseTermsId";
|
39489
|
+
readonly internalType: "uint256";
|
39490
|
+
readonly type: "uint256";
|
39491
|
+
}, {
|
39492
|
+
readonly name: "limit";
|
39493
|
+
readonly internalType: "uint256";
|
39494
|
+
readonly type: "uint256";
|
39495
|
+
}];
|
39496
|
+
readonly name: "setTotalLicenseTokenLimit";
|
39497
|
+
readonly outputs: readonly [];
|
39498
|
+
readonly stateMutability: "nonpayable";
|
39499
|
+
}, {
|
39500
|
+
readonly type: "function";
|
39501
|
+
readonly inputs: readonly [{
|
39502
|
+
readonly name: "interfaceId";
|
39503
|
+
readonly internalType: "bytes4";
|
39504
|
+
readonly type: "bytes4";
|
39505
|
+
}];
|
39506
|
+
readonly name: "supportsInterface";
|
39507
|
+
readonly outputs: readonly [{
|
39508
|
+
readonly name: "";
|
39509
|
+
readonly internalType: "bool";
|
39510
|
+
readonly type: "bool";
|
39511
|
+
}];
|
39512
|
+
readonly stateMutability: "view";
|
39513
|
+
}, {
|
39514
|
+
readonly type: "function";
|
39515
|
+
readonly inputs: readonly [{
|
39516
|
+
readonly name: "";
|
39517
|
+
readonly internalType: "bytes32";
|
39518
|
+
readonly type: "bytes32";
|
39519
|
+
}];
|
39520
|
+
readonly name: "totalLicenseTokenLimit";
|
39521
|
+
readonly outputs: readonly [{
|
39522
|
+
readonly name: "";
|
39523
|
+
readonly internalType: "uint256";
|
39524
|
+
readonly type: "uint256";
|
39525
|
+
}];
|
39526
|
+
readonly stateMutability: "view";
|
39527
|
+
}];
|
39528
|
+
/**
|
39529
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xaBAD364Bfa41230272b08f171E0Ca939bD600478)
|
39530
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xB72C9812114a0Fc74D49e01385bd266A75960Cda)
|
39531
|
+
*/
|
39532
|
+
export declare const totalLicenseTokenLimitHookAddress: {
|
39533
|
+
readonly 1315: "0xaBAD364Bfa41230272b08f171E0Ca939bD600478";
|
39534
|
+
readonly 1514: "0xB72C9812114a0Fc74D49e01385bd266A75960Cda";
|
39535
|
+
};
|
39536
|
+
/**
|
39537
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0xaBAD364Bfa41230272b08f171E0Ca939bD600478)
|
39538
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0xB72C9812114a0Fc74D49e01385bd266A75960Cda)
|
39539
|
+
*/
|
39540
|
+
export declare const totalLicenseTokenLimitHookConfig: {
|
39541
|
+
readonly address: {
|
39542
|
+
readonly 1315: "0xaBAD364Bfa41230272b08f171E0Ca939bD600478";
|
39543
|
+
readonly 1514: "0xB72C9812114a0Fc74D49e01385bd266A75960Cda";
|
39544
|
+
};
|
39545
|
+
readonly abi: readonly [{
|
39546
|
+
readonly type: "constructor";
|
39547
|
+
readonly inputs: readonly [{
|
39548
|
+
readonly name: "licenseRegistry";
|
39549
|
+
readonly internalType: "address";
|
39550
|
+
readonly type: "address";
|
39551
|
+
}, {
|
39552
|
+
readonly name: "licenseToken";
|
39553
|
+
readonly internalType: "address";
|
39554
|
+
readonly type: "address";
|
39555
|
+
}, {
|
39556
|
+
readonly name: "accessController";
|
39557
|
+
readonly internalType: "address";
|
39558
|
+
readonly type: "address";
|
39559
|
+
}, {
|
39560
|
+
readonly name: "ipAssetRegistry";
|
39561
|
+
readonly internalType: "address";
|
39562
|
+
readonly type: "address";
|
39563
|
+
}];
|
39564
|
+
readonly stateMutability: "nonpayable";
|
39565
|
+
}, {
|
39566
|
+
readonly type: "error";
|
39567
|
+
readonly inputs: readonly [{
|
39568
|
+
readonly name: "ipAccount";
|
39569
|
+
readonly internalType: "address";
|
39570
|
+
readonly type: "address";
|
39571
|
+
}];
|
39572
|
+
readonly name: "AccessControlled__NotIpAccount";
|
39573
|
+
}, {
|
39574
|
+
readonly type: "error";
|
39575
|
+
readonly inputs: readonly [];
|
39576
|
+
readonly name: "AccessControlled__ZeroAddress";
|
39577
|
+
}, {
|
39578
|
+
readonly type: "error";
|
39579
|
+
readonly inputs: readonly [{
|
39580
|
+
readonly name: "totalSupply";
|
39581
|
+
readonly internalType: "uint256";
|
39582
|
+
readonly type: "uint256";
|
39583
|
+
}, {
|
39584
|
+
readonly name: "limit";
|
39585
|
+
readonly internalType: "uint256";
|
39586
|
+
readonly type: "uint256";
|
39587
|
+
}];
|
39588
|
+
readonly name: "TotalLicenseTokenLimitHook_LimitLowerThanTotalSupply";
|
39589
|
+
}, {
|
39590
|
+
readonly type: "error";
|
39591
|
+
readonly inputs: readonly [{
|
39592
|
+
readonly name: "totalSupply";
|
39593
|
+
readonly internalType: "uint256";
|
39594
|
+
readonly type: "uint256";
|
39595
|
+
}, {
|
39596
|
+
readonly name: "amount";
|
39597
|
+
readonly internalType: "uint256";
|
39598
|
+
readonly type: "uint256";
|
39599
|
+
}, {
|
39600
|
+
readonly name: "limit";
|
39601
|
+
readonly internalType: "uint256";
|
39602
|
+
readonly type: "uint256";
|
39603
|
+
}];
|
39604
|
+
readonly name: "TotalLicenseTokenLimitHook_TotalLicenseTokenLimitExceeded";
|
39605
|
+
}, {
|
39606
|
+
readonly type: "error";
|
39607
|
+
readonly inputs: readonly [];
|
39608
|
+
readonly name: "TotalLicenseTokenLimitHook_ZeroLicenseRegistry";
|
39609
|
+
}, {
|
39610
|
+
readonly type: "error";
|
39611
|
+
readonly inputs: readonly [];
|
39612
|
+
readonly name: "TotalLicenseTokenLimitHook_ZeroLicenseToken";
|
39613
|
+
}, {
|
39614
|
+
readonly type: "event";
|
39615
|
+
readonly anonymous: false;
|
39616
|
+
readonly inputs: readonly [{
|
39617
|
+
readonly name: "licensorIpId";
|
39618
|
+
readonly internalType: "address";
|
39619
|
+
readonly type: "address";
|
39620
|
+
readonly indexed: true;
|
39621
|
+
}, {
|
39622
|
+
readonly name: "licenseTemplate";
|
39623
|
+
readonly internalType: "address";
|
39624
|
+
readonly type: "address";
|
39625
|
+
readonly indexed: true;
|
39626
|
+
}, {
|
39627
|
+
readonly name: "licenseTermsId";
|
39628
|
+
readonly internalType: "uint256";
|
39629
|
+
readonly type: "uint256";
|
39630
|
+
readonly indexed: true;
|
39631
|
+
}, {
|
39632
|
+
readonly name: "limit";
|
39633
|
+
readonly internalType: "uint256";
|
39634
|
+
readonly type: "uint256";
|
39635
|
+
readonly indexed: false;
|
39636
|
+
}];
|
39637
|
+
readonly name: "SetTotalLicenseTokenLimit";
|
39638
|
+
}, {
|
39639
|
+
readonly type: "function";
|
39640
|
+
readonly inputs: readonly [];
|
39641
|
+
readonly name: "ACCESS_CONTROLLER";
|
39642
|
+
readonly outputs: readonly [{
|
39643
|
+
readonly name: "";
|
39644
|
+
readonly internalType: "contract IAccessController";
|
39645
|
+
readonly type: "address";
|
39646
|
+
}];
|
39647
|
+
readonly stateMutability: "view";
|
39648
|
+
}, {
|
39649
|
+
readonly type: "function";
|
39650
|
+
readonly inputs: readonly [];
|
39651
|
+
readonly name: "IP_ASSET_REGISTRY";
|
39652
|
+
readonly outputs: readonly [{
|
39653
|
+
readonly name: "";
|
39654
|
+
readonly internalType: "contract IIPAssetRegistry";
|
39655
|
+
readonly type: "address";
|
39656
|
+
}];
|
39657
|
+
readonly stateMutability: "view";
|
39658
|
+
}, {
|
39659
|
+
readonly type: "function";
|
39660
|
+
readonly inputs: readonly [];
|
39661
|
+
readonly name: "LICENSE_REGISTRY";
|
39662
|
+
readonly outputs: readonly [{
|
39663
|
+
readonly name: "";
|
39664
|
+
readonly internalType: "contract ILicenseRegistry";
|
39665
|
+
readonly type: "address";
|
39666
|
+
}];
|
39667
|
+
readonly stateMutability: "view";
|
39668
|
+
}, {
|
39669
|
+
readonly type: "function";
|
39670
|
+
readonly inputs: readonly [];
|
39671
|
+
readonly name: "LICENSE_TOKEN";
|
39672
|
+
readonly outputs: readonly [{
|
39673
|
+
readonly name: "";
|
39674
|
+
readonly internalType: "contract ILicenseToken";
|
39675
|
+
readonly type: "address";
|
39676
|
+
}];
|
39677
|
+
readonly stateMutability: "view";
|
39678
|
+
}, {
|
39679
|
+
readonly type: "function";
|
39680
|
+
readonly inputs: readonly [{
|
39681
|
+
readonly name: "caller";
|
39682
|
+
readonly internalType: "address";
|
39683
|
+
readonly type: "address";
|
39684
|
+
}, {
|
39685
|
+
readonly name: "licensorIpId";
|
39686
|
+
readonly internalType: "address";
|
39687
|
+
readonly type: "address";
|
39688
|
+
}, {
|
39689
|
+
readonly name: "licenseTemplate";
|
39690
|
+
readonly internalType: "address";
|
39691
|
+
readonly type: "address";
|
39692
|
+
}, {
|
39693
|
+
readonly name: "licenseTermsId";
|
39694
|
+
readonly internalType: "uint256";
|
39695
|
+
readonly type: "uint256";
|
39696
|
+
}, {
|
39697
|
+
readonly name: "amount";
|
39698
|
+
readonly internalType: "uint256";
|
39699
|
+
readonly type: "uint256";
|
39700
|
+
}, {
|
39701
|
+
readonly name: "receiver";
|
39702
|
+
readonly internalType: "address";
|
39703
|
+
readonly type: "address";
|
39704
|
+
}, {
|
39705
|
+
readonly name: "hookData";
|
39706
|
+
readonly internalType: "bytes";
|
39707
|
+
readonly type: "bytes";
|
39708
|
+
}];
|
39709
|
+
readonly name: "beforeMintLicenseTokens";
|
39710
|
+
readonly outputs: readonly [{
|
39711
|
+
readonly name: "totalMintingFee";
|
39712
|
+
readonly internalType: "uint256";
|
39713
|
+
readonly type: "uint256";
|
39714
|
+
}];
|
39715
|
+
readonly stateMutability: "nonpayable";
|
39716
|
+
}, {
|
39717
|
+
readonly type: "function";
|
39718
|
+
readonly inputs: readonly [{
|
39719
|
+
readonly name: "caller";
|
39720
|
+
readonly internalType: "address";
|
39721
|
+
readonly type: "address";
|
39722
|
+
}, {
|
39723
|
+
readonly name: "childIpId";
|
39724
|
+
readonly internalType: "address";
|
39725
|
+
readonly type: "address";
|
39726
|
+
}, {
|
39727
|
+
readonly name: "parentIpId";
|
39728
|
+
readonly internalType: "address";
|
39729
|
+
readonly type: "address";
|
39730
|
+
}, {
|
39731
|
+
readonly name: "licenseTemplate";
|
39732
|
+
readonly internalType: "address";
|
39733
|
+
readonly type: "address";
|
39734
|
+
}, {
|
39735
|
+
readonly name: "licenseTermsId";
|
39736
|
+
readonly internalType: "uint256";
|
39737
|
+
readonly type: "uint256";
|
39738
|
+
}, {
|
39739
|
+
readonly name: "hookData";
|
39740
|
+
readonly internalType: "bytes";
|
39741
|
+
readonly type: "bytes";
|
39742
|
+
}];
|
39743
|
+
readonly name: "beforeRegisterDerivative";
|
39744
|
+
readonly outputs: readonly [{
|
39745
|
+
readonly name: "mintingFee";
|
39746
|
+
readonly internalType: "uint256";
|
39747
|
+
readonly type: "uint256";
|
39748
|
+
}];
|
39749
|
+
readonly stateMutability: "nonpayable";
|
39750
|
+
}, {
|
39751
|
+
readonly type: "function";
|
39752
|
+
readonly inputs: readonly [{
|
39753
|
+
readonly name: "caller";
|
39754
|
+
readonly internalType: "address";
|
39755
|
+
readonly type: "address";
|
39756
|
+
}, {
|
39757
|
+
readonly name: "licensorIpId";
|
39758
|
+
readonly internalType: "address";
|
39759
|
+
readonly type: "address";
|
39760
|
+
}, {
|
39761
|
+
readonly name: "licenseTemplate";
|
39762
|
+
readonly internalType: "address";
|
39763
|
+
readonly type: "address";
|
39764
|
+
}, {
|
39765
|
+
readonly name: "licenseTermsId";
|
39766
|
+
readonly internalType: "uint256";
|
39767
|
+
readonly type: "uint256";
|
39768
|
+
}, {
|
39769
|
+
readonly name: "amount";
|
39770
|
+
readonly internalType: "uint256";
|
39771
|
+
readonly type: "uint256";
|
39772
|
+
}, {
|
39773
|
+
readonly name: "receiver";
|
39774
|
+
readonly internalType: "address";
|
39775
|
+
readonly type: "address";
|
39776
|
+
}, {
|
39777
|
+
readonly name: "hookData";
|
39778
|
+
readonly internalType: "bytes";
|
39779
|
+
readonly type: "bytes";
|
39780
|
+
}];
|
39781
|
+
readonly name: "calculateMintingFee";
|
39782
|
+
readonly outputs: readonly [{
|
39783
|
+
readonly name: "totalMintingFee";
|
39784
|
+
readonly internalType: "uint256";
|
39785
|
+
readonly type: "uint256";
|
39786
|
+
}];
|
39787
|
+
readonly stateMutability: "view";
|
39788
|
+
}, {
|
39789
|
+
readonly type: "function";
|
39790
|
+
readonly inputs: readonly [{
|
39791
|
+
readonly name: "licensorIpId";
|
39792
|
+
readonly internalType: "address";
|
39793
|
+
readonly type: "address";
|
39794
|
+
}, {
|
39795
|
+
readonly name: "licenseTemplate";
|
39796
|
+
readonly internalType: "address";
|
39797
|
+
readonly type: "address";
|
39798
|
+
}, {
|
39799
|
+
readonly name: "licenseTermsId";
|
39800
|
+
readonly internalType: "uint256";
|
39801
|
+
readonly type: "uint256";
|
39802
|
+
}];
|
39803
|
+
readonly name: "getTotalLicenseTokenLimit";
|
39804
|
+
readonly outputs: readonly [{
|
39805
|
+
readonly name: "limit";
|
39806
|
+
readonly internalType: "uint256";
|
39807
|
+
readonly type: "uint256";
|
39808
|
+
}];
|
39809
|
+
readonly stateMutability: "view";
|
39810
|
+
}, {
|
39811
|
+
readonly type: "function";
|
39812
|
+
readonly inputs: readonly [];
|
39813
|
+
readonly name: "name";
|
39814
|
+
readonly outputs: readonly [{
|
39815
|
+
readonly name: "";
|
39816
|
+
readonly internalType: "string";
|
39817
|
+
readonly type: "string";
|
39818
|
+
}];
|
39819
|
+
readonly stateMutability: "view";
|
39820
|
+
}, {
|
39821
|
+
readonly type: "function";
|
39822
|
+
readonly inputs: readonly [{
|
39823
|
+
readonly name: "licensorIpId";
|
39824
|
+
readonly internalType: "address";
|
39825
|
+
readonly type: "address";
|
39826
|
+
}, {
|
39827
|
+
readonly name: "licenseTemplate";
|
39828
|
+
readonly internalType: "address";
|
39829
|
+
readonly type: "address";
|
39830
|
+
}, {
|
39831
|
+
readonly name: "licenseTermsId";
|
39832
|
+
readonly internalType: "uint256";
|
39833
|
+
readonly type: "uint256";
|
39834
|
+
}, {
|
39835
|
+
readonly name: "limit";
|
39836
|
+
readonly internalType: "uint256";
|
39837
|
+
readonly type: "uint256";
|
39838
|
+
}];
|
39839
|
+
readonly name: "setTotalLicenseTokenLimit";
|
39840
|
+
readonly outputs: readonly [];
|
39841
|
+
readonly stateMutability: "nonpayable";
|
39842
|
+
}, {
|
39843
|
+
readonly type: "function";
|
39844
|
+
readonly inputs: readonly [{
|
39845
|
+
readonly name: "interfaceId";
|
39846
|
+
readonly internalType: "bytes4";
|
39847
|
+
readonly type: "bytes4";
|
39848
|
+
}];
|
39849
|
+
readonly name: "supportsInterface";
|
39850
|
+
readonly outputs: readonly [{
|
39851
|
+
readonly name: "";
|
39852
|
+
readonly internalType: "bool";
|
39853
|
+
readonly type: "bool";
|
39854
|
+
}];
|
39855
|
+
readonly stateMutability: "view";
|
39856
|
+
}, {
|
39857
|
+
readonly type: "function";
|
39858
|
+
readonly inputs: readonly [{
|
39859
|
+
readonly name: "";
|
39860
|
+
readonly internalType: "bytes32";
|
39861
|
+
readonly type: "bytes32";
|
39862
|
+
}];
|
39863
|
+
readonly name: "totalLicenseTokenLimit";
|
39864
|
+
readonly outputs: readonly [{
|
39865
|
+
readonly name: "";
|
39866
|
+
readonly internalType: "uint256";
|
39867
|
+
readonly type: "uint256";
|
39868
|
+
}];
|
39869
|
+
readonly stateMutability: "view";
|
39870
|
+
}];
|
39871
|
+
};
|
39872
|
+
/**
|
39873
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x1514000000000000000000000000000000000000)
|
39874
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x1514000000000000000000000000000000000000)
|
39875
|
+
*/
|
39120
39876
|
export declare const wrappedIpAbi: readonly [{
|
39121
39877
|
readonly type: "error";
|
39122
39878
|
readonly inputs: readonly [];
|
@@ -39448,15 +40204,17 @@ export declare const wrappedIpAbi: readonly [{
|
|
39448
40204
|
readonly stateMutability: "payable";
|
39449
40205
|
}];
|
39450
40206
|
/**
|
39451
|
-
|
39452
|
-
|
40207
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x1514000000000000000000000000000000000000)
|
40208
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x1514000000000000000000000000000000000000)
|
40209
|
+
*/
|
39453
40210
|
export declare const wrappedIpAddress: {
|
39454
40211
|
readonly 1315: "0x1514000000000000000000000000000000000000";
|
39455
40212
|
readonly 1514: "0x1514000000000000000000000000000000000000";
|
39456
40213
|
};
|
39457
40214
|
/**
|
39458
|
-
|
39459
|
-
|
40215
|
+
* - [__View Contract on Story Aeneid Story Aeneid Explorer__](https://aeneid.storyscan.xyz/address/0x1514000000000000000000000000000000000000)
|
40216
|
+
* - [__View Contract on Story Story Explorer__](https://storyscan.xyz/address/0x1514000000000000000000000000000000000000)
|
40217
|
+
*/
|
39460
40218
|
export declare const wrappedIpConfig: {
|
39461
40219
|
readonly address: {
|
39462
40220
|
readonly 1315: "0x1514000000000000000000000000000000000000";
|
@@ -45022,6 +45780,17 @@ export type SpgnftImplTransferEvent = {
|
|
45022
45780
|
to: Address;
|
45023
45781
|
tokenId: bigint;
|
45024
45782
|
};
|
45783
|
+
/**
|
45784
|
+
* SpgnftImplHasRoleRequest
|
45785
|
+
*
|
45786
|
+
* @param role bytes32
|
45787
|
+
* @param account address
|
45788
|
+
*/
|
45789
|
+
export type SpgnftImplHasRoleRequest = {
|
45790
|
+
role: Hex;
|
45791
|
+
account: Address;
|
45792
|
+
};
|
45793
|
+
export type SpgnftImplHasRoleResponse = boolean;
|
45025
45794
|
export type SpgnftImplMintFeeResponse = bigint;
|
45026
45795
|
export type SpgnftImplMintFeeTokenResponse = Address;
|
45027
45796
|
export type SpgnftImplPublicMintingResponse = boolean;
|
@@ -45065,6 +45834,13 @@ export declare class SpgnftImplEventClient {
|
|
45065
45834
|
*/
|
45066
45835
|
export declare class SpgnftImplReadOnlyClient extends SpgnftImplEventClient {
|
45067
45836
|
constructor(rpcClient: PublicClient, address?: Address);
|
45837
|
+
/**
|
45838
|
+
* method hasRole for contract SPGNFTImpl
|
45839
|
+
*
|
45840
|
+
* @param request SpgnftImplHasRoleRequest
|
45841
|
+
* @return Promise<SpgnftImplHasRoleResponse>
|
45842
|
+
*/
|
45843
|
+
hasRole(request: SpgnftImplHasRoleRequest): Promise<SpgnftImplHasRoleResponse>;
|
45068
45844
|
/**
|
45069
45845
|
* method mintFee for contract SPGNFTImpl
|
45070
45846
|
*
|
@@ -45115,6 +45891,43 @@ export declare class SpgnftImplClient extends SpgnftImplReadOnlyClient {
|
|
45115
45891
|
*/
|
45116
45892
|
setTokenUriEncode(request: SpgnftImplSetTokenUriRequest): EncodedTxData;
|
45117
45893
|
}
|
45894
|
+
/**
|
45895
|
+
* TotalLicenseTokenLimitHookSetTotalLicenseTokenLimitRequest
|
45896
|
+
*
|
45897
|
+
* @param licensorIpId address
|
45898
|
+
* @param licenseTemplate address
|
45899
|
+
* @param licenseTermsId uint256
|
45900
|
+
* @param limit uint256
|
45901
|
+
*/
|
45902
|
+
export type TotalLicenseTokenLimitHookSetTotalLicenseTokenLimitRequest = {
|
45903
|
+
licensorIpId: Address;
|
45904
|
+
licenseTemplate: Address;
|
45905
|
+
licenseTermsId: bigint;
|
45906
|
+
limit: bigint;
|
45907
|
+
};
|
45908
|
+
/**
|
45909
|
+
* contract TotalLicenseTokenLimitHook write method
|
45910
|
+
*/
|
45911
|
+
export declare class TotalLicenseTokenLimitHookClient {
|
45912
|
+
protected readonly wallet: SimpleWalletClient;
|
45913
|
+
protected readonly rpcClient: PublicClient;
|
45914
|
+
readonly address: Address;
|
45915
|
+
constructor(rpcClient: PublicClient, wallet: SimpleWalletClient, address?: Address);
|
45916
|
+
/**
|
45917
|
+
* method setTotalLicenseTokenLimit for contract TotalLicenseTokenLimitHook
|
45918
|
+
*
|
45919
|
+
* @param request TotalLicenseTokenLimitHookSetTotalLicenseTokenLimitRequest
|
45920
|
+
* @return Promise<WriteContractReturnType>
|
45921
|
+
*/
|
45922
|
+
setTotalLicenseTokenLimit(request: TotalLicenseTokenLimitHookSetTotalLicenseTokenLimitRequest): Promise<WriteContractReturnType>;
|
45923
|
+
/**
|
45924
|
+
* method setTotalLicenseTokenLimit for contract TotalLicenseTokenLimitHook with only encode
|
45925
|
+
*
|
45926
|
+
* @param request TotalLicenseTokenLimitHookSetTotalLicenseTokenLimitRequest
|
45927
|
+
* @return EncodedTxData
|
45928
|
+
*/
|
45929
|
+
setTotalLicenseTokenLimitEncode(request: TotalLicenseTokenLimitHookSetTotalLicenseTokenLimitRequest): EncodedTxData;
|
45930
|
+
}
|
45118
45931
|
/**
|
45119
45932
|
* WrappedIpAllowanceRequest
|
45120
45933
|
*
|