@wireio/stake 0.2.5 → 0.3.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 (97) hide show
  1. package/lib/stake.browser.js +2456 -2069
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +25 -52
  4. package/lib/stake.js +2610 -2206
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +2456 -2069
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  10. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.json +807 -0
  11. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +1 -1
  12. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +184 -346
  13. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  14. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  15. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  16. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  17. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  18. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  19. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  20. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  21. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.json +36 -0
  22. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  23. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  24. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  25. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +226 -0
  26. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  27. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
  28. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  29. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
  30. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  31. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  32. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  33. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  34. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  35. package/src/assets/ethereum/ABI/liqEth/{RewardsERC20Pausable.sol/RewardsERC20Pausable.json → RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
  36. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  37. package/src/assets/ethereum/ABI/liqEth/{RewardsERC20.sol/RewardsERC20.json → RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json} +218 -30
  38. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +1 -1
  39. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +2 -2
  40. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +1 -1
  41. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +2 -2
  42. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.dbg.json +4 -0
  43. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +10 -0
  44. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +4 -0
  45. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.json +10 -0
  46. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +1 -1
  47. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +121 -55
  48. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  49. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +836 -273
  50. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +1 -1
  51. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +150 -168
  52. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +1 -1
  53. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +301 -186
  54. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +1 -1
  55. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +814 -206
  56. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  57. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +244 -198
  58. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  59. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  60. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  61. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +165 -152
  62. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  63. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +167 -282
  64. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
  65. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
  66. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -54
  67. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +1 -1
  68. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +26 -8
  69. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  70. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.json +2 -2
  71. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  72. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +1650 -0
  73. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
  74. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -22
  75. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  76. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  77. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
  78. package/src/networks/ethereum/clients/deposit.client.ts +11 -7
  79. package/src/networks/ethereum/clients/liq.client.ts +47 -0
  80. package/src/networks/ethereum/clients/pretoken.client.ts +47 -50
  81. package/src/networks/ethereum/contract.ts +24 -51
  82. package/src/networks/ethereum/ethereum.ts +29 -52
  83. package/src/networks/ethereum/types.ts +7 -6
  84. package/src/networks/ethereum/utils.ts +2 -8
  85. package/src/networks/solana/clients/token.client.ts +0 -1
  86. package/src/networks/solana/solana.ts +44 -145
  87. package/src/networks/solana/types.ts +4 -1
  88. package/src/networks/solana/utils.ts +1 -3
  89. package/src/types.ts +5 -33
  90. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
  91. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
  92. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
  93. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
  94. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
  95. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
  96. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
  97. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/f26a3bdbd4033af8421132fc6adca199.json"
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/f26a3bdbd4033af8421132fc6adca199.json"
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/f26a3bdbd4033af8421132fc6adca199.json"
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
4
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ILiqEthUpgradeable",
4
+ "sourceName": "contracts/liqEth/LiqEthCommon.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "newImplementation",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "bytes",
15
+ "name": "data",
16
+ "type": "bytes"
17
+ }
18
+ ],
19
+ "name": "upgradeToAndCall",
20
+ "outputs": [],
21
+ "stateMutability": "payable",
22
+ "type": "function"
23
+ }
24
+ ],
25
+ "bytecode": "0x",
26
+ "deployedBytecode": "0x",
27
+ "linkReferences": {},
28
+ "deployedLinkReferences": {}
29
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/f26a3bdbd4033af8421132fc6adca199.json"
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
4
  }
@@ -139,6 +139,42 @@
139
139
  "stateMutability": "nonpayable",
140
140
  "type": "function"
141
141
  },
