@lagoon-protocol/v0-core 0.17.0 → 0.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/cjs/index.cjs +608 -5
  2. package/dist/esm/index.js +608 -5
  3. package/dist/tsconfig.tsbuildinfo +1 -1
  4. package/dist/types/addresses.d.ts +6 -0
  5. package/dist/types/addresses.d.ts.map +1 -1
  6. package/dist/types/chain.d.ts +2 -2
  7. package/dist/types/chain.d.ts.map +1 -1
  8. package/dist/types/constants/abis.d.ts +494 -0
  9. package/dist/types/constants/abis.d.ts.map +1 -1
  10. package/dist/types/events/Log.d.ts +25 -0
  11. package/dist/types/events/Log.d.ts.map +1 -0
  12. package/dist/types/events/factory/BeaconProxyDeployed.d.ts +14 -0
  13. package/dist/types/events/factory/BeaconProxyDeployed.d.ts.map +1 -0
  14. package/dist/types/events/factory/ProxyDeployed.d.ts +14 -0
  15. package/dist/types/events/factory/ProxyDeployed.d.ts.map +1 -0
  16. package/dist/types/events/factory/Upgraded.d.ts +12 -0
  17. package/dist/types/events/factory/Upgraded.d.ts.map +1 -0
  18. package/dist/types/events/factory/index.d.ts +4 -0
  19. package/dist/types/events/factory/index.d.ts.map +1 -0
  20. package/dist/types/events/index.d.ts +4 -0
  21. package/dist/types/events/index.d.ts.map +1 -0
  22. package/dist/types/events/vault/Approval.d.ts +16 -0
  23. package/dist/types/events/vault/Approval.d.ts.map +1 -0
  24. package/dist/types/events/vault/Deposit.d.ts +18 -0
  25. package/dist/types/events/vault/Deposit.d.ts.map +1 -0
  26. package/dist/types/events/vault/DepositRequest.d.ts +20 -0
  27. package/dist/types/events/vault/DepositRequest.d.ts.map +1 -0
  28. package/dist/types/events/vault/DepositRequestCanceled.d.ts +14 -0
  29. package/dist/types/events/vault/DepositRequestCanceled.d.ts.map +1 -0
  30. package/dist/types/events/vault/DepositSync.d.ts +18 -0
  31. package/dist/types/events/vault/DepositSync.d.ts.map +1 -0
  32. package/dist/types/events/vault/FeeReceiverUpdated.d.ts +14 -0
  33. package/dist/types/events/vault/FeeReceiverUpdated.d.ts.map +1 -0
  34. package/dist/types/events/vault/HighWaterMarkUpdated.d.ts +14 -0
  35. package/dist/types/events/vault/HighWaterMarkUpdated.d.ts.map +1 -0
  36. package/dist/types/events/vault/Initialized.d.ts +12 -0
  37. package/dist/types/events/vault/Initialized.d.ts.map +1 -0
  38. package/dist/types/events/vault/NewTotalAssetsUpdated.d.ts +12 -0
  39. package/dist/types/events/vault/NewTotalAssetsUpdated.d.ts.map +1 -0
  40. package/dist/types/events/vault/OperatorSet.d.ts +16 -0
  41. package/dist/types/events/vault/OperatorSet.d.ts.map +1 -0
  42. package/dist/types/events/vault/OwnershipTransferStarted.d.ts +14 -0
  43. package/dist/types/events/vault/OwnershipTransferStarted.d.ts.map +1 -0
  44. package/dist/types/events/vault/OwnershipTransferred.d.ts +14 -0
  45. package/dist/types/events/vault/OwnershipTransferred.d.ts.map +1 -0
  46. package/dist/types/events/vault/Paused.d.ts +12 -0
  47. package/dist/types/events/vault/Paused.d.ts.map +1 -0
  48. package/dist/types/events/vault/RatesUpdated.d.ts +17 -0
  49. package/dist/types/events/vault/RatesUpdated.d.ts.map +1 -0
  50. package/dist/types/events/vault/RedeemRequest.d.ts +20 -0
  51. package/dist/types/events/vault/RedeemRequest.d.ts.map +1 -0
  52. package/dist/types/events/vault/Referral.d.ts +18 -0
  53. package/dist/types/events/vault/Referral.d.ts.map +1 -0
  54. package/dist/types/events/vault/SettleDeposit.d.ts +22 -0
  55. package/dist/types/events/vault/SettleDeposit.d.ts.map +1 -0
  56. package/dist/types/events/vault/SettleRedeem.d.ts +22 -0
  57. package/dist/types/events/vault/SettleRedeem.d.ts.map +1 -0
  58. package/dist/types/events/vault/StateUpdated.d.ts +12 -0
  59. package/dist/types/events/vault/StateUpdated.d.ts.map +1 -0
  60. package/dist/types/events/vault/TotalAssetsLifespanUpdated.d.ts +14 -0
  61. package/dist/types/events/vault/TotalAssetsLifespanUpdated.d.ts.map +1 -0
  62. package/dist/types/events/vault/TotalAssetsUpdated.d.ts +12 -0
  63. package/dist/types/events/vault/TotalAssetsUpdated.d.ts.map +1 -0
  64. package/dist/types/events/vault/Transfer.d.ts +16 -0
  65. package/dist/types/events/vault/Transfer.d.ts.map +1 -0
  66. package/dist/types/events/vault/Unpaused.d.ts +12 -0
  67. package/dist/types/events/vault/Unpaused.d.ts.map +1 -0
  68. package/dist/types/events/vault/ValuationManagerUpdated.d.ts +14 -0
  69. package/dist/types/events/vault/ValuationManagerUpdated.d.ts.map +1 -0
  70. package/dist/types/events/vault/WhitelistDisabled.d.ts +9 -0
  71. package/dist/types/events/vault/WhitelistDisabled.d.ts.map +1 -0
  72. package/dist/types/events/vault/WhitelistManagerUpdated.d.ts +14 -0
  73. package/dist/types/events/vault/WhitelistManagerUpdated.d.ts.map +1 -0
  74. package/dist/types/events/vault/WhitelistUpdated.d.ts +14 -0
  75. package/dist/types/events/vault/WhitelistUpdated.d.ts.map +1 -0
  76. package/dist/types/events/vault/Withdraw.d.ts +20 -0
  77. package/dist/types/events/vault/Withdraw.d.ts.map +1 -0
  78. package/dist/types/events/vault/index.d.ts +29 -0
  79. package/dist/types/events/vault/index.d.ts.map +1 -0
  80. package/dist/types/index.d.ts +1 -0
  81. package/dist/types/index.d.ts.map +1 -1
  82. package/dist/types/types.d.ts +2 -0
  83. package/dist/types/types.d.ts.map +1 -1
  84. package/dist/types/utils.d.ts +3 -0
  85. package/dist/types/utils.d.ts.map +1 -1
  86. package/package.json +2 -2
