@peeramid-labs/sdk 3.13.1 → 3.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/cli/abis/IERC20Burnable.js +203 -0
  2. package/cli/abis/IERC20Burnable.js.map +1 -0
  3. package/cli/abis/MockVendingMachine.js +59 -1
  4. package/cli/abis/MockVendingMachine.js.map +1 -1
  5. package/cli/abis/RankifyDiamondInstance.js +63 -0
  6. package/cli/abis/RankifyDiamondInstance.js.map +1 -1
  7. package/cli/abis/RankifyInstanceRequirementsFacet.js +63 -0
  8. package/cli/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
  9. package/cli/abis/index.js +7 -11
  10. package/cli/abis/index.js.map +1 -1
  11. package/cli/abis/superinterface.js +24 -6
  12. package/cli/abis/superinterface.js.map +1 -1
  13. package/cli/utils/EnvioGraphQLClient.js +21 -17
  14. package/cli/utils/EnvioGraphQLClient.js.map +1 -1
  15. package/docs/docs/index.md +5 -6
  16. package/docs/index.md +5 -6
  17. package/lib.commonjs/abis/IERC20Burnable.d.ts +153 -0
  18. package/lib.commonjs/abis/IERC20Burnable.d.ts.map +1 -0
  19. package/lib.commonjs/abis/IERC20Burnable.js +203 -0
  20. package/lib.commonjs/abis/IERC20Burnable.js.map +1 -0
  21. package/lib.commonjs/abis/MockVendingMachine.d.ts +45 -1
  22. package/lib.commonjs/abis/MockVendingMachine.d.ts.map +1 -1
  23. package/lib.commonjs/abis/MockVendingMachine.js +59 -1
  24. package/lib.commonjs/abis/MockVendingMachine.js.map +1 -1
  25. package/lib.commonjs/abis/RankifyDiamondInstance.d.ts +48 -0
  26. package/lib.commonjs/abis/RankifyDiamondInstance.d.ts.map +1 -1
  27. package/lib.commonjs/abis/RankifyDiamondInstance.js +63 -0
  28. package/lib.commonjs/abis/RankifyDiamondInstance.js.map +1 -1
  29. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.d.ts +48 -0
  30. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.d.ts.map +1 -1
  31. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.js +63 -0
  32. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
  33. package/lib.commonjs/abis/index.d.ts +293 -149
  34. package/lib.commonjs/abis/index.d.ts.map +1 -1
  35. package/lib.commonjs/abis/index.js +7 -11
  36. package/lib.commonjs/abis/index.js.map +1 -1
  37. package/lib.commonjs/abis/superinterface.d.ts +1 -1
  38. package/lib.commonjs/abis/superinterface.d.ts.map +1 -1
  39. package/lib.commonjs/abis/superinterface.js +24 -6
  40. package/lib.commonjs/abis/superinterface.js.map +1 -1
  41. package/lib.commonjs/utils/EnvioGraphQLClient.d.ts.map +1 -1
  42. package/lib.commonjs/utils/EnvioGraphQLClient.js +21 -17
  43. package/lib.commonjs/utils/EnvioGraphQLClient.js.map +1 -1
  44. package/lib.esm/abis/IERC20Burnable.d.ts +153 -0
  45. package/lib.esm/abis/IERC20Burnable.d.ts.map +1 -0
  46. package/lib.esm/abis/IERC20Burnable.js +200 -0
  47. package/lib.esm/abis/IERC20Burnable.js.map +1 -0
  48. package/lib.esm/abis/MockVendingMachine.d.ts +45 -1
  49. package/lib.esm/abis/MockVendingMachine.d.ts.map +1 -1
  50. package/lib.esm/abis/MockVendingMachine.js +59 -1
  51. package/lib.esm/abis/MockVendingMachine.js.map +1 -1
  52. package/lib.esm/abis/RankifyDiamondInstance.d.ts +48 -0
  53. package/lib.esm/abis/RankifyDiamondInstance.d.ts.map +1 -1
  54. package/lib.esm/abis/RankifyDiamondInstance.js +63 -0
  55. package/lib.esm/abis/RankifyDiamondInstance.js.map +1 -1
  56. package/lib.esm/abis/RankifyInstanceRequirementsFacet.d.ts +48 -0
  57. package/lib.esm/abis/RankifyInstanceRequirementsFacet.d.ts.map +1 -1
  58. package/lib.esm/abis/RankifyInstanceRequirementsFacet.js +63 -0
  59. package/lib.esm/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
  60. package/lib.esm/abis/index.d.ts +293 -149
  61. package/lib.esm/abis/index.d.ts.map +1 -1
  62. package/lib.esm/abis/index.js +3 -6
  63. package/lib.esm/abis/index.js.map +1 -1
  64. package/lib.esm/abis/superinterface.d.ts +1 -1
  65. package/lib.esm/abis/superinterface.d.ts.map +1 -1
  66. package/lib.esm/abis/superinterface.js +24 -6
  67. package/lib.esm/abis/superinterface.js.map +1 -1
  68. package/lib.esm/utils/EnvioGraphQLClient.d.ts.map +1 -1
  69. package/lib.esm/utils/EnvioGraphQLClient.js +21 -17
  70. package/lib.esm/utils/EnvioGraphQLClient.js.map +1 -1
  71. package/package.json +2 -2
  72. package/cli/abis/IDAOFactory.js +0 -89
  73. package/cli/abis/IDAOFactory.js.map +0 -1
  74. package/cli/abis/IPluginRepo.js +0 -114
  75. package/cli/abis/IPluginRepo.js.map +0 -1
  76. package/lib.commonjs/abis/IDAOFactory.d.ts +0 -65
  77. package/lib.commonjs/abis/IDAOFactory.d.ts.map +0 -1
  78. package/lib.commonjs/abis/IDAOFactory.js +0 -89
  79. package/lib.commonjs/abis/IDAOFactory.js.map +0 -1
  80. package/lib.commonjs/abis/IPluginRepo.d.ts +0 -85
  81. package/lib.commonjs/abis/IPluginRepo.d.ts.map +0 -1
  82. package/lib.commonjs/abis/IPluginRepo.js +0 -114
  83. package/lib.commonjs/abis/IPluginRepo.js.map +0 -1
  84. package/lib.esm/abis/IDAOFactory.d.ts +0 -65
  85. package/lib.esm/abis/IDAOFactory.d.ts.map +0 -1
  86. package/lib.esm/abis/IDAOFactory.js +0 -86
  87. package/lib.esm/abis/IDAOFactory.js.map +0 -1
  88. package/lib.esm/abis/IPluginRepo.d.ts +0 -85
  89. package/lib.esm/abis/IPluginRepo.d.ts.map +0 -1
  90. package/lib.esm/abis/IPluginRepo.js +0 -111
  91. package/lib.esm/abis/IPluginRepo.js.map +0 -1