142
+ {
143
+ "inputs": [
144
+ {
145
+ "internalType": "address",
146
+ "name": "from",
147
+ "type": "address"
148
+ },
149
+ {
150
+ "internalType": "uint256",
151
+ "name": "liqEthAmount",
152
+ "type": "uint256"
153
+ }
154
+ ],
155
+ "name": "shiftValueFrom",
156
+ "outputs": [],
157
+ "stateMutability": "nonpayable",
158
+ "type": "function"
159
+ },
160
+ {
161
+ "inputs": [
162
+ {
163
+ "internalType": "address",
164
+ "name": "to",
165
+ "type": "address"
166
+ },
167
+ {
168
+ "internalType": "uint256",
169
+ "name": "liqEthAmount",
170
+ "type": "uint256"
171
+ }
172
+ ],
173
+ "name": "shiftValueTo",
174
+ "outputs": [],
175
+ "stateMutability": "nonpayable",
176
+ "type": "function"
177
+ },
142
178
  {
143
179
  "inputs": [],
144
180
  "name": "totalSupply",
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
+ }
@@ -0,0 +1,263 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IRewardsERC20Pausable",
4
+ "sourceName": "contracts/liqEth/LiqEthCommon.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "account",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "balanceOf",
15
+ "outputs": [
16
+ {
17
+ "internalType": "uint256",
18
+ "name": "",
19
+ "type": "uint256"
20
+ }
21
+ ],
22
+ "stateMutability": "view",
23
+ "type": "function"
24
+ },
25
+ {
26
+ "inputs": [
27
+ {
28
+ "internalType": "uint256",
29
+ "name": "ethAmt",
30
+ "type": "uint256"
31
+ }
32
+ ],
33
+ "name": "decreaseIndex",
34
+ "outputs": [],
35
+ "stateMutability": "nonpayable",
36
+ "type": "function"
37
+ },
38
+ {
39
+ "inputs": [
40
+ {
41
+ "internalType": "uint256",
42
+ "name": "ethReward",
43
+ "type": "uint256"
44
+ }
45
+ ],
46
+ "name": "increaseIndex",
47
+ "outputs": [],
48
+ "stateMutability": "nonpayable",
49
+ "type": "function"
50
+ },
51
+ {
52
+ "inputs": [
53
+ {
54
+ "internalType": "address",
55
+ "name": "to",
56
+ "type": "address"
57
+ },
58
+ {
59
+ "internalType": "uint256",
60
+ "name": "tokenValue",
61
+ "type": "uint256"
62
+ }
63
+ ],
64
+ "name": "mint",
65
+ "outputs": [
66
+ {
67
+ "internalType": "uint256",
68
+ "name": "shares",
69
+ "type": "uint256"
70
+ }
71
+ ],
72
+ "stateMutability": "nonpayable",
73
+ "type": "function"
74
+ },
75
+ {
76
+ "inputs": [],
77
+ "name": "pause",
78
+ "outputs": [],
79
+ "stateMutability": "nonpayable",
80
+ "type": "function"
81
+ },
82
+ {
83
+ "inputs": [
84
+ {
85
+ "internalType": "address",
86
+ "name": "owner",
87
+ "type": "address"
88
+ },
89
+ {
90
+ "internalType": "address",
91
+ "name": "spender",
92
+ "type": "address"
93
+ },
94
+ {
95
+ "internalType": "uint256",
96
+ "name": "value",
97
+ "type": "uint256"
98
+ },
99
+ {
100
+ "internalType": "uint256",
101
+ "name": "deadline",
102
+ "type": "uint256"
103
+ },
104
+ {
105
+ "internalType": "uint8",
106
+ "name": "v",
107
+ "type": "uint8"
108
+ },
109
+ {
110
+ "internalType": "bytes32",
111
+ "name": "r",
112
+ "type": "bytes32"
113
+ },
114
+ {
115
+ "internalType": "bytes32",
116
+ "name": "s",
117
+ "type": "bytes32"
118
+ }
119
+ ],
120
+ "name": "permit",
121
+ "outputs": [],
122
+ "stateMutability": "nonpayable",
123
+ "type": "function"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "address",
129
+ "name": "from",
130
+ "type": "address"
131
+ },
132
+ {
133
+ "internalType": "uint256",
134
+ "name": "tokenValue",
135
+ "type": "uint256"
136
+ }
137
+ ],
138
+ "name": "safeBurn",
139
+ "outputs": [
140
+ {
141
+ "internalType": "uint256",
142
+ "name": "shares",
143
+ "type": "uint256"
144
+ }
145
+ ],
146
+ "stateMutability": "nonpayable",
147
+ "type": "function"
148
+ },
149
+ {
150
+ "inputs": [
151
+ {
152
+ "internalType": "address",
153
+ "name": "from",
154
+ "type": "address"
155
+ },
156
+ {
157
+ "internalType": "uint256",
158
+ "name": "liqEthAmount",
159
+ "type": "uint256"
160
+ }
161
+ ],
162
+ "name": "shiftValueFrom",
163
+ "outputs": [],
164
+ "stateMutability": "nonpayable",
165
+ "type": "function"
166
+ },
167
+ {
168
+ "inputs": [
169
+ {
170
+ "internalType": "address",
171
+ "name": "to",
172
+ "type": "address"
173
+ },
174
+ {
175
+ "internalType": "uint256",
176
+ "name": "liqEthAmount",
177
+ "type": "uint256"
178
+ }
179
+ ],
180
+ "name": "shiftValueTo",
181
+ "outputs": [],
182
+ "stateMutability": "nonpayable",
183
+ "type": "function"
184
+ },
185
+ {
186
+ "inputs": [],
187
+ "name": "totalSupply",
188
+ "outputs": [
189
+ {
190
+ "internalType": "uint256",
191
+ "name": "",
192
+ "type": "uint256"
193
+ }
194
+ ],
195
+ "stateMutability": "view",
196
+ "type": "function"
197
+ },
198
+ {
199
+ "inputs": [
200
+ {
201
+ "internalType": "address",
202
+ "name": "to",
203
+ "type": "address"
204
+ },
205
+ {
206
+ "internalType": "uint256",
207
+ "name": "amt",
208
+ "type": "uint256"
209
+ }
210
+ ],
211
+ "name": "transfer",
212
+ "outputs": [
213
+ {
214
+ "internalType": "bool",
215
+ "name": "",
216
+ "type": "bool"
217
+ }
218
+ ],
219
+ "stateMutability": "nonpayable",
220
+ "type": "function"
221
+ },
222
+ {
223
+ "inputs": [
224
+ {
225
+ "internalType": "address",
226
+ "name": "from",
227
+ "type": "address"
228
+ },
229
+ {
230
+ "internalType": "address",
231
+ "name": "to",
232
+ "type": "address"
233
+ },
234
+ {
235
+ "internalType": "uint256",
236
+ "name": "amt",
237
+ "type": "uint256"
238
+ }
239
+ ],
240
+ "name": "transferFrom",
241
+ "outputs": [
242
+ {
243
+ "internalType": "bool",
244
+ "name": "",
245
+ "type": "bool"
246
+ }
247
+ ],
248
+ "stateMutability": "nonpayable",
249
+ "type": "function"
250
+ },
251
+ {
252
+ "inputs": [],
253
+ "name": "unpause",
254
+ "outputs": [],
255
+ "stateMutability": "nonpayable",
256
+ "type": "function"
257
+ }
258
+ ],
259
+ "bytecode": "0x",
260
+ "deployedBytecode": "0x",
261
+ "linkReferences": {},
262
+ "deployedLinkReferences": {}
263
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/f26a3bdbd4033af8421132fc6adca199.json"
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
4
  }
