@peeramid-labs/sdk 3.11.0 → 3.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/cli/abis/IRankifyInstance.js +167 -0
- package/cli/abis/IRankifyInstance.js.map +1 -1
- package/cli/abis/LibRankify.js +298 -0
- package/cli/abis/LibRankify.js.map +1 -0
- package/cli/abis/MAODistribution.js +30 -10
- package/cli/abis/MAODistribution.js.map +1 -1
- package/cli/abis/RankifyDiamondInstance.js +442 -242
- package/cli/abis/RankifyDiamondInstance.js.map +1 -1
- package/cli/abis/RankifyInstanceGameMastersFacet.js +0 -21
- package/cli/abis/RankifyInstanceGameMastersFacet.js.map +1 -1
- package/cli/abis/RankifyInstanceMainFacet.js +585 -31
- package/cli/abis/RankifyInstanceMainFacet.js.map +1 -1
- package/cli/abis/RankifyInstanceRequirementsFacet.js +0 -333
- package/cli/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
- package/cli/abis/index.js +6 -2
- package/cli/abis/index.js.map +1 -1
- package/cli/abis/superinterface.js +32 -18
- package/cli/abis/superinterface.js.map +1 -1
- package/cli/cli/commands/blockchain/index.js +1 -3
- package/cli/cli/commands/blockchain/index.js.map +1 -1
- package/cli/cli/commands/blockchain/mine.js.map +1 -1
- package/cli/cli/commands/distributions/add.js.map +1 -1
- package/cli/cli/commands/distributions/list.js.map +1 -1
- package/cli/cli/commands/distributions/remove.js.map +1 -1
- package/cli/cli/commands/distributions/state.js.map +1 -1
- package/cli/cli/commands/fellowship/create.js +9 -2
- package/cli/cli/commands/fellowship/create.js.map +1 -1
- package/cli/cli/commands/fellowship/eip712.js.map +1 -1
- package/cli/cli/commands/fellowship/game/cancel.js.map +1 -1
- package/cli/cli/commands/fellowship/game/create.js +15 -22
- package/cli/cli/commands/fellowship/game/create.js.map +1 -1
- package/cli/cli/commands/fellowship/game/end-turn.js.map +1 -1
- package/cli/cli/commands/fellowship/game/join.js +1 -1
- package/cli/cli/commands/fellowship/game/join.js.map +1 -1
- package/cli/cli/commands/fellowship/game/list.js.map +1 -1
- package/cli/cli/commands/fellowship/game/propose.js +1 -1
- package/cli/cli/commands/fellowship/game/propose.js.map +1 -1
- package/cli/cli/commands/fellowship/game/start.js.map +1 -1
- package/cli/cli/commands/fellowship/game/vote.js.map +1 -1
- package/cli/cli/commands/fellowship/list.js.map +1 -1
- package/cli/cli/commands/fellowship/params.js.map +1 -1
- package/cli/cli/commands/getPk.js.map +1 -1
- package/cli/cli/commands/instances/list.js.map +1 -1
- package/cli/cli/commands/playbook.js +5 -4
- package/cli/cli/commands/playbook.js.map +1 -1
- package/cli/cli/commands/rankify/games.js.map +1 -1
- package/cli/cli/getPk.js +2 -2
- package/cli/cli/getPk.js.map +1 -1
- package/cli/cli/utils.js +1 -1
- package/cli/eds/Distributor.js +1 -1
- package/cli/eds/Distributor.js.map +1 -1
- package/cli/rankify/GameMaster.js +117 -28
- package/cli/rankify/GameMaster.js.map +1 -1
- package/cli/rankify/InstanceBase.js +33 -12
- package/cli/rankify/InstanceBase.js.map +1 -1
- package/cli/rankify/MAODistributor.js +56 -3
- package/cli/rankify/MAODistributor.js.map +1 -1
- package/cli/rankify/Player.js +40 -1
- package/cli/rankify/Player.js.map +1 -1
- package/cli/utils/ApiError.js +1 -1
- package/cli/utils/ApiError.js.map +1 -1
- package/cli/utils/EnvioGraphQLClient.js +9 -9
- package/cli/utils/EnvioGraphQLClient.js.map +1 -1
- package/cli/utils/blockchain.js +3 -3
- package/docs/classes/InstanceBase.md +26 -4
- package/docs/classes/InstancePlayer.md +70 -5
- package/docs/classes/MAODistributorClient.md +63 -2
- package/docs/docs/classes/InstanceBase.md +26 -4
- package/docs/docs/classes/InstancePlayer.md +70 -5
- package/docs/docs/classes/MAODistributorClient.md +63 -2
- package/docs/docs/index.md +13 -8
- package/docs/index.md +13 -8
- package/lib.commonjs/abis/IRankifyInstance.d.ts +128 -0
- package/lib.commonjs/abis/IRankifyInstance.d.ts.map +1 -1
- package/lib.commonjs/abis/IRankifyInstance.js +167 -0
- package/lib.commonjs/abis/IRankifyInstance.js.map +1 -1
- package/lib.commonjs/abis/LibRankify.d.ts +226 -0
- package/lib.commonjs/abis/LibRankify.d.ts.map +1 -0
- package/lib.commonjs/abis/LibRankify.js +298 -0
- package/lib.commonjs/abis/LibRankify.js.map +1 -0
- package/lib.commonjs/abis/MAODistribution.d.ts +24 -8
- package/lib.commonjs/abis/MAODistribution.d.ts.map +1 -1
- package/lib.commonjs/abis/MAODistribution.js +30 -10
- package/lib.commonjs/abis/MAODistribution.js.map +1 -1
- package/lib.commonjs/abis/RankifyDiamondInstance.d.ts +340 -186
- package/lib.commonjs/abis/RankifyDiamondInstance.d.ts.map +1 -1
- package/lib.commonjs/abis/RankifyDiamondInstance.js +442 -242
- package/lib.commonjs/abis/RankifyDiamondInstance.js.map +1 -1
- package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.d.ts +0 -16
- package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.d.ts.map +1 -1
- package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.js +0 -21
- package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.js.map +1 -1
- package/lib.commonjs/abis/RankifyInstanceMainFacet.d.ts +449 -24
- package/lib.commonjs/abis/RankifyInstanceMainFacet.d.ts.map +1 -1
- package/lib.commonjs/abis/RankifyInstanceMainFacet.js +585 -31
- package/lib.commonjs/abis/RankifyInstanceMainFacet.js.map +1 -1
- package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.d.ts +0 -255
- package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.d.ts.map +1 -1
- package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.js +0 -333
- package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
- package/lib.commonjs/abis/index.d.ts +1133 -456
- package/lib.commonjs/abis/index.d.ts.map +1 -1
- package/lib.commonjs/abis/index.js +6 -2
- package/lib.commonjs/abis/index.js.map +1 -1
- package/lib.commonjs/abis/superinterface.d.ts +1 -1
- package/lib.commonjs/abis/superinterface.d.ts.map +1 -1
- package/lib.commonjs/abis/superinterface.js +32 -18
- package/lib.commonjs/abis/superinterface.js.map +1 -1
- package/lib.commonjs/eds/Distributor.d.ts.map +1 -1
- package/lib.commonjs/eds/Distributor.js +1 -1
- package/lib.commonjs/eds/Distributor.js.map +1 -1
- package/lib.commonjs/rankify/GameMaster.d.ts.map +1 -1
- package/lib.commonjs/rankify/GameMaster.js +117 -28
- package/lib.commonjs/rankify/GameMaster.js.map +1 -1
- package/lib.commonjs/rankify/InstanceBase.d.ts +8 -1
- package/lib.commonjs/rankify/InstanceBase.d.ts.map +1 -1
- package/lib.commonjs/rankify/InstanceBase.js +33 -12
- package/lib.commonjs/rankify/InstanceBase.js.map +1 -1
- package/lib.commonjs/rankify/MAODistributor.d.ts +69 -1
- package/lib.commonjs/rankify/MAODistributor.d.ts.map +1 -1
- package/lib.commonjs/rankify/MAODistributor.js +56 -3
- package/lib.commonjs/rankify/MAODistributor.js.map +1 -1
- package/lib.commonjs/rankify/Player.d.ts +53 -0
- package/lib.commonjs/rankify/Player.d.ts.map +1 -1
- package/lib.commonjs/rankify/Player.js +40 -1
- package/lib.commonjs/rankify/Player.js.map +1 -1
- package/lib.commonjs/utils/ApiError.js +1 -1
- package/lib.commonjs/utils/ApiError.js.map +1 -1
- package/lib.commonjs/utils/EnvioGraphQLClient.d.ts +1 -1
- package/lib.commonjs/utils/EnvioGraphQLClient.d.ts.map +1 -1
- package/lib.commonjs/utils/EnvioGraphQLClient.js +9 -9
- package/lib.commonjs/utils/EnvioGraphQLClient.js.map +1 -1
- package/lib.commonjs/utils/blockchain.js +3 -3
- package/lib.commonjs/utils/mockUtils.d.ts.map +1 -1
- package/lib.commonjs/utils/mockUtils.js +1 -1
- package/lib.commonjs/utils/mockUtils.js.map +1 -1
- package/lib.esm/abis/IRankifyInstance.d.ts +128 -0
- package/lib.esm/abis/IRankifyInstance.d.ts.map +1 -1
- package/lib.esm/abis/IRankifyInstance.js +167 -0
- package/lib.esm/abis/IRankifyInstance.js.map +1 -1
- package/lib.esm/abis/LibRankify.d.ts +226 -0
- package/lib.esm/abis/LibRankify.d.ts.map +1 -0
- package/lib.esm/abis/LibRankify.js +295 -0
- package/lib.esm/abis/LibRankify.js.map +1 -0
- package/lib.esm/abis/MAODistribution.d.ts +24 -8
- package/lib.esm/abis/MAODistribution.d.ts.map +1 -1
- package/lib.esm/abis/MAODistribution.js +30 -10
- package/lib.esm/abis/MAODistribution.js.map +1 -1
- package/lib.esm/abis/RankifyDiamondInstance.d.ts +340 -186
- package/lib.esm/abis/RankifyDiamondInstance.d.ts.map +1 -1
- package/lib.esm/abis/RankifyDiamondInstance.js +442 -242
- package/lib.esm/abis/RankifyDiamondInstance.js.map +1 -1
- package/lib.esm/abis/RankifyInstanceGameMastersFacet.d.ts +0 -16
- package/lib.esm/abis/RankifyInstanceGameMastersFacet.d.ts.map +1 -1
- package/lib.esm/abis/RankifyInstanceGameMastersFacet.js +0 -21
- package/lib.esm/abis/RankifyInstanceGameMastersFacet.js.map +1 -1
- package/lib.esm/abis/RankifyInstanceMainFacet.d.ts +449 -24
- package/lib.esm/abis/RankifyInstanceMainFacet.d.ts.map +1 -1
- package/lib.esm/abis/RankifyInstanceMainFacet.js +585 -31
- package/lib.esm/abis/RankifyInstanceMainFacet.js.map +1 -1
- package/lib.esm/abis/RankifyInstanceRequirementsFacet.d.ts +0 -255
- package/lib.esm/abis/RankifyInstanceRequirementsFacet.d.ts.map +1 -1
- package/lib.esm/abis/RankifyInstanceRequirementsFacet.js +0 -333
- package/lib.esm/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
- package/lib.esm/abis/index.d.ts +1133 -456
- package/lib.esm/abis/index.d.ts.map +1 -1
- package/lib.esm/abis/index.js +3 -0
- package/lib.esm/abis/index.js.map +1 -1
- package/lib.esm/abis/superinterface.d.ts +1 -1
- package/lib.esm/abis/superinterface.d.ts.map +1 -1
- package/lib.esm/abis/superinterface.js +32 -18
- package/lib.esm/abis/superinterface.js.map +1 -1
- package/lib.esm/eds/Distributor.d.ts.map +1 -1
- package/lib.esm/eds/Distributor.js +1 -1
- package/lib.esm/eds/Distributor.js.map +1 -1
- package/lib.esm/rankify/GameMaster.d.ts.map +1 -1
- package/lib.esm/rankify/GameMaster.js +117 -28
- package/lib.esm/rankify/GameMaster.js.map +1 -1
- package/lib.esm/rankify/InstanceBase.d.ts +8 -1
- package/lib.esm/rankify/InstanceBase.d.ts.map +1 -1
- package/lib.esm/rankify/InstanceBase.js +33 -12
- package/lib.esm/rankify/InstanceBase.js.map +1 -1
- package/lib.esm/rankify/MAODistributor.d.ts +69 -1
- package/lib.esm/rankify/MAODistributor.d.ts.map +1 -1
- package/lib.esm/rankify/MAODistributor.js +56 -3
- package/lib.esm/rankify/MAODistributor.js.map +1 -1
- package/lib.esm/rankify/Player.d.ts +53 -0
- package/lib.esm/rankify/Player.d.ts.map +1 -1
- package/lib.esm/rankify/Player.js +40 -1
- package/lib.esm/rankify/Player.js.map +1 -1
- package/lib.esm/utils/ApiError.js +1 -1
- package/lib.esm/utils/ApiError.js.map +1 -1
- package/lib.esm/utils/EnvioGraphQLClient.d.ts +1 -1
- package/lib.esm/utils/EnvioGraphQLClient.d.ts.map +1 -1
- package/lib.esm/utils/EnvioGraphQLClient.js +9 -9
- package/lib.esm/utils/EnvioGraphQLClient.js.map +1 -1
- package/lib.esm/utils/blockchain.js +3 -3
- package/lib.esm/utils/mockUtils.d.ts.map +1 -1
- package/lib.esm/utils/mockUtils.js +1 -1
- package/lib.esm/utils/mockUtils.js.map +1 -1
- package/package.json +2 -2
package/lib.esm/abis/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ export { InstallerAbi } from './Installer';
|
|
|
84
84
|
export { InstallerClonableAbi } from './InstallerClonable';
|
|
85
85
|
export { LatestVersionDistributionAbi } from './LatestVersionDistribution';
|
|
86
86
|
export { LibDiamondAbi } from './LibDiamond';
|
|
87
|
+
export { LibRankifyAbi } from './LibRankify';
|
|
87
88
|
export { LibSemverAbi } from './LibSemver';
|
|
88
89
|
export { LockableERC1155Abi } from './LockableERC1155';
|
|
89
90
|
export { MAODistributionAbi } from './MAODistribution';
|
|
@@ -13929,6 +13930,134 @@ declare const abis: {
|
|
|
13929
13930
|
}];
|
|
13930
13931
|
readonly name: "RegistrationOpen";
|
|
13931
13932
|
readonly type: "event";
|
|
13933
|
+
}, {
|
|
13934
|
+
readonly anonymous: false;
|
|
13935
|
+
readonly inputs: readonly [{
|
|
13936
|
+
readonly indexed: true;
|
|
13937
|
+
readonly internalType: "uint256";
|
|
13938
|
+
readonly name: "gameId";
|
|
13939
|
+
readonly type: "uint256";
|
|
13940
|
+
}, {
|
|
13941
|
+
readonly components: readonly [{
|
|
13942
|
+
readonly components: readonly [{
|
|
13943
|
+
readonly internalType: "uint256";
|
|
13944
|
+
readonly name: "have";
|
|
13945
|
+
readonly type: "uint256";
|
|
13946
|
+
}, {
|
|
13947
|
+
readonly internalType: "uint256";
|
|
13948
|
+
readonly name: "lock";
|
|
13949
|
+
readonly type: "uint256";
|
|
13950
|
+
}, {
|
|
13951
|
+
readonly internalType: "uint256";
|
|
13952
|
+
readonly name: "burn";
|
|
13953
|
+
readonly type: "uint256";
|
|
13954
|
+
}, {
|
|
13955
|
+
readonly internalType: "uint256";
|
|
13956
|
+
readonly name: "pay";
|
|
13957
|
+
readonly type: "uint256";
|
|
13958
|
+
}, {
|
|
13959
|
+
readonly internalType: "uint256";
|
|
13960
|
+
readonly name: "bet";
|
|
13961
|
+
readonly type: "uint256";
|
|
13962
|
+
}];
|
|
13963
|
+
readonly internalType: "struct LibCoinVending.NumericCondition";
|
|
13964
|
+
readonly name: "ethValues";
|
|
13965
|
+
readonly type: "tuple";
|
|
13966
|
+
}, {
|
|
13967
|
+
readonly components: readonly [{
|
|
13968
|
+
readonly internalType: "address";
|
|
13969
|
+
readonly name: "contractAddress";
|
|
13970
|
+
readonly type: "address";
|
|
13971
|
+
}, {
|
|
13972
|
+
readonly internalType: "uint256";
|
|
13973
|
+
readonly name: "contractId";
|
|
13974
|
+
readonly type: "uint256";
|
|
13975
|
+
}, {
|
|
13976
|
+
readonly internalType: "enum LibCoinVending.ContractTypes";
|
|
13977
|
+
readonly name: "contractType";
|
|
13978
|
+
readonly type: "uint8";
|
|
13979
|
+
}, {
|
|
13980
|
+
readonly components: readonly [{
|
|
13981
|
+
readonly components: readonly [{
|
|
13982
|
+
readonly internalType: "bytes";
|
|
13983
|
+
readonly name: "data";
|
|
13984
|
+
readonly type: "bytes";
|
|
13985
|
+
}, {
|
|
13986
|
+
readonly internalType: "uint256";
|
|
13987
|
+
readonly name: "amount";
|
|
13988
|
+
readonly type: "uint256";
|
|
13989
|
+
}];
|
|
13990
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
13991
|
+
readonly name: "have";
|
|
13992
|
+
readonly type: "tuple";
|
|
13993
|
+
}, {
|
|
13994
|
+
readonly components: readonly [{
|
|
13995
|
+
readonly internalType: "bytes";
|
|
13996
|
+
readonly name: "data";
|
|
13997
|
+
readonly type: "bytes";
|
|
13998
|
+
}, {
|
|
13999
|
+
readonly internalType: "uint256";
|
|
14000
|
+
readonly name: "amount";
|
|
14001
|
+
readonly type: "uint256";
|
|
14002
|
+
}];
|
|
14003
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
14004
|
+
readonly name: "lock";
|
|
14005
|
+
readonly type: "tuple";
|
|
14006
|
+
}, {
|
|
14007
|
+
readonly components: readonly [{
|
|
14008
|
+
readonly internalType: "bytes";
|
|
14009
|
+
readonly name: "data";
|
|
14010
|
+
readonly type: "bytes";
|
|
14011
|
+
}, {
|
|
14012
|
+
readonly internalType: "uint256";
|
|
14013
|
+
readonly name: "amount";
|
|
14014
|
+
readonly type: "uint256";
|
|
14015
|
+
}];
|
|
14016
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
14017
|
+
readonly name: "burn";
|
|
14018
|
+
readonly type: "tuple";
|
|
14019
|
+
}, {
|
|
14020
|
+
readonly components: readonly [{
|
|
14021
|
+
readonly internalType: "bytes";
|
|
14022
|
+
readonly name: "data";
|
|
14023
|
+
readonly type: "bytes";
|
|
14024
|
+
}, {
|
|
14025
|
+
readonly internalType: "uint256";
|
|
14026
|
+
readonly name: "amount";
|
|
14027
|
+
readonly type: "uint256";
|
|
14028
|
+
}];
|
|
14029
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
14030
|
+
readonly name: "pay";
|
|
14031
|
+
readonly type: "tuple";
|
|
14032
|
+
}, {
|
|
14033
|
+
readonly components: readonly [{
|
|
14034
|
+
readonly internalType: "bytes";
|
|
14035
|
+
readonly name: "data";
|
|
14036
|
+
readonly type: "bytes";
|
|
14037
|
+
}, {
|
|
14038
|
+
readonly internalType: "uint256";
|
|
14039
|
+
readonly name: "amount";
|
|
14040
|
+
readonly type: "uint256";
|
|
14041
|
+
}];
|
|
14042
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
14043
|
+
readonly name: "bet";
|
|
14044
|
+
readonly type: "tuple";
|
|
14045
|
+
}];
|
|
14046
|
+
readonly internalType: "struct LibCoinVending.ContractCondition";
|
|
14047
|
+
readonly name: "contractRequirement";
|
|
14048
|
+
readonly type: "tuple";
|
|
14049
|
+
}];
|
|
14050
|
+
readonly internalType: "struct LibCoinVending.configSmartRequirement[]";
|
|
14051
|
+
readonly name: "contracts";
|
|
14052
|
+
readonly type: "tuple[]";
|
|
14053
|
+
}];
|
|
14054
|
+
readonly indexed: false;
|
|
14055
|
+
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
14056
|
+
readonly name: "config";
|
|
14057
|
+
readonly type: "tuple";
|
|
14058
|
+
}];
|
|
14059
|
+
readonly name: "RequirementsConfigured";
|
|
14060
|
+
readonly type: "event";
|
|
13932
14061
|
}, {
|
|
13933
14062
|
readonly anonymous: false;
|
|
13934
14063
|
readonly inputs: readonly [{
|
|
@@ -15420,106 +15549,330 @@ declare const abis: {
|
|
|
15420
15549
|
readonly name: "OwnershipTransferred";
|
|
15421
15550
|
readonly type: "event";
|
|
15422
15551
|
}];
|
|
15423
|
-
readonly
|
|
15424
|
-
readonly inputs: readonly [
|
|
15425
|
-
|
|
15426
|
-
readonly name: "message";
|
|
15427
|
-
readonly type: "string";
|
|
15428
|
-
}];
|
|
15429
|
-
readonly name: "versionMismatch";
|
|
15552
|
+
readonly LibRankifyAbi: readonly [{
|
|
15553
|
+
readonly inputs: readonly [];
|
|
15554
|
+
readonly name: "ECDSAInvalidSignature";
|
|
15430
15555
|
readonly type: "error";
|
|
15431
|
-
}
|
|
15432
|
-
readonly LockableERC1155Abi: readonly [{
|
|
15556
|
+
}, {
|
|
15433
15557
|
readonly inputs: readonly [{
|
|
15434
|
-
readonly internalType: "address";
|
|
15435
|
-
readonly name: "sender";
|
|
15436
|
-
readonly type: "address";
|
|
15437
|
-
}, {
|
|
15438
15558
|
readonly internalType: "uint256";
|
|
15439
|
-
readonly name: "
|
|
15440
|
-
readonly type: "uint256";
|
|
15441
|
-
}, {
|
|
15442
|
-
readonly internalType: "uint256";
|
|
15443
|
-
readonly name: "needed";
|
|
15444
|
-
readonly type: "uint256";
|
|
15445
|
-
}, {
|
|
15446
|
-
readonly internalType: "uint256";
|
|
15447
|
-
readonly name: "tokenId";
|
|
15559
|
+
readonly name: "length";
|
|
15448
15560
|
readonly type: "uint256";
|
|
15449
15561
|
}];
|
|
15450
|
-
readonly name: "
|
|
15562
|
+
readonly name: "ECDSAInvalidSignatureLength";
|
|
15451
15563
|
readonly type: "error";
|
|
15452
15564
|
}, {
|
|
15453
15565
|
readonly inputs: readonly [{
|
|
15454
|
-
readonly internalType: "
|
|
15455
|
-
readonly name: "
|
|
15456
|
-
readonly type: "
|
|
15566
|
+
readonly internalType: "bytes32";
|
|
15567
|
+
readonly name: "s";
|
|
15568
|
+
readonly type: "bytes32";
|
|
15457
15569
|
}];
|
|
15458
|
-
readonly name: "
|
|
15570
|
+
readonly name: "ECDSAInvalidSignatureS";
|
|
15459
15571
|
readonly type: "error";
|
|
15460
15572
|
}, {
|
|
15461
|
-
readonly inputs: readonly [
|
|
15462
|
-
|
|
15463
|
-
readonly name: "idsLength";
|
|
15464
|
-
readonly type: "uint256";
|
|
15465
|
-
}, {
|
|
15466
|
-
readonly internalType: "uint256";
|
|
15467
|
-
readonly name: "valuesLength";
|
|
15468
|
-
readonly type: "uint256";
|
|
15469
|
-
}];
|
|
15470
|
-
readonly name: "ERC1155InvalidArrayLength";
|
|
15573
|
+
readonly inputs: readonly [];
|
|
15574
|
+
readonly name: "RankNotSpecified";
|
|
15471
15575
|
readonly type: "error";
|
|
15472
15576
|
}, {
|
|
15473
15577
|
readonly inputs: readonly [{
|
|
15474
|
-
readonly internalType: "
|
|
15475
|
-
readonly name: "
|
|
15476
|
-
readonly type: "
|
|
15578
|
+
readonly internalType: "string";
|
|
15579
|
+
readonly name: "message";
|
|
15580
|
+
readonly type: "string";
|
|
15477
15581
|
}];
|
|
15478
|
-
readonly name: "
|
|
15582
|
+
readonly name: "invalidConfiguration";
|
|
15479
15583
|
readonly type: "error";
|
|
15480
15584
|
}, {
|
|
15481
15585
|
readonly inputs: readonly [{
|
|
15482
|
-
readonly internalType: "
|
|
15483
|
-
readonly name: "
|
|
15484
|
-
readonly type: "
|
|
15586
|
+
readonly internalType: "bytes32";
|
|
15587
|
+
readonly name: "digest";
|
|
15588
|
+
readonly type: "bytes32";
|
|
15589
|
+
}, {
|
|
15590
|
+
readonly internalType: "string";
|
|
15591
|
+
readonly name: "message";
|
|
15592
|
+
readonly type: "string";
|
|
15485
15593
|
}];
|
|
15486
|
-
readonly name: "
|
|
15594
|
+
readonly name: "invalidECDSARecoverSigner";
|
|
15487
15595
|
readonly type: "error";
|
|
15488
15596
|
}, {
|
|
15489
15597
|
readonly inputs: readonly [{
|
|
15490
|
-
readonly internalType: "
|
|
15491
|
-
readonly name: "
|
|
15492
|
-
readonly type: "
|
|
15598
|
+
readonly internalType: "uint256";
|
|
15599
|
+
readonly name: "nTurns";
|
|
15600
|
+
readonly type: "uint256";
|
|
15493
15601
|
}];
|
|
15494
|
-
readonly name: "
|
|
15602
|
+
readonly name: "invalidTurnCount";
|
|
15495
15603
|
readonly type: "error";
|
|
15496
15604
|
}, {
|
|
15497
15605
|
readonly inputs: readonly [{
|
|
15498
|
-
readonly internalType: "
|
|
15499
|
-
readonly name: "
|
|
15500
|
-
readonly type: "
|
|
15606
|
+
readonly internalType: "string";
|
|
15607
|
+
readonly name: "parameter";
|
|
15608
|
+
readonly type: "string";
|
|
15501
15609
|
}, {
|
|
15502
|
-
readonly internalType: "
|
|
15503
|
-
readonly name: "
|
|
15504
|
-
readonly type: "
|
|
15610
|
+
readonly internalType: "uint256";
|
|
15611
|
+
readonly name: "arg";
|
|
15612
|
+
readonly type: "uint256";
|
|
15613
|
+
}, {
|
|
15614
|
+
readonly internalType: "uint256";
|
|
15615
|
+
readonly name: "arg2";
|
|
15616
|
+
readonly type: "uint256";
|
|
15505
15617
|
}];
|
|
15506
|
-
readonly name: "
|
|
15618
|
+
readonly name: "quadraticVotingError";
|
|
15507
15619
|
readonly type: "error";
|
|
15508
15620
|
}, {
|
|
15509
15621
|
readonly inputs: readonly [];
|
|
15510
|
-
readonly name: "
|
|
15511
|
-
readonly
|
|
15622
|
+
readonly name: "_PROPOSAL_PROOF_TYPEHASH";
|
|
15623
|
+
readonly outputs: readonly [{
|
|
15624
|
+
readonly internalType: "bytes32";
|
|
15625
|
+
readonly name: "";
|
|
15626
|
+
readonly type: "bytes32";
|
|
15627
|
+
}];
|
|
15628
|
+
readonly stateMutability: "view";
|
|
15629
|
+
readonly type: "function";
|
|
15512
15630
|
}, {
|
|
15513
15631
|
readonly inputs: readonly [];
|
|
15514
|
-
readonly name: "
|
|
15515
|
-
readonly
|
|
15632
|
+
readonly name: "_VOTE_PROOF_TYPEHASH";
|
|
15633
|
+
readonly outputs: readonly [{
|
|
15634
|
+
readonly internalType: "bytes32";
|
|
15635
|
+
readonly name: "";
|
|
15636
|
+
readonly type: "bytes32";
|
|
15637
|
+
}];
|
|
15638
|
+
readonly stateMutability: "view";
|
|
15639
|
+
readonly type: "function";
|
|
15640
|
+
}, {
|
|
15641
|
+
readonly inputs: readonly [];
|
|
15642
|
+
readonly name: "_VOTE_SUBMIT_PROOF_TYPEHASH";
|
|
15643
|
+
readonly outputs: readonly [{
|
|
15644
|
+
readonly internalType: "bytes32";
|
|
15645
|
+
readonly name: "";
|
|
15646
|
+
readonly type: "bytes32";
|
|
15647
|
+
}];
|
|
15648
|
+
readonly stateMutability: "view";
|
|
15649
|
+
readonly type: "function";
|
|
15516
15650
|
}, {
|
|
15517
15651
|
readonly inputs: readonly [{
|
|
15518
|
-
readonly internalType: "
|
|
15519
|
-
readonly name: "
|
|
15520
|
-
readonly type: "
|
|
15652
|
+
readonly internalType: "string";
|
|
15653
|
+
readonly name: "a";
|
|
15654
|
+
readonly type: "string";
|
|
15521
15655
|
}, {
|
|
15522
|
-
readonly internalType: "
|
|
15656
|
+
readonly internalType: "string";
|
|
15657
|
+
readonly name: "b";
|
|
15658
|
+
readonly type: "string";
|
|
15659
|
+
}];
|
|
15660
|
+
readonly name: "compareStrings";
|
|
15661
|
+
readonly outputs: readonly [{
|
|
15662
|
+
readonly internalType: "bool";
|
|
15663
|
+
readonly name: "";
|
|
15664
|
+
readonly type: "bool";
|
|
15665
|
+
}];
|
|
15666
|
+
readonly stateMutability: "pure";
|
|
15667
|
+
readonly type: "function";
|
|
15668
|
+
}, {
|
|
15669
|
+
readonly inputs: readonly [{
|
|
15670
|
+
readonly internalType: "uint256";
|
|
15671
|
+
readonly name: "gameId";
|
|
15672
|
+
readonly type: "uint256";
|
|
15673
|
+
}];
|
|
15674
|
+
readonly name: "enforceGameExists";
|
|
15675
|
+
readonly outputs: readonly [];
|
|
15676
|
+
readonly stateMutability: "view";
|
|
15677
|
+
readonly type: "function";
|
|
15678
|
+
}, {
|
|
15679
|
+
readonly inputs: readonly [{
|
|
15680
|
+
readonly internalType: "uint256";
|
|
15681
|
+
readonly name: "gameId";
|
|
15682
|
+
readonly type: "uint256";
|
|
15683
|
+
}, {
|
|
15684
|
+
readonly internalType: "address";
|
|
15685
|
+
readonly name: "candidate";
|
|
15686
|
+
readonly type: "address";
|
|
15687
|
+
}];
|
|
15688
|
+
readonly name: "enforceIsGM";
|
|
15689
|
+
readonly outputs: readonly [];
|
|
15690
|
+
readonly stateMutability: "view";
|
|
15691
|
+
readonly type: "function";
|
|
15692
|
+
}, {
|
|
15693
|
+
readonly inputs: readonly [{
|
|
15694
|
+
readonly internalType: "uint256";
|
|
15695
|
+
readonly name: "gameId";
|
|
15696
|
+
readonly type: "uint256";
|
|
15697
|
+
}, {
|
|
15698
|
+
readonly internalType: "address";
|
|
15699
|
+
readonly name: "candidate";
|
|
15700
|
+
readonly type: "address";
|
|
15701
|
+
}];
|
|
15702
|
+
readonly name: "enforceIsGameCreator";
|
|
15703
|
+
readonly outputs: readonly [];
|
|
15704
|
+
readonly stateMutability: "view";
|
|
15705
|
+
readonly type: "function";
|
|
15706
|
+
}, {
|
|
15707
|
+
readonly inputs: readonly [];
|
|
15708
|
+
readonly name: "enforceIsInitialized";
|
|
15709
|
+
readonly outputs: readonly [];
|
|
15710
|
+
readonly stateMutability: "view";
|
|
15711
|
+
readonly type: "function";
|
|
15712
|
+
}, {
|
|
15713
|
+
readonly inputs: readonly [{
|
|
15714
|
+
readonly internalType: "uint128";
|
|
15715
|
+
readonly name: "minGameTime";
|
|
15716
|
+
readonly type: "uint128";
|
|
15717
|
+
}, {
|
|
15718
|
+
readonly components: readonly [{
|
|
15719
|
+
readonly internalType: "uint256";
|
|
15720
|
+
readonly name: "principalCost";
|
|
15721
|
+
readonly type: "uint256";
|
|
15722
|
+
}, {
|
|
15723
|
+
readonly internalType: "uint96";
|
|
15724
|
+
readonly name: "principalTimeConstant";
|
|
15725
|
+
readonly type: "uint96";
|
|
15726
|
+
}, {
|
|
15727
|
+
readonly internalType: "address";
|
|
15728
|
+
readonly name: "gamePaymentToken";
|
|
15729
|
+
readonly type: "address";
|
|
15730
|
+
}, {
|
|
15731
|
+
readonly internalType: "address";
|
|
15732
|
+
readonly name: "rankTokenAddress";
|
|
15733
|
+
readonly type: "address";
|
|
15734
|
+
}, {
|
|
15735
|
+
readonly internalType: "address";
|
|
15736
|
+
readonly name: "beneficiary";
|
|
15737
|
+
readonly type: "address";
|
|
15738
|
+
}, {
|
|
15739
|
+
readonly internalType: "uint256";
|
|
15740
|
+
readonly name: "minimumParticipantsInCircle";
|
|
15741
|
+
readonly type: "uint256";
|
|
15742
|
+
}, {
|
|
15743
|
+
readonly internalType: "address";
|
|
15744
|
+
readonly name: "derivedToken";
|
|
15745
|
+
readonly type: "address";
|
|
15746
|
+
}, {
|
|
15747
|
+
readonly internalType: "address";
|
|
15748
|
+
readonly name: "proposalIntegrityVerifier";
|
|
15749
|
+
readonly type: "address";
|
|
15750
|
+
}, {
|
|
15751
|
+
readonly internalType: "address";
|
|
15752
|
+
readonly name: "poseidon5";
|
|
15753
|
+
readonly type: "address";
|
|
15754
|
+
}, {
|
|
15755
|
+
readonly internalType: "address";
|
|
15756
|
+
readonly name: "poseidon6";
|
|
15757
|
+
readonly type: "address";
|
|
15758
|
+
}, {
|
|
15759
|
+
readonly internalType: "address";
|
|
15760
|
+
readonly name: "poseidon2";
|
|
15761
|
+
readonly type: "address";
|
|
15762
|
+
}];
|
|
15763
|
+
readonly internalType: "struct LibRankify.CommonParams";
|
|
15764
|
+
readonly name: "commonParams";
|
|
15765
|
+
readonly type: "tuple";
|
|
15766
|
+
}];
|
|
15767
|
+
readonly name: "getGamePrice";
|
|
15768
|
+
readonly outputs: readonly [{
|
|
15769
|
+
readonly internalType: "uint256";
|
|
15770
|
+
readonly name: "";
|
|
15771
|
+
readonly type: "uint256";
|
|
15772
|
+
}];
|
|
15773
|
+
readonly stateMutability: "pure";
|
|
15774
|
+
readonly type: "function";
|
|
15775
|
+
}];
|
|
15776
|
+
readonly LibSemverAbi: readonly [{
|
|
15777
|
+
readonly inputs: readonly [{
|
|
15778
|
+
readonly internalType: "string";
|
|
15779
|
+
readonly name: "message";
|
|
15780
|
+
readonly type: "string";
|
|
15781
|
+
}];
|
|
15782
|
+
readonly name: "versionMismatch";
|
|
15783
|
+
readonly type: "error";
|
|
15784
|
+
}];
|
|
15785
|
+
readonly LockableERC1155Abi: readonly [{
|
|
15786
|
+
readonly inputs: readonly [{
|
|
15787
|
+
readonly internalType: "address";
|
|
15788
|
+
readonly name: "sender";
|
|
15789
|
+
readonly type: "address";
|
|
15790
|
+
}, {
|
|
15791
|
+
readonly internalType: "uint256";
|
|
15792
|
+
readonly name: "balance";
|
|
15793
|
+
readonly type: "uint256";
|
|
15794
|
+
}, {
|
|
15795
|
+
readonly internalType: "uint256";
|
|
15796
|
+
readonly name: "needed";
|
|
15797
|
+
readonly type: "uint256";
|
|
15798
|
+
}, {
|
|
15799
|
+
readonly internalType: "uint256";
|
|
15800
|
+
readonly name: "tokenId";
|
|
15801
|
+
readonly type: "uint256";
|
|
15802
|
+
}];
|
|
15803
|
+
readonly name: "ERC1155InsufficientBalance";
|
|
15804
|
+
readonly type: "error";
|
|
15805
|
+
}, {
|
|
15806
|
+
readonly inputs: readonly [{
|
|
15807
|
+
readonly internalType: "address";
|
|
15808
|
+
readonly name: "approver";
|
|
15809
|
+
readonly type: "address";
|
|
15810
|
+
}];
|
|
15811
|
+
readonly name: "ERC1155InvalidApprover";
|
|
15812
|
+
readonly type: "error";
|
|
15813
|
+
}, {
|
|
15814
|
+
readonly inputs: readonly [{
|
|
15815
|
+
readonly internalType: "uint256";
|
|
15816
|
+
readonly name: "idsLength";
|
|
15817
|
+
readonly type: "uint256";
|
|
15818
|
+
}, {
|
|
15819
|
+
readonly internalType: "uint256";
|
|
15820
|
+
readonly name: "valuesLength";
|
|
15821
|
+
readonly type: "uint256";
|
|
15822
|
+
}];
|
|
15823
|
+
readonly name: "ERC1155InvalidArrayLength";
|
|
15824
|
+
readonly type: "error";
|
|
15825
|
+
}, {
|
|
15826
|
+
readonly inputs: readonly [{
|
|
15827
|
+
readonly internalType: "address";
|
|
15828
|
+
readonly name: "operator";
|
|
15829
|
+
readonly type: "address";
|
|
15830
|
+
}];
|
|
15831
|
+
readonly name: "ERC1155InvalidOperator";
|
|
15832
|
+
readonly type: "error";
|
|
15833
|
+
}, {
|
|
15834
|
+
readonly inputs: readonly [{
|
|
15835
|
+
readonly internalType: "address";
|
|
15836
|
+
readonly name: "receiver";
|
|
15837
|
+
readonly type: "address";
|
|
15838
|
+
}];
|
|
15839
|
+
readonly name: "ERC1155InvalidReceiver";
|
|
15840
|
+
readonly type: "error";
|
|
15841
|
+
}, {
|
|
15842
|
+
readonly inputs: readonly [{
|
|
15843
|
+
readonly internalType: "address";
|
|
15844
|
+
readonly name: "sender";
|
|
15845
|
+
readonly type: "address";
|
|
15846
|
+
}];
|
|
15847
|
+
readonly name: "ERC1155InvalidSender";
|
|
15848
|
+
readonly type: "error";
|
|
15849
|
+
}, {
|
|
15850
|
+
readonly inputs: readonly [{
|
|
15851
|
+
readonly internalType: "address";
|
|
15852
|
+
readonly name: "operator";
|
|
15853
|
+
readonly type: "address";
|
|
15854
|
+
}, {
|
|
15855
|
+
readonly internalType: "address";
|
|
15856
|
+
readonly name: "owner";
|
|
15857
|
+
readonly type: "address";
|
|
15858
|
+
}];
|
|
15859
|
+
readonly name: "ERC1155MissingApprovalForAll";
|
|
15860
|
+
readonly type: "error";
|
|
15861
|
+
}, {
|
|
15862
|
+
readonly inputs: readonly [];
|
|
15863
|
+
readonly name: "InvalidInitialization";
|
|
15864
|
+
readonly type: "error";
|
|
15865
|
+
}, {
|
|
15866
|
+
readonly inputs: readonly [];
|
|
15867
|
+
readonly name: "NotInitializing";
|
|
15868
|
+
readonly type: "error";
|
|
15869
|
+
}, {
|
|
15870
|
+
readonly inputs: readonly [{
|
|
15871
|
+
readonly internalType: "uint256";
|
|
15872
|
+
readonly name: "id";
|
|
15873
|
+
readonly type: "uint256";
|
|
15874
|
+
}, {
|
|
15875
|
+
readonly internalType: "uint256";
|
|
15523
15876
|
readonly name: "balance";
|
|
15524
15877
|
readonly type: "uint256";
|
|
15525
15878
|
}, {
|
|
@@ -15918,14 +16271,6 @@ declare const abis: {
|
|
|
15918
16271
|
readonly internalType: "address";
|
|
15919
16272
|
readonly name: "trustedForwarder";
|
|
15920
16273
|
readonly type: "address";
|
|
15921
|
-
}, {
|
|
15922
|
-
readonly internalType: "address";
|
|
15923
|
-
readonly name: "paymentToken";
|
|
15924
|
-
readonly type: "address";
|
|
15925
|
-
}, {
|
|
15926
|
-
readonly internalType: "address";
|
|
15927
|
-
readonly name: "beneficiary";
|
|
15928
|
-
readonly type: "address";
|
|
15929
16274
|
}, {
|
|
15930
16275
|
readonly internalType: "address[]";
|
|
15931
16276
|
readonly name: "zkpVerifier";
|
|
@@ -16038,6 +16383,14 @@ declare const abis: {
|
|
|
16038
16383
|
readonly internalType: "string";
|
|
16039
16384
|
readonly name: "tokenSymbol";
|
|
16040
16385
|
readonly type: "string";
|
|
16386
|
+
}, {
|
|
16387
|
+
readonly internalType: "uint256[]";
|
|
16388
|
+
readonly name: "preMintAmounts";
|
|
16389
|
+
readonly type: "uint256[]";
|
|
16390
|
+
}, {
|
|
16391
|
+
readonly internalType: "address[]";
|
|
16392
|
+
readonly name: "preMintReceivers";
|
|
16393
|
+
readonly type: "address[]";
|
|
16041
16394
|
}];
|
|
16042
16395
|
readonly internalType: "struct MAODistribution.TokenArguments";
|
|
16043
16396
|
readonly name: "tokenSettings";
|
|
@@ -16063,6 +16416,10 @@ declare const abis: {
|
|
|
16063
16416
|
readonly internalType: "address";
|
|
16064
16417
|
readonly name: "owner";
|
|
16065
16418
|
readonly type: "address";
|
|
16419
|
+
}, {
|
|
16420
|
+
readonly internalType: "address";
|
|
16421
|
+
readonly name: "paymentToken";
|
|
16422
|
+
readonly type: "address";
|
|
16066
16423
|
}];
|
|
16067
16424
|
readonly internalType: "struct MAODistribution.UserRankifySettings";
|
|
16068
16425
|
readonly name: "rankifySettings";
|
|
@@ -16083,6 +16440,14 @@ declare const abis: {
|
|
|
16083
16440
|
readonly internalType: "string";
|
|
16084
16441
|
readonly name: "tokenSymbol";
|
|
16085
16442
|
readonly type: "string";
|
|
16443
|
+
}, {
|
|
16444
|
+
readonly internalType: "uint256[]";
|
|
16445
|
+
readonly name: "preMintAmounts";
|
|
16446
|
+
readonly type: "uint256[]";
|
|
16447
|
+
}, {
|
|
16448
|
+
readonly internalType: "address[]";
|
|
16449
|
+
readonly name: "preMintReceivers";
|
|
16450
|
+
readonly type: "address[]";
|
|
16086
16451
|
}];
|
|
16087
16452
|
readonly internalType: "struct MAODistribution.TokenArguments";
|
|
16088
16453
|
readonly name: "tokenSettings";
|
|
@@ -16108,6 +16473,10 @@ declare const abis: {
|
|
|
16108
16473
|
readonly internalType: "address";
|
|
16109
16474
|
readonly name: "owner";
|
|
16110
16475
|
readonly type: "address";
|
|
16476
|
+
}, {
|
|
16477
|
+
readonly internalType: "address";
|
|
16478
|
+
readonly name: "paymentToken";
|
|
16479
|
+
readonly type: "address";
|
|
16111
16480
|
}];
|
|
16112
16481
|
readonly internalType: "struct MAODistribution.UserRankifySettings";
|
|
16113
16482
|
readonly name: "rankifySettings";
|
|
@@ -24101,22 +24470,6 @@ declare const abis: {
|
|
|
24101
24470
|
}];
|
|
24102
24471
|
readonly name: "ballotIntegrityCheckFailed";
|
|
24103
24472
|
readonly type: "error";
|
|
24104
|
-
}, {
|
|
24105
|
-
readonly inputs: readonly [{
|
|
24106
|
-
readonly internalType: "string";
|
|
24107
|
-
readonly name: "parameter";
|
|
24108
|
-
readonly type: "string";
|
|
24109
|
-
}, {
|
|
24110
|
-
readonly internalType: "uint256";
|
|
24111
|
-
readonly name: "arg";
|
|
24112
|
-
readonly type: "uint256";
|
|
24113
|
-
}, {
|
|
24114
|
-
readonly internalType: "uint256";
|
|
24115
|
-
readonly name: "arg2";
|
|
24116
|
-
readonly type: "uint256";
|
|
24117
|
-
}];
|
|
24118
|
-
readonly name: "quadraticVotingError";
|
|
24119
|
-
readonly type: "error";
|
|
24120
24473
|
}, {
|
|
24121
24474
|
readonly anonymous: false;
|
|
24122
24475
|
readonly inputs: readonly [{
|
|
@@ -24419,37 +24772,17 @@ declare const abis: {
|
|
|
24419
24772
|
readonly outputs: readonly [];
|
|
24420
24773
|
readonly stateMutability: "nonpayable";
|
|
24421
24774
|
readonly type: "function";
|
|
24422
|
-
}, {
|
|
24423
|
-
readonly inputs: readonly [];
|
|
24424
|
-
readonly name: "ECDSAInvalidSignature";
|
|
24425
|
-
readonly type: "error";
|
|
24426
24775
|
}, {
|
|
24427
24776
|
readonly inputs: readonly [{
|
|
24428
24777
|
readonly internalType: "uint256";
|
|
24429
|
-
readonly name: "
|
|
24778
|
+
readonly name: "a";
|
|
24779
|
+
readonly type: "uint256";
|
|
24780
|
+
}, {
|
|
24781
|
+
readonly internalType: "uint256";
|
|
24782
|
+
readonly name: "b";
|
|
24430
24783
|
readonly type: "uint256";
|
|
24431
24784
|
}];
|
|
24432
|
-
readonly name: "
|
|
24433
|
-
readonly type: "error";
|
|
24434
|
-
}, {
|
|
24435
|
-
readonly inputs: readonly [{
|
|
24436
|
-
readonly internalType: "bytes32";
|
|
24437
|
-
readonly name: "s";
|
|
24438
|
-
readonly type: "bytes32";
|
|
24439
|
-
}];
|
|
24440
|
-
readonly name: "ECDSAInvalidSignatureS";
|
|
24441
|
-
readonly type: "error";
|
|
24442
|
-
}, {
|
|
24443
|
-
readonly inputs: readonly [{
|
|
24444
|
-
readonly internalType: "uint256";
|
|
24445
|
-
readonly name: "a";
|
|
24446
|
-
readonly type: "uint256";
|
|
24447
|
-
}, {
|
|
24448
|
-
readonly internalType: "uint256";
|
|
24449
|
-
readonly name: "b";
|
|
24450
|
-
readonly type: "uint256";
|
|
24451
|
-
}];
|
|
24452
|
-
readonly name: "NoDivisionReminderAllowed";
|
|
24785
|
+
readonly name: "NoDivisionReminderAllowed";
|
|
24453
24786
|
readonly type: "error";
|
|
24454
24787
|
}, {
|
|
24455
24788
|
readonly inputs: readonly [];
|
|
@@ -24582,6 +24915,134 @@ declare const abis: {
|
|
|
24582
24915
|
}];
|
|
24583
24916
|
readonly name: "RegistrationOpen";
|
|
24584
24917
|
readonly type: "event";
|
|
24918
|
+
}, {
|
|
24919
|
+
readonly anonymous: false;
|
|
24920
|
+
readonly inputs: readonly [{
|
|
24921
|
+
readonly indexed: true;
|
|
24922
|
+
readonly internalType: "uint256";
|
|
24923
|
+
readonly name: "gameId";
|
|
24924
|
+
readonly type: "uint256";
|
|
24925
|
+
}, {
|
|
24926
|
+
readonly components: readonly [{
|
|
24927
|
+
readonly components: readonly [{
|
|
24928
|
+
readonly internalType: "uint256";
|
|
24929
|
+
readonly name: "have";
|
|
24930
|
+
readonly type: "uint256";
|
|
24931
|
+
}, {
|
|
24932
|
+
readonly internalType: "uint256";
|
|
24933
|
+
readonly name: "lock";
|
|
24934
|
+
readonly type: "uint256";
|
|
24935
|
+
}, {
|
|
24936
|
+
readonly internalType: "uint256";
|
|
24937
|
+
readonly name: "burn";
|
|
24938
|
+
readonly type: "uint256";
|
|
24939
|
+
}, {
|
|
24940
|
+
readonly internalType: "uint256";
|
|
24941
|
+
readonly name: "pay";
|
|
24942
|
+
readonly type: "uint256";
|
|
24943
|
+
}, {
|
|
24944
|
+
readonly internalType: "uint256";
|
|
24945
|
+
readonly name: "bet";
|
|
24946
|
+
readonly type: "uint256";
|
|
24947
|
+
}];
|
|
24948
|
+
readonly internalType: "struct LibCoinVending.NumericCondition";
|
|
24949
|
+
readonly name: "ethValues";
|
|
24950
|
+
readonly type: "tuple";
|
|
24951
|
+
}, {
|
|
24952
|
+
readonly components: readonly [{
|
|
24953
|
+
readonly internalType: "address";
|
|
24954
|
+
readonly name: "contractAddress";
|
|
24955
|
+
readonly type: "address";
|
|
24956
|
+
}, {
|
|
24957
|
+
readonly internalType: "uint256";
|
|
24958
|
+
readonly name: "contractId";
|
|
24959
|
+
readonly type: "uint256";
|
|
24960
|
+
}, {
|
|
24961
|
+
readonly internalType: "enum LibCoinVending.ContractTypes";
|
|
24962
|
+
readonly name: "contractType";
|
|
24963
|
+
readonly type: "uint8";
|
|
24964
|
+
}, {
|
|
24965
|
+
readonly components: readonly [{
|
|
24966
|
+
readonly components: readonly [{
|
|
24967
|
+
readonly internalType: "bytes";
|
|
24968
|
+
readonly name: "data";
|
|
24969
|
+
readonly type: "bytes";
|
|
24970
|
+
}, {
|
|
24971
|
+
readonly internalType: "uint256";
|
|
24972
|
+
readonly name: "amount";
|
|
24973
|
+
readonly type: "uint256";
|
|
24974
|
+
}];
|
|
24975
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
24976
|
+
readonly name: "have";
|
|
24977
|
+
readonly type: "tuple";
|
|
24978
|
+
}, {
|
|
24979
|
+
readonly components: readonly [{
|
|
24980
|
+
readonly internalType: "bytes";
|
|
24981
|
+
readonly name: "data";
|
|
24982
|
+
readonly type: "bytes";
|
|
24983
|
+
}, {
|
|
24984
|
+
readonly internalType: "uint256";
|
|
24985
|
+
readonly name: "amount";
|
|
24986
|
+
readonly type: "uint256";
|
|
24987
|
+
}];
|
|
24988
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
24989
|
+
readonly name: "lock";
|
|
24990
|
+
readonly type: "tuple";
|
|
24991
|
+
}, {
|
|
24992
|
+
readonly components: readonly [{
|
|
24993
|
+
readonly internalType: "bytes";
|
|
24994
|
+
readonly name: "data";
|
|
24995
|
+
readonly type: "bytes";
|
|
24996
|
+
}, {
|
|
24997
|
+
readonly internalType: "uint256";
|
|
24998
|
+
readonly name: "amount";
|
|
24999
|
+
readonly type: "uint256";
|
|
25000
|
+
}];
|
|
25001
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25002
|
+
readonly name: "burn";
|
|
25003
|
+
readonly type: "tuple";
|
|
25004
|
+
}, {
|
|
25005
|
+
readonly components: readonly [{
|
|
25006
|
+
readonly internalType: "bytes";
|
|
25007
|
+
readonly name: "data";
|
|
25008
|
+
readonly type: "bytes";
|
|
25009
|
+
}, {
|
|
25010
|
+
readonly internalType: "uint256";
|
|
25011
|
+
readonly name: "amount";
|
|
25012
|
+
readonly type: "uint256";
|
|
25013
|
+
}];
|
|
25014
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25015
|
+
readonly name: "pay";
|
|
25016
|
+
readonly type: "tuple";
|
|
25017
|
+
}, {
|
|
25018
|
+
readonly components: readonly [{
|
|
25019
|
+
readonly internalType: "bytes";
|
|
25020
|
+
readonly name: "data";
|
|
25021
|
+
readonly type: "bytes";
|
|
25022
|
+
}, {
|
|
25023
|
+
readonly internalType: "uint256";
|
|
25024
|
+
readonly name: "amount";
|
|
25025
|
+
readonly type: "uint256";
|
|
25026
|
+
}];
|
|
25027
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25028
|
+
readonly name: "bet";
|
|
25029
|
+
readonly type: "tuple";
|
|
25030
|
+
}];
|
|
25031
|
+
readonly internalType: "struct LibCoinVending.ContractCondition";
|
|
25032
|
+
readonly name: "contractRequirement";
|
|
25033
|
+
readonly type: "tuple";
|
|
25034
|
+
}];
|
|
25035
|
+
readonly internalType: "struct LibCoinVending.configSmartRequirement[]";
|
|
25036
|
+
readonly name: "contracts";
|
|
25037
|
+
readonly type: "tuple[]";
|
|
25038
|
+
}];
|
|
25039
|
+
readonly indexed: false;
|
|
25040
|
+
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
25041
|
+
readonly name: "config";
|
|
25042
|
+
readonly type: "tuple";
|
|
25043
|
+
}];
|
|
25044
|
+
readonly name: "RequirementsConfigured";
|
|
25045
|
+
readonly type: "event";
|
|
24585
25046
|
}, {
|
|
24586
25047
|
readonly anonymous: false;
|
|
24587
25048
|
readonly inputs: readonly [{
|
|
@@ -24641,7 +25102,175 @@ declare const abis: {
|
|
|
24641
25102
|
readonly name: "gameId";
|
|
24642
25103
|
readonly type: "uint256";
|
|
24643
25104
|
}];
|
|
24644
|
-
readonly name: "cancelGame";
|
|
25105
|
+
readonly name: "cancelGame";
|
|
25106
|
+
readonly outputs: readonly [];
|
|
25107
|
+
readonly stateMutability: "nonpayable";
|
|
25108
|
+
readonly type: "function";
|
|
25109
|
+
}, {
|
|
25110
|
+
readonly inputs: readonly [{
|
|
25111
|
+
readonly components: readonly [{
|
|
25112
|
+
readonly internalType: "uint256";
|
|
25113
|
+
readonly name: "gameRank";
|
|
25114
|
+
readonly type: "uint256";
|
|
25115
|
+
}, {
|
|
25116
|
+
readonly internalType: "uint256";
|
|
25117
|
+
readonly name: "minPlayerCnt";
|
|
25118
|
+
readonly type: "uint256";
|
|
25119
|
+
}, {
|
|
25120
|
+
readonly internalType: "uint256";
|
|
25121
|
+
readonly name: "maxPlayerCnt";
|
|
25122
|
+
readonly type: "uint256";
|
|
25123
|
+
}, {
|
|
25124
|
+
readonly internalType: "uint96";
|
|
25125
|
+
readonly name: "nTurns";
|
|
25126
|
+
readonly type: "uint96";
|
|
25127
|
+
}, {
|
|
25128
|
+
readonly internalType: "uint256";
|
|
25129
|
+
readonly name: "voteCredits";
|
|
25130
|
+
readonly type: "uint256";
|
|
25131
|
+
}, {
|
|
25132
|
+
readonly internalType: "address";
|
|
25133
|
+
readonly name: "gameMaster";
|
|
25134
|
+
readonly type: "address";
|
|
25135
|
+
}, {
|
|
25136
|
+
readonly internalType: "uint128";
|
|
25137
|
+
readonly name: "minGameTime";
|
|
25138
|
+
readonly type: "uint128";
|
|
25139
|
+
}, {
|
|
25140
|
+
readonly internalType: "uint128";
|
|
25141
|
+
readonly name: "timePerTurn";
|
|
25142
|
+
readonly type: "uint128";
|
|
25143
|
+
}, {
|
|
25144
|
+
readonly internalType: "uint128";
|
|
25145
|
+
readonly name: "timeToJoin";
|
|
25146
|
+
readonly type: "uint128";
|
|
25147
|
+
}, {
|
|
25148
|
+
readonly internalType: "string";
|
|
25149
|
+
readonly name: "metadata";
|
|
25150
|
+
readonly type: "string";
|
|
25151
|
+
}];
|
|
25152
|
+
readonly internalType: "struct IRankifyInstance.NewGameParamsInput";
|
|
25153
|
+
readonly name: "params";
|
|
25154
|
+
readonly type: "tuple";
|
|
25155
|
+
}, {
|
|
25156
|
+
readonly components: readonly [{
|
|
25157
|
+
readonly components: readonly [{
|
|
25158
|
+
readonly internalType: "uint256";
|
|
25159
|
+
readonly name: "have";
|
|
25160
|
+
readonly type: "uint256";
|
|
25161
|
+
}, {
|
|
25162
|
+
readonly internalType: "uint256";
|
|
25163
|
+
readonly name: "lock";
|
|
25164
|
+
readonly type: "uint256";
|
|
25165
|
+
}, {
|
|
25166
|
+
readonly internalType: "uint256";
|
|
25167
|
+
readonly name: "burn";
|
|
25168
|
+
readonly type: "uint256";
|
|
25169
|
+
}, {
|
|
25170
|
+
readonly internalType: "uint256";
|
|
25171
|
+
readonly name: "pay";
|
|
25172
|
+
readonly type: "uint256";
|
|
25173
|
+
}, {
|
|
25174
|
+
readonly internalType: "uint256";
|
|
25175
|
+
readonly name: "bet";
|
|
25176
|
+
readonly type: "uint256";
|
|
25177
|
+
}];
|
|
25178
|
+
readonly internalType: "struct LibCoinVending.NumericCondition";
|
|
25179
|
+
readonly name: "ethValues";
|
|
25180
|
+
readonly type: "tuple";
|
|
25181
|
+
}, {
|
|
25182
|
+
readonly components: readonly [{
|
|
25183
|
+
readonly internalType: "address";
|
|
25184
|
+
readonly name: "contractAddress";
|
|
25185
|
+
readonly type: "address";
|
|
25186
|
+
}, {
|
|
25187
|
+
readonly internalType: "uint256";
|
|
25188
|
+
readonly name: "contractId";
|
|
25189
|
+
readonly type: "uint256";
|
|
25190
|
+
}, {
|
|
25191
|
+
readonly internalType: "enum LibCoinVending.ContractTypes";
|
|
25192
|
+
readonly name: "contractType";
|
|
25193
|
+
readonly type: "uint8";
|
|
25194
|
+
}, {
|
|
25195
|
+
readonly components: readonly [{
|
|
25196
|
+
readonly components: readonly [{
|
|
25197
|
+
readonly internalType: "bytes";
|
|
25198
|
+
readonly name: "data";
|
|
25199
|
+
readonly type: "bytes";
|
|
25200
|
+
}, {
|
|
25201
|
+
readonly internalType: "uint256";
|
|
25202
|
+
readonly name: "amount";
|
|
25203
|
+
readonly type: "uint256";
|
|
25204
|
+
}];
|
|
25205
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25206
|
+
readonly name: "have";
|
|
25207
|
+
readonly type: "tuple";
|
|
25208
|
+
}, {
|
|
25209
|
+
readonly components: readonly [{
|
|
25210
|
+
readonly internalType: "bytes";
|
|
25211
|
+
readonly name: "data";
|
|
25212
|
+
readonly type: "bytes";
|
|
25213
|
+
}, {
|
|
25214
|
+
readonly internalType: "uint256";
|
|
25215
|
+
readonly name: "amount";
|
|
25216
|
+
readonly type: "uint256";
|
|
25217
|
+
}];
|
|
25218
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25219
|
+
readonly name: "lock";
|
|
25220
|
+
readonly type: "tuple";
|
|
25221
|
+
}, {
|
|
25222
|
+
readonly components: readonly [{
|
|
25223
|
+
readonly internalType: "bytes";
|
|
25224
|
+
readonly name: "data";
|
|
25225
|
+
readonly type: "bytes";
|
|
25226
|
+
}, {
|
|
25227
|
+
readonly internalType: "uint256";
|
|
25228
|
+
readonly name: "amount";
|
|
25229
|
+
readonly type: "uint256";
|
|
25230
|
+
}];
|
|
25231
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25232
|
+
readonly name: "burn";
|
|
25233
|
+
readonly type: "tuple";
|
|
25234
|
+
}, {
|
|
25235
|
+
readonly components: readonly [{
|
|
25236
|
+
readonly internalType: "bytes";
|
|
25237
|
+
readonly name: "data";
|
|
25238
|
+
readonly type: "bytes";
|
|
25239
|
+
}, {
|
|
25240
|
+
readonly internalType: "uint256";
|
|
25241
|
+
readonly name: "amount";
|
|
25242
|
+
readonly type: "uint256";
|
|
25243
|
+
}];
|
|
25244
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25245
|
+
readonly name: "pay";
|
|
25246
|
+
readonly type: "tuple";
|
|
25247
|
+
}, {
|
|
25248
|
+
readonly components: readonly [{
|
|
25249
|
+
readonly internalType: "bytes";
|
|
25250
|
+
readonly name: "data";
|
|
25251
|
+
readonly type: "bytes";
|
|
25252
|
+
}, {
|
|
25253
|
+
readonly internalType: "uint256";
|
|
25254
|
+
readonly name: "amount";
|
|
25255
|
+
readonly type: "uint256";
|
|
25256
|
+
}];
|
|
25257
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25258
|
+
readonly name: "bet";
|
|
25259
|
+
readonly type: "tuple";
|
|
25260
|
+
}];
|
|
25261
|
+
readonly internalType: "struct LibCoinVending.ContractCondition";
|
|
25262
|
+
readonly name: "contractRequirement";
|
|
25263
|
+
readonly type: "tuple";
|
|
25264
|
+
}];
|
|
25265
|
+
readonly internalType: "struct LibCoinVending.configSmartRequirement[]";
|
|
25266
|
+
readonly name: "contracts";
|
|
25267
|
+
readonly type: "tuple[]";
|
|
25268
|
+
}];
|
|
25269
|
+
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
25270
|
+
readonly name: "requirements";
|
|
25271
|
+
readonly type: "tuple";
|
|
25272
|
+
}];
|
|
25273
|
+
readonly name: "createAndOpenGame";
|
|
24645
25274
|
readonly outputs: readonly [];
|
|
24646
25275
|
readonly stateMutability: "nonpayable";
|
|
24647
25276
|
readonly type: "function";
|
|
@@ -24693,7 +25322,11 @@ declare const abis: {
|
|
|
24693
25322
|
readonly type: "tuple";
|
|
24694
25323
|
}];
|
|
24695
25324
|
readonly name: "createGame";
|
|
24696
|
-
readonly outputs: readonly [
|
|
25325
|
+
readonly outputs: readonly [{
|
|
25326
|
+
readonly internalType: "uint256";
|
|
25327
|
+
readonly name: "";
|
|
25328
|
+
readonly type: "uint256";
|
|
25329
|
+
}];
|
|
24697
25330
|
readonly stateMutability: "nonpayable";
|
|
24698
25331
|
readonly type: "function";
|
|
24699
25332
|
}, {
|
|
@@ -24882,11 +25515,11 @@ declare const abis: {
|
|
|
24882
25515
|
readonly name: "player";
|
|
24883
25516
|
readonly type: "address";
|
|
24884
25517
|
}];
|
|
24885
|
-
readonly name: "
|
|
25518
|
+
readonly name: "getPlayersGames";
|
|
24886
25519
|
readonly outputs: readonly [{
|
|
24887
|
-
readonly internalType: "uint256";
|
|
25520
|
+
readonly internalType: "uint256[]";
|
|
24888
25521
|
readonly name: "";
|
|
24889
|
-
readonly type: "uint256";
|
|
25522
|
+
readonly type: "uint256[]";
|
|
24890
25523
|
}];
|
|
24891
25524
|
readonly stateMutability: "view";
|
|
24892
25525
|
readonly type: "function";
|
|
@@ -25000,6 +25633,24 @@ declare const abis: {
|
|
|
25000
25633
|
}];
|
|
25001
25634
|
readonly stateMutability: "view";
|
|
25002
25635
|
readonly type: "function";
|
|
25636
|
+
}, {
|
|
25637
|
+
readonly inputs: readonly [{
|
|
25638
|
+
readonly internalType: "uint256";
|
|
25639
|
+
readonly name: "gameId";
|
|
25640
|
+
readonly type: "uint256";
|
|
25641
|
+
}, {
|
|
25642
|
+
readonly internalType: "address";
|
|
25643
|
+
readonly name: "player";
|
|
25644
|
+
readonly type: "address";
|
|
25645
|
+
}];
|
|
25646
|
+
readonly name: "isPlayerInGame";
|
|
25647
|
+
readonly outputs: readonly [{
|
|
25648
|
+
readonly internalType: "bool";
|
|
25649
|
+
readonly name: "";
|
|
25650
|
+
readonly type: "bool";
|
|
25651
|
+
}];
|
|
25652
|
+
readonly stateMutability: "view";
|
|
25653
|
+
readonly type: "function";
|
|
25003
25654
|
}, {
|
|
25004
25655
|
readonly inputs: readonly [{
|
|
25005
25656
|
readonly internalType: "uint256";
|
|
@@ -25169,22 +25820,6 @@ declare const abis: {
|
|
|
25169
25820
|
readonly internalType: "uint256";
|
|
25170
25821
|
readonly name: "gameId";
|
|
25171
25822
|
readonly type: "uint256";
|
|
25172
|
-
}, {
|
|
25173
|
-
readonly internalType: "uint256";
|
|
25174
|
-
readonly name: "permutationCommitment";
|
|
25175
|
-
readonly type: "uint256";
|
|
25176
|
-
}];
|
|
25177
|
-
readonly name: "startGame";
|
|
25178
|
-
readonly outputs: readonly [];
|
|
25179
|
-
readonly stateMutability: "nonpayable";
|
|
25180
|
-
readonly type: "function";
|
|
25181
|
-
}, {
|
|
25182
|
-
readonly anonymous: false;
|
|
25183
|
-
readonly inputs: readonly [{
|
|
25184
|
-
readonly indexed: true;
|
|
25185
|
-
readonly internalType: "uint256";
|
|
25186
|
-
readonly name: "gameId";
|
|
25187
|
-
readonly type: "uint256";
|
|
25188
25823
|
}, {
|
|
25189
25824
|
readonly components: readonly [{
|
|
25190
25825
|
readonly components: readonly [{
|
|
@@ -25299,13 +25934,28 @@ declare const abis: {
|
|
|
25299
25934
|
readonly name: "contracts";
|
|
25300
25935
|
readonly type: "tuple[]";
|
|
25301
25936
|
}];
|
|
25302
|
-
readonly indexed: false;
|
|
25303
25937
|
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
25304
25938
|
readonly name: "config";
|
|
25305
25939
|
readonly type: "tuple";
|
|
25306
25940
|
}];
|
|
25307
|
-
readonly name: "
|
|
25308
|
-
readonly
|
|
25941
|
+
readonly name: "setJoinRequirements";
|
|
25942
|
+
readonly outputs: readonly [];
|
|
25943
|
+
readonly stateMutability: "nonpayable";
|
|
25944
|
+
readonly type: "function";
|
|
25945
|
+
}, {
|
|
25946
|
+
readonly inputs: readonly [{
|
|
25947
|
+
readonly internalType: "uint256";
|
|
25948
|
+
readonly name: "gameId";
|
|
25949
|
+
readonly type: "uint256";
|
|
25950
|
+
}, {
|
|
25951
|
+
readonly internalType: "uint256";
|
|
25952
|
+
readonly name: "permutationCommitment";
|
|
25953
|
+
readonly type: "uint256";
|
|
25954
|
+
}];
|
|
25955
|
+
readonly name: "startGame";
|
|
25956
|
+
readonly outputs: readonly [];
|
|
25957
|
+
readonly stateMutability: "nonpayable";
|
|
25958
|
+
readonly type: "function";
|
|
25309
25959
|
}, {
|
|
25310
25960
|
readonly inputs: readonly [];
|
|
25311
25961
|
readonly name: "getCommonParams";
|
|
@@ -25653,133 +26303,6 @@ declare const abis: {
|
|
|
25653
26303
|
}];
|
|
25654
26304
|
readonly stateMutability: "view";
|
|
25655
26305
|
readonly type: "function";
|
|
25656
|
-
}, {
|
|
25657
|
-
readonly inputs: readonly [{
|
|
25658
|
-
readonly internalType: "uint256";
|
|
25659
|
-
readonly name: "gameId";
|
|
25660
|
-
readonly type: "uint256";
|
|
25661
|
-
}, {
|
|
25662
|
-
readonly components: readonly [{
|
|
25663
|
-
readonly components: readonly [{
|
|
25664
|
-
readonly internalType: "uint256";
|
|
25665
|
-
readonly name: "have";
|
|
25666
|
-
readonly type: "uint256";
|
|
25667
|
-
}, {
|
|
25668
|
-
readonly internalType: "uint256";
|
|
25669
|
-
readonly name: "lock";
|
|
25670
|
-
readonly type: "uint256";
|
|
25671
|
-
}, {
|
|
25672
|
-
readonly internalType: "uint256";
|
|
25673
|
-
readonly name: "burn";
|
|
25674
|
-
readonly type: "uint256";
|
|
25675
|
-
}, {
|
|
25676
|
-
readonly internalType: "uint256";
|
|
25677
|
-
readonly name: "pay";
|
|
25678
|
-
readonly type: "uint256";
|
|
25679
|
-
}, {
|
|
25680
|
-
readonly internalType: "uint256";
|
|
25681
|
-
readonly name: "bet";
|
|
25682
|
-
readonly type: "uint256";
|
|
25683
|
-
}];
|
|
25684
|
-
readonly internalType: "struct LibCoinVending.NumericCondition";
|
|
25685
|
-
readonly name: "ethValues";
|
|
25686
|
-
readonly type: "tuple";
|
|
25687
|
-
}, {
|
|
25688
|
-
readonly components: readonly [{
|
|
25689
|
-
readonly internalType: "address";
|
|
25690
|
-
readonly name: "contractAddress";
|
|
25691
|
-
readonly type: "address";
|
|
25692
|
-
}, {
|
|
25693
|
-
readonly internalType: "uint256";
|
|
25694
|
-
readonly name: "contractId";
|
|
25695
|
-
readonly type: "uint256";
|
|
25696
|
-
}, {
|
|
25697
|
-
readonly internalType: "enum LibCoinVending.ContractTypes";
|
|
25698
|
-
readonly name: "contractType";
|
|
25699
|
-
readonly type: "uint8";
|
|
25700
|
-
}, {
|
|
25701
|
-
readonly components: readonly [{
|
|
25702
|
-
readonly components: readonly [{
|
|
25703
|
-
readonly internalType: "bytes";
|
|
25704
|
-
readonly name: "data";
|
|
25705
|
-
readonly type: "bytes";
|
|
25706
|
-
}, {
|
|
25707
|
-
readonly internalType: "uint256";
|
|
25708
|
-
readonly name: "amount";
|
|
25709
|
-
readonly type: "uint256";
|
|
25710
|
-
}];
|
|
25711
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25712
|
-
readonly name: "have";
|
|
25713
|
-
readonly type: "tuple";
|
|
25714
|
-
}, {
|
|
25715
|
-
readonly components: readonly [{
|
|
25716
|
-
readonly internalType: "bytes";
|
|
25717
|
-
readonly name: "data";
|
|
25718
|
-
readonly type: "bytes";
|
|
25719
|
-
}, {
|
|
25720
|
-
readonly internalType: "uint256";
|
|
25721
|
-
readonly name: "amount";
|
|
25722
|
-
readonly type: "uint256";
|
|
25723
|
-
}];
|
|
25724
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25725
|
-
readonly name: "lock";
|
|
25726
|
-
readonly type: "tuple";
|
|
25727
|
-
}, {
|
|
25728
|
-
readonly components: readonly [{
|
|
25729
|
-
readonly internalType: "bytes";
|
|
25730
|
-
readonly name: "data";
|
|
25731
|
-
readonly type: "bytes";
|
|
25732
|
-
}, {
|
|
25733
|
-
readonly internalType: "uint256";
|
|
25734
|
-
readonly name: "amount";
|
|
25735
|
-
readonly type: "uint256";
|
|
25736
|
-
}];
|
|
25737
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25738
|
-
readonly name: "burn";
|
|
25739
|
-
readonly type: "tuple";
|
|
25740
|
-
}, {
|
|
25741
|
-
readonly components: readonly [{
|
|
25742
|
-
readonly internalType: "bytes";
|
|
25743
|
-
readonly name: "data";
|
|
25744
|
-
readonly type: "bytes";
|
|
25745
|
-
}, {
|
|
25746
|
-
readonly internalType: "uint256";
|
|
25747
|
-
readonly name: "amount";
|
|
25748
|
-
readonly type: "uint256";
|
|
25749
|
-
}];
|
|
25750
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25751
|
-
readonly name: "pay";
|
|
25752
|
-
readonly type: "tuple";
|
|
25753
|
-
}, {
|
|
25754
|
-
readonly components: readonly [{
|
|
25755
|
-
readonly internalType: "bytes";
|
|
25756
|
-
readonly name: "data";
|
|
25757
|
-
readonly type: "bytes";
|
|
25758
|
-
}, {
|
|
25759
|
-
readonly internalType: "uint256";
|
|
25760
|
-
readonly name: "amount";
|
|
25761
|
-
readonly type: "uint256";
|
|
25762
|
-
}];
|
|
25763
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
25764
|
-
readonly name: "bet";
|
|
25765
|
-
readonly type: "tuple";
|
|
25766
|
-
}];
|
|
25767
|
-
readonly internalType: "struct LibCoinVending.ContractCondition";
|
|
25768
|
-
readonly name: "contractRequirement";
|
|
25769
|
-
readonly type: "tuple";
|
|
25770
|
-
}];
|
|
25771
|
-
readonly internalType: "struct LibCoinVending.configSmartRequirement[]";
|
|
25772
|
-
readonly name: "contracts";
|
|
25773
|
-
readonly type: "tuple[]";
|
|
25774
|
-
}];
|
|
25775
|
-
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
25776
|
-
readonly name: "config";
|
|
25777
|
-
readonly type: "tuple";
|
|
25778
|
-
}];
|
|
25779
|
-
readonly name: "setJoinRequirements";
|
|
25780
|
-
readonly outputs: readonly [];
|
|
25781
|
-
readonly stateMutability: "nonpayable";
|
|
25782
|
-
readonly type: "function";
|
|
25783
26306
|
}, {
|
|
25784
26307
|
readonly inputs: readonly [{
|
|
25785
26308
|
readonly internalType: "bytes4";
|
|
@@ -26168,25 +26691,9 @@ declare const abis: {
|
|
|
26168
26691
|
}, {
|
|
26169
26692
|
readonly internalType: "string";
|
|
26170
26693
|
readonly name: "message";
|
|
26171
|
-
readonly type: "string";
|
|
26172
|
-
}];
|
|
26173
|
-
readonly name: "invalidECDSARecoverSigner";
|
|
26174
|
-
readonly type: "error";
|
|
26175
|
-
}, {
|
|
26176
|
-
readonly inputs: readonly [{
|
|
26177
|
-
readonly internalType: "string";
|
|
26178
|
-
readonly name: "parameter";
|
|
26179
|
-
readonly type: "string";
|
|
26180
|
-
}, {
|
|
26181
|
-
readonly internalType: "uint256";
|
|
26182
|
-
readonly name: "arg";
|
|
26183
|
-
readonly type: "uint256";
|
|
26184
|
-
}, {
|
|
26185
|
-
readonly internalType: "uint256";
|
|
26186
|
-
readonly name: "arg2";
|
|
26187
|
-
readonly type: "uint256";
|
|
26694
|
+
readonly type: "string";
|
|
26188
26695
|
}];
|
|
26189
|
-
readonly name: "
|
|
26696
|
+
readonly name: "invalidECDSARecoverSigner";
|
|
26190
26697
|
readonly type: "error";
|
|
26191
26698
|
}, {
|
|
26192
26699
|
readonly anonymous: false;
|
|
@@ -26574,26 +27081,6 @@ declare const abis: {
|
|
|
26574
27081
|
readonly type: "function";
|
|
26575
27082
|
}];
|
|
26576
27083
|
readonly RankifyInstanceMainFacetAbi: readonly [{
|
|
26577
|
-
readonly inputs: readonly [];
|
|
26578
|
-
readonly name: "ECDSAInvalidSignature";
|
|
26579
|
-
readonly type: "error";
|
|
26580
|
-
}, {
|
|
26581
|
-
readonly inputs: readonly [{
|
|
26582
|
-
readonly internalType: "uint256";
|
|
26583
|
-
readonly name: "length";
|
|
26584
|
-
readonly type: "uint256";
|
|
26585
|
-
}];
|
|
26586
|
-
readonly name: "ECDSAInvalidSignatureLength";
|
|
26587
|
-
readonly type: "error";
|
|
26588
|
-
}, {
|
|
26589
|
-
readonly inputs: readonly [{
|
|
26590
|
-
readonly internalType: "bytes32";
|
|
26591
|
-
readonly name: "s";
|
|
26592
|
-
readonly type: "bytes32";
|
|
26593
|
-
}];
|
|
26594
|
-
readonly name: "ECDSAInvalidSignatureS";
|
|
26595
|
-
readonly type: "error";
|
|
26596
|
-
}, {
|
|
26597
27084
|
readonly inputs: readonly [{
|
|
26598
27085
|
readonly internalType: "uint256";
|
|
26599
27086
|
readonly name: "a";
|
|
@@ -26736,6 +27223,134 @@ declare const abis: {
|
|
|
26736
27223
|
}];
|
|
26737
27224
|
readonly name: "RegistrationOpen";
|
|
26738
27225
|
readonly type: "event";
|
|
27226
|
+
}, {
|
|
27227
|
+
readonly anonymous: false;
|
|
27228
|
+
readonly inputs: readonly [{
|
|
27229
|
+
readonly indexed: true;
|
|
27230
|
+
readonly internalType: "uint256";
|
|
27231
|
+
readonly name: "gameId";
|
|
27232
|
+
readonly type: "uint256";
|
|
27233
|
+
}, {
|
|
27234
|
+
readonly components: readonly [{
|
|
27235
|
+
readonly components: readonly [{
|
|
27236
|
+
readonly internalType: "uint256";
|
|
27237
|
+
readonly name: "have";
|
|
27238
|
+
readonly type: "uint256";
|
|
27239
|
+
}, {
|
|
27240
|
+
readonly internalType: "uint256";
|
|
27241
|
+
readonly name: "lock";
|
|
27242
|
+
readonly type: "uint256";
|
|
27243
|
+
}, {
|
|
27244
|
+
readonly internalType: "uint256";
|
|
27245
|
+
readonly name: "burn";
|
|
27246
|
+
readonly type: "uint256";
|
|
27247
|
+
}, {
|
|
27248
|
+
readonly internalType: "uint256";
|
|
27249
|
+
readonly name: "pay";
|
|
27250
|
+
readonly type: "uint256";
|
|
27251
|
+
}, {
|
|
27252
|
+
readonly internalType: "uint256";
|
|
27253
|
+
readonly name: "bet";
|
|
27254
|
+
readonly type: "uint256";
|
|
27255
|
+
}];
|
|
27256
|
+
readonly internalType: "struct LibCoinVending.NumericCondition";
|
|
27257
|
+
readonly name: "ethValues";
|
|
27258
|
+
readonly type: "tuple";
|
|
27259
|
+
}, {
|
|
27260
|
+
readonly components: readonly [{
|
|
27261
|
+
readonly internalType: "address";
|
|
27262
|
+
readonly name: "contractAddress";
|
|
27263
|
+
readonly type: "address";
|
|
27264
|
+
}, {
|
|
27265
|
+
readonly internalType: "uint256";
|
|
27266
|
+
readonly name: "contractId";
|
|
27267
|
+
readonly type: "uint256";
|
|
27268
|
+
}, {
|
|
27269
|
+
readonly internalType: "enum LibCoinVending.ContractTypes";
|
|
27270
|
+
readonly name: "contractType";
|
|
27271
|
+
readonly type: "uint8";
|
|
27272
|
+
}, {
|
|
27273
|
+
readonly components: readonly [{
|
|
27274
|
+
readonly components: readonly [{
|
|
27275
|
+
readonly internalType: "bytes";
|
|
27276
|
+
readonly name: "data";
|
|
27277
|
+
readonly type: "bytes";
|
|
27278
|
+
}, {
|
|
27279
|
+
readonly internalType: "uint256";
|
|
27280
|
+
readonly name: "amount";
|
|
27281
|
+
readonly type: "uint256";
|
|
27282
|
+
}];
|
|
27283
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27284
|
+
readonly name: "have";
|
|
27285
|
+
readonly type: "tuple";
|
|
27286
|
+
}, {
|
|
27287
|
+
readonly components: readonly [{
|
|
27288
|
+
readonly internalType: "bytes";
|
|
27289
|
+
readonly name: "data";
|
|
27290
|
+
readonly type: "bytes";
|
|
27291
|
+
}, {
|
|
27292
|
+
readonly internalType: "uint256";
|
|
27293
|
+
readonly name: "amount";
|
|
27294
|
+
readonly type: "uint256";
|
|
27295
|
+
}];
|
|
27296
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27297
|
+
readonly name: "lock";
|
|
27298
|
+
readonly type: "tuple";
|
|
27299
|
+
}, {
|
|
27300
|
+
readonly components: readonly [{
|
|
27301
|
+
readonly internalType: "bytes";
|
|
27302
|
+
readonly name: "data";
|
|
27303
|
+
readonly type: "bytes";
|
|
27304
|
+
}, {
|
|
27305
|
+
readonly internalType: "uint256";
|
|
27306
|
+
readonly name: "amount";
|
|
27307
|
+
readonly type: "uint256";
|
|
27308
|
+
}];
|
|
27309
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27310
|
+
readonly name: "burn";
|
|
27311
|
+
readonly type: "tuple";
|
|
27312
|
+
}, {
|
|
27313
|
+
readonly components: readonly [{
|
|
27314
|
+
readonly internalType: "bytes";
|
|
27315
|
+
readonly name: "data";
|
|
27316
|
+
readonly type: "bytes";
|
|
27317
|
+
}, {
|
|
27318
|
+
readonly internalType: "uint256";
|
|
27319
|
+
readonly name: "amount";
|
|
27320
|
+
readonly type: "uint256";
|
|
27321
|
+
}];
|
|
27322
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27323
|
+
readonly name: "pay";
|
|
27324
|
+
readonly type: "tuple";
|
|
27325
|
+
}, {
|
|
27326
|
+
readonly components: readonly [{
|
|
27327
|
+
readonly internalType: "bytes";
|
|
27328
|
+
readonly name: "data";
|
|
27329
|
+
readonly type: "bytes";
|
|
27330
|
+
}, {
|
|
27331
|
+
readonly internalType: "uint256";
|
|
27332
|
+
readonly name: "amount";
|
|
27333
|
+
readonly type: "uint256";
|
|
27334
|
+
}];
|
|
27335
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27336
|
+
readonly name: "bet";
|
|
27337
|
+
readonly type: "tuple";
|
|
27338
|
+
}];
|
|
27339
|
+
readonly internalType: "struct LibCoinVending.ContractCondition";
|
|
27340
|
+
readonly name: "contractRequirement";
|
|
27341
|
+
readonly type: "tuple";
|
|
27342
|
+
}];
|
|
27343
|
+
readonly internalType: "struct LibCoinVending.configSmartRequirement[]";
|
|
27344
|
+
readonly name: "contracts";
|
|
27345
|
+
readonly type: "tuple[]";
|
|
27346
|
+
}];
|
|
27347
|
+
readonly indexed: false;
|
|
27348
|
+
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
27349
|
+
readonly name: "config";
|
|
27350
|
+
readonly type: "tuple";
|
|
27351
|
+
}];
|
|
27352
|
+
readonly name: "RequirementsConfigured";
|
|
27353
|
+
readonly type: "event";
|
|
26739
27354
|
}, {
|
|
26740
27355
|
readonly anonymous: false;
|
|
26741
27356
|
readonly inputs: readonly [{
|
|
@@ -26795,7 +27410,175 @@ declare const abis: {
|
|
|
26795
27410
|
readonly name: "gameId";
|
|
26796
27411
|
readonly type: "uint256";
|
|
26797
27412
|
}];
|
|
26798
|
-
readonly name: "cancelGame";
|
|
27413
|
+
readonly name: "cancelGame";
|
|
27414
|
+
readonly outputs: readonly [];
|
|
27415
|
+
readonly stateMutability: "nonpayable";
|
|
27416
|
+
readonly type: "function";
|
|
27417
|
+
}, {
|
|
27418
|
+
readonly inputs: readonly [{
|
|
27419
|
+
readonly components: readonly [{
|
|
27420
|
+
readonly internalType: "uint256";
|
|
27421
|
+
readonly name: "gameRank";
|
|
27422
|
+
readonly type: "uint256";
|
|
27423
|
+
}, {
|
|
27424
|
+
readonly internalType: "uint256";
|
|
27425
|
+
readonly name: "minPlayerCnt";
|
|
27426
|
+
readonly type: "uint256";
|
|
27427
|
+
}, {
|
|
27428
|
+
readonly internalType: "uint256";
|
|
27429
|
+
readonly name: "maxPlayerCnt";
|
|
27430
|
+
readonly type: "uint256";
|
|
27431
|
+
}, {
|
|
27432
|
+
readonly internalType: "uint96";
|
|
27433
|
+
readonly name: "nTurns";
|
|
27434
|
+
readonly type: "uint96";
|
|
27435
|
+
}, {
|
|
27436
|
+
readonly internalType: "uint256";
|
|
27437
|
+
readonly name: "voteCredits";
|
|
27438
|
+
readonly type: "uint256";
|
|
27439
|
+
}, {
|
|
27440
|
+
readonly internalType: "address";
|
|
27441
|
+
readonly name: "gameMaster";
|
|
27442
|
+
readonly type: "address";
|
|
27443
|
+
}, {
|
|
27444
|
+
readonly internalType: "uint128";
|
|
27445
|
+
readonly name: "minGameTime";
|
|
27446
|
+
readonly type: "uint128";
|
|
27447
|
+
}, {
|
|
27448
|
+
readonly internalType: "uint128";
|
|
27449
|
+
readonly name: "timePerTurn";
|
|
27450
|
+
readonly type: "uint128";
|
|
27451
|
+
}, {
|
|
27452
|
+
readonly internalType: "uint128";
|
|
27453
|
+
readonly name: "timeToJoin";
|
|
27454
|
+
readonly type: "uint128";
|
|
27455
|
+
}, {
|
|
27456
|
+
readonly internalType: "string";
|
|
27457
|
+
readonly name: "metadata";
|
|
27458
|
+
readonly type: "string";
|
|
27459
|
+
}];
|
|
27460
|
+
readonly internalType: "struct IRankifyInstance.NewGameParamsInput";
|
|
27461
|
+
readonly name: "params";
|
|
27462
|
+
readonly type: "tuple";
|
|
27463
|
+
}, {
|
|
27464
|
+
readonly components: readonly [{
|
|
27465
|
+
readonly components: readonly [{
|
|
27466
|
+
readonly internalType: "uint256";
|
|
27467
|
+
readonly name: "have";
|
|
27468
|
+
readonly type: "uint256";
|
|
27469
|
+
}, {
|
|
27470
|
+
readonly internalType: "uint256";
|
|
27471
|
+
readonly name: "lock";
|
|
27472
|
+
readonly type: "uint256";
|
|
27473
|
+
}, {
|
|
27474
|
+
readonly internalType: "uint256";
|
|
27475
|
+
readonly name: "burn";
|
|
27476
|
+
readonly type: "uint256";
|
|
27477
|
+
}, {
|
|
27478
|
+
readonly internalType: "uint256";
|
|
27479
|
+
readonly name: "pay";
|
|
27480
|
+
readonly type: "uint256";
|
|
27481
|
+
}, {
|
|
27482
|
+
readonly internalType: "uint256";
|
|
27483
|
+
readonly name: "bet";
|
|
27484
|
+
readonly type: "uint256";
|
|
27485
|
+
}];
|
|
27486
|
+
readonly internalType: "struct LibCoinVending.NumericCondition";
|
|
27487
|
+
readonly name: "ethValues";
|
|
27488
|
+
readonly type: "tuple";
|
|
27489
|
+
}, {
|
|
27490
|
+
readonly components: readonly [{
|
|
27491
|
+
readonly internalType: "address";
|
|
27492
|
+
readonly name: "contractAddress";
|
|
27493
|
+
readonly type: "address";
|
|
27494
|
+
}, {
|
|
27495
|
+
readonly internalType: "uint256";
|
|
27496
|
+
readonly name: "contractId";
|
|
27497
|
+
readonly type: "uint256";
|
|
27498
|
+
}, {
|
|
27499
|
+
readonly internalType: "enum LibCoinVending.ContractTypes";
|
|
27500
|
+
readonly name: "contractType";
|
|
27501
|
+
readonly type: "uint8";
|
|
27502
|
+
}, {
|
|
27503
|
+
readonly components: readonly [{
|
|
27504
|
+
readonly components: readonly [{
|
|
27505
|
+
readonly internalType: "bytes";
|
|
27506
|
+
readonly name: "data";
|
|
27507
|
+
readonly type: "bytes";
|
|
27508
|
+
}, {
|
|
27509
|
+
readonly internalType: "uint256";
|
|
27510
|
+
readonly name: "amount";
|
|
27511
|
+
readonly type: "uint256";
|
|
27512
|
+
}];
|
|
27513
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27514
|
+
readonly name: "have";
|
|
27515
|
+
readonly type: "tuple";
|
|
27516
|
+
}, {
|
|
27517
|
+
readonly components: readonly [{
|
|
27518
|
+
readonly internalType: "bytes";
|
|
27519
|
+
readonly name: "data";
|
|
27520
|
+
readonly type: "bytes";
|
|
27521
|
+
}, {
|
|
27522
|
+
readonly internalType: "uint256";
|
|
27523
|
+
readonly name: "amount";
|
|
27524
|
+
readonly type: "uint256";
|
|
27525
|
+
}];
|
|
27526
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27527
|
+
readonly name: "lock";
|
|
27528
|
+
readonly type: "tuple";
|
|
27529
|
+
}, {
|
|
27530
|
+
readonly components: readonly [{
|
|
27531
|
+
readonly internalType: "bytes";
|
|
27532
|
+
readonly name: "data";
|
|
27533
|
+
readonly type: "bytes";
|
|
27534
|
+
}, {
|
|
27535
|
+
readonly internalType: "uint256";
|
|
27536
|
+
readonly name: "amount";
|
|
27537
|
+
readonly type: "uint256";
|
|
27538
|
+
}];
|
|
27539
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27540
|
+
readonly name: "burn";
|
|
27541
|
+
readonly type: "tuple";
|
|
27542
|
+
}, {
|
|
27543
|
+
readonly components: readonly [{
|
|
27544
|
+
readonly internalType: "bytes";
|
|
27545
|
+
readonly name: "data";
|
|
27546
|
+
readonly type: "bytes";
|
|
27547
|
+
}, {
|
|
27548
|
+
readonly internalType: "uint256";
|
|
27549
|
+
readonly name: "amount";
|
|
27550
|
+
readonly type: "uint256";
|
|
27551
|
+
}];
|
|
27552
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27553
|
+
readonly name: "pay";
|
|
27554
|
+
readonly type: "tuple";
|
|
27555
|
+
}, {
|
|
27556
|
+
readonly components: readonly [{
|
|
27557
|
+
readonly internalType: "bytes";
|
|
27558
|
+
readonly name: "data";
|
|
27559
|
+
readonly type: "bytes";
|
|
27560
|
+
}, {
|
|
27561
|
+
readonly internalType: "uint256";
|
|
27562
|
+
readonly name: "amount";
|
|
27563
|
+
readonly type: "uint256";
|
|
27564
|
+
}];
|
|
27565
|
+
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27566
|
+
readonly name: "bet";
|
|
27567
|
+
readonly type: "tuple";
|
|
27568
|
+
}];
|
|
27569
|
+
readonly internalType: "struct LibCoinVending.ContractCondition";
|
|
27570
|
+
readonly name: "contractRequirement";
|
|
27571
|
+
readonly type: "tuple";
|
|
27572
|
+
}];
|
|
27573
|
+
readonly internalType: "struct LibCoinVending.configSmartRequirement[]";
|
|
27574
|
+
readonly name: "contracts";
|
|
27575
|
+
readonly type: "tuple[]";
|
|
27576
|
+
}];
|
|
27577
|
+
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
27578
|
+
readonly name: "requirements";
|
|
27579
|
+
readonly type: "tuple";
|
|
27580
|
+
}];
|
|
27581
|
+
readonly name: "createAndOpenGame";
|
|
26799
27582
|
readonly outputs: readonly [];
|
|
26800
27583
|
readonly stateMutability: "nonpayable";
|
|
26801
27584
|
readonly type: "function";
|
|
@@ -26847,7 +27630,11 @@ declare const abis: {
|
|
|
26847
27630
|
readonly type: "tuple";
|
|
26848
27631
|
}];
|
|
26849
27632
|
readonly name: "createGame";
|
|
26850
|
-
readonly outputs: readonly [
|
|
27633
|
+
readonly outputs: readonly [{
|
|
27634
|
+
readonly internalType: "uint256";
|
|
27635
|
+
readonly name: "";
|
|
27636
|
+
readonly type: "uint256";
|
|
27637
|
+
}];
|
|
26851
27638
|
readonly stateMutability: "nonpayable";
|
|
26852
27639
|
readonly type: "function";
|
|
26853
27640
|
}, {
|
|
@@ -27036,11 +27823,11 @@ declare const abis: {
|
|
|
27036
27823
|
readonly name: "player";
|
|
27037
27824
|
readonly type: "address";
|
|
27038
27825
|
}];
|
|
27039
|
-
readonly name: "
|
|
27826
|
+
readonly name: "getPlayersGames";
|
|
27040
27827
|
readonly outputs: readonly [{
|
|
27041
|
-
readonly internalType: "uint256";
|
|
27828
|
+
readonly internalType: "uint256[]";
|
|
27042
27829
|
readonly name: "";
|
|
27043
|
-
readonly type: "uint256";
|
|
27830
|
+
readonly type: "uint256[]";
|
|
27044
27831
|
}];
|
|
27045
27832
|
readonly stateMutability: "view";
|
|
27046
27833
|
readonly type: "function";
|
|
@@ -27154,6 +27941,24 @@ declare const abis: {
|
|
|
27154
27941
|
}];
|
|
27155
27942
|
readonly stateMutability: "view";
|
|
27156
27943
|
readonly type: "function";
|
|
27944
|
+
}, {
|
|
27945
|
+
readonly inputs: readonly [{
|
|
27946
|
+
readonly internalType: "uint256";
|
|
27947
|
+
readonly name: "gameId";
|
|
27948
|
+
readonly type: "uint256";
|
|
27949
|
+
}, {
|
|
27950
|
+
readonly internalType: "address";
|
|
27951
|
+
readonly name: "player";
|
|
27952
|
+
readonly type: "address";
|
|
27953
|
+
}];
|
|
27954
|
+
readonly name: "isPlayerInGame";
|
|
27955
|
+
readonly outputs: readonly [{
|
|
27956
|
+
readonly internalType: "bool";
|
|
27957
|
+
readonly name: "";
|
|
27958
|
+
readonly type: "bool";
|
|
27959
|
+
}];
|
|
27960
|
+
readonly stateMutability: "view";
|
|
27961
|
+
readonly type: "function";
|
|
27157
27962
|
}, {
|
|
27158
27963
|
readonly inputs: readonly [{
|
|
27159
27964
|
readonly internalType: "uint256";
|
|
@@ -27323,23 +28128,6 @@ declare const abis: {
|
|
|
27323
28128
|
readonly internalType: "uint256";
|
|
27324
28129
|
readonly name: "gameId";
|
|
27325
28130
|
readonly type: "uint256";
|
|
27326
|
-
}, {
|
|
27327
|
-
readonly internalType: "uint256";
|
|
27328
|
-
readonly name: "permutationCommitment";
|
|
27329
|
-
readonly type: "uint256";
|
|
27330
|
-
}];
|
|
27331
|
-
readonly name: "startGame";
|
|
27332
|
-
readonly outputs: readonly [];
|
|
27333
|
-
readonly stateMutability: "nonpayable";
|
|
27334
|
-
readonly type: "function";
|
|
27335
|
-
}];
|
|
27336
|
-
readonly RankifyInstanceRequirementsFacetAbi: readonly [{
|
|
27337
|
-
readonly anonymous: false;
|
|
27338
|
-
readonly inputs: readonly [{
|
|
27339
|
-
readonly indexed: true;
|
|
27340
|
-
readonly internalType: "uint256";
|
|
27341
|
-
readonly name: "gameId";
|
|
27342
|
-
readonly type: "uint256";
|
|
27343
28131
|
}, {
|
|
27344
28132
|
readonly components: readonly [{
|
|
27345
28133
|
readonly components: readonly [{
|
|
@@ -27454,14 +28242,30 @@ declare const abis: {
|
|
|
27454
28242
|
readonly name: "contracts";
|
|
27455
28243
|
readonly type: "tuple[]";
|
|
27456
28244
|
}];
|
|
27457
|
-
readonly indexed: false;
|
|
27458
28245
|
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
27459
28246
|
readonly name: "config";
|
|
27460
28247
|
readonly type: "tuple";
|
|
27461
28248
|
}];
|
|
27462
|
-
readonly name: "
|
|
27463
|
-
readonly
|
|
28249
|
+
readonly name: "setJoinRequirements";
|
|
28250
|
+
readonly outputs: readonly [];
|
|
28251
|
+
readonly stateMutability: "nonpayable";
|
|
28252
|
+
readonly type: "function";
|
|
27464
28253
|
}, {
|
|
28254
|
+
readonly inputs: readonly [{
|
|
28255
|
+
readonly internalType: "uint256";
|
|
28256
|
+
readonly name: "gameId";
|
|
28257
|
+
readonly type: "uint256";
|
|
28258
|
+
}, {
|
|
28259
|
+
readonly internalType: "uint256";
|
|
28260
|
+
readonly name: "permutationCommitment";
|
|
28261
|
+
readonly type: "uint256";
|
|
28262
|
+
}];
|
|
28263
|
+
readonly name: "startGame";
|
|
28264
|
+
readonly outputs: readonly [];
|
|
28265
|
+
readonly stateMutability: "nonpayable";
|
|
28266
|
+
readonly type: "function";
|
|
28267
|
+
}];
|
|
28268
|
+
readonly RankifyInstanceRequirementsFacetAbi: readonly [{
|
|
27465
28269
|
readonly inputs: readonly [];
|
|
27466
28270
|
readonly name: "getCommonParams";
|
|
27467
28271
|
readonly outputs: readonly [{
|
|
@@ -27808,133 +28612,6 @@ declare const abis: {
|
|
|
27808
28612
|
}];
|
|
27809
28613
|
readonly stateMutability: "view";
|
|
27810
28614
|
readonly type: "function";
|
|
27811
|
-
}, {
|
|
27812
|
-
readonly inputs: readonly [{
|
|
27813
|
-
readonly internalType: "uint256";
|
|
27814
|
-
readonly name: "gameId";
|
|
27815
|
-
readonly type: "uint256";
|
|
27816
|
-
}, {
|
|
27817
|
-
readonly components: readonly [{
|
|
27818
|
-
readonly components: readonly [{
|
|
27819
|
-
readonly internalType: "uint256";
|
|
27820
|
-
readonly name: "have";
|
|
27821
|
-
readonly type: "uint256";
|
|
27822
|
-
}, {
|
|
27823
|
-
readonly internalType: "uint256";
|
|
27824
|
-
readonly name: "lock";
|
|
27825
|
-
readonly type: "uint256";
|
|
27826
|
-
}, {
|
|
27827
|
-
readonly internalType: "uint256";
|
|
27828
|
-
readonly name: "burn";
|
|
27829
|
-
readonly type: "uint256";
|
|
27830
|
-
}, {
|
|
27831
|
-
readonly internalType: "uint256";
|
|
27832
|
-
readonly name: "pay";
|
|
27833
|
-
readonly type: "uint256";
|
|
27834
|
-
}, {
|
|
27835
|
-
readonly internalType: "uint256";
|
|
27836
|
-
readonly name: "bet";
|
|
27837
|
-
readonly type: "uint256";
|
|
27838
|
-
}];
|
|
27839
|
-
readonly internalType: "struct LibCoinVending.NumericCondition";
|
|
27840
|
-
readonly name: "ethValues";
|
|
27841
|
-
readonly type: "tuple";
|
|
27842
|
-
}, {
|
|
27843
|
-
readonly components: readonly [{
|
|
27844
|
-
readonly internalType: "address";
|
|
27845
|
-
readonly name: "contractAddress";
|
|
27846
|
-
readonly type: "address";
|
|
27847
|
-
}, {
|
|
27848
|
-
readonly internalType: "uint256";
|
|
27849
|
-
readonly name: "contractId";
|
|
27850
|
-
readonly type: "uint256";
|
|
27851
|
-
}, {
|
|
27852
|
-
readonly internalType: "enum LibCoinVending.ContractTypes";
|
|
27853
|
-
readonly name: "contractType";
|
|
27854
|
-
readonly type: "uint8";
|
|
27855
|
-
}, {
|
|
27856
|
-
readonly components: readonly [{
|
|
27857
|
-
readonly components: readonly [{
|
|
27858
|
-
readonly internalType: "bytes";
|
|
27859
|
-
readonly name: "data";
|
|
27860
|
-
readonly type: "bytes";
|
|
27861
|
-
}, {
|
|
27862
|
-
readonly internalType: "uint256";
|
|
27863
|
-
readonly name: "amount";
|
|
27864
|
-
readonly type: "uint256";
|
|
27865
|
-
}];
|
|
27866
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27867
|
-
readonly name: "have";
|
|
27868
|
-
readonly type: "tuple";
|
|
27869
|
-
}, {
|
|
27870
|
-
readonly components: readonly [{
|
|
27871
|
-
readonly internalType: "bytes";
|
|
27872
|
-
readonly name: "data";
|
|
27873
|
-
readonly type: "bytes";
|
|
27874
|
-
}, {
|
|
27875
|
-
readonly internalType: "uint256";
|
|
27876
|
-
readonly name: "amount";
|
|
27877
|
-
readonly type: "uint256";
|
|
27878
|
-
}];
|
|
27879
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27880
|
-
readonly name: "lock";
|
|
27881
|
-
readonly type: "tuple";
|
|
27882
|
-
}, {
|
|
27883
|
-
readonly components: readonly [{
|
|
27884
|
-
readonly internalType: "bytes";
|
|
27885
|
-
readonly name: "data";
|
|
27886
|
-
readonly type: "bytes";
|
|
27887
|
-
}, {
|
|
27888
|
-
readonly internalType: "uint256";
|
|
27889
|
-
readonly name: "amount";
|
|
27890
|
-
readonly type: "uint256";
|
|
27891
|
-
}];
|
|
27892
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27893
|
-
readonly name: "burn";
|
|
27894
|
-
readonly type: "tuple";
|
|
27895
|
-
}, {
|
|
27896
|
-
readonly components: readonly [{
|
|
27897
|
-
readonly internalType: "bytes";
|
|
27898
|
-
readonly name: "data";
|
|
27899
|
-
readonly type: "bytes";
|
|
27900
|
-
}, {
|
|
27901
|
-
readonly internalType: "uint256";
|
|
27902
|
-
readonly name: "amount";
|
|
27903
|
-
readonly type: "uint256";
|
|
27904
|
-
}];
|
|
27905
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27906
|
-
readonly name: "pay";
|
|
27907
|
-
readonly type: "tuple";
|
|
27908
|
-
}, {
|
|
27909
|
-
readonly components: readonly [{
|
|
27910
|
-
readonly internalType: "bytes";
|
|
27911
|
-
readonly name: "data";
|
|
27912
|
-
readonly type: "bytes";
|
|
27913
|
-
}, {
|
|
27914
|
-
readonly internalType: "uint256";
|
|
27915
|
-
readonly name: "amount";
|
|
27916
|
-
readonly type: "uint256";
|
|
27917
|
-
}];
|
|
27918
|
-
readonly internalType: "struct LibCoinVending.TransactionProperties";
|
|
27919
|
-
readonly name: "bet";
|
|
27920
|
-
readonly type: "tuple";
|
|
27921
|
-
}];
|
|
27922
|
-
readonly internalType: "struct LibCoinVending.ContractCondition";
|
|
27923
|
-
readonly name: "contractRequirement";
|
|
27924
|
-
readonly type: "tuple";
|
|
27925
|
-
}];
|
|
27926
|
-
readonly internalType: "struct LibCoinVending.configSmartRequirement[]";
|
|
27927
|
-
readonly name: "contracts";
|
|
27928
|
-
readonly type: "tuple[]";
|
|
27929
|
-
}];
|
|
27930
|
-
readonly internalType: "struct LibCoinVending.ConfigPosition";
|
|
27931
|
-
readonly name: "config";
|
|
27932
|
-
readonly type: "tuple";
|
|
27933
|
-
}];
|
|
27934
|
-
readonly name: "setJoinRequirements";
|
|
27935
|
-
readonly outputs: readonly [];
|
|
27936
|
-
readonly stateMutability: "nonpayable";
|
|
27937
|
-
readonly type: "function";
|
|
27938
28615
|
}];
|
|
27939
28616
|
readonly ReentrancyGuardAbi: readonly [{
|
|
27940
28617
|
readonly inputs: readonly [];
|
|
@@ -30535,7 +31212,7 @@ declare const abis: {
|
|
|
30535
31212
|
readonly stateMutability: "view";
|
|
30536
31213
|
readonly type: "function";
|
|
30537
31214
|
}];
|
|
30538
|
-
readonly superinterfaceAbi: readonly ["error AccessControlBadConfirmation()", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error AccessControlBadConfirmation()", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function renounceOwnership()", "function transferOwnership(address newOwner)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function acceptDefaultAdminTransfer()", "function beginDefaultAdminTransfer(address newAdmin)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function owner() view returns (address)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)", "function renounceRole(bytes32 role, address account)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function acceptDefaultAdminTransfer()", "function beginDefaultAdminTransfer(address newAdmin)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 acceptSchedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 effectSchedule)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "error VotesExpiredSignature(uint256 expiry)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidShortString()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error StringTooLong(string str)", "error VotesExpiredSignature(uint256 expiry)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "function CLOCK_MODE() view returns (string)", "function clock() view returns (uint48)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function nonces(address owner) view returns (uint256)", "function isValidSignature(bytes32 hash, bytes signature) view returns (bytes4 magicValue)", "event EIP712DomainChanged()", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function owner() view returns (address)", "error VotesExpiredSignature(uint256 expiry)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "function CLOCK_MODE() view returns (string)", "function clock() view returns (uint48)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function CLOCK_MODE() view returns (string)", "function clock() view returns (uint48)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "error CloneArgumentsTooLong()", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256) view returns (string)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)", "function onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256) view returns (string)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256 id) view returns (string)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function burn(uint256 value)", "function burnFrom(address account, uint256 value)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error ERC20ExceededCap(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidCap(uint256 cap)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function cap() view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidShortString()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error StringTooLong(string str)", "error VotesExpiredSignature(uint256 expiry)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event Transfer(address indexed from, address indexed to, uint256 value)", "function CLOCK_MODE() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function checkpoints(address account, uint32 pos) view returns (tuple(uint48 _key, uint208 _value))", "function clock() view returns (uint48)", "function decimals() view returns (uint8)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function name() view returns (string)", "function nonces(address owner) view returns (uint256)", "function numCheckpoints(address account) view returns (uint32)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256)", "function getApproved(uint256 tokenId) view returns (address)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function name() view returns (string)", "function ownerOf(uint256 tokenId) view returns (address)", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function tokenURI(uint256 tokenId) view returns (string)", "function transferFrom(address from, address to, uint256 tokenId)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256 balance)", "function getApproved(uint256 tokenId) view returns (address operator)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function ownerOf(uint256 tokenId) view returns (address owner)", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferFrom(address from, address to, uint256 tokenId)", "function onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256)", "function burn(uint256 tokenId)", "function getApproved(uint256 tokenId) view returns (address)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function name() view returns (string)", "function ownerOf(uint256 tokenId) view returns (address)", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function tokenURI(uint256 tokenId) view returns (string)", "function transferFrom(address from, address to, uint256 tokenId)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256 balance)", "function getApproved(uint256 tokenId) view returns (address operator)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function name() view returns (string)", "function ownerOf(uint256 tokenId) view returns (address owner)", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function tokenURI(uint256 tokenId) view returns (string)", "function transferFrom(address from, address to, uint256 tokenId)", "error Create2EmptyBytecode()", "error FailedCall()", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "error MissingPrecompile(address)", "error InvalidAccountNonce(address account, uint256 currentNonce)", "function nonces(address owner) view returns (uint256)", "error ReentrancyGuardReentrantCall()", "error InvalidShortString()", "error StringTooLong(string str)", "error StringsInsufficientHexLength(uint256 value, uint256 length)", "error StringsInvalidAddressFormat()", "error StringsInvalidChar()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error InvalidShortString()", "error StringTooLong(string str)", "event EIP712DomainChanged()", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error SafeCastOverflowedIntDowncast(uint8 bits, int256 value)", "error SafeCastOverflowedIntToUint(int256 value)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error SafeCastOverflowedUintToInt(uint256 value)", "error CheckpointUnorderedInsertion()", "error InvalidInitialization()", "error NotInitializing()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event Initialized(uint64 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function renounceOwnership()", "function transferOwnership(address newOwner)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidInitialization()", "error NotInitializing()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error VotesExpiredSignature(uint256 expiry)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event Initialized(uint64 version)", "function CLOCK_MODE() view returns (string)", "function clock() view returns (uint48)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function nonces(address owner) view returns (uint256)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error InvalidInitialization()", "error NotInitializing()", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event Initialized(uint64 version)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256) view returns (string)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error InvalidInitialization()", "error NotInitializing()", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event Initialized(uint64 version)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256) view returns (string)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error InvalidInitialization()", "error NotInitializing()", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Initialized(uint64 version)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidInitialization()", "error NotInitializing()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error VotesExpiredSignature(uint256 expiry)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event Initialized(uint64 version)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function CLOCK_MODE() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function checkpoints(address account, uint32 pos) view returns (tuple(uint48 _key, uint208 _value))", "function clock() view returns (uint48)", "function decimals() view returns (uint8)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function name() view returns (string)", "function nonces(address owner) view returns (uint256)", "function numCheckpoints(address account) view returns (uint32)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "function nonces(address owner) view returns (uint256)", "error InvalidInitialization()", "error NotInitializing()", "error ReentrancyGuardReentrantCall()", "event Initialized(uint64 version)", "error InvalidInitialization()", "error NotInitializing()", "event EIP712DomainChanged()", "event Initialized(uint64 version)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error alreadyExists(bytes32 id, address source)", "event Indexed(address indexed container, bytes32 indexed codeHash)", "function get(bytes32 id) view returns (address)", "function register(address container)", "error CodeNotFoundInIndex(bytes32 codeId)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function numInstances() view returns (uint256)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "error EmptyReleaseMetadata()", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event InstantiationCostChanged(bytes32 indexed id, uint256 cost)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function _beneficiary() view returns (address)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function defaultInstantiationCost() view returns (uint256)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function instantiationCosts(bytes32 id) view returns (uint256)", "function numInstances() view returns (uint256)", "function paymentToken() view returns (address)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "function contractURI() view returns (string)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] sources, bytes32 distributionName, uint256 distributionVersion)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorId) view returns (string)", "function getDistributions() view returns (bytes32[] distributorIds)", "function getInstanceId(address instance) view returns (uint256)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "error initializationFailed(bytes32 id, string reason)", "event Initialized(address indexed container, bytes32 indexed codeHash)", "function initialize(bytes32 distributionId, address[] instances, bytes32 distributionName, uint256 distributionVersion, bytes args)", "error EmptyReleaseMetadata()", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "error versionMismatch(string message)", "constructor()", "error ERC165CheckFailed(address distributor, bytes4 interfaceId, string interfaceName)", "error InvalidInitialization()", "error NotInitializing()", "error OnlyTargetAllowed(address sender, address target)", "error disallowedAddress(address sender, bytes4 selector)", "event Initialized(uint64 version)", "function afterCall(bytes, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function initialize(tuple(bytes4 selector, address[] disallowedAddresses, bool distributionComponentsOnly)[] methodSettings, address target, address distributor)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "constructor(address owner, bytes32 name, string cURI)", "error EmptyReleaseMetadata()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function owner() view returns (address)", "function renounceOwnership()", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "function currentChainId() view returns (uint256)", "function inspectEIP712Hashes() view returns (bytes32 _CACHED_DOMAIN_SEPARATOR, uint256 _CACHED_CHAIN_ID, address _CACHED_THIS, bytes32 _HASHED_NAME, bytes32 _HASHED_VERSION, bytes32 _TYPE_HASH, string _NAME, string _VERSION)", "function poseidon(bytes32[2] inputs) view returns (bytes32)", "function poseidon(bytes32[5] inputs) view returns (bytes32)", "function poseidon(bytes32[6] inputs) view returns (bytes32)", "error ballotIntegrityCheckFailed(bytes32 ballotHash, bytes32 ballotHashFromVotes)", "error quadraticVotingError(string parameter, uint256 arg, uint256 arg2)", "event GameOver(uint256 indexed gameId, address[] players, uint256[] scores)", "event LastTurn(uint256 indexed gameId)", "event OverTime(uint256 indexed gameId)", "event ProposalScore(uint256 indexed gameId, uint256 indexed turn, string indexed proposalHash, string proposal, uint256 score)", "event ProposalSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed proposer, uint256 commitment, string encryptedProposal, bytes gmSignature, bytes proposerSignature)", "event TurnEnded(uint256 indexed gameId, uint256 indexed turn, address[] players, uint256[] scores, string[] newProposals, uint256[] proposerIndices, uint256[][] votes)", "event VoteSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed player, string sealedBallotId, bytes gmSignature, bytes voterSignature, bytes32 ballotHash)", "function endTurn(uint256 gameId, uint256[][] votes, tuple(string[] proposals, uint256[2] a, uint256[2][2] b, uint256[2] c, uint256 permutationCommitment) newProposals, uint256[] permutation, uint256 shuffleSalt)", "function submitProposal(tuple(uint256 gameId, string encryptedProposal, uint256 commitment, address proposer, bytes gmSignature, bytes proposerSignature) params)", "function submitVote(uint256 gameId, string sealedBallotId, address voter, bytes gmSignature, bytes voterSignature, bytes32 ballotHash)", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error NoDivisionReminderAllowed(uint256 a, uint256 b)", "error RankNotSpecified()", "error invalidConfiguration(string message)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "error invalidTurnCount(uint256 nTurns)", "error zeroValue()", "event GameClosed(uint256 indexed gameId)", "event GameStarted(uint256 indexed gameId)", "event PlayerJoined(uint256 indexed gameId, address indexed participant, bytes32 gmCommitment, string voterPubKey)", "event PlayerLeft(uint256 indexed gameId, address indexed player)", "event RankTokenExited(address indexed player, uint256 rankId, uint256 amount, uint256 _toMint)", "event RegistrationOpen(uint256 indexed gameId)", "event gameCreated(uint256 gameId, address indexed gm, address indexed creator, uint256 indexed rank)", "function canEndTurn(uint256 gameId) view returns (bool)", "function canStartGame(uint256 gameId) view returns (bool)", "function cancelGame(uint256 gameId)", "function createGame(tuple(uint256 gameRank, uint256 minPlayerCnt, uint256 maxPlayerCnt, uint96 nTurns, uint256 voteCredits, address gameMaster, uint128 minGameTime, uint128 timePerTurn, uint128 timeToJoin, string metadata) params)", "function estimateGamePrice(uint128 minGameTime) pure returns (uint256)", "function exitRankToken(uint256 rankId, uint256 amount)", "function gameCreator(uint256 gameId) view returns (address)", "function gameWinner(uint256 gameId) view returns (address)", "function getContractState() pure returns (tuple(uint256 numGames, bool contractInitialized, tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2) commonParams))", "function getGM(uint256 gameId) view returns (address)", "function getGameRank(uint256 gameId) view returns (uint256)", "function getPlayerVotedArray(uint256 gameId) view returns (bool[])", "function getPlayers(uint256 gameId) view returns (address[])", "function getPlayersGame(address player) view returns (uint256)", "function getPlayersMoved(uint256 gameId) view returns (bool[], uint256)", "function getScores(uint256 gameId) view returns (address[], uint256[])", "function getTurn(uint256 gameId) view returns (uint256)", "function isActive(uint256 gameId, address player) view returns (bool)", "function isGameOver(uint256 gameId) view returns (bool)", "function isLastTurn(uint256 gameId) view returns (bool)", "function isOvertime(uint256 gameId) view returns (bool)", "function isPlayerTurnComplete(uint256 gameId, address player) view returns (bool)", "function isRegistrationOpen(uint256 gameId) view returns (bool)", "function joinGame(uint256 gameId, bytes gameMasterSignature, bytes32 gmCommitment, uint256 deadline, string voterPubKey) payable", "function leaveGame(uint256 gameId)", "function onERC1155BatchReceived(address operator, address, uint256[], uint256[], bytes) view returns (bytes4)", "function onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)", "function onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)", "function openRegistration(uint256 gameId)", "function startGame(uint256 gameId, uint256 permutationCommitment)", "event RequirementsConfigured(uint256 indexed gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "function getCommonParams() view returns (tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2))", "function getGameState(uint256 gameId) view returns (tuple(uint256 rank, uint256 minGameTime, address createdBy, uint256 numOngoingProposals, uint256 numPrevProposals, uint256 numCommitments, uint256 numVotesThisTurn, uint256 numVotesPrevTurn, tuple(uint256 voteCredits, uint256 maxQuadraticPoints, uint256 minQuadraticPositions) voting, uint256 currentTurn, uint256 turnStartedAt, uint256 registrationOpenAt, uint256 startedAt, bool hasStarted, bool hasEnded, uint256 numPlayersMadeMove, uint256 numActivePlayers, bool isOvertime, uint256 timePerTurn, uint256 maxPlayerCnt, uint256 minPlayerCnt, uint256 timeToJoin, uint256 maxTurns, uint256 voteCredits, address gameMaster, string metadata) state)", "function getJoinRequirements(uint256 gameId) view returns (tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, uint256 timesRefunded, uint256 timesReleased, uint256 timesFunded, address[] contractAddresses, uint256[] contractIds, uint8[] contractTypes, bool _isConfigured))", "function getJoinRequirementsByToken(uint256 gameId, address contractAddress, uint256 contractId, uint8 contractType) view returns (tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet))", "function setJoinRequirements(uint256 gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "function facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)", "function facetAddresses() view returns (address[] facetAddresses_)", "function facetFunctionSelectors(address _facet) view returns (bytes4[] facetFunctionSelectors_)", "function facets() view returns (tuple(address facetAddress, bytes4[] functionSelectors)[] facets_)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function transferOwnership(address _newOwner)", "constructor(address defaultAdmin, address token, uint256 defaultCost)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event InstantiationCostChanged(bytes32 indexed id, uint256 cost)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function _beneficiary() view returns (address)", "function acceptDefaultAdminTransfer()", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 id, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function beginDefaultAdminTransfer(address newAdmin)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function defaultInstantiationCost() view returns (uint256)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 id, bytes args) returns (address[] srcs, bytes32 name, uint256 version)", "function instantiationCosts(bytes32 id) view returns (uint256)", "function numInstances() view returns (uint256)", "function owner() view returns (address)", "function paymentToken() view returns (address)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)", "function removeDistribution(bytes32 id)", "function renounceRole(bytes32 role, address account)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function setInstantiationCost(bytes32 id, uint256 cost)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error InvalidInitialization()", "error NotInitializing()", "error insufficient(uint256 id, uint256 balance, uint256 required)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event Initialized(uint64 version)", "event TokensLocked(address indexed account, uint256 indexed id, uint256 value)", "event TokensUnlocked(address indexed account, uint256 indexed id, uint256 value)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function lock(address account, uint256 id, uint256 amount)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function unlock(address account, uint256 id, uint256 amount)", "function unlockedBalanceOf(address account, uint256 id) view returns (uint256)", "function uri(uint256) view returns (string)", "constructor(address initializer, bytes4 initializerSelector, string _distributionName, tuple(uint64 major, uint64 minor, uint128 patch) version, tuple(address loupeFacet, address inspectorFacet, address RankifyMainFacet, address RankifyReqsFacet, address RankifyGMFacet, address OwnershipFacet) addresses)", "error CodeNotFoundInIndex(bytes32 codeId)", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "error StringTooLong(string str)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function get() view returns (address[], bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[] instances, bytes32, uint256)", "constructor(address owner)", "error CodeNotFoundInIndex(bytes32 codeId)", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[], bytes32, uint256)", "error CodeNotFoundInIndex(bytes32 codeId)", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function get() view returns (address[], bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[], bytes32, uint256)", "constructor(address trustedForwarder, address paymentToken, address beneficiary, address[] zkpVerifier, bytes32 rankTokenCodeId, bytes32 RankifyDIistributionId, bytes32 accessManagerId, bytes32 governanceERC20BaseId, string distributionName, tuple(uint64 major, uint64 minor, uint128 patch) distributionVersion, uint256 minParticipantsInCircle)", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "error InvalidShortString()", "error StringTooLong(string str)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function distributionSchema(tuple(tuple(string tokenName, string tokenSymbol) tokenSettings, tuple(uint256 principalCost, uint96 principalTimeConstant, string rankTokenURI, string rankTokenContractURI, address owner) rankifySettings) args) pure returns (tuple(tuple(string tokenName, string tokenSymbol) tokenSettings, tuple(uint256 principalCost, uint96 principalTimeConstant, string rankTokenURI, string rankTokenContractURI, address owner) rankifySettings))", "function get() view returns (address[] sources, bytes32, uint256)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "function currentChainId() view returns (uint256)", "function inspectEIP712Hashes() view returns (bytes32 _CACHED_DOMAIN_SEPARATOR, uint256 _CACHED_CHAIN_ID, address _CACHED_THIS, bytes32 _HASHED_NAME, bytes32 _HASHED_VERSION, bytes32 _TYPE_HASH, string _NAME, string _VERSION)", "function poseidon(bytes32[2] inputs) view returns (bytes32)", "function poseidon(bytes32[5] inputs) view returns (bytes32)", "function poseidon(bytes32[6] inputs) view returns (bytes32)", "error ballotIntegrityCheckFailed(bytes32 ballotHash, bytes32 ballotHashFromVotes)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "error quadraticVotingError(string parameter, uint256 arg, uint256 arg2)", "event GameOver(uint256 indexed gameId, address[] players, uint256[] scores)", "event LastTurn(uint256 indexed gameId)", "event OverTime(uint256 indexed gameId)", "event ProposalScore(uint256 indexed gameId, uint256 indexed turn, string indexed proposalHash, string proposal, uint256 score)", "event ProposalSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed proposer, uint256 commitment, string encryptedProposal, bytes gmSignature, bytes proposerSignature)", "event TurnEnded(uint256 indexed gameId, uint256 indexed turn, address[] players, uint256[] scores, string[] newProposals, uint256[] proposerIndices, uint256[][] votes)", "event VoteSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed player, string sealedBallotId, bytes gmSignature, bytes voterSignature, bytes32 ballotHash)", "function endTurn(uint256 gameId, uint256[][] votes, tuple(string[] proposals, uint256[2] a, uint256[2][2] b, uint256[2] c, uint256 permutationCommitment) newProposals, uint256[] permutation, uint256 shuffleSalt)", "function submitProposal(tuple(uint256 gameId, string encryptedProposal, uint256 commitment, address proposer, bytes gmSignature, bytes proposerSignature) params)", "function submitVote(uint256 gameId, string sealedBallotId, address voter, bytes gmSignature, bytes voterSignature, bytes32 ballotHash)", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error NoDivisionReminderAllowed(uint256 a, uint256 b)", "error RankNotSpecified()", "error invalidConfiguration(string message)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "error invalidTurnCount(uint256 nTurns)", "error zeroValue()", "event GameClosed(uint256 indexed gameId)", "event GameStarted(uint256 indexed gameId)", "event PlayerJoined(uint256 indexed gameId, address indexed participant, bytes32 gmCommitment, string voterPubKey)", "event PlayerLeft(uint256 indexed gameId, address indexed player)", "event RankTokenExited(address indexed player, uint256 rankId, uint256 amount, uint256 _toMint)", "event RegistrationOpen(uint256 indexed gameId)", "event gameCreated(uint256 gameId, address indexed gm, address indexed creator, uint256 indexed rank)", "function canEndTurn(uint256 gameId) view returns (bool)", "function canStartGame(uint256 gameId) view returns (bool)", "function cancelGame(uint256 gameId)", "function createGame(tuple(uint256 gameRank, uint256 minPlayerCnt, uint256 maxPlayerCnt, uint96 nTurns, uint256 voteCredits, address gameMaster, uint128 minGameTime, uint128 timePerTurn, uint128 timeToJoin, string metadata) params)", "function estimateGamePrice(uint128 minGameTime) pure returns (uint256)", "function exitRankToken(uint256 rankId, uint256 amount)", "function gameCreator(uint256 gameId) view returns (address)", "function gameWinner(uint256 gameId) view returns (address)", "function getContractState() pure returns (tuple(uint256 numGames, bool contractInitialized, tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2) commonParams))", "function getGM(uint256 gameId) view returns (address)", "function getGameRank(uint256 gameId) view returns (uint256)", "function getPlayerVotedArray(uint256 gameId) view returns (bool[])", "function getPlayers(uint256 gameId) view returns (address[])", "function getPlayersGame(address player) view returns (uint256)", "function getPlayersMoved(uint256 gameId) view returns (bool[], uint256)", "function getScores(uint256 gameId) view returns (address[], uint256[])", "function getTurn(uint256 gameId) view returns (uint256)", "function isActive(uint256 gameId, address player) view returns (bool)", "function isGameOver(uint256 gameId) view returns (bool)", "function isLastTurn(uint256 gameId) view returns (bool)", "function isOvertime(uint256 gameId) view returns (bool)", "function isPlayerTurnComplete(uint256 gameId, address player) view returns (bool)", "function isRegistrationOpen(uint256 gameId) view returns (bool)", "function joinGame(uint256 gameId, bytes gameMasterSignature, bytes32 gmCommitment, uint256 deadline, string voterPubKey) payable", "function leaveGame(uint256 gameId)", "function onERC1155BatchReceived(address operator, address, uint256[], uint256[], bytes) view returns (bytes4)", "function onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)", "function onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)", "function openRegistration(uint256 gameId)", "function startGame(uint256 gameId, uint256 permutationCommitment)", "event RequirementsConfigured(uint256 indexed gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "function getCommonParams() view returns (tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2))", "function getGameState(uint256 gameId) view returns (tuple(uint256 rank, uint256 minGameTime, address createdBy, uint256 numOngoingProposals, uint256 numPrevProposals, uint256 numCommitments, uint256 numVotesThisTurn, uint256 numVotesPrevTurn, tuple(uint256 voteCredits, uint256 maxQuadraticPoints, uint256 minQuadraticPositions) voting, uint256 currentTurn, uint256 turnStartedAt, uint256 registrationOpenAt, uint256 startedAt, bool hasStarted, bool hasEnded, uint256 numPlayersMadeMove, uint256 numActivePlayers, bool isOvertime, uint256 timePerTurn, uint256 maxPlayerCnt, uint256 minPlayerCnt, uint256 timeToJoin, uint256 maxTurns, uint256 voteCredits, address gameMaster, string metadata) state)", "function getJoinRequirements(uint256 gameId) view returns (tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, uint256 timesRefunded, uint256 timesReleased, uint256 timesFunded, address[] contractAddresses, uint256[] contractIds, uint8[] contractTypes, bool _isConfigured))", "function getJoinRequirementsByToken(uint256 gameId, address contractAddress, uint256 contractId, uint8 contractType) view returns (tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet))", "function setJoinRequirements(uint256 gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "function init()", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "function init(string name, string version, tuple(address rewardToken, uint256 principalCost, uint96 principalTimeConstant, uint256 minimumParticipantsInCircle, address paymentToken, address beneficiary, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2) initData)", "function onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)", "function onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)", "error invalidConfiguration(string message)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "error zeroValue()", "error insufficient(uint256 id, uint256 balance, uint256 required)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TokensLocked(address indexed account, uint256 indexed id, uint256 value)", "event TokensUnlocked(address indexed account, uint256 indexed id, uint256 value)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function burn(address account, uint256 id, uint256 value)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function lock(address account, uint256 id, uint256 amount)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function unlock(address account, uint256 id, uint256 amount)", "function unlockedBalanceOf(address account, uint256 id) view returns (uint256)", "error insufficient(uint256 id, uint256 balance, uint256 required)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event RankingInstanceUpdated(address indexed newRankingInstance)", "event TokensLocked(address indexed account, uint256 indexed id, uint256 value)", "event TokensUnlocked(address indexed account, uint256 indexed id, uint256 value)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function batchMint(address to, uint256[] ids, uint256[] amounts, bytes data)", "function burn(address account, uint256 id, uint256 value)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function lock(address account, uint256 id, uint256 amount)", "function mint(address to, uint256 amount, uint256 poolId, bytes data)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function unlock(address account, uint256 id, uint256 amount)", "function unlockedBalanceOf(address account, uint256 id) view returns (uint256)", "error NoDivisionReminderAllowed(uint256 a, uint256 b)", "error RankNotSpecified()", "error invalidTurnCount(uint256 nTurns)", "event GameClosed(uint256 indexed gameId)", "event GameStarted(uint256 indexed gameId)", "event PlayerJoined(uint256 indexed gameId, address indexed participant, bytes32 gmCommitment, string voterPubKey)", "event PlayerLeft(uint256 indexed gameId, address indexed player)", "event RankTokenExited(address indexed player, uint256 rankId, uint256 amount, uint256 _toMint)", "event RegistrationOpen(uint256 indexed gameId)", "event gameCreated(uint256 gameId, address indexed gm, address indexed creator, uint256 indexed rank)", "constructor(string uri_, address owner)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function batchMint(address to, uint256[] ids, uint256[] amounts, bytes data)", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function levelUp(address to, uint256 id, bytes data)", "function mint(address to, uint256 amount, uint256 poolId, bytes data)", "function owner() view returns (address)", "function renounceOwnership()", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function uri(uint256) view returns (string)", "constructor(string name_, string symbol_, address owner)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function burn(uint256 value)", "function burnFrom(address account, uint256 value)", "function decimals() view returns (uint8)", "function mint(address to, uint256 amount)", "function name() view returns (string)", "function owner() view returns (address)", "function renounceOwnership()", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "function transferOwnership(address newOwner)", "constructor(string name_, string symbol_, address owner)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256)", "function burn(uint256 tokenId)", "function getApproved(uint256 tokenId) view returns (address)", "function getLastTokenId() view returns (uint256)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function levelUp(address to, uint256 id, bytes)", "function mint(address to, uint256 tokenId, bytes)", "function mintNext(address to)", "function name() view returns (string)", "function owner() view returns (address)", "function ownerOf(uint256 tokenId) view returns (address)", "function renounceOwnership()", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function tokenURI(uint256 tokenId) view returns (string)", "function transferFrom(address from, address to, uint256 tokenId)", "function transferOwnership(address newOwner)", "constructor()", "error ReentrancyGuardReentrantCall()", "function createPosition(bytes32 position, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) configuration)", "function fund(bytes32 _positionName) payable", "function onERC1155BatchReceived(address operator, address, uint256[], uint256[], bytes) view returns (bytes4)", "function onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)", "function onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)", "function participants(uint256) view returns (address)", "function refund(bytes32 _positionName, address to)", "function refundBatch(bytes32 _positionName)", "function release(bytes32 _positionName, address payee, address beneficiary)", "function releaseAll(bytes32 _positionName, address payee, address beneficiary)", "constructor()", "event GameClosed(uint256 indexed gameId)", "event GameOver(uint256 indexed gameId, address[] indexed players, uint256[] indexed scores)", "event GameStarted(uint256 indexed gameId)", "event LastTurn(uint256 indexed gameId)", "event OverTime(uint256 indexed gameId)", "event PlayerJoined(uint256 indexed gameId, address participant)", "event PlayerLeft(uint256 indexed gameId, address indexed player)", "event ProposalScore(uint256 indexed gameId, uint256 indexed turn, string indexed proposalHash, string proposal, uint256 score)", "event ProposalSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed proposer, bytes32 commitment, string proposalEncryptedByGM)", "event RegistrationOpen(uint256 indexed gameid)", "event TurnEnded(uint256 indexed gameId, uint256 indexed turn, address[] players, uint256[] scores, string[] newProposals, uint256[] proposerIndices, uint256[][] votes)", "event VoteSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed player, string votesHidden)", "event gameCreated(uint256 gameId, address indexed gm, address indexed creator, uint256 indexed rank)", "function fireAll()", "constructor(address owner, bytes32 name, string contractURI)", "error EmptyReleaseMetadata()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function owner() view returns (address)", "function renounceOwnership()", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "constructor(string _name, string _symbol, tuple(address[] receivers, uint256[] amounts) _mintSettings, address _accessManager)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidInitialization()", "error MintSettingsArrayLengthMismatch(uint256 receiversArrayLength, uint256 amountsArrayLength)", "error NotInitializing()", "error ReentrancyGuardReentrantCall()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error VotesExpiredSignature(uint256 expiry)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event Initialized(uint64 version)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function CLOCK_MODE() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function checkpoints(address account, uint32 pos) view returns (tuple(uint48 _key, uint208 _value))", "function clock() view returns (uint48)", "function decimals() view returns (uint8)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function initialize(string _name, string _symbol, tuple(address[] receivers, uint256[] amounts) _mintSettings, address accessManager)", "function mint(address to, uint256 amount)", "function name() view returns (string)", "function nonces(address owner) view returns (uint256)", "function numCheckpoints(address account) view returns (uint32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "function mint(address _to, uint256 _amount)", "constructor(string uri_, string cURI, address accessLayer, address owner_)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error InvalidInitialization()", "error NotInitializing()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error insufficient(uint256 id, uint256 balance, uint256 required)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event Initialized(uint64 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event RankingInstanceUpdated(address indexed newRankingInstance)", "event TokensLocked(address indexed account, uint256 indexed id, uint256 value)", "event TokensUnlocked(address indexed account, uint256 indexed id, uint256 value)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function batchMint(address to, uint256[] ids, uint256[] amounts, bytes data)", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function contractURI() view returns (string)", "function initialize(string uri_, string cURI, address accessLayer, address owner_)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function lock(address account, uint256 id, uint256 amount)", "function mint(address to, uint256 amount, uint256 level, bytes data)", "function owner() view returns (address)", "function renounceOwnership()", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function setContractURI(string uri_)", "function setURI(string uri_)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function unlock(address account, uint256 id, uint256 amount)", "function unlockedBalanceOf(address account, uint256 id) view returns (uint256)", "function uri(uint256) view returns (string)", "constructor(address owner)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC20ExceededCap(uint256 increasedSupply, uint256 cap)", "error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidCap(uint256 cap)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidShortString()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error StringTooLong(string str)", "error VotesExpiredSignature(uint256 expiry)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function CLOCK_MODE() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function burn(uint256 value)", "function burnFrom(address account, uint256 value)", "function cap() view returns (uint256)", "function checkpoints(address account, uint32 pos) view returns (tuple(uint48 _key, uint208 _value))", "function clock() view returns (uint48)", "function decimals() view returns (uint8)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function mint(address to, uint256 amount)", "function name() view returns (string)", "function nonces(address owner) view returns (uint256)", "function numCheckpoints(address account) view returns (uint32)", "function owner() view returns (address)", "function renounceOwnership()", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "function transferOwnership(address newOwner)", "function createDao(tuple(address trustedForwarder, string daoURI, string subdomain, bytes metadata) daoSettings, tuple(tuple(tuple(uint8 release, uint16 build) versionTag, address pluginSetupRepo) pluginSetupRef, bytes data)[] pluginSettings) returns (address)", "function createVersion(uint8 _release, address _pluginSetupAddress, bytes _buildMetadata, bytes _releaseMetadata)", "function getLatestVersion(uint8 _release) view returns (tuple(tuple(uint8 release, uint16 build) tag, address pluginSetup, bytes buildMetadata))", "function latestRelease() view returns (uint8)", "function updateReleaseMetadata(uint8 _release, bytes _releaseMetadata)", "constructor(address _contractOwner, address _diamondCutFacet) payable", "event DiamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "constructor(address _contractOwner, address _diamondCutFacet) payable", "error functionDoesNotExist(bytes4 selector)", "event DiamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event DiamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "function diamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "function facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)", "function facetAddresses() view returns (address[] facetAddresses_)", "function facetFunctionSelectors(address _facet) view returns (bytes4[] facetFunctionSelectors_)", "function facets() view returns (tuple(address facetAddress, bytes4[] functionSelectors)[] facets_)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function transferOwnership(address _newOwner)", "event TestEvent(address something)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function test1Func1()", "function test1Func10()", "function test1Func11()", "function test1Func12()", "function test1Func13()", "function test1Func14()", "function test1Func15()", "function test1Func16()", "function test1Func17()", "function test1Func18()", "function test1Func19()", "function test1Func2()", "function test1Func20()", "function test1Func3()", "function test1Func4()", "function test1Func5()", "function test1Func6()", "function test1Func7()", "function test1Func8()", "function test1Func9()", "function test2Func1()", "function test2Func10()", "function test2Func11()", "function test2Func12()", "function test2Func13()", "function test2Func14()", "function test2Func15()", "function test2Func16()", "function test2Func17()", "function test2Func18()", "function test2Func19()", "function test2Func2()", "function test2Func20()", "function test2Func3()", "function test2Func4()", "function test2Func5()", "function test2Func6()", "function test2Func7()", "function test2Func8()", "function test2Func9()", "function diamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "function facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)", "function facetAddresses() view returns (address[] facetAddresses_)", "function facetFunctionSelectors(address _facet) view returns (bytes4[] facetFunctionSelectors_)", "function facets() view returns (tuple(address facetAddress, bytes4[] functionSelectors)[] facets_)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function owner() view returns (address owner_)", "function transferOwnership(address _newOwner)", "error DuplicateSignature(bytes4 _selector)", "event DiamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function ALPHA_X() view returns (uint256)", "function ALPHA_Y() view returns (uint256)", "function BASE_FIELD_SIZE() view returns (uint256)", "function BETA_X1() view returns (uint256)", "function BETA_X2() view returns (uint256)", "function BETA_Y1() view returns (uint256)", "function BETA_Y2() view returns (uint256)", "function DELTA_X1() view returns (uint256)", "function DELTA_X2() view returns (uint256)", "function DELTA_Y1() view returns (uint256)", "function DELTA_Y2() view returns (uint256)", "function GAMMA_X1() view returns (uint256)", "function GAMMA_X2() view returns (uint256)", "function GAMMA_Y1() view returns (uint256)", "function GAMMA_Y2() view returns (uint256)", "function IC0_X() view returns (uint256)", "function IC0_Y() view returns (uint256)", "function IC10_X() view returns (uint256)", "function IC10_Y() view returns (uint256)", "function IC11_X() view returns (uint256)", "function IC11_Y() view returns (uint256)", "function IC12_X() view returns (uint256)", "function IC12_Y() view returns (uint256)", "function IC13_X() view returns (uint256)", "function IC13_Y() view returns (uint256)", "function IC14_X() view returns (uint256)", "function IC14_Y() view returns (uint256)", "function IC15_X() view returns (uint256)", "function IC15_Y() view returns (uint256)", "function IC16_X() view returns (uint256)", "function IC16_Y() view returns (uint256)", "function IC17_X() view returns (uint256)", "function IC17_Y() view returns (uint256)", "function IC18_X() view returns (uint256)", "function IC18_Y() view returns (uint256)", "function IC19_X() view returns (uint256)", "function IC19_Y() view returns (uint256)", "function IC1_X() view returns (uint256)", "function IC1_Y() view returns (uint256)", "function IC20_X() view returns (uint256)", "function IC20_Y() view returns (uint256)", "function IC21_X() view returns (uint256)", "function IC21_Y() view returns (uint256)", "function IC22_X() view returns (uint256)", "function IC22_Y() view returns (uint256)", "function IC23_X() view returns (uint256)", "function IC23_Y() view returns (uint256)", "function IC24_X() view returns (uint256)", "function IC24_Y() view returns (uint256)", "function IC25_X() view returns (uint256)", "function IC25_Y() view returns (uint256)", "function IC26_X() view returns (uint256)", "function IC26_Y() view returns (uint256)", "function IC27_X() view returns (uint256)", "function IC27_Y() view returns (uint256)", "function IC28_X() view returns (uint256)", "function IC28_Y() view returns (uint256)", "function IC29_X() view returns (uint256)", "function IC29_Y() view returns (uint256)", "function IC2_X() view returns (uint256)", "function IC2_Y() view returns (uint256)", "function IC30_X() view returns (uint256)", "function IC30_Y() view returns (uint256)", "function IC31_X() view returns (uint256)", "function IC31_Y() view returns (uint256)", "function IC32_X() view returns (uint256)", "function IC32_Y() view returns (uint256)", "function IC3_X() view returns (uint256)", "function IC3_Y() view returns (uint256)", "function IC4_X() view returns (uint256)", "function IC4_Y() view returns (uint256)", "function IC5_X() view returns (uint256)", "function IC5_Y() view returns (uint256)", "function IC6_X() view returns (uint256)", "function IC6_Y() view returns (uint256)", "function IC7_X() view returns (uint256)", "function IC7_Y() view returns (uint256)", "function IC8_X() view returns (uint256)", "function IC8_Y() view returns (uint256)", "function IC9_X() view returns (uint256)", "function IC9_Y() view returns (uint256)", "function P_PUBLIC_SIGNALS_ACCUMULATOR_SIZE() view returns (uint16)", "function P_TOTAL_SIZE() view returns (uint16)", "function verifyProof(uint256[2] pointA_, uint256[2][2] pointB_, uint256[2] pointC_, uint256[32] publicSignals_) view returns (bool verified_)", "error AccessControlBadConfirmation()", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error AccessControlBadConfirmation()", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function renounceOwnership()", "function transferOwnership(address newOwner)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function acceptDefaultAdminTransfer()", "function beginDefaultAdminTransfer(address newAdmin)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function owner() view returns (address)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)", "function renounceRole(bytes32 role, address account)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function acceptDefaultAdminTransfer()", "function beginDefaultAdminTransfer(address newAdmin)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 acceptSchedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 effectSchedule)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function owner() view returns (address)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "error ERC1167FailedCreateClone()", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error StringsInsufficientHexLength(uint256 value, uint256 length)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error MathOverflowedMulDiv()", "error SafeCastOverflowedIntDowncast(uint8 bits, int256 value)", "error SafeCastOverflowedIntToUint(int256 value)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error SafeCastOverflowedUintToInt(uint256 value)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "error alreadyExists(bytes32 id, address source)", "event Indexed(address indexed container, bytes32 indexed codeHash)", "function get(bytes32 id) view returns (address)", "function register(address container)", "error alreadyExists(bytes32 id, address source)", "event Indexed(address indexed container, bytes32 indexed codeHash)", "function get(bytes32 id) view returns (address)", "function register(address container)", "error CodeNotFoundInIndex(bytes32 codeId)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function numInstances() view returns (uint256)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "error DissalowDistOnWhitelistedDistributor(address distributor, bytes32 distributionId)", "error DistributionIsNotPermitted(address distributor, bytes32 distributionId)", "error InvalidDistributor(address distributor)", "error InvalidTarget(address target)", "error NotAnInstance(address instance)", "error alreadyAllowed(address distributor)", "event DistributionAllowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributionDisallowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributorWhitelistRevoked(address indexed distributor)", "event DistributorWhitelisted(address indexed distributor)", "event Installed(address indexed instance, bytes32 indexed distributionId, bytes32 indexed permissions, bytes args)", "event Uninstalled(address indexed instance)", "function afterCall(bytes layerConfig, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function allowDistribution(address distributor, bytes32 distributionId)", "function beforeCall(bytes layerConfig, bytes4 selector, address requestingInstance, uint256 value, bytes data) returns (bytes)", "function disallowDistribution(address distributor, bytes32 distributionId)", "function distributorOf(address instance) view returns (address)", "function getInstance(uint256 instanceId) view returns (address[] instaneContracts)", "function getInstancesNum() view returns (uint256)", "function getWhitelistedDistributors() view returns (address[])", "function install(address distributor, bytes32 distributionId, bytes args) payable returns (uint256 instanceId)", "function isDistributor(address distributor) view returns (bool)", "function isInstance(address instance) view returns (bool)", "function revokeWhitelistedDistributor(address distributor)", "function target() view returns (address)", "function uninstall(uint256 instanceId)", "function whitelistDistributor(address distributor)", "function whitelistedDistributions(address distributor) view returns (bytes32[])", "error DissalowDistOnWhitelistedDistributor(address distributor, bytes32 distributionId)", "error DistributionIsNotPermitted(address distributor, bytes32 distributionId)", "error InvalidDistributor(address distributor)", "error InvalidInitialization()", "error InvalidTarget(address target)", "error NotAnInstance(address instance)", "error NotInitializing()", "error alreadyAllowed(address distributor)", "event DistributionAllowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributionDisallowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributorWhitelistRevoked(address indexed distributor)", "event DistributorWhitelisted(address indexed distributor)", "event Initialized(uint64 version)", "event Installed(address indexed instance, bytes32 indexed distributionId, bytes32 indexed permissions, bytes args)", "event Uninstalled(address indexed instance)", "function afterCall(bytes layerConfig, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function allowDistribution(address distributor, bytes32 distributionId)", "function beforeCall(bytes layerConfig, bytes4 selector, address requestingInstance, uint256 value, bytes data) returns (bytes)", "function disallowDistribution(address distributor, bytes32 distributionId)", "function distributorOf(address instance) view returns (address)", "function getInstance(uint256 instanceId) view returns (address[] instaneContracts)", "function getInstancesNum() view returns (uint256)", "function getWhitelistedDistributors() view returns (address[])", "function initialize(address targetAddress)", "function install(address distributor, bytes32 distributionId, bytes args) payable returns (uint256 instanceId)", "function isDistributor(address distributor) view returns (bool)", "function isInstance(address instance) view returns (bool)", "function revokeWhitelistedDistributor(address distributor)", "function target() view returns (address)", "function uninstall(uint256 instanceId)", "function whitelistDistributor(address distributor)", "function whitelistedDistributions(address distributor) view returns (bytes32[])", "constructor(tuple(address layerAddess, bytes layerConfigData)[] layers, address implementation)", "error EmptyReleaseMetadata()", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event InstantiationCostChanged(bytes32 indexed id, uint256 cost)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function _beneficiary() view returns (address)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function defaultInstantiationCost() view returns (uint256)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function instantiationCosts(bytes32 id) view returns (uint256)", "function numInstances() view returns (uint256)", "function paymentToken() view returns (address)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "constructor(bytes32 codeHash, bytes32 _metadata, bytes32 name, uint256 version)", "error CodeNotFoundInIndex(bytes32 codeId)", "error ERC1167FailedCreateClone()", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function distributionName() view returns (bytes32)", "function distributionVersion() view returns (uint256)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[] instances, bytes32, uint256)", "constructor(address _repository, bytes32 _metadata)", "error CodeNotFoundInIndex(bytes32 codeId)", "error ERC1167FailedCreateClone()", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[] instances, bytes32, uint256)", "function repository() view returns (address)", "constructor(address _owner)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 id, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 id, bytes args) returns (address[], bytes32, uint256)", "function numInstances() view returns (uint256)", "function owner() view returns (address)", "function removeDistribution(bytes32 id)", "function renounceOwnership()", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "function contractURI() view returns (string)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] sources, bytes32 distributionName, uint256 distributionVersion)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorId) view returns (string)", "function getDistributions() view returns (bytes32[] distributorIds)", "function getInstanceId(address instance) view returns (uint256)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "error initializationFailed(bytes32 id, string reason)", "event Initialized(address indexed container, bytes32 indexed codeHash)", "function initialize(bytes32 distributionId, address[] instances, bytes32 distributionName, uint256 distributionVersion, bytes args)", "error DissalowDistOnWhitelistedDistributor(address distributor, bytes32 distributionId)", "error DistributionIsNotPermitted(address distributor, bytes32 distributionId)", "error InvalidDistributor(address distributor)", "error InvalidTarget(address target)", "error NotAnInstance(address instance)", "error alreadyAllowed(address distributor)", "event DistributionAllowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributionDisallowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributorWhitelistRevoked(address indexed distributor)", "event DistributorWhitelisted(address indexed distributor)", "event Installed(address indexed instance, bytes32 indexed distributionId, bytes32 indexed permissions, bytes args)", "event Uninstalled(address indexed instance)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function allowDistribution(address distributor, bytes32 distributionId)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function disallowDistribution(address distributor, bytes32 distributionId)", "function distributorOf(address instance) view returns (address)", "function getInstance(uint256 instanceId) view returns (address[] instaneContracts)", "function getInstancesNum() view returns (uint256)", "function getWhitelistedDistributors() view returns (address[])", "function install(address distributor, bytes32 distributionId, bytes args) payable returns (uint256 instanceId)", "function isDistributor(address distributor) view returns (bool)", "function isInstance(address instance) view returns (bool)", "function revokeWhitelistedDistributor(address distributor)", "function target() view returns (address)", "function uninstall(uint256 instanceId)", "function whitelistDistributor(address distributor)", "function whitelistedDistributions(address distributor) view returns (bytes32[])", "error EmptyReleaseMetadata()", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "error versionMismatch(string message)", "constructor()", "error ERC165CheckFailed(address distributor, bytes4 interfaceId, string interfaceName)", "error InvalidInitialization()", "error NotInitializing()", "error OnlyTargetAllowed(address sender, address target)", "error disallowedAddress(address sender, bytes4 selector)", "event Initialized(uint64 version)", "function afterCall(bytes, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function initialize(tuple(bytes4 selector, address[] disallowedAddresses, bool distributionComponentsOnly)[] methodSettings, address target, address distributor)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error CodeNotFoundInIndex(bytes32 codeId)", "error ERC1167FailedCreateClone()", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[], bytes32, uint256)", "event MockInit(string testData)", "function init(bytes data)", "constructor(string name, string symbol, uint256 initialSupply)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "constructor(address targetAddress, address owner)", "error DissalowDistOnWhitelistedDistributor(address distributor, bytes32 distributionId)", "error DistributionIsNotPermitted(address distributor, bytes32 distributionId)", "error InvalidDistributor(address distributor)", "error InvalidTarget(address target)", "error NotAnInstance(address instance)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error alreadyAllowed(address distributor)", "event DistributionAllowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributionDisallowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributorWhitelistRevoked(address indexed distributor)", "event DistributorWhitelisted(address indexed distributor)", "event Installed(address indexed instance, bytes32 indexed distributionId, bytes32 indexed permissions, bytes args)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event Uninstalled(address indexed instance)", "function afterCall(bytes layerConfig, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function allowDistribution(address distributor, bytes32 distributionId)", "function beforeCall(bytes layerConfig, bytes4 selector, address requestingInstance, uint256 value, bytes data) returns (bytes)", "function disallowDistribution(address distributor, bytes32 distributionId)", "function distributorOf(address instance) view returns (address)", "function getInstance(uint256 instanceId) view returns (address[] instaneContracts)", "function getInstancesNum() view returns (uint256)", "function getWhitelistedDistributors() view returns (address[])", "function install(address distributor, bytes32 distributionId, bytes args) payable returns (uint256 instanceId)", "function isDistributor(address distributor) view returns (bool)", "function isInstance(address instance) view returns (bool)", "function owner() view returns (address)", "function renounceOwnership()", "function revokeWhitelistedDistributor(address distributor)", "function target() view returns (address)", "function transferOwnership(address newOwner)", "function uninstall(uint256 instanceId)", "function whitelistDistributor(address distributor)", "function whitelistedDistributions(address distributor) view returns (bytes32[])", "constructor(address defaultAdmin, address token, uint256 defaultCost)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event InstantiationCostChanged(bytes32 indexed id, uint256 cost)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function _beneficiary() view returns (address)", "function acceptDefaultAdminTransfer()", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 id, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function beginDefaultAdminTransfer(address newAdmin)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function defaultInstantiationCost() view returns (uint256)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 id, bytes args) returns (address[] srcs, bytes32 name, uint256 version)", "function instantiationCosts(bytes32 id) view returns (uint256)", "function numInstances() view returns (uint256)", "function owner() view returns (address)", "function paymentToken() view returns (address)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)", "function removeDistribution(bytes32 id)", "function renounceRole(bytes32 role, address account)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function setInstantiationCost(bytes32 id, uint256 cost)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "event Bar()", "function foo()", "function ping() pure returns (string)", "constructor(address owner, bytes32 name, string cURI)", "error EmptyReleaseMetadata()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function owner() view returns (address)", "function renounceOwnership()", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)"];
|
|
31215
|
+
readonly superinterfaceAbi: readonly ["error AccessControlBadConfirmation()", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error AccessControlBadConfirmation()", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function renounceOwnership()", "function transferOwnership(address newOwner)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function acceptDefaultAdminTransfer()", "function beginDefaultAdminTransfer(address newAdmin)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function owner() view returns (address)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)", "function renounceRole(bytes32 role, address account)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function acceptDefaultAdminTransfer()", "function beginDefaultAdminTransfer(address newAdmin)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 acceptSchedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 effectSchedule)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "error VotesExpiredSignature(uint256 expiry)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidShortString()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error StringTooLong(string str)", "error VotesExpiredSignature(uint256 expiry)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "function CLOCK_MODE() view returns (string)", "function clock() view returns (uint48)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function nonces(address owner) view returns (uint256)", "function isValidSignature(bytes32 hash, bytes signature) view returns (bytes4 magicValue)", "event EIP712DomainChanged()", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function owner() view returns (address)", "error VotesExpiredSignature(uint256 expiry)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "function CLOCK_MODE() view returns (string)", "function clock() view returns (uint48)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function CLOCK_MODE() view returns (string)", "function clock() view returns (uint48)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "error CloneArgumentsTooLong()", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256) view returns (string)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)", "function onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256) view returns (string)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256 id) view returns (string)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function burn(uint256 value)", "function burnFrom(address account, uint256 value)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error ERC20ExceededCap(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidCap(uint256 cap)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function cap() view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidShortString()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error StringTooLong(string str)", "error VotesExpiredSignature(uint256 expiry)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event Transfer(address indexed from, address indexed to, uint256 value)", "function CLOCK_MODE() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function checkpoints(address account, uint32 pos) view returns (tuple(uint48 _key, uint208 _value))", "function clock() view returns (uint48)", "function decimals() view returns (uint8)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function name() view returns (string)", "function nonces(address owner) view returns (uint256)", "function numCheckpoints(address account) view returns (uint32)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256)", "function getApproved(uint256 tokenId) view returns (address)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function name() view returns (string)", "function ownerOf(uint256 tokenId) view returns (address)", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function tokenURI(uint256 tokenId) view returns (string)", "function transferFrom(address from, address to, uint256 tokenId)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256 balance)", "function getApproved(uint256 tokenId) view returns (address operator)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function ownerOf(uint256 tokenId) view returns (address owner)", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferFrom(address from, address to, uint256 tokenId)", "function onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256)", "function burn(uint256 tokenId)", "function getApproved(uint256 tokenId) view returns (address)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function name() view returns (string)", "function ownerOf(uint256 tokenId) view returns (address)", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function tokenURI(uint256 tokenId) view returns (string)", "function transferFrom(address from, address to, uint256 tokenId)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256 balance)", "function getApproved(uint256 tokenId) view returns (address operator)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function name() view returns (string)", "function ownerOf(uint256 tokenId) view returns (address owner)", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function tokenURI(uint256 tokenId) view returns (string)", "function transferFrom(address from, address to, uint256 tokenId)", "error Create2EmptyBytecode()", "error FailedCall()", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "error MissingPrecompile(address)", "error InvalidAccountNonce(address account, uint256 currentNonce)", "function nonces(address owner) view returns (uint256)", "error ReentrancyGuardReentrantCall()", "error InvalidShortString()", "error StringTooLong(string str)", "error StringsInsufficientHexLength(uint256 value, uint256 length)", "error StringsInvalidAddressFormat()", "error StringsInvalidChar()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error InvalidShortString()", "error StringTooLong(string str)", "event EIP712DomainChanged()", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error SafeCastOverflowedIntDowncast(uint8 bits, int256 value)", "error SafeCastOverflowedIntToUint(int256 value)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error SafeCastOverflowedUintToInt(uint256 value)", "error CheckpointUnorderedInsertion()", "error InvalidInitialization()", "error NotInitializing()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event Initialized(uint64 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function renounceOwnership()", "function transferOwnership(address newOwner)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidInitialization()", "error NotInitializing()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error VotesExpiredSignature(uint256 expiry)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event Initialized(uint64 version)", "function CLOCK_MODE() view returns (string)", "function clock() view returns (uint48)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function nonces(address owner) view returns (uint256)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error InvalidInitialization()", "error NotInitializing()", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event Initialized(uint64 version)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256) view returns (string)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error InvalidInitialization()", "error NotInitializing()", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event Initialized(uint64 version)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function uri(uint256) view returns (string)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error InvalidInitialization()", "error NotInitializing()", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Initialized(uint64 version)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidInitialization()", "error NotInitializing()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error VotesExpiredSignature(uint256 expiry)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event Initialized(uint64 version)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function CLOCK_MODE() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function checkpoints(address account, uint32 pos) view returns (tuple(uint48 _key, uint208 _value))", "function clock() view returns (uint48)", "function decimals() view returns (uint8)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function name() view returns (string)", "function nonces(address owner) view returns (uint256)", "function numCheckpoints(address account) view returns (uint32)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "function nonces(address owner) view returns (uint256)", "error InvalidInitialization()", "error NotInitializing()", "error ReentrancyGuardReentrantCall()", "event Initialized(uint64 version)", "error InvalidInitialization()", "error NotInitializing()", "event EIP712DomainChanged()", "event Initialized(uint64 version)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error alreadyExists(bytes32 id, address source)", "event Indexed(address indexed container, bytes32 indexed codeHash)", "function get(bytes32 id) view returns (address)", "function register(address container)", "error CodeNotFoundInIndex(bytes32 codeId)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function numInstances() view returns (uint256)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "error EmptyReleaseMetadata()", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event InstantiationCostChanged(bytes32 indexed id, uint256 cost)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function _beneficiary() view returns (address)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function defaultInstantiationCost() view returns (uint256)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function instantiationCosts(bytes32 id) view returns (uint256)", "function numInstances() view returns (uint256)", "function paymentToken() view returns (address)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "function contractURI() view returns (string)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] sources, bytes32 distributionName, uint256 distributionVersion)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorId) view returns (string)", "function getDistributions() view returns (bytes32[] distributorIds)", "function getInstanceId(address instance) view returns (uint256)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "error initializationFailed(bytes32 id, string reason)", "event Initialized(address indexed container, bytes32 indexed codeHash)", "function initialize(bytes32 distributionId, address[] instances, bytes32 distributionName, uint256 distributionVersion, bytes args)", "error EmptyReleaseMetadata()", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "error versionMismatch(string message)", "constructor()", "error ERC165CheckFailed(address distributor, bytes4 interfaceId, string interfaceName)", "error InvalidInitialization()", "error NotInitializing()", "error OnlyTargetAllowed(address sender, address target)", "error disallowedAddress(address sender, bytes4 selector)", "event Initialized(uint64 version)", "function afterCall(bytes, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function initialize(tuple(bytes4 selector, address[] disallowedAddresses, bool distributionComponentsOnly)[] methodSettings, address target, address distributor)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "constructor(address owner, bytes32 name, string cURI)", "error EmptyReleaseMetadata()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function owner() view returns (address)", "function renounceOwnership()", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "function currentChainId() view returns (uint256)", "function inspectEIP712Hashes() view returns (bytes32 _CACHED_DOMAIN_SEPARATOR, uint256 _CACHED_CHAIN_ID, address _CACHED_THIS, bytes32 _HASHED_NAME, bytes32 _HASHED_VERSION, bytes32 _TYPE_HASH, string _NAME, string _VERSION)", "function poseidon(bytes32[2] inputs) view returns (bytes32)", "function poseidon(bytes32[5] inputs) view returns (bytes32)", "function poseidon(bytes32[6] inputs) view returns (bytes32)", "error ballotIntegrityCheckFailed(bytes32 ballotHash, bytes32 ballotHashFromVotes)", "event GameOver(uint256 indexed gameId, address[] players, uint256[] scores)", "event LastTurn(uint256 indexed gameId)", "event OverTime(uint256 indexed gameId)", "event ProposalScore(uint256 indexed gameId, uint256 indexed turn, string indexed proposalHash, string proposal, uint256 score)", "event ProposalSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed proposer, uint256 commitment, string encryptedProposal, bytes gmSignature, bytes proposerSignature)", "event TurnEnded(uint256 indexed gameId, uint256 indexed turn, address[] players, uint256[] scores, string[] newProposals, uint256[] proposerIndices, uint256[][] votes)", "event VoteSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed player, string sealedBallotId, bytes gmSignature, bytes voterSignature, bytes32 ballotHash)", "function endTurn(uint256 gameId, uint256[][] votes, tuple(string[] proposals, uint256[2] a, uint256[2][2] b, uint256[2] c, uint256 permutationCommitment) newProposals, uint256[] permutation, uint256 shuffleSalt)", "function submitProposal(tuple(uint256 gameId, string encryptedProposal, uint256 commitment, address proposer, bytes gmSignature, bytes proposerSignature) params)", "function submitVote(uint256 gameId, string sealedBallotId, address voter, bytes gmSignature, bytes voterSignature, bytes32 ballotHash)", "error NoDivisionReminderAllowed(uint256 a, uint256 b)", "error RankNotSpecified()", "error invalidConfiguration(string message)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "error invalidTurnCount(uint256 nTurns)", "error zeroValue()", "event GameClosed(uint256 indexed gameId)", "event GameStarted(uint256 indexed gameId)", "event PlayerJoined(uint256 indexed gameId, address indexed participant, bytes32 gmCommitment, string voterPubKey)", "event PlayerLeft(uint256 indexed gameId, address indexed player)", "event RankTokenExited(address indexed player, uint256 rankId, uint256 amount, uint256 _toMint)", "event RegistrationOpen(uint256 indexed gameId)", "event RequirementsConfigured(uint256 indexed gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "event gameCreated(uint256 gameId, address indexed gm, address indexed creator, uint256 indexed rank)", "function canEndTurn(uint256 gameId) view returns (bool)", "function canStartGame(uint256 gameId) view returns (bool)", "function cancelGame(uint256 gameId)", "function createAndOpenGame(tuple(uint256 gameRank, uint256 minPlayerCnt, uint256 maxPlayerCnt, uint96 nTurns, uint256 voteCredits, address gameMaster, uint128 minGameTime, uint128 timePerTurn, uint128 timeToJoin, string metadata) params, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) requirements)", "function createGame(tuple(uint256 gameRank, uint256 minPlayerCnt, uint256 maxPlayerCnt, uint96 nTurns, uint256 voteCredits, address gameMaster, uint128 minGameTime, uint128 timePerTurn, uint128 timeToJoin, string metadata) params) returns (uint256)", "function estimateGamePrice(uint128 minGameTime) pure returns (uint256)", "function exitRankToken(uint256 rankId, uint256 amount)", "function gameCreator(uint256 gameId) view returns (address)", "function gameWinner(uint256 gameId) view returns (address)", "function getContractState() pure returns (tuple(uint256 numGames, bool contractInitialized, tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2) commonParams))", "function getGM(uint256 gameId) view returns (address)", "function getGameRank(uint256 gameId) view returns (uint256)", "function getPlayerVotedArray(uint256 gameId) view returns (bool[])", "function getPlayers(uint256 gameId) view returns (address[])", "function getPlayersGames(address player) view returns (uint256[])", "function getPlayersMoved(uint256 gameId) view returns (bool[], uint256)", "function getScores(uint256 gameId) view returns (address[], uint256[])", "function getTurn(uint256 gameId) view returns (uint256)", "function isActive(uint256 gameId, address player) view returns (bool)", "function isGameOver(uint256 gameId) view returns (bool)", "function isLastTurn(uint256 gameId) view returns (bool)", "function isOvertime(uint256 gameId) view returns (bool)", "function isPlayerInGame(uint256 gameId, address player) view returns (bool)", "function isPlayerTurnComplete(uint256 gameId, address player) view returns (bool)", "function isRegistrationOpen(uint256 gameId) view returns (bool)", "function joinGame(uint256 gameId, bytes gameMasterSignature, bytes32 gmCommitment, uint256 deadline, string voterPubKey) payable", "function leaveGame(uint256 gameId)", "function onERC1155BatchReceived(address operator, address, uint256[], uint256[], bytes) view returns (bytes4)", "function onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)", "function onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)", "function openRegistration(uint256 gameId)", "function setJoinRequirements(uint256 gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "function startGame(uint256 gameId, uint256 permutationCommitment)", "function getCommonParams() view returns (tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2))", "function getGameState(uint256 gameId) view returns (tuple(uint256 rank, uint256 minGameTime, address createdBy, uint256 numOngoingProposals, uint256 numPrevProposals, uint256 numCommitments, uint256 numVotesThisTurn, uint256 numVotesPrevTurn, tuple(uint256 voteCredits, uint256 maxQuadraticPoints, uint256 minQuadraticPositions) voting, uint256 currentTurn, uint256 turnStartedAt, uint256 registrationOpenAt, uint256 startedAt, bool hasStarted, bool hasEnded, uint256 numPlayersMadeMove, uint256 numActivePlayers, bool isOvertime, uint256 timePerTurn, uint256 maxPlayerCnt, uint256 minPlayerCnt, uint256 timeToJoin, uint256 maxTurns, uint256 voteCredits, address gameMaster, string metadata) state)", "function getJoinRequirements(uint256 gameId) view returns (tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, uint256 timesRefunded, uint256 timesReleased, uint256 timesFunded, address[] contractAddresses, uint256[] contractIds, uint8[] contractTypes, bool _isConfigured))", "function getJoinRequirementsByToken(uint256 gameId, address contractAddress, uint256 contractId, uint8 contractType) view returns (tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet))", "function facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)", "function facetAddresses() view returns (address[] facetAddresses_)", "function facetFunctionSelectors(address _facet) view returns (bytes4[] facetFunctionSelectors_)", "function facets() view returns (tuple(address facetAddress, bytes4[] functionSelectors)[] facets_)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function transferOwnership(address _newOwner)", "constructor(address defaultAdmin, address token, uint256 defaultCost)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event InstantiationCostChanged(bytes32 indexed id, uint256 cost)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function _beneficiary() view returns (address)", "function acceptDefaultAdminTransfer()", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 id, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function beginDefaultAdminTransfer(address newAdmin)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function defaultInstantiationCost() view returns (uint256)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 id, bytes args) returns (address[] srcs, bytes32 name, uint256 version)", "function instantiationCosts(bytes32 id) view returns (uint256)", "function numInstances() view returns (uint256)", "function owner() view returns (address)", "function paymentToken() view returns (address)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)", "function removeDistribution(bytes32 id)", "function renounceRole(bytes32 role, address account)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function setInstantiationCost(bytes32 id, uint256 cost)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error InvalidInitialization()", "error NotInitializing()", "error insufficient(uint256 id, uint256 balance, uint256 required)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event Initialized(uint64 version)", "event TokensLocked(address indexed account, uint256 indexed id, uint256 value)", "event TokensUnlocked(address indexed account, uint256 indexed id, uint256 value)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function lock(address account, uint256 id, uint256 amount)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function unlock(address account, uint256 id, uint256 amount)", "function unlockedBalanceOf(address account, uint256 id) view returns (uint256)", "function uri(uint256) view returns (string)", "constructor(address initializer, bytes4 initializerSelector, string _distributionName, tuple(uint64 major, uint64 minor, uint128 patch) version, tuple(address loupeFacet, address inspectorFacet, address RankifyMainFacet, address RankifyReqsFacet, address RankifyGMFacet, address OwnershipFacet) addresses)", "error CodeNotFoundInIndex(bytes32 codeId)", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "error StringTooLong(string str)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function get() view returns (address[], bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[] instances, bytes32, uint256)", "constructor(address owner)", "error CodeNotFoundInIndex(bytes32 codeId)", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[], bytes32, uint256)", "error CodeNotFoundInIndex(bytes32 codeId)", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function get() view returns (address[], bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[], bytes32, uint256)", "constructor(address trustedForwarder, address[] zkpVerifier, bytes32 rankTokenCodeId, bytes32 RankifyDIistributionId, bytes32 accessManagerId, bytes32 governanceERC20BaseId, string distributionName, tuple(uint64 major, uint64 minor, uint128 patch) distributionVersion, uint256 minParticipantsInCircle)", "error FailedDeployment()", "error InsufficientBalance(uint256 balance, uint256 needed)", "error InvalidShortString()", "error StringTooLong(string str)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function distributionSchema(tuple(tuple(string tokenName, string tokenSymbol, uint256[] preMintAmounts, address[] preMintReceivers) tokenSettings, tuple(uint256 principalCost, uint96 principalTimeConstant, string rankTokenURI, string rankTokenContractURI, address owner, address paymentToken) rankifySettings) args) pure returns (tuple(tuple(string tokenName, string tokenSymbol, uint256[] preMintAmounts, address[] preMintReceivers) tokenSettings, tuple(uint256 principalCost, uint96 principalTimeConstant, string rankTokenURI, string rankTokenContractURI, address owner, address paymentToken) rankifySettings))", "function get() view returns (address[] sources, bytes32, uint256)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "function currentChainId() view returns (uint256)", "function inspectEIP712Hashes() view returns (bytes32 _CACHED_DOMAIN_SEPARATOR, uint256 _CACHED_CHAIN_ID, address _CACHED_THIS, bytes32 _HASHED_NAME, bytes32 _HASHED_VERSION, bytes32 _TYPE_HASH, string _NAME, string _VERSION)", "function poseidon(bytes32[2] inputs) view returns (bytes32)", "function poseidon(bytes32[5] inputs) view returns (bytes32)", "function poseidon(bytes32[6] inputs) view returns (bytes32)", "error ballotIntegrityCheckFailed(bytes32 ballotHash, bytes32 ballotHashFromVotes)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "event GameOver(uint256 indexed gameId, address[] players, uint256[] scores)", "event LastTurn(uint256 indexed gameId)", "event OverTime(uint256 indexed gameId)", "event ProposalScore(uint256 indexed gameId, uint256 indexed turn, string indexed proposalHash, string proposal, uint256 score)", "event ProposalSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed proposer, uint256 commitment, string encryptedProposal, bytes gmSignature, bytes proposerSignature)", "event TurnEnded(uint256 indexed gameId, uint256 indexed turn, address[] players, uint256[] scores, string[] newProposals, uint256[] proposerIndices, uint256[][] votes)", "event VoteSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed player, string sealedBallotId, bytes gmSignature, bytes voterSignature, bytes32 ballotHash)", "function endTurn(uint256 gameId, uint256[][] votes, tuple(string[] proposals, uint256[2] a, uint256[2][2] b, uint256[2] c, uint256 permutationCommitment) newProposals, uint256[] permutation, uint256 shuffleSalt)", "function submitProposal(tuple(uint256 gameId, string encryptedProposal, uint256 commitment, address proposer, bytes gmSignature, bytes proposerSignature) params)", "function submitVote(uint256 gameId, string sealedBallotId, address voter, bytes gmSignature, bytes voterSignature, bytes32 ballotHash)", "error NoDivisionReminderAllowed(uint256 a, uint256 b)", "error RankNotSpecified()", "error invalidConfiguration(string message)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "error invalidTurnCount(uint256 nTurns)", "error zeroValue()", "event GameClosed(uint256 indexed gameId)", "event GameStarted(uint256 indexed gameId)", "event PlayerJoined(uint256 indexed gameId, address indexed participant, bytes32 gmCommitment, string voterPubKey)", "event PlayerLeft(uint256 indexed gameId, address indexed player)", "event RankTokenExited(address indexed player, uint256 rankId, uint256 amount, uint256 _toMint)", "event RegistrationOpen(uint256 indexed gameId)", "event RequirementsConfigured(uint256 indexed gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "event gameCreated(uint256 gameId, address indexed gm, address indexed creator, uint256 indexed rank)", "function canEndTurn(uint256 gameId) view returns (bool)", "function canStartGame(uint256 gameId) view returns (bool)", "function cancelGame(uint256 gameId)", "function createAndOpenGame(tuple(uint256 gameRank, uint256 minPlayerCnt, uint256 maxPlayerCnt, uint96 nTurns, uint256 voteCredits, address gameMaster, uint128 minGameTime, uint128 timePerTurn, uint128 timeToJoin, string metadata) params, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) requirements)", "function createGame(tuple(uint256 gameRank, uint256 minPlayerCnt, uint256 maxPlayerCnt, uint96 nTurns, uint256 voteCredits, address gameMaster, uint128 minGameTime, uint128 timePerTurn, uint128 timeToJoin, string metadata) params) returns (uint256)", "function estimateGamePrice(uint128 minGameTime) pure returns (uint256)", "function exitRankToken(uint256 rankId, uint256 amount)", "function gameCreator(uint256 gameId) view returns (address)", "function gameWinner(uint256 gameId) view returns (address)", "function getContractState() pure returns (tuple(uint256 numGames, bool contractInitialized, tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2) commonParams))", "function getGM(uint256 gameId) view returns (address)", "function getGameRank(uint256 gameId) view returns (uint256)", "function getPlayerVotedArray(uint256 gameId) view returns (bool[])", "function getPlayers(uint256 gameId) view returns (address[])", "function getPlayersGames(address player) view returns (uint256[])", "function getPlayersMoved(uint256 gameId) view returns (bool[], uint256)", "function getScores(uint256 gameId) view returns (address[], uint256[])", "function getTurn(uint256 gameId) view returns (uint256)", "function isActive(uint256 gameId, address player) view returns (bool)", "function isGameOver(uint256 gameId) view returns (bool)", "function isLastTurn(uint256 gameId) view returns (bool)", "function isOvertime(uint256 gameId) view returns (bool)", "function isPlayerInGame(uint256 gameId, address player) view returns (bool)", "function isPlayerTurnComplete(uint256 gameId, address player) view returns (bool)", "function isRegistrationOpen(uint256 gameId) view returns (bool)", "function joinGame(uint256 gameId, bytes gameMasterSignature, bytes32 gmCommitment, uint256 deadline, string voterPubKey) payable", "function leaveGame(uint256 gameId)", "function onERC1155BatchReceived(address operator, address, uint256[], uint256[], bytes) view returns (bytes4)", "function onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)", "function onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)", "function openRegistration(uint256 gameId)", "function setJoinRequirements(uint256 gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "function startGame(uint256 gameId, uint256 permutationCommitment)", "function getCommonParams() view returns (tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2))", "function getGameState(uint256 gameId) view returns (tuple(uint256 rank, uint256 minGameTime, address createdBy, uint256 numOngoingProposals, uint256 numPrevProposals, uint256 numCommitments, uint256 numVotesThisTurn, uint256 numVotesPrevTurn, tuple(uint256 voteCredits, uint256 maxQuadraticPoints, uint256 minQuadraticPositions) voting, uint256 currentTurn, uint256 turnStartedAt, uint256 registrationOpenAt, uint256 startedAt, bool hasStarted, bool hasEnded, uint256 numPlayersMadeMove, uint256 numActivePlayers, bool isOvertime, uint256 timePerTurn, uint256 maxPlayerCnt, uint256 minPlayerCnt, uint256 timeToJoin, uint256 maxTurns, uint256 voteCredits, address gameMaster, string metadata) state)", "function getJoinRequirements(uint256 gameId) view returns (tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, uint256 timesRefunded, uint256 timesReleased, uint256 timesFunded, address[] contractAddresses, uint256[] contractIds, uint8[] contractTypes, bool _isConfigured))", "function getJoinRequirementsByToken(uint256 gameId, address contractAddress, uint256 contractId, uint8 contractType) view returns (tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet))", "function init()", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "function init(string name, string version, tuple(address rewardToken, uint256 principalCost, uint96 principalTimeConstant, uint256 minimumParticipantsInCircle, address paymentToken, address beneficiary, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2) initData)", "function onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)", "function onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)", "error invalidConfiguration(string message)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "error zeroValue()", "error insufficient(uint256 id, uint256 balance, uint256 required)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event TokensLocked(address indexed account, uint256 indexed id, uint256 value)", "event TokensUnlocked(address indexed account, uint256 indexed id, uint256 value)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function burn(address account, uint256 id, uint256 value)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function lock(address account, uint256 id, uint256 amount)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function unlock(address account, uint256 id, uint256 amount)", "function unlockedBalanceOf(address account, uint256 id) view returns (uint256)", "error insufficient(uint256 id, uint256 balance, uint256 required)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event RankingInstanceUpdated(address indexed newRankingInstance)", "event TokensLocked(address indexed account, uint256 indexed id, uint256 value)", "event TokensUnlocked(address indexed account, uint256 indexed id, uint256 value)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function batchMint(address to, uint256[] ids, uint256[] amounts, bytes data)", "function burn(address account, uint256 id, uint256 value)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function lock(address account, uint256 id, uint256 amount)", "function mint(address to, uint256 amount, uint256 poolId, bytes data)", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function unlock(address account, uint256 id, uint256 amount)", "function unlockedBalanceOf(address account, uint256 id) view returns (uint256)", "error NoDivisionReminderAllowed(uint256 a, uint256 b)", "error RankNotSpecified()", "error invalidTurnCount(uint256 nTurns)", "event GameClosed(uint256 indexed gameId)", "event GameStarted(uint256 indexed gameId)", "event PlayerJoined(uint256 indexed gameId, address indexed participant, bytes32 gmCommitment, string voterPubKey)", "event PlayerLeft(uint256 indexed gameId, address indexed player)", "event RankTokenExited(address indexed player, uint256 rankId, uint256 amount, uint256 _toMint)", "event RegistrationOpen(uint256 indexed gameId)", "event RequirementsConfigured(uint256 indexed gameId, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) config)", "event gameCreated(uint256 gameId, address indexed gm, address indexed creator, uint256 indexed rank)", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error RankNotSpecified()", "error invalidConfiguration(string message)", "error invalidECDSARecoverSigner(bytes32 digest, string message)", "error invalidTurnCount(uint256 nTurns)", "error quadraticVotingError(string parameter, uint256 arg, uint256 arg2)", "function _PROPOSAL_PROOF_TYPEHASH() view returns (bytes32)", "function _VOTE_PROOF_TYPEHASH() view returns (bytes32)", "function _VOTE_SUBMIT_PROOF_TYPEHASH() view returns (bytes32)", "function compareStrings(string a, string b) pure returns (bool)", "function enforceGameExists(uint256 gameId) view", "function enforceIsGM(uint256 gameId, address candidate) view", "function enforceIsGameCreator(uint256 gameId, address candidate) view", "function enforceIsInitialized() view", "function getGamePrice(uint128 minGameTime, tuple(uint256 principalCost, uint96 principalTimeConstant, address gamePaymentToken, address rankTokenAddress, address beneficiary, uint256 minimumParticipantsInCircle, address derivedToken, address proposalIntegrityVerifier, address poseidon5, address poseidon6, address poseidon2) commonParams) pure returns (uint256)", "constructor(string uri_, address owner)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function batchMint(address to, uint256[] ids, uint256[] amounts, bytes data)", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function levelUp(address to, uint256 id, bytes data)", "function mint(address to, uint256 amount, uint256 poolId, bytes data)", "function owner() view returns (address)", "function renounceOwnership()", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function uri(uint256) view returns (string)", "constructor(string name_, string symbol_, address owner)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function burn(uint256 value)", "function burnFrom(address account, uint256 value)", "function decimals() view returns (uint8)", "function mint(address to, uint256 amount)", "function name() view returns (string)", "function owner() view returns (address)", "function renounceOwnership()", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "function transferOwnership(address newOwner)", "constructor(string name_, string symbol_, address owner)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)", "event ApprovalForAll(address indexed owner, address indexed operator, bool approved)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)", "function approve(address to, uint256 tokenId)", "function balanceOf(address owner) view returns (uint256)", "function burn(uint256 tokenId)", "function getApproved(uint256 tokenId) view returns (address)", "function getLastTokenId() view returns (uint256)", "function isApprovedForAll(address owner, address operator) view returns (bool)", "function levelUp(address to, uint256 id, bytes)", "function mint(address to, uint256 tokenId, bytes)", "function mintNext(address to)", "function name() view returns (string)", "function owner() view returns (address)", "function ownerOf(uint256 tokenId) view returns (address)", "function renounceOwnership()", "function safeTransferFrom(address from, address to, uint256 tokenId)", "function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function tokenURI(uint256 tokenId) view returns (string)", "function transferFrom(address from, address to, uint256 tokenId)", "function transferOwnership(address newOwner)", "constructor()", "error ReentrancyGuardReentrantCall()", "function createPosition(bytes32 position, tuple(tuple(uint256 have, uint256 lock, uint256 burn, uint256 pay, uint256 bet) ethValues, tuple(address contractAddress, uint256 contractId, uint8 contractType, tuple(tuple(bytes data, uint256 amount) have, tuple(bytes data, uint256 amount) lock, tuple(bytes data, uint256 amount) burn, tuple(bytes data, uint256 amount) pay, tuple(bytes data, uint256 amount) bet) contractRequirement)[] contracts) configuration)", "function fund(bytes32 _positionName) payable", "function onERC1155BatchReceived(address operator, address, uint256[], uint256[], bytes) view returns (bytes4)", "function onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)", "function onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)", "function participants(uint256) view returns (address)", "function refund(bytes32 _positionName, address to)", "function refundBatch(bytes32 _positionName)", "function release(bytes32 _positionName, address payee, address beneficiary)", "function releaseAll(bytes32 _positionName, address payee, address beneficiary)", "constructor()", "event GameClosed(uint256 indexed gameId)", "event GameOver(uint256 indexed gameId, address[] indexed players, uint256[] indexed scores)", "event GameStarted(uint256 indexed gameId)", "event LastTurn(uint256 indexed gameId)", "event OverTime(uint256 indexed gameId)", "event PlayerJoined(uint256 indexed gameId, address participant)", "event PlayerLeft(uint256 indexed gameId, address indexed player)", "event ProposalScore(uint256 indexed gameId, uint256 indexed turn, string indexed proposalHash, string proposal, uint256 score)", "event ProposalSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed proposer, bytes32 commitment, string proposalEncryptedByGM)", "event RegistrationOpen(uint256 indexed gameid)", "event TurnEnded(uint256 indexed gameId, uint256 indexed turn, address[] players, uint256[] scores, string[] newProposals, uint256[] proposerIndices, uint256[][] votes)", "event VoteSubmitted(uint256 indexed gameId, uint256 indexed turn, address indexed player, string votesHidden)", "event gameCreated(uint256 gameId, address indexed gm, address indexed creator, uint256 indexed rank)", "function fireAll()", "constructor(address owner, bytes32 name, string contractURI)", "error EmptyReleaseMetadata()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function owner() view returns (address)", "function renounceOwnership()", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "constructor(string _name, string _symbol, tuple(address[] receivers, uint256[] amounts) _mintSettings, address _accessManager)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidInitialization()", "error MintSettingsArrayLengthMismatch(uint256 receiversArrayLength, uint256 amountsArrayLength)", "error NotInitializing()", "error ReentrancyGuardReentrantCall()", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error VotesExpiredSignature(uint256 expiry)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event Initialized(uint64 version)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function CLOCK_MODE() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function checkpoints(address account, uint32 pos) view returns (tuple(uint48 _key, uint208 _value))", "function clock() view returns (uint48)", "function decimals() view returns (uint8)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function initialize(string _name, string _symbol, tuple(address[] receivers, uint256[] amounts) _mintSettings, address accessManager)", "function mint(address to, uint256 amount)", "function name() view returns (string)", "function nonces(address owner) view returns (uint256)", "function numCheckpoints(address account) view returns (uint32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "function mint(address _to, uint256 _amount)", "constructor(string uri_, string cURI, address accessLayer, address owner_)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error InvalidInitialization()", "error NotInitializing()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error insufficient(uint256 id, uint256 balance, uint256 required)", "event ApprovalForAll(address indexed account, address indexed operator, bool approved)", "event Initialized(uint64 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event RankingInstanceUpdated(address indexed newRankingInstance)", "event TokensLocked(address indexed account, uint256 indexed id, uint256 value)", "event TokensUnlocked(address indexed account, uint256 indexed id, uint256 value)", "event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)", "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)", "event URI(string value, uint256 indexed id)", "function balanceOf(address account, uint256 id) view returns (uint256)", "function balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])", "function batchMint(address to, uint256[] ids, uint256[] amounts, bytes data)", "function burn(address account, uint256 id, uint256 value)", "function burnBatch(address account, uint256[] ids, uint256[] values)", "function contractURI() view returns (string)", "function initialize(string uri_, string cURI, address accessLayer, address owner_)", "function isApprovedForAll(address account, address operator) view returns (bool)", "function lock(address account, uint256 id, uint256 amount)", "function mint(address to, uint256 amount, uint256 level, bytes data)", "function owner() view returns (address)", "function renounceOwnership()", "function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)", "function safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)", "function setApprovalForAll(address operator, bool approved)", "function setContractURI(string uri_)", "function setURI(string uri_)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function unlock(address account, uint256 id, uint256 amount)", "function unlockedBalanceOf(address account, uint256 id) view returns (uint256)", "function uri(uint256) view returns (string)", "constructor(address owner)", "error CheckpointUnorderedInsertion()", "error ECDSAInvalidSignature()", "error ECDSAInvalidSignatureLength(uint256 length)", "error ECDSAInvalidSignatureS(bytes32 s)", "error ERC20ExceededCap(uint256 increasedSupply, uint256 cap)", "error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidCap(uint256 cap)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC5805FutureLookup(uint256 timepoint, uint48 clock)", "error ERC6372InconsistentClock()", "error InvalidAccountNonce(address account, uint256 currentNonce)", "error InvalidShortString()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error StringTooLong(string str)", "error VotesExpiredSignature(uint256 expiry)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)", "event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)", "event EIP712DomainChanged()", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function CLOCK_MODE() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function burn(uint256 value)", "function burnFrom(address account, uint256 value)", "function cap() view returns (uint256)", "function checkpoints(address account, uint32 pos) view returns (tuple(uint48 _key, uint208 _value))", "function clock() view returns (uint48)", "function decimals() view returns (uint8)", "function delegate(address delegatee)", "function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)", "function delegates(address account) view returns (address)", "function eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)", "function getPastTotalSupply(uint256 timepoint) view returns (uint256)", "function getPastVotes(address account, uint256 timepoint) view returns (uint256)", "function getVotes(address account) view returns (uint256)", "function mint(address to, uint256 amount)", "function name() view returns (string)", "function nonces(address owner) view returns (uint256)", "function numCheckpoints(address account) view returns (uint32)", "function owner() view returns (address)", "function renounceOwnership()", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "function transferOwnership(address newOwner)", "function createDao(tuple(address trustedForwarder, string daoURI, string subdomain, bytes metadata) daoSettings, tuple(tuple(tuple(uint8 release, uint16 build) versionTag, address pluginSetupRepo) pluginSetupRef, bytes data)[] pluginSettings) returns (address)", "function createVersion(uint8 _release, address _pluginSetupAddress, bytes _buildMetadata, bytes _releaseMetadata)", "function getLatestVersion(uint8 _release) view returns (tuple(tuple(uint8 release, uint16 build) tag, address pluginSetup, bytes buildMetadata))", "function latestRelease() view returns (uint8)", "function updateReleaseMetadata(uint8 _release, bytes _releaseMetadata)", "constructor(address _contractOwner, address _diamondCutFacet) payable", "event DiamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "constructor(address _contractOwner, address _diamondCutFacet) payable", "error functionDoesNotExist(bytes4 selector)", "event DiamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event DiamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "function diamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "function facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)", "function facetAddresses() view returns (address[] facetAddresses_)", "function facetFunctionSelectors(address _facet) view returns (bytes4[] facetFunctionSelectors_)", "function facets() view returns (tuple(address facetAddress, bytes4[] functionSelectors)[] facets_)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function transferOwnership(address _newOwner)", "event TestEvent(address something)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function test1Func1()", "function test1Func10()", "function test1Func11()", "function test1Func12()", "function test1Func13()", "function test1Func14()", "function test1Func15()", "function test1Func16()", "function test1Func17()", "function test1Func18()", "function test1Func19()", "function test1Func2()", "function test1Func20()", "function test1Func3()", "function test1Func4()", "function test1Func5()", "function test1Func6()", "function test1Func7()", "function test1Func8()", "function test1Func9()", "function test2Func1()", "function test2Func10()", "function test2Func11()", "function test2Func12()", "function test2Func13()", "function test2Func14()", "function test2Func15()", "function test2Func16()", "function test2Func17()", "function test2Func18()", "function test2Func19()", "function test2Func2()", "function test2Func20()", "function test2Func3()", "function test2Func4()", "function test2Func5()", "function test2Func6()", "function test2Func7()", "function test2Func8()", "function test2Func9()", "function diamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "function facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)", "function facetAddresses() view returns (address[] facetAddresses_)", "function facetFunctionSelectors(address _facet) view returns (bytes4[] facetFunctionSelectors_)", "function facets() view returns (tuple(address facetAddress, bytes4[] functionSelectors)[] facets_)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function owner() view returns (address owner_)", "function transferOwnership(address _newOwner)", "error DuplicateSignature(bytes4 _selector)", "event DiamondCut(tuple(address facetAddress, uint8 action, bytes4[] functionSelectors)[] _diamondCut, address _init, bytes _calldata)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function ALPHA_X() view returns (uint256)", "function ALPHA_Y() view returns (uint256)", "function BASE_FIELD_SIZE() view returns (uint256)", "function BETA_X1() view returns (uint256)", "function BETA_X2() view returns (uint256)", "function BETA_Y1() view returns (uint256)", "function BETA_Y2() view returns (uint256)", "function DELTA_X1() view returns (uint256)", "function DELTA_X2() view returns (uint256)", "function DELTA_Y1() view returns (uint256)", "function DELTA_Y2() view returns (uint256)", "function GAMMA_X1() view returns (uint256)", "function GAMMA_X2() view returns (uint256)", "function GAMMA_Y1() view returns (uint256)", "function GAMMA_Y2() view returns (uint256)", "function IC0_X() view returns (uint256)", "function IC0_Y() view returns (uint256)", "function IC10_X() view returns (uint256)", "function IC10_Y() view returns (uint256)", "function IC11_X() view returns (uint256)", "function IC11_Y() view returns (uint256)", "function IC12_X() view returns (uint256)", "function IC12_Y() view returns (uint256)", "function IC13_X() view returns (uint256)", "function IC13_Y() view returns (uint256)", "function IC14_X() view returns (uint256)", "function IC14_Y() view returns (uint256)", "function IC15_X() view returns (uint256)", "function IC15_Y() view returns (uint256)", "function IC16_X() view returns (uint256)", "function IC16_Y() view returns (uint256)", "function IC17_X() view returns (uint256)", "function IC17_Y() view returns (uint256)", "function IC18_X() view returns (uint256)", "function IC18_Y() view returns (uint256)", "function IC19_X() view returns (uint256)", "function IC19_Y() view returns (uint256)", "function IC1_X() view returns (uint256)", "function IC1_Y() view returns (uint256)", "function IC20_X() view returns (uint256)", "function IC20_Y() view returns (uint256)", "function IC21_X() view returns (uint256)", "function IC21_Y() view returns (uint256)", "function IC22_X() view returns (uint256)", "function IC22_Y() view returns (uint256)", "function IC23_X() view returns (uint256)", "function IC23_Y() view returns (uint256)", "function IC24_X() view returns (uint256)", "function IC24_Y() view returns (uint256)", "function IC25_X() view returns (uint256)", "function IC25_Y() view returns (uint256)", "function IC26_X() view returns (uint256)", "function IC26_Y() view returns (uint256)", "function IC27_X() view returns (uint256)", "function IC27_Y() view returns (uint256)", "function IC28_X() view returns (uint256)", "function IC28_Y() view returns (uint256)", "function IC29_X() view returns (uint256)", "function IC29_Y() view returns (uint256)", "function IC2_X() view returns (uint256)", "function IC2_Y() view returns (uint256)", "function IC30_X() view returns (uint256)", "function IC30_Y() view returns (uint256)", "function IC31_X() view returns (uint256)", "function IC31_Y() view returns (uint256)", "function IC32_X() view returns (uint256)", "function IC32_Y() view returns (uint256)", "function IC3_X() view returns (uint256)", "function IC3_Y() view returns (uint256)", "function IC4_X() view returns (uint256)", "function IC4_Y() view returns (uint256)", "function IC5_X() view returns (uint256)", "function IC5_Y() view returns (uint256)", "function IC6_X() view returns (uint256)", "function IC6_Y() view returns (uint256)", "function IC7_X() view returns (uint256)", "function IC7_Y() view returns (uint256)", "function IC8_X() view returns (uint256)", "function IC8_Y() view returns (uint256)", "function IC9_X() view returns (uint256)", "function IC9_Y() view returns (uint256)", "function P_PUBLIC_SIGNALS_ACCUMULATOR_SIZE() view returns (uint16)", "function P_TOTAL_SIZE() view returns (uint16)", "function verifyProof(uint256[2] pointA_, uint256[2][2] pointB_, uint256[2] pointC_, uint256[32] publicSignals_) view returns (bool verified_)", "error AccessControlBadConfirmation()", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error AccessControlBadConfirmation()", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "function owner() view returns (address)", "function renounceOwnership()", "function transferOwnership(address newOwner)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function acceptDefaultAdminTransfer()", "function beginDefaultAdminTransfer(address newAdmin)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function owner() view returns (address)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)", "function renounceRole(bytes32 role, address account)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "function acceptDefaultAdminTransfer()", "function beginDefaultAdminTransfer(address newAdmin)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 acceptSchedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 effectSchedule)", "function renounceRole(bytes32 role, address callerConfirmation)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function owner() view returns (address)", "error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)", "error ERC1155InvalidApprover(address approver)", "error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)", "error ERC1155InvalidOperator(address operator)", "error ERC1155InvalidReceiver(address receiver)", "error ERC1155InvalidSender(address sender)", "error ERC1155MissingApprovalForAll(address operator, address owner)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)", "error ERC721InsufficientApproval(address operator, uint256 tokenId)", "error ERC721InvalidApprover(address approver)", "error ERC721InvalidOperator(address operator)", "error ERC721InvalidOwner(address owner)", "error ERC721InvalidReceiver(address receiver)", "error ERC721InvalidSender(address sender)", "error ERC721NonexistentToken(uint256 tokenId)", "error ERC1167FailedCreateClone()", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "error StringsInsufficientHexLength(uint256 value, uint256 length)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error MathOverflowedMulDiv()", "error SafeCastOverflowedIntDowncast(uint8 bits, int256 value)", "error SafeCastOverflowedIntToUint(int256 value)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error SafeCastOverflowedUintToInt(uint256 value)", "error InvalidInitialization()", "error NotInitializing()", "event Initialized(uint64 version)", "error alreadyExists(bytes32 id, address source)", "event Indexed(address indexed container, bytes32 indexed codeHash)", "function get(bytes32 id) view returns (address)", "function register(address container)", "error alreadyExists(bytes32 id, address source)", "event Indexed(address indexed container, bytes32 indexed codeHash)", "function get(bytes32 id) view returns (address)", "function register(address container)", "error CodeNotFoundInIndex(bytes32 codeId)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function numInstances() view returns (uint256)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "error DissalowDistOnWhitelistedDistributor(address distributor, bytes32 distributionId)", "error DistributionIsNotPermitted(address distributor, bytes32 distributionId)", "error InvalidDistributor(address distributor)", "error InvalidTarget(address target)", "error NotAnInstance(address instance)", "error alreadyAllowed(address distributor)", "event DistributionAllowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributionDisallowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributorWhitelistRevoked(address indexed distributor)", "event DistributorWhitelisted(address indexed distributor)", "event Installed(address indexed instance, bytes32 indexed distributionId, bytes32 indexed permissions, bytes args)", "event Uninstalled(address indexed instance)", "function afterCall(bytes layerConfig, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function allowDistribution(address distributor, bytes32 distributionId)", "function beforeCall(bytes layerConfig, bytes4 selector, address requestingInstance, uint256 value, bytes data) returns (bytes)", "function disallowDistribution(address distributor, bytes32 distributionId)", "function distributorOf(address instance) view returns (address)", "function getInstance(uint256 instanceId) view returns (address[] instaneContracts)", "function getInstancesNum() view returns (uint256)", "function getWhitelistedDistributors() view returns (address[])", "function install(address distributor, bytes32 distributionId, bytes args) payable returns (uint256 instanceId)", "function isDistributor(address distributor) view returns (bool)", "function isInstance(address instance) view returns (bool)", "function revokeWhitelistedDistributor(address distributor)", "function target() view returns (address)", "function uninstall(uint256 instanceId)", "function whitelistDistributor(address distributor)", "function whitelistedDistributions(address distributor) view returns (bytes32[])", "error DissalowDistOnWhitelistedDistributor(address distributor, bytes32 distributionId)", "error DistributionIsNotPermitted(address distributor, bytes32 distributionId)", "error InvalidDistributor(address distributor)", "error InvalidInitialization()", "error InvalidTarget(address target)", "error NotAnInstance(address instance)", "error NotInitializing()", "error alreadyAllowed(address distributor)", "event DistributionAllowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributionDisallowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributorWhitelistRevoked(address indexed distributor)", "event DistributorWhitelisted(address indexed distributor)", "event Initialized(uint64 version)", "event Installed(address indexed instance, bytes32 indexed distributionId, bytes32 indexed permissions, bytes args)", "event Uninstalled(address indexed instance)", "function afterCall(bytes layerConfig, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function allowDistribution(address distributor, bytes32 distributionId)", "function beforeCall(bytes layerConfig, bytes4 selector, address requestingInstance, uint256 value, bytes data) returns (bytes)", "function disallowDistribution(address distributor, bytes32 distributionId)", "function distributorOf(address instance) view returns (address)", "function getInstance(uint256 instanceId) view returns (address[] instaneContracts)", "function getInstancesNum() view returns (uint256)", "function getWhitelistedDistributors() view returns (address[])", "function initialize(address targetAddress)", "function install(address distributor, bytes32 distributionId, bytes args) payable returns (uint256 instanceId)", "function isDistributor(address distributor) view returns (bool)", "function isInstance(address instance) view returns (bool)", "function revokeWhitelistedDistributor(address distributor)", "function target() view returns (address)", "function uninstall(uint256 instanceId)", "function whitelistDistributor(address distributor)", "function whitelistedDistributions(address distributor) view returns (bytes32[])", "constructor(tuple(address layerAddess, bytes layerConfigData)[] layers, address implementation)", "error EmptyReleaseMetadata()", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event InstantiationCostChanged(bytes32 indexed id, uint256 cost)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function _beneficiary() view returns (address)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function defaultInstantiationCost() view returns (uint256)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function instantiationCosts(bytes32 id) view returns (uint256)", "function numInstances() view returns (uint256)", "function paymentToken() view returns (address)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "constructor(bytes32 codeHash, bytes32 _metadata, bytes32 name, uint256 version)", "error CodeNotFoundInIndex(bytes32 codeId)", "error ERC1167FailedCreateClone()", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function distributionName() view returns (bytes32)", "function distributionVersion() view returns (uint256)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[] instances, bytes32, uint256)", "constructor(address _repository, bytes32 _metadata)", "error CodeNotFoundInIndex(bytes32 codeId)", "error ERC1167FailedCreateClone()", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[] instances, bytes32, uint256)", "function repository() view returns (address)", "constructor(address _owner)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 id, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 id, bytes args) returns (address[], bytes32, uint256)", "function numInstances() view returns (uint256)", "function owner() view returns (address)", "function removeDistribution(bytes32 id)", "function renounceOwnership()", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "function contractURI() view returns (string)", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() view returns (string)", "function get() view returns (address[] sources, bytes32 distributionName, uint256 distributionVersion)", "function instantiate(bytes data) returns (address[] instances, bytes32 distributionName, uint256 distributionVersion)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 distributorId, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorId) view returns (string)", "function getDistributions() view returns (bytes32[] distributorIds)", "function getInstanceId(address instance) view returns (uint256)", "function instantiate(bytes32 distributorId, bytes args) returns (address[], bytes32 distributionName, uint256 distributionVersion)", "function removeDistribution(bytes32 distributorId)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "error initializationFailed(bytes32 id, string reason)", "event Initialized(address indexed container, bytes32 indexed codeHash)", "function initialize(bytes32 distributionId, address[] instances, bytes32 distributionName, uint256 distributionVersion, bytes args)", "error DissalowDistOnWhitelistedDistributor(address distributor, bytes32 distributionId)", "error DistributionIsNotPermitted(address distributor, bytes32 distributionId)", "error InvalidDistributor(address distributor)", "error InvalidTarget(address target)", "error NotAnInstance(address instance)", "error alreadyAllowed(address distributor)", "event DistributionAllowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributionDisallowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributorWhitelistRevoked(address indexed distributor)", "event DistributorWhitelisted(address indexed distributor)", "event Installed(address indexed instance, bytes32 indexed distributionId, bytes32 indexed permissions, bytes args)", "event Uninstalled(address indexed instance)", "function afterCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function allowDistribution(address distributor, bytes32 distributionId)", "function beforeCall(bytes configuration, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function disallowDistribution(address distributor, bytes32 distributionId)", "function distributorOf(address instance) view returns (address)", "function getInstance(uint256 instanceId) view returns (address[] instaneContracts)", "function getInstancesNum() view returns (uint256)", "function getWhitelistedDistributors() view returns (address[])", "function install(address distributor, bytes32 distributionId, bytes args) payable returns (uint256 instanceId)", "function isDistributor(address distributor) view returns (bool)", "function isInstance(address instance) view returns (bool)", "function revokeWhitelistedDistributor(address distributor)", "function target() view returns (address)", "function uninstall(uint256 instanceId)", "function whitelistDistributor(address distributor)", "function whitelistedDistributions(address distributor) view returns (bytes32[])", "error EmptyReleaseMetadata()", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)", "error versionMismatch(string message)", "constructor()", "error ERC165CheckFailed(address distributor, bytes4 interfaceId, string interfaceName)", "error InvalidInitialization()", "error NotInitializing()", "error OnlyTargetAllowed(address sender, address target)", "error disallowedAddress(address sender, bytes4 selector)", "event Initialized(uint64 version)", "function afterCall(bytes, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function beforeCall(bytes, bytes4 selector, address sender, uint256 value, bytes data) returns (bytes)", "function initialize(tuple(bytes4 selector, address[] disallowedAddresses, bool distributionComponentsOnly)[] methodSettings, address target, address distributor)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "error CodeNotFoundInIndex(bytes32 codeId)", "error ERC1167FailedCreateClone()", "event Distributed(address indexed distributor, address[] instances)", "function contractURI() pure returns (string)", "function get() view returns (address[] src, bytes32 name, uint256 version)", "function instantiate(bytes) returns (address[], bytes32, uint256)", "event MockInit(string testData)", "function init(bytes data)", "constructor(string name, string symbol, uint256 initialSupply)", "error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)", "error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)", "error ERC20InvalidApprover(address approver)", "error ERC20InvalidReceiver(address receiver)", "error ERC20InvalidSender(address sender)", "error ERC20InvalidSpender(address spender)", "event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 value) returns (bool)", "function balanceOf(address account) view returns (uint256)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function transfer(address to, uint256 value) returns (bool)", "function transferFrom(address from, address to, uint256 value) returns (bool)", "constructor(address targetAddress, address owner)", "error DissalowDistOnWhitelistedDistributor(address distributor, bytes32 distributionId)", "error DistributionIsNotPermitted(address distributor, bytes32 distributionId)", "error InvalidDistributor(address distributor)", "error InvalidTarget(address target)", "error NotAnInstance(address instance)", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error alreadyAllowed(address distributor)", "event DistributionAllowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributionDisallowed(address indexed distributor, bytes32 indexed distributionId)", "event DistributorWhitelistRevoked(address indexed distributor)", "event DistributorWhitelisted(address indexed distributor)", "event Installed(address indexed instance, bytes32 indexed distributionId, bytes32 indexed permissions, bytes args)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event Uninstalled(address indexed instance)", "function afterCall(bytes layerConfig, bytes4 selector, address sender, uint256 value, bytes data, bytes beforeCallResult)", "function allowDistribution(address distributor, bytes32 distributionId)", "function beforeCall(bytes layerConfig, bytes4 selector, address requestingInstance, uint256 value, bytes data) returns (bytes)", "function disallowDistribution(address distributor, bytes32 distributionId)", "function distributorOf(address instance) view returns (address)", "function getInstance(uint256 instanceId) view returns (address[] instaneContracts)", "function getInstancesNum() view returns (uint256)", "function getWhitelistedDistributors() view returns (address[])", "function install(address distributor, bytes32 distributionId, bytes args) payable returns (uint256 instanceId)", "function isDistributor(address distributor) view returns (bool)", "function isInstance(address instance) view returns (bool)", "function owner() view returns (address)", "function renounceOwnership()", "function revokeWhitelistedDistributor(address distributor)", "function target() view returns (address)", "function transferOwnership(address newOwner)", "function uninstall(uint256 instanceId)", "function whitelistDistributor(address distributor)", "function whitelistedDistributions(address distributor) view returns (bytes32[])", "constructor(address defaultAdmin, address token, uint256 defaultCost)", "error AccessControlBadConfirmation()", "error AccessControlEnforcedDefaultAdminDelay(uint48 schedule)", "error AccessControlEnforcedDefaultAdminRules()", "error AccessControlInvalidDefaultAdmin(address defaultAdmin)", "error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)", "error DistributionExists(bytes32 id)", "error DistributionNotFound(bytes32 id)", "error InitializerNotFound(bytes32 id)", "error InvalidInstance(address instance)", "error InvalidRepository(address repository)", "error InvalidVersionRequested(bytes32 distributionId, string version)", "error RepositoryAlreadyExists(address repository)", "error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)", "error UnversionedDistribution(bytes32 distributionId)", "error VersionOutdated(bytes32 distributionId, string version)", "event DefaultAdminDelayChangeCanceled()", "event DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)", "event DefaultAdminTransferCanceled()", "event DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)", "event DistributionAdded(bytes32 indexed id, address distribution, address indexed initializer)", "event DistributionRemoved(bytes32 indexed id)", "event Instantiated(bytes32 indexed distributionId, uint256 indexed newInstanceId, uint256 indexed version, address[] instances, bytes args)", "event InstantiationCostChanged(bytes32 indexed id, uint256 cost)", "event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", "event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", "event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", "event VersionChanged(bytes32 indexed distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) indexed newRequirement, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirementData)", "function DEFAULT_ADMIN_ROLE() view returns (bytes32)", "function _beneficiary() view returns (address)", "function acceptDefaultAdminTransfer()", "function addDistribution(address repository, address initializer, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) requirement)", "function addDistribution(bytes32 id, address initializer)", "function addNamedDistribution(bytes32 name, bytes32 distributorId, address initializer)", "function afterCall(bytes config, bytes4, address maybeInstance, uint256, bytes, bytes)", "function beforeCall(bytes config, bytes4, address maybeInstance, uint256, bytes) view returns (bytes)", "function beginDefaultAdminTransfer(address newAdmin)", "function calculateDistributorId(bytes32 sourceId, address initializer) pure returns (bytes32)", "function calculateDistributorId(address repository, address initializer) pure returns (bytes32)", "function cancelDefaultAdminTransfer()", "function changeDefaultAdminDelay(uint48 newDelay)", "function changeVersion(bytes32 distributionId, tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) newRequirement)", "function defaultAdmin() view returns (address)", "function defaultAdminDelay() view returns (uint48)", "function defaultAdminDelayIncreaseWait() view returns (uint48)", "function defaultInstantiationCost() view returns (uint256)", "function distributionComponents(bytes32 distributorsId) view returns (address distributionLocation, address initializer)", "function distributionOf(uint256 instance) view returns (bytes32 distributorsId)", "function getDistributionId(address instance) view returns (bytes32)", "function getDistributionURI(bytes32 distributorsId) view returns (string)", "function getDistributions() view returns (bytes32[])", "function getInstanceId(address instance) view returns (uint256)", "function getRoleAdmin(bytes32 role) view returns (bytes32)", "function grantRole(bytes32 role, address account)", "function hasRole(bytes32 role, address account) view returns (bool)", "function instanceVersions(uint256 instanceId) view returns (uint64 major, uint64 minor, uint128 patch)", "function instantiate(bytes32 id, bytes args) returns (address[] srcs, bytes32 name, uint256 version)", "function instantiationCosts(bytes32 id) view returns (uint256)", "function numInstances() view returns (uint256)", "function owner() view returns (address)", "function paymentToken() view returns (address)", "function pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)", "function pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)", "function removeDistribution(bytes32 id)", "function renounceRole(bytes32 role, address account)", "function revokeRole(bytes32 role, address account)", "function rollbackDefaultAdminDelay()", "function setInstantiationCost(bytes32 id, uint256 cost)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function versionRequirements(bytes32 distributorsId) view returns (tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement)", "event Bar()", "function foo()", "function ping() pure returns (string)", "constructor(address owner, bytes32 name, string cURI)", "error EmptyReleaseMetadata()", "error OwnableInvalidOwner(address owner)", "error OwnableUnauthorizedAccount(address account)", "error ReleaseZeroNotAllowed()", "error VersionDoesNotExist(uint256 version)", "error VersionExists(uint256 version)", "error VersionIncrementInvalid(uint256 version)", "event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", "event ReleaseMetadataUpdated(uint256 indexed version, bytes releaseMetadata)", "event VersionAdded(uint256 indexed version, bytes32 indexed source, bytes buildMetadata)", "function contractURI() view returns (string)", "function get(tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, uint8 requirement) required) view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getLatest() view returns (tuple(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes32 sourceId, bytes metadata))", "function getMajorReleaseMetadata(uint64 major) view returns (bytes)", "function getMajorReleases() view returns (uint64)", "function getMinorReleaseMetadata(uint64 major, uint64 minor) view returns (bytes)", "function getMinorReleases(uint64 major) view returns (uint64)", "function getPatchReleaseMetadata(uint64 major, uint64 minor, uint64 patch) view returns (bytes)", "function getPatchReleases(uint64 major, uint64 minor) view returns (uint128)", "function newRelease(bytes32 sourceId, bytes metadata, tuple(uint64 major, uint64 minor, uint128 patch) version)", "function owner() view returns (address)", "function renounceOwnership()", "function repositoryName() view returns (bytes32)", "function supportsInterface(bytes4 interfaceId) view returns (bool)", "function transferOwnership(address newOwner)", "function updateReleaseMetadata(tuple(uint64 major, uint64 minor, uint128 patch) version, bytes releaseMetadata)"];
|
|
30539
31216
|
};
|
|
30540
31217
|
export { abis };
|
|
30541
31218
|
export default abis;
|