@@ -47,7 +47,6 @@ export { GovernorVotesUpgradeableAbi } from './GovernorVotesUpgradeable';
47
47
  export { IAccessControlAbi } from './IAccessControl';
48
48
  export { IAccessControlDefaultAdminRulesAbi } from './IAccessControlDefaultAdminRules';
49
49
  export { IContractURIAbi } from './IContractURI';
50
- export { IDAOFactoryAbi } from './IDAOFactory';
51
50
  export { IDiamondCutAbi } from './IDiamondCut';
52
51
  export { IDiamondLoupeAbi } from './IDiamondLoupe';
53
52
  export { IDistributionAbi } from './IDistribution';
@@ -60,6 +59,7 @@ export { IERC1271Abi } from './IERC1271';
60
59
  export { IERC165Abi } from './IERC165';
61
60
  export { IERC173Abi } from './IERC173';
62
61
  export { IERC20Abi } from './IERC20';
62
+ export { IERC20BurnableAbi } from './IERC20Burnable';
63
63
  export { IERC20ErrorsAbi } from './IERC20Errors';
64
64
  export { IERC20MetadataAbi } from './IERC20Metadata';
65
65
  export { IERC20MintableUpgradeableAbi } from './IERC20MintableUpgradeable';
@@ -79,7 +79,6 @@ export { IInitializerAbi } from './IInitializer';
79
79
  export { IInstallerAbi } from './IInstaller';
