|
15 | 15 | "stateMutability": "payable",
|
16 | 16 | "type": "constructor"
|
17 | 17 | },
|
18 |
| - { |
19 |
| - "inputs": [], |
20 |
| - "name": "FrontendNodeDoesNotExist", |
21 |
| - "type": "error" |
22 |
| - }, |
23 | 18 | {
|
24 | 19 | "inputs": [],
|
25 | 20 | "name": "FunctionDoesNotExist",
|
|
83 | 78 | "stateMutability": "view",
|
84 | 79 | "type": "function"
|
85 | 80 | },
|
86 |
| - { |
87 |
| - "inputs": [ |
88 |
| - { |
89 |
| - "internalType": "address", |
90 |
| - "name": "frontendNodeAddress", |
91 |
| - "type": "address" |
92 |
| - } |
93 |
| - ], |
94 |
| - "name": "getFrontendNodeClientsCount", |
95 |
| - "outputs": [ |
96 |
| - { |
97 |
| - "internalType": "uint256", |
98 |
| - "name": "", |
99 |
| - "type": "uint256" |
100 |
| - } |
101 |
| - ], |
102 |
| - "stateMutability": "view", |
103 |
| - "type": "function" |
104 |
| - }, |
105 |
| - { |
106 |
| - "inputs": [ |
107 |
| - { |
108 |
| - "internalType": "address", |
109 |
| - "name": "frontendNodeAddress", |
110 |
| - "type": "address" |
111 |
| - }, |
112 |
| - { |
113 |
| - "internalType": "uint256", |
114 |
| - "name": "index", |
115 |
| - "type": "uint256" |
116 |
| - } |
117 |
| - ], |
118 |
| - "name": "getFrontendNodeEventByIndex", |
119 |
| - "outputs": [ |
120 |
| - { |
121 |
| - "components": [ |
122 |
| - { |
123 |
| - "internalType": "uint64", |
124 |
| - "name": "timestamp", |
125 |
| - "type": "uint64" |
126 |
| - }, |
127 |
| - { |
128 |
| - "internalType": "string", |
129 |
| - "name": "eventType", |
130 |
| - "type": "string" |
131 |
| - }, |
132 |
| - { |
133 |
| - "internalType": "address", |
134 |
| - "name": "newRecordAddress", |
135 |
| - "type": "address" |
136 |
| - } |
137 |
| - ], |
138 |
| - "internalType": "struct FrontendNodeEventValue", |
139 |
| - "name": "frontendNodeEvent", |
140 |
| - "type": "tuple" |
141 |
| - } |
142 |
| - ], |
143 |
| - "stateMutability": "view", |
144 |
| - "type": "function" |
145 |
| - }, |
146 | 81 | {
|
147 | 82 | "inputs": [],
|
148 | 83 | "name": "getStats",
|
|
0 commit comments