UNPKG

2.6 kBJSONView Raw
1{
2 "_format": "hh-sol-artifact-1",
3 "contractName": "AggregatorV3Interface",
4 "sourceName": "contracts/external/chainlink/AggregatorV3Interface.sol",
5 "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 "bytecode": "0x",
119 "deployedBytecode": "0x",
120 "linkReferences": {},
121 "deployedLinkReferences": {}
122}