@@ -128,5 +128,11 @@ export declare const addresses: {
128
128
  readonly wrappedNative: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A";
129
129
  readonly optinFactory: "0xcCdC4d06cA12A29C47D5d105fED59a6D07E9cf70";
130
130
  };
131
+ readonly 10: {
132
+ readonly feeRegistry: "0x7AB55B30e3c382451FCCa104521a8B5F45bEeaf9";
133
+ readonly v0_5_0: "0xBB2dcC67A94946400a605F2a97933471bE8BC538";
134
+ readonly wrappedNative: "0x4200000000000000000000000000000000000006";
135
+ readonly optinFactory: "0xA8E0684887b9475f8942DF6a89bEBa5B25219632";
136
+ };
131
137
  };
132
138
  //# sourceMappingURL=addresses.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"addresses.d.ts","sourceRoot":"","sources":["../../src/addresses.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,+CAA+C,CAAC;AAE3E,MAAM,MAAM,cAAc,GAAG,OAAO,SAAS,CAAC;AAE9C,eAAO,MAAM,SAAS;;;;;;;;;;;;;QAalB;;UAEE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiHI,CAAA"}
1
+ {"version":3,"file":"addresses.d.ts","sourceRoot":"","sources":["../../src/addresses.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,+CAA+C,CAAC;AAE3E,MAAM,MAAM,cAAc,GAAG,OAAO,SAAS,CAAC;AAE9C,eAAO,MAAM,SAAS;;;;;;;;;;;;;QAalB;;UAEE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuHuC,CAAC"}
@@ -17,7 +17,7 @@ export declare enum ChainId {
17
17
  LineaMainnet = 59144,
18
18
  PlasmaMainnet = 9745,
19
19
  MonadMainnet = 143,
20
- Sei = 1329
20
+ SeiMainnet = 1329
21
21
  }
22
22
  export interface ChainMetadata {
23
23
  readonly name: string;
@@ -225,7 +225,7 @@ export declare namespace ChainUtils {
225
225
  };
226
226
  readonly 1329: {
227
227
  readonly name: "Sei";
228
- readonly id: ChainId.Sei;
228
+ readonly id: ChainId.SeiMainnet;
229
229
  readonly nativeCurrency: {
230
230
  readonly name: "Sei";
231
231
  readonly symbol: "SEI";
@@ -1 +1 @@
1
- {"version":3,"file":"chain.d.ts","sourceRoot":"","sources":["../../src/chain.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,UAAU,IAAI;IACd,WAAW,OAAO;IAClB,cAAc,MAAM;IACpB,eAAe,QAAQ;IACvB,eAAe,KAAK;IACpB,iBAAiB,MAAM;IACvB,eAAe,MAAM;IACrB,YAAY,MAAM;IAClB,gBAAgB,QAAQ;IACxB,aAAa,OAAO;IACpB,gBAAgB,QAAQ;IACxB,UAAU,MAAM;IAChB,aAAa,SAAS;IACtB,UAAU,KAAK;IACf,eAAe,MAAM;IACrB,YAAY,QAAQ;IACpB,aAAa,OAAO;IAEpB,YAAY,MAAM;IAClB,GAAG,OAAO;CACX;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,cAAc,EAAE;QACvB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;QACtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;QACxB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;AAED,yBAAiB,UAAU,CAAC;IACnB,MAAM,YAAY,GAAI,SAAS,OAAO,KAAG,KAAK,MAAM,EAE1D,CAAC;IAEK,MAAM,cAAc,GAAI,CAAC,SAAS,OAAO,EAAE,SAAS,CAAC,KAAG,CAAC,OAAO,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,aAAa,CAEjH,CAAC;IAEK,MAAM,qBAAqB,GAAI,CAAC,SAAS,OAAO,EAAE,SAAS,CAAC,EAAE,SAAS,MAAM,KAAG,GAAG,CAAC,OAAO,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,YAAY,MAAM,EAE/J,CAAC;IAEK,MAAM,yBAAyB,GAAI,CAAC,SAAS,OAAO,EAAE,SAAS,CAAC,EAAE,IAAI,MAAM,KAAG,GAAG,CAAC,OAAO,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,OAAO,MAAM,EAEzJ,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsIjB,CAAA;CACX"}
1
+ {"version":3,"file":"chain.d.ts","sourceRoot":"","sources":["../../src/chain.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,UAAU,IAAI;IACd,WAAW,OAAO;IAClB,cAAc,MAAM;IACpB,eAAe,QAAQ;IACvB,eAAe,KAAK;IACpB,iBAAiB,MAAM;IACvB,eAAe,MAAM;IACrB,YAAY,MAAM;IAClB,gBAAgB,QAAQ;IACxB,aAAa,OAAO;IACpB,gBAAgB,QAAQ;IACxB,UAAU,MAAM;IAChB,aAAa,SAAS;IACtB,UAAU,KAAK;IACf,eAAe,MAAM;IACrB,YAAY,QAAQ;IACpB,aAAa,OAAO;IACpB,YAAY,MAAM;IAClB,UAAU,OAAO;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,cAAc,EAAE;QACvB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;QACtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;QACxB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;AAED,yBAAiB,UAAU,CAAC;IACnB,MAAM,YAAY,GAAI,SAAS,OAAO,KAAG,KAAK,MAAM,EAE1D,CAAC;IAEK,MAAM,cAAc,GAAI,CAAC,SAAS,OAAO,EAAE,SAAS,CAAC,KAAG,CAAC,OAAO,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,aAAa,CAEjH,CAAC;IAEK,MAAM,qBAAqB,GAAI,CAAC,SAAS,OAAO,EAAE,SAAS,CAAC,EAAE,SAAS,MAAM,KAAG,GAAG,CAAC,OAAO,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,YAAY,MAAM,EAE/J,CAAC;IAEK,MAAM,yBAAyB,GAAI,CAAC,SAAS,OAAO,EAAE,SAAS,CAAC,EAAE,IAAI,MAAM,KAAG,GAAG,CAAC,OAAO,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,OAAO,MAAM,EAEzJ,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsIjB,CAAA;CACX"}
@@ -9743,4 +9743,498 @@ export declare const feeRegistryAbi_v2: readonly [{
9743
9743
  readonly stateMutability: "nonpayable";
9744
9744
  readonly type: "function";
9745
9745
  }];
9746
+ export declare const factoryAbi_v1: readonly [{
9747
+ readonly inputs: readonly [{
9748
+ readonly internalType: "address";
9749
+ readonly name: "_registry";
9750
+ readonly type: "address";
9751
+ }, {
9752
+ readonly internalType: "address";
9753
+ readonly name: "_implementation";
9754
+ readonly type: "address";
9755
+ }, {
9756
+ readonly internalType: "address";
9757
+ readonly name: "_owner";
9758
+ readonly type: "address";
9759
+ }, {
9760
+ readonly internalType: "address";
9761
+ readonly name: "_wrappedNativeToken";
9762
+ readonly type: "address";
9763
+ }];
9764
+ readonly stateMutability: "nonpayable";
9765
+ readonly type: "constructor";
9766
+ }, {
9767
+ readonly inputs: readonly [{
9768
+ readonly internalType: "address";
9769
+ readonly name: "implementation";
9770
+ readonly type: "address";
9771
+ }];
9772
+ readonly name: "BeaconInvalidImplementation";
9773
+ readonly type: "error";
9774
+ }, {
9775
+ readonly inputs: readonly [{
9776
+ readonly internalType: "address";
9777
+ readonly name: "owner";
9778
+ readonly type: "address";
9779
+ }];
9780
+ readonly name: "OwnableInvalidOwner";
9781
+ readonly type: "error";
9782
+ }, {
9783
+ readonly inputs: readonly [{
9784
+ readonly internalType: "address";
9785
+ readonly name: "account";
9786
+ readonly type: "address";
9787
+ }];
9788
+ readonly name: "OwnableUnauthorizedAccount";
9789
+ readonly type: "error";
9790
+ }, {
9791
+ readonly anonymous: false;
9792
+ readonly inputs: readonly [{
9793
+ readonly indexed: false;
9794
+ readonly internalType: "address";
9795
+ readonly name: "proxy";
9796
+ readonly type: "address";
9797
+ }, {
9798
+ readonly indexed: false;
9799
+ readonly internalType: "address";
9800
+ readonly name: "deployer";
9801
+ readonly type: "address";
9802
+ }];
9803
+ readonly name: "BeaconProxyDeployed";
9804
+ readonly type: "event";
9805
+ }, {
9806
+ readonly anonymous: false;
9807
+ readonly inputs: readonly [{
9808
+ readonly indexed: true;
9809
+ readonly internalType: "address";
9810
+ readonly name: "previousOwner";
9811
+ readonly type: "address";
9812
+ }, {
9813
+ readonly indexed: true;
9814
+ readonly internalType: "address";
9815
+ readonly name: "newOwner";
9816
+ readonly type: "address";
9817
+ }];
9818
+ readonly name: "OwnershipTransferred";
9819
+ readonly type: "event";
9820
+ }, {
9821
+ readonly anonymous: false;
9822
+ readonly inputs: readonly [{
9823
+ readonly indexed: true;
9824
+ readonly internalType: "address";
9825
+ readonly name: "implementation";
9826
+ readonly type: "address";
9827
+ }];
9828
+ readonly name: "Upgraded";
9829
+ readonly type: "event";
9830
+ }, {
9831
+ readonly inputs: readonly [];
9832
+ readonly name: "REGISTRY";
9833
+ readonly outputs: readonly [{
9834
+ readonly internalType: "address";
9835
+ readonly name: "";
9836
+ readonly type: "address";
9837
+ }];
9838
+ readonly stateMutability: "view";
9839
+ readonly type: "function";
9840
+ }, {
9841
+ readonly inputs: readonly [];
9842
+ readonly name: "WRAPPED_NATIVE";
9843
+ readonly outputs: readonly [{
9844
+ readonly internalType: "address";
9845
+ readonly name: "";
9846
+ readonly type: "address";
9847
+ }];
9848
+ readonly stateMutability: "view";
9849
+ readonly type: "function";
9850
+ }, {
9851
+ readonly inputs: readonly [{
9852
+ readonly internalType: "bytes";
9853
+ readonly name: "init";
9854
+ readonly type: "bytes";
9855
+ }, {
9856
+ readonly internalType: "bytes32";
9857
+ readonly name: "salt";
9858
+ readonly type: "bytes32";
9859
+ }];
9860
+ readonly name: "createBeaconProxy";
9861
+ readonly outputs: readonly [{
9862
+ readonly internalType: "address";
9863
+ readonly name: "";
9864
+ readonly type: "address";
9865
+ }];
9866
+ readonly stateMutability: "nonpayable";
9867
+ readonly type: "function";
9868
+ }, {
9869
+ readonly inputs: readonly [{
9870
+ readonly components: readonly [{
9871
+ readonly internalType: "address";
9872
+ readonly name: "underlying";
9873
+ readonly type: "address";
9874
+ }, {
9875
+ readonly internalType: "string";
9876
+ readonly name: "name";
9877
+ readonly type: "string";
9878
+ }, {
9879
+ readonly internalType: "string";
9880
+ readonly name: "symbol";
9881
+ readonly type: "string";
9882
+ }, {
9883
+ readonly internalType: "address";
9884
+ readonly name: "safe";
9885
+ readonly type: "address";
9886
+ }, {
9887
+ readonly internalType: "address";
9888
+ readonly name: "whitelistManager";
9889
+ readonly type: "address";
9890
+ }, {
9891
+ readonly internalType: "address";
9892
+ readonly name: "valuationManager";
9893
+ readonly type: "address";
9894
+ }, {
9895
+ readonly internalType: "address";
9896
+ readonly name: "admin";
9897
+ readonly type: "address";
9898
+ }, {
9899
+ readonly internalType: "address";
9900
+ readonly name: "feeReceiver";
9901
+ readonly type: "address";
9902
+ }, {
9903
+ readonly internalType: "uint16";
9904
+ readonly name: "managementRate";
9905
+ readonly type: "uint16";
9906
+ }, {
9907
+ readonly internalType: "uint16";
9908
+ readonly name: "performanceRate";
9909
+ readonly type: "uint16";
9910
+ }, {
9911
+ readonly internalType: "bool";
9912
+ readonly name: "enableWhitelist";
9913
+ readonly type: "bool";
9914
+ }, {
9915
+ readonly internalType: "uint256";
9916
+ readonly name: "rateUpdateCooldown";
9917
+ readonly type: "uint256";
9918
+ }];
9919
+ readonly internalType: "struct InitStruct";
9920
+ readonly name: "init";
9921
+ readonly type: "tuple";
9922
+ }, {
9923
+ readonly internalType: "bytes32";
9924
+ readonly name: "salt";
9925
+ readonly type: "bytes32";
9926
+ }];
9927
+ readonly name: "createVaultProxy";
9928
+ readonly outputs: readonly [{
9929
+ readonly internalType: "address";
9930
+ readonly name: "";
9931
+ readonly type: "address";
9932
+ }];
9933
+ readonly stateMutability: "nonpayable";
9934
+ readonly type: "function";
9935
+ }, {
9936
+ readonly inputs: readonly [];
9937
+ readonly name: "implementation";
9938
+ readonly outputs: readonly [{
9939
+ readonly internalType: "address";
9940
+ readonly name: "";
9941
+ readonly type: "address";
9942
+ }];
9943
+ readonly stateMutability: "view";
9944
+ readonly type: "function";
9945
+ }, {
9946
+ readonly inputs: readonly [{
9947
+ readonly internalType: "uint256";
9948
+ readonly name: "";
9949
+ readonly type: "uint256";
9950
+ }];
9951
+ readonly name: "instances";
9952
+ readonly outputs: readonly [{
9953
+ readonly internalType: "address";
9954
+ readonly name: "";
9955
+ readonly type: "address";
9956
+ }];
9957
+ readonly stateMutability: "view";
9958
+ readonly type: "function";
9959
+ }, {
9960
+ readonly inputs: readonly [{
9961
+ readonly internalType: "address";
9962
+ readonly name: "";
9963
+ readonly type: "address";
9964
+ }];
9965
+ readonly name: "isInstance";
9966
+ readonly outputs: readonly [{
9967
+ readonly internalType: "bool";
9968
+ readonly name: "";
9969
+ readonly type: "bool";
9970
+ }];
9971
+ readonly stateMutability: "view";
9972
+ readonly type: "function";
9973
+ }, {
9974
+ readonly inputs: readonly [];
9975
+ readonly name: "owner";
9976
+ readonly outputs: readonly [{
9977
+ readonly internalType: "address";
9978
+ readonly name: "";
9979
+ readonly type: "address";
9980
+ }];
9981
+ readonly stateMutability: "view";
9982
+ readonly type: "function";
9983
+ }, {
9984
+ readonly inputs: readonly [];
9985
+ readonly name: "renounceOwnership";
9986
+ readonly outputs: readonly [];
9987
+ readonly stateMutability: "nonpayable";
9988
+ readonly type: "function";
9989
+ }, {
9990
+ readonly inputs: readonly [{
9991
+ readonly internalType: "address";
9992
+ readonly name: "newOwner";
9993
+ readonly type: "address";
9994
+ }];
9995
+ readonly name: "transferOwnership";
9996
+ readonly outputs: readonly [];
9997
+ readonly stateMutability: "nonpayable";
9998
+ readonly type: "function";
9999
+ }, {
10000
+ readonly inputs: readonly [{
10001
+ readonly internalType: "address";
10002
+ readonly name: "newImplementation";
10003
+ readonly type: "address";
10004
+ }];
10005
+ readonly name: "upgradeTo";
10006
+ readonly outputs: readonly [];
10007
+ readonly stateMutability: "nonpayable";
10008
+ readonly type: "function";
10009
+ }];
10010
+ export declare const factoryAbi_v2: readonly [{
10011
+ readonly inputs: readonly [{
10012
+ readonly internalType: "bool";
10013
+ readonly name: "disable";
10014
+ readonly type: "bool";
10015
+ }];
10016
+ readonly stateMutability: "nonpayable";
10017
+ readonly type: "constructor";
10018
+ }, {
10019
+ readonly inputs: readonly [];
10020
+ readonly name: "InvalidInitialization";
10021
+ readonly type: "error";
10022
+ }, {
10023
+ readonly inputs: readonly [];
10024
+ readonly name: "NotInitializing";
10025
+ readonly type: "error";
10026
+ }, {
10027
+ readonly inputs: readonly [{
10028
+ readonly internalType: "address";
10029
+ readonly name: "owner";
10030
+ readonly type: "address";
10031
+ }];
10032
+ readonly name: "OwnableInvalidOwner";
10033
+ readonly type: "error";
10034
+ }, {
10035
+ readonly inputs: readonly [{
10036
+ readonly internalType: "address";
10037
+ readonly name: "account";
10038
+ readonly type: "address";
10039
+ }];
10040
+ readonly name: "OwnableUnauthorizedAccount";
10041
+ readonly type: "error";
10042
+ }, {
10043
+ readonly anonymous: false;
10044
+ readonly inputs: readonly [{
10045
+ readonly indexed: false;
10046
+ readonly internalType: "uint64";
10047
+ readonly name: "version";
10048
+ readonly type: "uint64";
10049
+ }];
10050
+ readonly name: "Initialized";
10051
+ readonly type: "event";
10052
+ }, {
10053
+ readonly anonymous: false;
10054
+ readonly inputs: readonly [{
10055
+ readonly indexed: true;
10056
+ readonly internalType: "address";
10057
+ readonly name: "previousOwner";
10058
+ readonly type: "address";
10059
+ }, {
10060
+ readonly indexed: true;
10061
+ readonly internalType: "address";
10062
+ readonly name: "newOwner";
10063
+ readonly type: "address";
10064
+ }];
10065
+ readonly name: "OwnershipTransferred";
10066
+ readonly type: "event";
10067
+ }, {
10068
+ readonly anonymous: false;
10069
+ readonly inputs: readonly [{
10070
+ readonly indexed: false;
10071
+ readonly internalType: "address";
10072
+ readonly name: "proxy";
10073
+ readonly type: "address";
10074
+ }, {
10075
+ readonly indexed: false;
10076
+ readonly internalType: "address";
10077
+ readonly name: "deployer";
10078
+ readonly type: "address";
10079
+ }];
10080
+ readonly name: "ProxyDeployed";
10081
+ readonly type: "event";
10082
+ }, {
10083
+ readonly inputs: readonly [{
10084
+ readonly internalType: "address";
10085
+ readonly name: "_logic";
10086
+ readonly type: "address";
10087
+ }, {
10088
+ readonly internalType: "address";
10089
+ readonly name: "_initialOwner";
10090
+ readonly type: "address";
10091
+ }, {
10092
+ readonly internalType: "uint256";
10093
+ readonly name: "_initialDelay";
10094
+ readonly type: "uint256";
10095
+ }, {
10096
+ readonly components: readonly [{
10097
+ readonly internalType: "contract IERC20";
10098
+ readonly name: "underlying";
10099
+ readonly type: "address";
10100
+ }, {
10101
+ readonly internalType: "string";
10102
+ readonly name: "name";
10103
+ readonly type: "string";
10104
+ }, {
10105
+ readonly internalType: "string";
10106
+ readonly name: "symbol";
10107
+ readonly type: "string";
10108
+ }, {
10109
+ readonly internalType: "address";
10110
+ readonly name: "safe";
10111
+ readonly type: "address";
10112
+ }, {
10113
+ readonly internalType: "address";
10114
+ readonly name: "whitelistManager";
10115
+ readonly type: "address";
10116
+ }, {
10117
+ readonly internalType: "address";
10118
+ readonly name: "valuationManager";
10119
+ readonly type: "address";
10120
+ }, {
10121
+ readonly internalType: "address";
10122
+ readonly name: "admin";
10123
+ readonly type: "address";
10124
+ }, {
10125
+ readonly internalType: "address";
10126
+ readonly name: "feeReceiver";
10127
+ readonly type: "address";
10128
+ }, {
10129
+ readonly internalType: "uint16";
10130
+ readonly name: "managementRate";
10131
+ readonly type: "uint16";
10132
+ }, {
10133
+ readonly internalType: "uint16";
10134
+ readonly name: "performanceRate";
10135
+ readonly type: "uint16";
10136
+ }, {
10137
+ readonly internalType: "bool";
10138
+ readonly name: "enableWhitelist";
10139
+ readonly type: "bool";
10140
+ }, {
10141
+ readonly internalType: "uint256";
10142
+ readonly name: "rateUpdateCooldown";
10143
+ readonly type: "uint256";
10144
+ }];
10145
+ readonly internalType: "struct InitStruct";
10146
+ readonly name: "_init";
10147
+ readonly type: "tuple";
10148
+ }, {
10149
+ readonly internalType: "bytes32";
10150
+ readonly name: "salt";
10151
+ readonly type: "bytes32";
10152
+ }];
10153
+ readonly name: "createVaultProxy";
10154
+ readonly outputs: readonly [{
10155
+ readonly internalType: "address";
10156
+ readonly name: "";
10157
+ readonly type: "address";
10158
+ }];
10159
+ readonly stateMutability: "nonpayable";
10160
+ readonly type: "function";
10161
+ }, {
10162
+ readonly inputs: readonly [{
10163
+ readonly internalType: "address";
10164
+ readonly name: "_registry";
10165
+ readonly type: "address";
10166
+ }, {
10167
+ readonly internalType: "address";
10168
+ readonly name: "_wrappedNativeToken";
10169
+ readonly type: "address";
10170
+ }, {
10171
+ readonly internalType: "address";
10172
+ readonly name: "owner";
10173
+ readonly type: "address";
10174
+ }];
10175
+ readonly name: "initialize";
10176
+ readonly outputs: readonly [];
10177
+ readonly stateMutability: "nonpayable";
10178
+ readonly type: "function";
10179
+ }, {
10180
+ readonly inputs: readonly [{
10181
+ readonly internalType: "address";
10182
+ readonly name: "vault";
10183
+ readonly type: "address";
10184
+ }];
10185
+ readonly name: "isInstance";
10186
+ readonly outputs: readonly [{
10187
+ readonly internalType: "bool";
10188
+ readonly name: "";
10189
+ readonly type: "bool";
10190
+ }];
10191
+ readonly stateMutability: "view";
10192
+ readonly type: "function";
10193
+ }, {
10194
+ readonly inputs: readonly [];
10195
+ readonly name: "owner";
10196
+ readonly outputs: readonly [{
10197
+ readonly internalType: "address";
10198
+ readonly name: "";
10199
+ readonly type: "address";
10200
+ }];
10201
+ readonly stateMutability: "view";
10202
+ readonly type: "function";
10203
+ }, {
10204
+ readonly inputs: readonly [];
10205
+ readonly name: "registry";
10206
+ readonly outputs: readonly [{
10207
+ readonly internalType: "address";
10208
+ readonly name: "";
10209
+ readonly type: "address";
10210
+ }];
10211
+ readonly stateMutability: "view";
10212
+ readonly type: "function";
10213
+ }, {
10214
+ readonly inputs: readonly [];
10215
+ readonly name: "renounceOwnership";
10216
+ readonly outputs: readonly [];
10217
+ readonly stateMutability: "nonpayable";
10218
+ readonly type: "function";
10219
+ }, {
10220
+ readonly inputs: readonly [{
10221
+ readonly internalType: "address";
10222
+ readonly name: "newOwner";
10223
+ readonly type: "address";
10224
+ }];
10225
+ readonly name: "transferOwnership";
10226
+ readonly outputs: readonly [];
10227
+ readonly stateMutability: "nonpayable";
10228
+ readonly type: "function";
10229
+ }, {
10230
+ readonly inputs: readonly [];
10231
+ readonly name: "wrappedNativeToken";
10232
+ readonly outputs: readonly [{
10233
+ readonly internalType: "address";
10234
+ readonly name: "";
10235
+ readonly type: "address";
10236
+ }];
10237
+ readonly stateMutability: "view";
10238
+ readonly type: "function";
10239
+ }];
9746
10240
  //# sourceMappingURL=abis.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../../src/constants/abis.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8r/B,CAAC;AAE3t/B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA679B,CAAC;AAE199B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6v9B,CAAC;AAE1x9B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAo++B,CAAC;AAEjg/B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAo++B,CAAC;AAEjg/B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAqsL,CAAC"}
1
+ {"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../../src/constants/abis.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8r/B,CAAC;AAE3t/B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA679B,CAAC;AAE199B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6v9B,CAAC;AAE1x9B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAo++B,CAAC;AAEjg/B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAo++B,CAAC;AAEjg/B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAqsL,CAAC;AAEpuL,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA68H,CAAA;AAEv+H,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAs4H,CAAA"}
@@ -0,0 +1,25 @@
1
+ import type { Address, BigIntish, Hash, Hex } from "../types";
2
+ export interface ILog {
3
+ chainId: number;
4
+ blockNumber: BigIntish;
5
+ blockTimestamp?: BigIntish;
6
+ blockHash: Hex;
7
+ transactionHash: Hex;
8
+ transactionIndex: number;
9
+ logIndex: number;
10
+ address: Hex;
11
+ }
12
+ export declare abstract class Log {
13
+ abstract readonly name: string;
14
+ readonly type: 'log';
15
+ readonly chainId: number;
16
+ readonly blockNumber: bigint;
17
+ readonly blockHash: Hash;
18
+ readonly blockTimestamp: bigint | null;
19
+ readonly transactionHash: Hash;
20
+ readonly transactionIndex: number;
21
+ readonly logIndex: number;
22
+ readonly address: Address;
23
+ constructor({ chainId, blockNumber, blockHash, blockTimestamp, transactionHash, transactionIndex, logIndex, address, }: ILog);
24
+ }
25
+ //# sourceMappingURL=Log.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../../src/events/Log.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAG9D,MAAM,WAAW,IAAI;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,SAAS,CAAC;IACvB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,SAAS,EAAE,GAAG,CAAC;IACf,eAAe,EAAE,GAAG,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,GAAG,CAAC;CACd;AAGD,8BAAsB,GAAG;IACvB,kBAAyB,IAAI,EAAE,MAAM,CAAC;IACtC,SAAgB,IAAI,EAAE,KAAK,CAAS;IAEpC,SAAgB,OAAO,EAAE,MAAM,CAAC;IAChC,SAAgB,WAAW,EAAE,MAAM,CAAC;IACpC,SAAgB,SAAS,EAAE,IAAI,CAAC;IAChC,SAAgB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9C,SAAgB,eAAe,EAAE,IAAI,CAAC;IACtC,SAAgB,gBAAgB,EAAE,MAAM,CAAC;IAEzC,SAAgB,QAAQ,EAAE,MAAM,CAAC;IACjC,SAAgB,OAAO,EAAE,OAAO,CAAC;gBAErB,EACV,OAAO,EACP,WAAW,EACX,SAAS,EACT,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,QAAQ,EACR,OAAO,GACR,EAAE,IAAI;CAUR"}
@@ -0,0 +1,14 @@
1
+ import type { Address } from "../../types";
2
+ import { Log, type ILog } from "../Log";
3
+ interface IBeaconProxyDeployed extends ILog {
4
+ proxy: Address;
5
+ deployer: Address;
6
+ }
7
+ export declare class BeaconProxyDeployed extends Log {
8
+ readonly name: 'BeaconProxyDeployed';
9
+ readonly proxy: Address;
10
+ readonly deployer: Address;
11
+ constructor({ proxy, deployer, ...args }: IBeaconProxyDeployed);
12
+ }
13
+ export {};
14
+ //# sourceMappingURL=BeaconProxyDeployed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BeaconProxyDeployed.d.ts","sourceRoot":"","sources":["../../../../src/events/factory/BeaconProxyDeployed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,GAAG,EAAE,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;AAExC,UAAU,oBAAqB,SAAQ,IAAI;IACzC,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,qBAAa,mBAAoB,SAAQ,GAAG;IAC1C,SAAgB,IAAI,EAAE,qBAAqB,CAAyB;IACpE,SAAgB,KAAK,EAAE,OAAO,CAAC;IAC/B,SAAgB,QAAQ,EAAE,OAAO,CAAC;gBAEtB,EACV,KAAK,EACL,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,oBAAoB;CAKxB"}
@@ -0,0 +1,14 @@
1
+ import type { Address } from "../../types";
2
+ import { Log, type ILog } from "../Log";
3
+ interface IProxyDeployed extends ILog {
4
+ proxy: Address;
5
+ deployer: Address;
6
+ }
7
+ export declare class ProxyDeployed extends Log {
8
+ readonly name: 'ProxyDeployed';
9
+ readonly proxy: Address;
10
+ readonly deployer: Address;
11
+ constructor({ proxy, deployer, ...args }: IProxyDeployed);
12
+ }
13
+ export {};
14
+ //# sourceMappingURL=ProxyDeployed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProxyDeployed.d.ts","sourceRoot":"","sources":["../../../../src/events/factory/ProxyDeployed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,GAAG,EAAE,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;AAExC,UAAU,cAAe,SAAQ,IAAI;IACnC,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,qBAAa,aAAc,SAAQ,GAAG;IACpC,SAAgB,IAAI,EAAE,eAAe,CAAmB;IACxD,SAAgB,KAAK,EAAE,OAAO,CAAC;IAC/B,SAAgB,QAAQ,EAAE,OAAO,CAAC;gBAEtB,EACV,KAAK,EACL,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,cAAc;CAKlB"}
@@ -0,0 +1,12 @@
1
+ import type { Address } from "../../types";
2
+ import { Log, type ILog } from "../Log";
3
+ interface IUpgraded extends ILog {
4
+ implementation: Address;
5
+ }
6
+ export declare class Upgraded extends Log {
7
+ readonly name: 'Upgraded';
8
+ readonly implementation: Address;
9
+ constructor({ implementation, ...args }: IUpgraded);
10
+ }
11
+ export {};
12
+ //# sourceMappingURL=Upgraded.d.ts.map