@cryptonergy/smart-contracts-sdk 1.0.0-dev.8 → 1.0.0-dev.9

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 (90) hide show
  1. package/dist/types/typechain-types/@chainlink/contracts/index.d.ts +2 -0
  2. package/dist/types/typechain-types/@chainlink/contracts/index.js +1 -0
  3. package/dist/types/typechain-types/@chainlink/contracts/src/index.d.ts +2 -0
  4. package/dist/types/typechain-types/@chainlink/contracts/src/index.js +1 -0
  5. package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/index.d.ts +2 -0
  6. package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/index.js +1 -0
  7. package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/index.d.ts +2 -0
  8. package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/index.js +1 -0
  9. package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.d.ts +103 -0
  10. package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.js +1 -0
  11. package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +1 -0
  12. package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/index.js +1 -0
  13. package/dist/types/typechain-types/@chainlink/index.d.ts +2 -0
  14. package/dist/types/typechain-types/@chainlink/index.js +1 -0
  15. package/dist/types/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +54 -0
  16. package/dist/types/typechain-types/@openzeppelin/contracts/access/Ownable.js +1 -0
  17. package/dist/types/typechain-types/@openzeppelin/contracts/access/index.d.ts +1 -0
  18. package/dist/types/typechain-types/@openzeppelin/contracts/access/index.js +1 -0
  19. package/dist/types/typechain-types/@openzeppelin/contracts/index.d.ts +2 -0
  20. package/dist/types/typechain-types/contracts/index.d.ts +2 -0
  21. package/dist/types/typechain-types/contracts/mocks/MockPriceProvider.d.ts +113 -0
  22. package/dist/types/typechain-types/contracts/mocks/MockPriceProvider.js +1 -0
  23. package/dist/types/typechain-types/contracts/mocks/MockV3Aggregator.d.ts +75 -0
  24. package/dist/types/typechain-types/contracts/mocks/MockV3Aggregator.js +1 -0
  25. package/dist/types/typechain-types/contracts/mocks/index.d.ts +2 -0
  26. package/dist/types/typechain-types/contracts/oracle/IPriceProvider.d.ts +65 -0
  27. package/dist/types/typechain-types/contracts/oracle/IPriceProvider.js +1 -0
  28. package/dist/types/typechain-types/contracts/oracle/OracleProviderRegistry.d.ts +246 -0
  29. package/dist/types/typechain-types/contracts/oracle/OracleProviderRegistry.js +1 -0
  30. package/dist/types/typechain-types/contracts/oracle/OracleRouter.d.ts +395 -0
  31. package/dist/types/typechain-types/contracts/oracle/OracleRouter.js +1 -0
  32. package/dist/types/typechain-types/contracts/oracle/index.d.ts +5 -0
  33. package/dist/types/typechain-types/contracts/oracle/index.js +1 -0
  34. package/dist/types/typechain-types/contracts/oracle/providers/ChainlinkProvider.d.ts +116 -0
  35. package/dist/types/typechain-types/contracts/oracle/providers/ChainlinkProvider.js +1 -0
  36. package/dist/types/typechain-types/contracts/oracle/providers/index.d.ts +1 -0
  37. package/dist/types/typechain-types/contracts/oracle/providers/index.js +1 -0
  38. package/dist/types/typechain-types/factories/@chainlink/contracts/index.d.ts +1 -0
  39. package/dist/types/typechain-types/factories/@chainlink/contracts/index.js +4 -0
  40. package/dist/types/typechain-types/factories/@chainlink/contracts/src/index.d.ts +1 -0
  41. package/dist/types/typechain-types/factories/@chainlink/contracts/src/index.js +4 -0
  42. package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/index.d.ts +1 -0
  43. package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/index.js +4 -0
  44. package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/index.d.ts +1 -0
  45. package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/index.js +4 -0
  46. package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface__factory.d.ts +93 -0
  47. package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface__factory.js +126 -0
  48. package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +1 -0
  49. package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/index.js +4 -0
  50. package/dist/types/typechain-types/factories/@chainlink/index.d.ts +1 -0
  51. package/dist/types/typechain-types/factories/@chainlink/index.js +4 -0
  52. package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +64 -0
  53. package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +89 -0
  54. package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +1 -0
  55. package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/index.js +4 -0
  56. package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.d.ts +1 -0
  57. package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.js +1 -0
  58. package/dist/types/typechain-types/factories/contracts/VaultFactoryV1__factory.d.ts +1 -1
  59. package/dist/types/typechain-types/factories/contracts/VaultFactoryV1__factory.js +1 -1
  60. package/dist/types/typechain-types/factories/contracts/VaultV1__factory.d.ts +1 -1
  61. package/dist/types/typechain-types/factories/contracts/VaultV1__factory.js +1 -1
  62. package/dist/types/typechain-types/factories/contracts/index.d.ts +1 -0
  63. package/dist/types/typechain-types/factories/contracts/index.js +1 -0
  64. package/dist/types/typechain-types/factories/contracts/mocks/MockPriceProvider__factory.d.ts +218 -0
  65. package/dist/types/typechain-types/factories/contracts/mocks/MockPriceProvider__factory.js +291 -0
  66. package/dist/types/typechain-types/factories/contracts/mocks/MockV3Aggregator__factory.d.ts +110 -0
  67. package/dist/types/typechain-types/factories/contracts/mocks/MockV3Aggregator__factory.js +149 -0
  68. package/dist/types/typechain-types/factories/contracts/mocks/index.d.ts +2 -0
  69. package/dist/types/typechain-types/factories/contracts/mocks/index.js +2 -0
  70. package/dist/types/typechain-types/factories/contracts/oracle/IPriceProvider__factory.d.ts +67 -0
  71. package/dist/types/typechain-types/factories/contracts/oracle/IPriceProvider__factory.js +94 -0
  72. package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistry__factory.d.ts +377 -0
  73. package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistry__factory.js +498 -0
  74. package/dist/types/typechain-types/factories/contracts/oracle/OracleRouter__factory.d.ts +623 -0
  75. package/dist/types/typechain-types/factories/contracts/oracle/OracleRouter__factory.js +822 -0
  76. package/dist/types/typechain-types/factories/contracts/oracle/index.d.ts +4 -0
  77. package/dist/types/typechain-types/factories/contracts/oracle/index.js +7 -0
  78. package/dist/types/typechain-types/factories/contracts/oracle/providers/ChainlinkProvider__factory.d.ts +179 -0
  79. package/dist/types/typechain-types/factories/contracts/oracle/providers/ChainlinkProvider__factory.js +241 -0
  80. package/dist/types/typechain-types/factories/contracts/oracle/providers/index.d.ts +1 -0
  81. package/dist/types/typechain-types/factories/contracts/oracle/providers/index.js +4 -0
  82. package/dist/types/typechain-types/factories/contracts/providers/AddressProviderV1__factory.d.ts +1 -1
  83. package/dist/types/typechain-types/factories/contracts/providers/AddressProviderV1__factory.js +1 -1
  84. package/dist/types/typechain-types/factories/contracts/registers/VaultRegistryV1__factory.d.ts +1 -1
  85. package/dist/types/typechain-types/factories/contracts/registers/VaultRegistryV1__factory.js +1 -1
  86. package/dist/types/typechain-types/factories/index.d.ts +1 -0
  87. package/dist/types/typechain-types/factories/index.js +1 -0
  88. package/dist/types/typechain-types/index.d.ts +18 -0
  89. package/dist/types/typechain-types/index.js +8 -0
  90. package/package.json +1 -1