@@ -3,6 +3,37 @@
3
3
  "contractName": "IStakingModule",
4
4
  "sourceName": "contracts/liqEth/LiqEthCommon.sol",
5
5
  "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "availableExitCount",
9
+ "outputs": [
10
+ {
11
+ "internalType": "uint64",
12
+ "name": "",
13
+ "type": "uint64"
14
+ }
15
+ ],
16
+ "stateMutability": "view",
17
+ "type": "function"
18
+ },
19
+ {
20
+ "inputs": [],
21
+ "name": "availableFlowCounts",
22
+ "outputs": [
23
+ {
24
+ "internalType": "uint64",
25
+ "name": "topupsAvail",
26
+ "type": "uint64"
27
+ },
28
+ {
29
+ "internalType": "uint64",
30
+ "name": "pexitsAvail",
31
+ "type": "uint64"
32
+ }
33
+ ],
34
+ "stateMutability": "view",
35
+ "type": "function"
36
+ },
6
37
  {
7
38
  "inputs": [
8
39
  {
@@ -16,6 +47,91 @@
16
47
  "stateMutability": "payable",
17
48
  "type": "function"
18
49
  },
50
+ {
51
+ "inputs": [
52
+ {
53
+ "internalType": "uint64",
54
+ "name": "topupsCount",
55
+ "type": "uint64"
56
+ },
57
+ {
58
+ "internalType": "uint64",
59
+ "name": "pexitsCount",
60
+ "type": "uint64"
61
+ }
62
+ ],
63
+ "name": "consumeByCounts",
64
+ "outputs": [
65
+ {
66
+ "internalType": "uint64",
67
+ "name": "topupsSumGwei",
68
+ "type": "uint64"
69
+ },
70
+ {
71
+ "internalType": "uint64",
72
+ "name": "pexitsSumGwei",
73
+ "type": "uint64"
74
+ }
75
+ ],
76
+ "stateMutability": "nonpayable",
77
+ "type": "function"
78
+ },
79
+ {
80
+ "inputs": [
81
+ {
82
+ "internalType": "uint64",
83
+ "name": "exitCount",
84
+ "type": "uint64"
85
+ }
86
+ ],
87
+ "name": "consumeExits",
88
+ "outputs": [],
89
+ "stateMutability": "nonpayable",
90
+ "type": "function"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "uint64",
96
+ "name": "valIndex",
97
+ "type": "uint64"
98
+ }
99
+ ],
100
+ "name": "getActivationEpoch",
101
+ "outputs": [
102
+ {
103
+ "internalType": "uint64",
104
+ "name": "",
105
+ "type": "uint64"
106
+ }
107
+ ],
108
+ "stateMutability": "view",
109
+ "type": "function"
110
+ },
111
+ {
112
+ "inputs": [
113
+ {
114
+ "internalType": "uint64",
115
+ "name": "ts",
116
+ "type": "uint64"
117
+ }
118
+ ],
119
+ "name": "getActiveSet",
120
+ "outputs": [
121
+ {
122
+ "internalType": "bytes32",
123
+ "name": "activeHash",
124
+ "type": "bytes32"
125
+ },
126
+ {
127
+ "internalType": "uint64",
128
+ "name": "activeCount",
129
+ "type": "uint64"
130
+ }
131
+ ],
132
+ "stateMutability": "view",
133
+ "type": "function"
134
+ },
19
135
  {
20
136
  "inputs": [
21
137
  {
@@ -50,6 +166,69 @@
50
166
  "stateMutability": "view",
51
167
  "type": "function"
52
168
  },
169
+ {
170
+ "inputs": [
171
+ {
172
+ "internalType": "bytes",
173
+ "name": "pubkey",
174
+ "type": "bytes"
175
+ }
176
+ ],
177
+ "name": "getValIndexByPubkey",
178
+ "outputs": [
179
+ {
180
+ "internalType": "bool",
181
+ "name": "exists",
182
+ "type": "bool"
183
+ },
184
+ {
185
+ "internalType": "uint64",
186
+ "name": "valIndex",
187
+ "type": "uint64"
188
+ },
189
+ {
190
+ "internalType": "uint256",
191
+ "name": "id",
192
+ "type": "uint256"
193
+ },
194
+ {
195
+ "internalType": "address",
196
+ "name": "operator",
197
+ "type": "address"
198
+ },
199
+ {
200
+ "internalType": "uint8",
201
+ "name": "status",
202
+ "type": "uint8"
203
+ },
204
+ {
205
+ "internalType": "uint64",
206
+ "name": "activationEpoch",
207
+ "type": "uint64"
208
+ }
209
+ ],
210
+ "stateMutability": "view",
211
+ "type": "function"
212
+ },
213
+ {
214
+ "inputs": [
215
+ {
216
+ "internalType": "uint64",
217
+ "name": "valIndex",
218
+ "type": "uint64"
219
+ }
220
+ ],
221
+ "name": "getWithdrawableEpoch",
222
+ "outputs": [
223
+ {
224
+ "internalType": "uint64",
225
+ "name": "",
226
+ "type": "uint64"
227
+ }
228
+ ],
229
+ "stateMutability": "view",
230
+ "type": "function"
231
+ },
53
232
  {
54
233
  "inputs": [
55
234
  {
@@ -97,6 +276,53 @@
97
276
  "stateMutability": "view",
98
277
  "type": "function"
99
278
  },
279
+ {
280
+ "inputs": [
281
+ {
282
+ "internalType": "uint64",
283
+ "name": "topupsCount",
284
+ "type": "uint64"
285
+ },
286
+ {
287
+ "internalType": "uint64",
288
+ "name": "pexitsCount",
289
+ "type": "uint64"
290
+ }
291
+ ],
292
+ "name": "previewByCounts",
293
+ "outputs": [
294
+ {
295
+ "internalType": "uint64",
296
+ "name": "topupsSumGwei",
297
+ "type": "uint64"
298
+ },
299
+ {
300
+ "internalType": "uint64",
301
+ "name": "pexitsSumGwei",
302
+ "type": "uint64"
303
+ }
304
+ ],
305
+ "stateMutability": "view",
306
+ "type": "function"
307
+ },
308
+ {
309
+ "inputs": [
310
+ {
311
+ "internalType": "uint64",
312
+ "name": "valIndex",
313
+ "type": "uint64"
314
+ },
315
+ {
316
+ "internalType": "uint64",
317
+ "name": "gweiAmount",
318
+ "type": "uint64"
319
+ }
320
+ ],
321
+ "name": "recordPartialExit",
322
+ "outputs": [],
323
+ "stateMutability": "nonpayable",
324
+ "type": "function"
325
+ },
100
326
  {
101
327
  "inputs": [
102
328
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/f26a3bdbd4033af8421132fc6adca199.json"
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
4
  }