80
80
  export { ILockableERC1155Abi } from './ILockableERC1155';
81
81
  export { IMultipassAbi } from './IMultipass';
82
- export { IPluginRepoAbi } from './IPluginRepo';
83
82
  export { IPoseidon2Abi } from './IPoseidon2';
84
83
  export { IPoseidon5Abi } from './IPoseidon5';
85
84
  export { IPoseidon6Abi } from './IPoseidon6';
@@ -16536,69 +16535,6 @@ declare const abis: {
16536
16535
  readonly stateMutability: "view";
16537
16536
  readonly type: "function";
16538
16537
  }];
16539
- readonly IDAOFactoryAbi: readonly [{
16540
- readonly inputs: readonly [{
16541
- readonly components: readonly [{
16542
- readonly internalType: "address";
16543
- readonly name: "trustedForwarder";
16544
- readonly type: "address";
16545
- }, {
16546
- readonly internalType: "string";
16547
- readonly name: "daoURI";
16548
- readonly type: "string";
16549
- }, {
16550
- readonly internalType: "string";
16551
- readonly name: "subdomain";
16552
- readonly type: "string";
16553
- }, {
16554
- readonly internalType: "bytes";
16555
- readonly name: "metadata";
16556
- readonly type: "bytes";
16557
- }];
16558
- readonly internalType: "struct IDAOFactory.DAOSettings";
16559
- readonly name: "daoSettings";
16560
- readonly type: "tuple";
16561
- }, {
16562
- readonly components: readonly [{
16563
- readonly components: readonly [{
16564
- readonly components: readonly [{
16565
- readonly internalType: "uint8";
16566
- readonly name: "release";
16567
- readonly type: "uint8";
16568
- }, {
16569
- readonly internalType: "uint16";
16570
- readonly name: "build";
16571
- readonly type: "uint16";
16572
- }];
16573
- readonly internalType: "struct Tag";
16574
- readonly name: "versionTag";
16575
- readonly type: "tuple";
16576
- }, {
16577
- readonly internalType: "contract IPluginRepo";
16578
- readonly name: "pluginSetupRepo";
16579
- readonly type: "address";
16580
- }];
16581
- readonly internalType: "struct IDAOFactory.PluginSetupRef";
16582
- readonly name: "pluginSetupRef";
16583
- readonly type: "tuple";
16584
- }, {
16585
- readonly internalType: "bytes";
16586
- readonly name: "data";
16587
- readonly type: "bytes";
16588
- }];
16589
- readonly internalType: "struct IDAOFactory.PluginSettings[]";
16590
- readonly name: "pluginSettings";
16591
- readonly type: "tuple[]";
16592
- }];
16593
- readonly name: "createDao";
16594
- readonly outputs: readonly [{
16595
- readonly internalType: "address";
16596
- readonly name: "";
16597
- readonly type: "address";
16598
- }];
16599
- readonly stateMutability: "nonpayable";
16600
- readonly type: "function";
16601
- }];
16602
16538
  readonly IDiamondCutAbi: readonly [{
16603
16539
  readonly inputs: readonly [{
16604
16540
  readonly components: readonly [{
@@ -18038,6 +17974,157 @@ declare const abis: {
18038
17974
  readonly stateMutability: "nonpayable";
18039
17975
  readonly type: "function";
18040
17976
  }];
17977
+ readonly IERC20BurnableAbi: readonly [{
17978
+ readonly anonymous: false;
17979
+ readonly inputs: readonly [{
17980
+ readonly indexed: true;
17981
+ readonly internalType: "address";
17982
+ readonly name: "owner";
17983
+ readonly type: "address";
17984
+ }, {
17985
+ readonly indexed: true;
17986
+ readonly internalType: "address";
17987
+ readonly name: "spender";
17988
+ readonly type: "address";
17989
+ }, {
17990
+ readonly indexed: false;
17991
+ readonly internalType: "uint256";
17992
+ readonly name: "value";
17993
+ readonly type: "uint256";
17994
+ }];
17995
+ readonly name: "Approval";
17996
+ readonly type: "event";
17997
+ }, {
17998
+ readonly anonymous: false;
17999
+ readonly inputs: readonly [{
18000
+ readonly indexed: true;
18001
+ readonly internalType: "address";
18002
+ readonly name: "from";
18003
+ readonly type: "address";
18004
+ }, {
18005
+ readonly indexed: true;
18006
+ readonly internalType: "address";
18007
+ readonly name: "to";
18008
+ readonly type: "address";
18009
+ }, {
18010
+ readonly indexed: false;
18011
+ readonly internalType: "uint256";
18012
+ readonly name: "value";
18013
+ readonly type: "uint256";
18014
+ }];
18015
+ readonly name: "Transfer";
18016
+ readonly type: "event";
18017
+ }, {
18018
+ readonly inputs: readonly [{
18019
+ readonly internalType: "address";
18020
+ readonly name: "owner";
18021
+ readonly type: "address";
18022
+ }, {
18023
+ readonly internalType: "address";
18024
+ readonly name: "spender";
18025
+ readonly type: "address";
18026
+ }];
18027
+ readonly name: "allowance";
18028
+ readonly outputs: readonly [{
18029
+ readonly internalType: "uint256";
18030
+ readonly name: "";
18031
+ readonly type: "uint256";
18032
+ }];
18033
+ readonly stateMutability: "view";
18034
+ readonly type: "function";
18035
+ }, {
18036
+ readonly inputs: readonly [{
18037
+ readonly internalType: "address";
18038
+ readonly name: "spender";
18039
+ readonly type: "address";
18040
+ }, {
18041
+ readonly internalType: "uint256";
18042
+ readonly name: "value";
18043
+ readonly type: "uint256";
18044
+ }];
18045
+ readonly name: "approve";
18046
+ readonly outputs: readonly [{
18047
+ readonly internalType: "bool";
18048
+ readonly name: "";
18049
+ readonly type: "bool";
18050
+ }];
18051
+ readonly stateMutability: "nonpayable";
18052
+ readonly type: "function";
18053
+ }, {
18054
+ readonly inputs: readonly [{
18055
+ readonly internalType: "address";
18056
+ readonly name: "account";
18057
+ readonly type: "address";
18058
+ }];
18059
+ readonly name: "balanceOf";
18060
+ readonly outputs: readonly [{
18061
+ readonly internalType: "uint256";
18062
+ readonly name: "";
18063
+ readonly type: "uint256";
18064
+ }];
18065
+ readonly stateMutability: "view";
18066
+ readonly type: "function";
18067
+ }, {
18068
+ readonly inputs: readonly [{
18069
+ readonly internalType: "uint256";
18070
+ readonly name: "amount";
18071
+ readonly type: "uint256";
18072
+ }];
18073
+ readonly name: "burn";
18074
+ readonly outputs: readonly [];
18075
+ readonly stateMutability: "nonpayable";
18076
+ readonly type: "function";
18077
+ }, {
18078
+ readonly inputs: readonly [];
18079
+ readonly name: "totalSupply";
18080
+ readonly outputs: readonly [{
18081
+ readonly internalType: "uint256";
18082
+ readonly name: "";
18083
+ readonly type: "uint256";
18084
+ }];
18085
+ readonly stateMutability: "view";
18086
+ readonly type: "function";
18087
+ }, {
18088
+ readonly inputs: readonly [{
18089
+ readonly internalType: "address";
18090
+ readonly name: "to";
18091
+ readonly type: "address";
18092
+ }, {
18093
+ readonly internalType: "uint256";
18094
+ readonly name: "value";
18095
+ readonly type: "uint256";
18096
+ }];
18097
+ readonly name: "transfer";
18098
+ readonly outputs: readonly [{
18099
+ readonly internalType: "bool";
18100
+ readonly name: "";
18101
+ readonly type: "bool";
18102
+ }];
18103
+ readonly stateMutability: "nonpayable";
18104
+ readonly type: "function";
18105
+ }, {
18106
+ readonly inputs: readonly [{
18107
+ readonly internalType: "address";
18108
+ readonly name: "from";
18109
+ readonly type: "address";
18110
+ }, {
18111
+ readonly internalType: "address";
18112
+ readonly name: "to";
18113
+ readonly type: "address";
18114
+ }, {
18115
+ readonly internalType: "uint256";
18116
+ readonly name: "value";
18117
+ readonly type: "uint256";
18118
+ }];
18119
+ readonly name: "transferFrom";
18120
+ readonly outputs: readonly [{
18121
+ readonly internalType: "bool";
18122
+ readonly name: "";
18123
+ readonly type: "bool";
18124
+ }];
18125
+ readonly stateMutability: "nonpayable";
18126
+ readonly type: "function";
18127
+ }];
18041
18128
  readonly IERC20ErrorsAbi: readonly [{
18042
18129
  readonly inputs: readonly [{
18043
18130
  readonly internalType: "address";
@@ -21811,89 +21898,6 @@ declare const abis: {
21811
21898
  readonly stateMutability: "view";
21812
21899
  readonly type: "function";
21813
21900
  }];
21814
- readonly IPluginRepoAbi: readonly [{
21815
- readonly inputs: readonly [{
21816
- readonly internalType: "uint8";
21817
- readonly name: "_release";
21818
- readonly type: "uint8";
21819
- }, {
21820
- readonly internalType: "address";
21821
- readonly name: "_pluginSetupAddress";
21822
- readonly type: "address";
21823
- }, {
21824
- readonly internalType: "bytes";
21825
- readonly name: "_buildMetadata";
21826
- readonly type: "bytes";
21827
- }, {
21828
- readonly internalType: "bytes";
21829
- readonly name: "_releaseMetadata";
21830
- readonly type: "bytes";
21831
- }];
21832
- readonly name: "createVersion";
21833
- readonly outputs: readonly [];
21834
- readonly stateMutability: "nonpayable";
21835
- readonly type: "function";
21836
- }, {
21837
- readonly inputs: readonly [{
21838
- readonly internalType: "uint8";
21839
- readonly name: "_release";
21840
- readonly type: "uint8";
21841
- }];
21842
- readonly name: "getLatestVersion";
21843
- readonly outputs: readonly [{
21844
- readonly components: readonly [{
21845
- readonly components: readonly [{
21846
- readonly internalType: "uint8";
21847
- readonly name: "release";
21848
- readonly type: "uint8";
21849
- }, {
21850
- readonly internalType: "uint16";
21851
- readonly name: "build";
21852
- readonly type: "uint16";
21853
- }];
21854
- readonly internalType: "struct Tag";
21855
- readonly name: "tag";
21856
- readonly type: "tuple";
21857
- }, {
21858
- readonly internalType: "address";
21859
- readonly name: "pluginSetup";
21860
- readonly type: "address";
21861
- }, {
21862
- readonly internalType: "bytes";
21863
- readonly name: "buildMetadata";
21864
- readonly type: "bytes";
21865
- }];
21866
- readonly internalType: "struct Version";
21867
- readonly name: "";
21868
- readonly type: "tuple";
21869
- }];
21870
- readonly stateMutability: "view";
21871
- readonly type: "function";
21872
- }, {
21873
- readonly inputs: readonly [];
21874
- readonly name: "latestRelease";
21875
- readonly outputs: readonly [{
21876
- readonly internalType: "uint8";
21877
- readonly name: "";
21878
- readonly type: "uint8";
21879
- }];
21880
- readonly stateMutability: "view";
21881
- readonly type: "function";
21882
- }, {
21883
- readonly inputs: readonly [{
21884
- readonly internalType: "uint8";
21885
- readonly name: "_release";
21886
- readonly type: "uint8";
21887
- }, {
21888
- readonly internalType: "bytes";
21889
- readonly name: "_releaseMetadata";
21890
- readonly type: "bytes";
21891
- }];
21892
- readonly name: "updateReleaseMetadata";
21893
- readonly outputs: readonly [];
21894
- readonly stateMutability: "nonpayable";
21895
- readonly type: "function";
21896
- }];
21897
21901
  readonly IPoseidon2Abi: readonly [{
21898
21902
  readonly inputs: readonly [{
21899
21903
  readonly internalType: "bytes32[2]";
@@ -27963,6 +27967,22 @@ declare const abis: {
27963
27967
  readonly inputs: readonly [];
27964
27968
  readonly stateMutability: "nonpayable";
27965
27969
  readonly type: "constructor";
27970
+ }, {
27971
+ readonly inputs: readonly [];
27972
+ readonly name: "FailedCall";
27973
+ readonly type: "error";
27974
+ }, {
27975
+ readonly inputs: readonly [{
27976
+ readonly internalType: "uint256";
27977
+ readonly name: "balance";
27978
+ readonly type: "uint256";
27979
+ }, {
27980
+ readonly internalType: "uint256";
27981
+ readonly name: "needed";
27982
+ readonly type: "uint256";
27983
+ }];
27984
+ readonly name: "InsufficientBalance";
27985
+ readonly type: "error";
27966
27986
  }, {
27967
27987
  readonly inputs: readonly [];
27968
27988
  readonly name: "ReentrancyGuardReentrantCall";
@@ -28104,6 +28124,20 @@ declare const abis: {
28104
28124
  readonly outputs: readonly [];
28105
28125
  readonly stateMutability: "payable";
28106
28126
  readonly type: "function";
28127
+ }, {
28128
+ readonly inputs: readonly [{
28129
+ readonly internalType: "address";
28130
+ readonly name: "player";
28131
+ readonly type: "address";
28132
+ }];
28133
+ readonly name: "getPullableEth";
28134
+ readonly outputs: readonly [{
28135
+ readonly internalType: "uint256";
28136
+ readonly name: "";
28137
+ readonly type: "uint256";
28138
+ }];
28139
+ readonly stateMutability: "view";
28140
+ readonly type: "function";
28107
28141
  }, {
28108
28142
  readonly inputs: readonly [{
28109
28143
  readonly internalType: "address";
@@ -28204,6 +28238,20 @@ declare const abis: {
28204
28238
  }];
28205
28239
  readonly stateMutability: "view";
28206
28240
  readonly type: "function";
28241
+ }, {
28242
+ readonly inputs: readonly [{
28243
+ readonly internalType: "address";
28244
+ readonly name: "player";
28245
+ readonly type: "address";
28246
+ }, {
28247
+ readonly internalType: "uint256";
28248
+ readonly name: "amount";
28249
+ readonly type: "uint256";
28250
+ }];
28251
+ readonly name: "pullEth";
28252
+ readonly outputs: readonly [];
28253
+ readonly stateMutability: "nonpayable";
28254
+ readonly type: "function";
28207
28255
  }, {
28208
28256
  readonly inputs: readonly [{
28209
28257
  readonly internalType: "bytes32";
@@ -28231,7 +28279,7 @@ declare const abis: {
28231
28279
  }, {
28232
28280
  readonly inputs: readonly [{
28233
28281
  readonly internalType: "bytes32";
28234
- readonly name: "_positionName";
28282
+ readonly name: "position";
28235
28283
  readonly type: "bytes32";
28236
28284
  }, {
28237
28285
  readonly internalType: "address";
@@ -34801,6 +34849,26 @@ declare const abis: {
34801
34849
  readonly outputs: readonly [];
34802
34850
  readonly stateMutability: "nonpayable";
34803
34851
  readonly type: "function";
34852
+ }, {
34853
+ readonly inputs: readonly [];
34854
+ readonly name: "FailedCall";
34855
+ readonly type: "error";
34856
+ }, {
34857
+ readonly inputs: readonly [{
34858
+ readonly internalType: "uint256";
34859
+ readonly name: "balance";
34860
+ readonly type: "uint256";
34861
+ }, {
34862
+ readonly internalType: "uint256";
34863
+ readonly name: "needed";
34864
+ readonly type: "uint256";
34865
+ }];
34866
+ readonly name: "InsufficientBalance";
34867
+ readonly type: "error";
34868
+ }, {
34869
+ readonly inputs: readonly [];
34870
+ readonly name: "ReentrancyGuardReentrantCall";
34871
+ readonly type: "error";
34804
34872
  }, {
34805
34873
  readonly inputs: readonly [];
34806
34874
  readonly name: "getCommonParams";
@@ -35152,6 +35220,34 @@ declare const abis: {
35152
35220
  }];
35153
35221
  readonly stateMutability: "view";
35154
35222
  readonly type: "function";
35223
+ }, {
35224
+ readonly inputs: readonly [{
35225
+ readonly internalType: "address";
35226
+ readonly name: "player";
35227
+ readonly type: "address";
35228
+ }];
35229
+ readonly name: "getPullableEth";
35230
+ readonly outputs: readonly [{
35231
+ readonly internalType: "uint256";
35232
+ readonly name: "";
35233
+ readonly type: "uint256";
35234
+ }];
35235
+ readonly stateMutability: "view";
35236
+ readonly type: "function";
35237
+ }, {
35238
+ readonly inputs: readonly [{
35239
+ readonly internalType: "address";
35240
+ readonly name: "player";
35241
+ readonly type: "address";
35242
+ }, {
35243
+ readonly internalType: "uint256";
35244
+ readonly name: "amount";
35245
+ readonly type: "uint256";
35246
+ }];
35247
+ readonly name: "pullEth";
35248
+ readonly outputs: readonly [];
35249
+ readonly stateMutability: "nonpayable";
35250
+ readonly type: "function";
35155
35251
  }, {
35156
35252
  readonly inputs: readonly [{
35157
35253
  readonly internalType: "bytes4";
@@ -37311,6 +37407,26 @@ declare const abis: {
37311
37407
  readonly type: "function";
37312
37408
  }];
37313
37409
  readonly RankifyInstanceRequirementsFacetAbi: readonly [{
37410
+ readonly inputs: readonly [];
37411
+ readonly name: "FailedCall";
37412
+ readonly type: "error";
37413
+ }, {
37414
+ readonly inputs: readonly [{
37415
+ readonly internalType: "uint256";
37416
+ readonly name: "balance";
37417
+ readonly type: "uint256";
37418
+ }, {
37419
+ readonly internalType: "uint256";
37420
+ readonly name: "needed";
37421
+ readonly type: "uint256";
37422
+ }];
37423
+ readonly name: "InsufficientBalance";
37424
+ readonly type: "error";
37425
+ }, {
37426
+ readonly inputs: readonly [];
37427
+ readonly name: "ReentrancyGuardReentrantCall";
37428
+ readonly type: "error";
37429
+ }, {
37314
37430
  readonly inputs: readonly [];
37315
37431
  readonly name: "getCommonParams";
37316
37432
  readonly outputs: readonly [{
@@ -37661,6 +37777,34 @@ declare const abis: {
37661
37777
  }];
37662
37778
  readonly stateMutability: "view";
37663
37779
  readonly type: "function";
37780
+ }, {
37781
+ readonly inputs: readonly [{
37782
+ readonly internalType: "address";
37783
+ readonly name: "player";
37784
+ readonly type: "address";
37785
+ }];
37786
+ readonly name: "getPullableEth";
37787
+ readonly outputs: readonly [{
37788
+ readonly internalType: "uint256";
37789
+ readonly name: "";
37790
+ readonly type: "uint256";
37791
+ }];
37792
+ readonly stateMutability: "view";
37793
+ readonly type: "function";
37794
+ }, {
37795
+ readonly inputs: readonly [{
37796
+ readonly internalType: "address";
37797
+ readonly name: "player";
37798
+ readonly type: "address";
37799
+ }, {
37800
+ readonly internalType: "uint256";
37801
+ readonly name: "amount";
37802
+ readonly type: "uint256";
37803
+ }];
37804
+ readonly name: "pullEth";
37805
+ readonly outputs: readonly [];
37806
+ readonly stateMutability: "nonpayable";
37807
+ readonly type: "function";
37664
37808
  }];
37665
37809
  readonly ReentrancyGuardAbi: readonly [{
37666
37810
  readonly inputs: readonly [];