@@ -0,0 +1,116 @@
1
+ import type { BaseContract, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
2
+ import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../../common";
3
+ export interface ChainlinkProviderInterface extends Interface {
4
+ getFunction(nameOrSignature: "feedOf" | "getPrice" | "isSupported" | "owner" | "providerId" | "renounceOwnership" | "setFeed" | "transferOwnership" | "version"): FunctionFragment;
5
+ getEvent(nameOrSignatureOrTopic: "OwnershipTransferred"): EventFragment;
6
+ encodeFunctionData(functionFragment: "feedOf", values: [AddressLike]): string;
7
+ encodeFunctionData(functionFragment: "getPrice", values: [AddressLike]): string;
8
+ encodeFunctionData(functionFragment: "isSupported", values: [AddressLike]): string;
9
+ encodeFunctionData(functionFragment: "owner", values?: undefined): string;
10
+ encodeFunctionData(functionFragment: "providerId", values?: undefined): string;
11
+ encodeFunctionData(functionFragment: "renounceOwnership", values?: undefined): string;
12
+ encodeFunctionData(functionFragment: "setFeed", values: [AddressLike, AddressLike]): string;
13
+ encodeFunctionData(functionFragment: "transferOwnership", values: [AddressLike]): string;
14
+ encodeFunctionData(functionFragment: "version", values?: undefined): string;
15
+ decodeFunctionResult(functionFragment: "feedOf", data: BytesLike): Result;
16
+ decodeFunctionResult(functionFragment: "getPrice", data: BytesLike): Result;
17
+ decodeFunctionResult(functionFragment: "isSupported", data: BytesLike): Result;
18
+ decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
19
+ decodeFunctionResult(functionFragment: "providerId", data: BytesLike): Result;
20
+ decodeFunctionResult(functionFragment: "renounceOwnership", data: BytesLike): Result;
21
+ decodeFunctionResult(functionFragment: "setFeed", data: BytesLike): Result;
22
+ decodeFunctionResult(functionFragment: "transferOwnership", data: BytesLike): Result;
23
+ decodeFunctionResult(functionFragment: "version", data: BytesLike): Result;
24
+ }
25
+ export declare namespace OwnershipTransferredEvent {
26
+ type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike];
27
+ type OutputTuple = [previousOwner: string, newOwner: string];
28
+ interface OutputObject {
29
+ previousOwner: string;
30
+ newOwner: string;
31
+ }
32
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
33
+ type Filter = TypedDeferredTopicFilter<Event>;
34
+ type Log = TypedEventLog<Event>;
35
+ type LogDescription = TypedLogDescription<Event>;
36
+ }
37
+ export interface ChainlinkProvider extends BaseContract {
38
+ connect(runner?: ContractRunner | null): ChainlinkProvider;
39
+ waitForDeployment(): Promise<this>;
40
+ interface: ChainlinkProviderInterface;
41
+ queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
42
+ queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
43
+ on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
44
+ on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
45
+ once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
46
+ once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
47
+ listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
48
+ listeners(eventName?: string): Promise<Array<Listener>>;
49
+ removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
50
+ feedOf: TypedContractMethod<[arg0: AddressLike], [string], "view">;
51
+ getPrice: TypedContractMethod<[
52
+ asset: AddressLike
53
+ ], [
54
+ [
55
+ bigint,
56
+ bigint,
57
+ bigint,
58
+ boolean
59
+ ] & {
60
+ price: bigint;
61
+ timestamp: bigint;
62
+ decimals: bigint;
63
+ ok: boolean;
64
+ }
65
+ ], "view">;
66
+ isSupported: TypedContractMethod<[asset: AddressLike], [boolean], "view">;
67
+ owner: TypedContractMethod<[], [string], "view">;
68
+ providerId: TypedContractMethod<[], [string], "view">;
69
+ renounceOwnership: TypedContractMethod<[], [void], "nonpayable">;
70
+ setFeed: TypedContractMethod<[
71
+ asset: AddressLike,
72
+ feed: AddressLike
73
+ ], [
74
+ void
75
+ ], "nonpayable">;
76
+ transferOwnership: TypedContractMethod<[
77
+ newOwner: AddressLike
78
+ ], [
79
+ void
80
+ ], "nonpayable">;
81
+ version: TypedContractMethod<[], [bigint], "view">;
82
+ getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
83
+ getFunction(nameOrSignature: "feedOf"): TypedContractMethod<[arg0: AddressLike], [string], "view">;
84
+ getFunction(nameOrSignature: "getPrice"): TypedContractMethod<[
85
+ asset: AddressLike
86
+ ], [
87
+ [
88
+ bigint,
89
+ bigint,
90
+ bigint,
91
+ boolean
92
+ ] & {
93
+ price: bigint;
94
+ timestamp: bigint;
95
+ decimals: bigint;
96
+ ok: boolean;
97
+ }
98
+ ], "view">;
99
+ getFunction(nameOrSignature: "isSupported"): TypedContractMethod<[asset: AddressLike], [boolean], "view">;
100
+ getFunction(nameOrSignature: "owner"): TypedContractMethod<[], [string], "view">;
101
+ getFunction(nameOrSignature: "providerId"): TypedContractMethod<[], [string], "view">;
102
+ getFunction(nameOrSignature: "renounceOwnership"): TypedContractMethod<[], [void], "nonpayable">;
103
+ getFunction(nameOrSignature: "setFeed"): TypedContractMethod<[
104
+ asset: AddressLike,
105
+ feed: AddressLike
106
+ ], [
107
+ void
108
+ ], "nonpayable">;
109
+ getFunction(nameOrSignature: "transferOwnership"): TypedContractMethod<[newOwner: AddressLike], [void], "nonpayable">;
110
+ getFunction(nameOrSignature: "version"): TypedContractMethod<[], [bigint], "view">;
111
+ getEvent(key: "OwnershipTransferred"): TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
112
+ filters: {
113
+ "OwnershipTransferred(address,address)": TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
114
+ OwnershipTransferred: TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
115
+ };
116
+ }
@@ -0,0 +1 @@
1
+ export type { ChainlinkProvider } from "./ChainlinkProvider";
@@ -0,0 +1 @@
1
+ export * as src from "./src";
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export * as src from "./src";
@@ -0,0 +1 @@
1
+ export * as v08 from "./v0.8";
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export * as v08 from "./v0.8";
@@ -0,0 +1 @@
1
+ export * as shared from "./shared";
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export * as shared from "./shared";
@@ -0,0 +1 @@
1
+ export * as interfaces from "./interfaces";
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export * as interfaces from "./interfaces";
@@ -0,0 +1,93 @@
1
+ import { type ContractRunner } from "ethers";
2
+ import type { AggregatorV3Interface, AggregatorV3InterfaceInterface } from "../../../../../../../@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface";
3
+ export declare class AggregatorV3Interface__factory {
4
+ static readonly abi: readonly [{
5
+ readonly inputs: readonly [];
6
+ readonly name: "decimals";
7
+ readonly outputs: readonly [{
8
+ readonly internalType: "uint8";
9
+ readonly name: "";
10
+ readonly type: "uint8";
11
+ }];
12
+ readonly stateMutability: "view";
13
+ readonly type: "function";
14
+ }, {
15
+ readonly inputs: readonly [];
16
+ readonly name: "description";
17
+ readonly outputs: readonly [{
18
+ readonly internalType: "string";
19
+ readonly name: "";
20
+ readonly type: "string";
21
+ }];
22
+ readonly stateMutability: "view";
23
+ readonly type: "function";
24
+ }, {
25
+ readonly inputs: readonly [{
26
+ readonly internalType: "uint80";
27
+ readonly name: "_roundId";
28
+ readonly type: "uint80";
29
+ }];
30
+ readonly name: "getRoundData";
31
+ readonly outputs: readonly [{
32
+ readonly internalType: "uint80";
33
+ readonly name: "roundId";
34
+ readonly type: "uint80";
35
+ }, {
36
+ readonly internalType: "int256";
37
+ readonly name: "answer";
38
+ readonly type: "int256";
39
+ }, {
40
+ readonly internalType: "uint256";
41
+ readonly name: "startedAt";
42
+ readonly type: "uint256";
43
+ }, {
44
+ readonly internalType: "uint256";
45
+ readonly name: "updatedAt";
46
+ readonly type: "uint256";
47
+ }, {
48
+ readonly internalType: "uint80";
49
+ readonly name: "answeredInRound";
50
+ readonly type: "uint80";
51
+ }];
52
+ readonly stateMutability: "view";
53
+ readonly type: "function";
54
+ }, {
55
+ readonly inputs: readonly [];
56
+ readonly name: "latestRoundData";
57
+ readonly outputs: readonly [{
58
+ readonly internalType: "uint80";
59
+ readonly name: "roundId";
60
+ readonly type: "uint80";
61
+ }, {
62
+ readonly internalType: "int256";
63
+ readonly name: "answer";
64
+ readonly type: "int256";
65
+ }, {
66
+ readonly internalType: "uint256";
67
+ readonly name: "startedAt";
68
+ readonly type: "uint256";
69
+ }, {
70
+ readonly internalType: "uint256";
71
+ readonly name: "updatedAt";
72
+ readonly type: "uint256";
73
+ }, {
74
+ readonly internalType: "uint80";
75
+ readonly name: "answeredInRound";
76
+ readonly type: "uint80";
77
+ }];
78
+ readonly stateMutability: "view";
79
+ readonly type: "function";
80
+ }, {
81
+ readonly inputs: readonly [];
82
+ readonly name: "version";
83
+ readonly outputs: readonly [{
84
+ readonly internalType: "uint256";
85
+ readonly name: "";
86
+ readonly type: "uint256";
87
+ }];
88
+ readonly stateMutability: "view";
89
+ readonly type: "function";
90
+ }];
91
+ static createInterface(): AggregatorV3InterfaceInterface;
92
+ static connect(address: string, runner?: ContractRunner | null): AggregatorV3Interface;
93
+ }
@@ -0,0 +1,126 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, Interface } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [],
8
+ name: "decimals",
9
+ outputs: [
10
+ {
11
+ internalType: "uint8",
12
+ name: "",
13
+ type: "uint8",
14
+ },
15
+ ],
16
+ stateMutability: "view",
17
+ type: "function",
18
+ },
19
+ {
20
+ inputs: [],
21
+ name: "description",
22
+ outputs: [
23
+ {
24
+ internalType: "string",
25
+ name: "",
26
+ type: "string",
27
+ },
28
+ ],
29
+ stateMutability: "view",
30
+ type: "function",
31
+ },
32
+ {
33
+ inputs: [
34
+ {
35
+ internalType: "uint80",
36
+ name: "_roundId",
37
+ type: "uint80",
38
+ },
39
+ ],
40
+ name: "getRoundData",
41
+ outputs: [
42
+ {
43
+ internalType: "uint80",
44
+ name: "roundId",
45
+ type: "uint80",
46
+ },
47
+ {
48
+ internalType: "int256",
49
+ name: "answer",
50
+ type: "int256",
51
+ },
52
+ {
53
+ internalType: "uint256",
54
+ name: "startedAt",
55
+ type: "uint256",
56
+ },
57
+ {
58
+ internalType: "uint256",
59
+ name: "updatedAt",
60
+ type: "uint256",
61
+ },
62
+ {
63
+ internalType: "uint80",
64
+ name: "answeredInRound",
65
+ type: "uint80",
66
+ },
67
+ ],
68
+ stateMutability: "view",
69
+ type: "function",
70
+ },
71
+ {
72
+ inputs: [],
73
+ name: "latestRoundData",
74
+ outputs: [
75
+ {
76
+ internalType: "uint80",
77
+ name: "roundId",
78
+ type: "uint80",
79
+ },
80
+ {
81
+ internalType: "int256",
82
+ name: "answer",
83
+ type: "int256",
84
+ },
85
+ {
86
+ internalType: "uint256",
87
+ name: "startedAt",
88
+ type: "uint256",
89
+ },
90
+ {
91
+ internalType: "uint256",
92
+ name: "updatedAt",
93
+ type: "uint256",
94
+ },
95
+ {
96
+ internalType: "uint80",
97
+ name: "answeredInRound",
98
+ type: "uint80",
99
+ },
100
+ ],
101
+ stateMutability: "view",
102
+ type: "function",
103
+ },
104
+ {
105
+ inputs: [],
106
+ name: "version",
107
+ outputs: [
108
+ {
109
+ internalType: "uint256",
110
+ name: "",
111
+ type: "uint256",
112
+ },
113
+ ],
114
+ stateMutability: "view",
115
+ type: "function",
116
+ },
117
+ ];
118
+ export class AggregatorV3Interface__factory {
119
+ static createInterface() {
120
+ return new Interface(_abi);
121
+ }
122
+ static connect(address, runner) {
123
+ return new Contract(address, _abi, runner);
124
+ }
125
+ }
126
+ AggregatorV3Interface__factory.abi = _abi;
@@ -0,0 +1 @@
1
+ export { AggregatorV3Interface__factory } from "./AggregatorV3Interface__factory";
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export { AggregatorV3Interface__factory } from "./AggregatorV3Interface__factory";
@@ -0,0 +1 @@
1
+ export * as contracts from "./contracts";
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export * as contracts from "./contracts";
@@ -0,0 +1,64 @@
1
+ import { type ContractRunner } from "ethers";
2
+ import type { Ownable, OwnableInterface } from "../../../../@openzeppelin/contracts/access/Ownable";
3
+ export declare class Ownable__factory {
4
+ static readonly abi: readonly [{
5
+ readonly inputs: readonly [{
6
+ readonly internalType: "address";
7
+ readonly name: "owner";
8
+ readonly type: "address";
9
+ }];
10
+ readonly name: "OwnableInvalidOwner";
11
+ readonly type: "error";
12
+ }, {
13
+ readonly inputs: readonly [{
14
+ readonly internalType: "address";
15
+ readonly name: "account";
16
+ readonly type: "address";
17
+ }];
18
+ readonly name: "OwnableUnauthorizedAccount";
19
+ readonly type: "error";
20
+ }, {
21
+ readonly anonymous: false;
22
+ readonly inputs: readonly [{
23
+ readonly indexed: true;
24
+ readonly internalType: "address";
25
+ readonly name: "previousOwner";
26
+ readonly type: "address";
27
+ }, {
28
+ readonly indexed: true;
29
+ readonly internalType: "address";
30
+ readonly name: "newOwner";
31
+ readonly type: "address";
32
+ }];
33
+ readonly name: "OwnershipTransferred";
34
+ readonly type: "event";
35
+ }, {
36
+ readonly inputs: readonly [];
37
+ readonly name: "owner";
38
+ readonly outputs: readonly [{
39
+ readonly internalType: "address";
40
+ readonly name: "";
41
+ readonly type: "address";
42
+ }];
43
+ readonly stateMutability: "view";
44
+ readonly type: "function";
45
+ }, {
46
+ readonly inputs: readonly [];
47
+ readonly name: "renounceOwnership";
48
+ readonly outputs: readonly [];
49
+ readonly stateMutability: "nonpayable";
50
+ readonly type: "function";
51
+ }, {
52
+ readonly inputs: readonly [{
53
+ readonly internalType: "address";
54
+ readonly name: "newOwner";
55
+ readonly type: "address";
56
+ }];
57
+ readonly name: "transferOwnership";
58
+ readonly outputs: readonly [];
59
+ readonly stateMutability: "nonpayable";
60
+ readonly type: "function";
61
+ }];
62
+ static createInterface(): OwnableInterface;
63
+ static connect(address: string, runner?: ContractRunner | null): Ownable;
64
+ }
@@ -0,0 +1,89 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, Interface } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [
8
+ {
9
+ internalType: "address",
10
+ name: "owner",
11
+ type: "address",
12
+ },
13
+ ],
14
+ name: "OwnableInvalidOwner",
15
+ type: "error",
16
+ },
17
+ {
18
+ inputs: [
19
+ {
20
+ internalType: "address",
21
+ name: "account",
22
+ type: "address",
23
+ },
24
+ ],
25
+ name: "OwnableUnauthorizedAccount",
26
+ type: "error",
27
+ },
28
+ {
29
+ anonymous: false,
30
+ inputs: [
31
+ {
32
+ indexed: true,
33
+ internalType: "address",
34
+ name: "previousOwner",
35
+ type: "address",
36
+ },
37
+ {
38
+ indexed: true,
39
+ internalType: "address",
40
+ name: "newOwner",
41
+ type: "address",
42
+ },
43
+ ],
44
+ name: "OwnershipTransferred",
45
+ type: "event",
46
+ },
47
+ {
48
+ inputs: [],
49
+ name: "owner",
50
+ outputs: [
51
+ {
52
+ internalType: "address",
53
+ name: "",
54
+ type: "address",
55
+ },
56
+ ],
57
+ stateMutability: "view",
58
+ type: "function",
59
+ },
60
+ {
61
+ inputs: [],
62
+ name: "renounceOwnership",
63
+ outputs: [],
64
+ stateMutability: "nonpayable",
65
+ type: "function",
66
+ },
67
+ {
68
+ inputs: [
69
+ {
70
+ internalType: "address",
71
+ name: "newOwner",
72
+ type: "address",
73
+ },
74
+ ],
75
+ name: "transferOwnership",
76
+ outputs: [],
77
+ stateMutability: "nonpayable",
78
+ type: "function",
79
+ },
80
+ ];
81
+ export class Ownable__factory {
82
+ static createInterface() {
83
+ return new Interface(_abi);
84
+ }
85
+ static connect(address, runner) {
86
+ return new Contract(address, _abi, runner);
87
+ }
88
+ }
89
+ Ownable__factory.abi = _abi;
@@ -0,0 +1 @@
1
+ export { Ownable__factory } from "./Ownable__factory";
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export { Ownable__factory } from "./Ownable__factory";
@@ -1,3 +1,4 @@
1
+ export * as access from "./access";
1
2
  export * as interfaces from "./interfaces";
2
3
  export * as proxy from "./proxy";
3
4
  export * as token from "./token";
@@ -1,6 +1,7 @@
1
1
  /* Autogenerated file. Do not edit manually. */
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
+ export * as access from "./access";
4
5
  export * as interfaces from "./interfaces";
5
6
  export * as proxy from "./proxy";
6
7
  export * as token from "./token";