@wireio/stake 0.2.5 → 0.3.0

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 +2461 -2074
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +29 -55
  4. package/lib/stake.js +2615 -2211
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +2461 -2074
  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 +3 -9
  85. package/src/networks/solana/clients/token.client.ts +0 -1
  86. package/src/networks/solana/solana.ts +44 -146
  87. package/src/networks/solana/types.ts +6 -2
  88. package/src/networks/solana/utils.ts +4 -6
  89. package/src/types.ts +6 -34
  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
@@ -3,6 +3,65 @@
3
3
  "contractName": "IValidatorBalanceVerifier",
4
4
  "sourceName": "contracts/liqEth/LiqEthCommon.sol",
5
5
  "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "uint64",
10
+ "name": "ts",
11
+ "type": "uint64"
12
+ },
13
+ {
14
+ "internalType": "uint256",
15
+ "name": "index",
16
+ "type": "uint256"
17
+ },
18
+ {
19
+ "internalType": "uint64",
20
+ "name": "expectedActivationEpoch",
21
+ "type": "uint64"
22
+ },
23
+ {
24
+ "internalType": "bytes32",
25
+ "name": "actLeaf",
26
+ "type": "bytes32"
27
+ },
28
+ {
29
+ "internalType": "bytes32[]",
30
+ "name": "branchState",
31
+ "type": "bytes32[]"
32
+ },
33
+ {
34
+ "internalType": "uint256",
35
+ "name": "gindexState",
36
+ "type": "uint256"
37
+ },
38
+ {
39
+ "internalType": "bytes32[]",
40
+ "name": "branchBlock",
41
+ "type": "bytes32[]"
42
+ },
43
+ {
44
+ "internalType": "uint256",
45
+ "name": "gindexStateInBlock",
46
+ "type": "uint256"
47
+ }
48
+ ],
49
+ "name": "verifyActivationEpochAtTimestamp",
50
+ "outputs": [
51
+ {
52
+ "internalType": "bool",
53
+ "name": "ok",
54
+ "type": "bool"
55
+ },
56
+ {
57
+ "internalType": "uint64",
58
+ "name": "activationEpoch",
59
+ "type": "uint64"
60
+ }
61
+ ],
62
+ "stateMutability": "view",
63
+ "type": "function"
64
+ },
6
65
  {
7
66
  "inputs": [
8
67
  {
@@ -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
  }
@@ -27,6 +27,19 @@
27
27
  "stateMutability": "nonpayable",
28
28
  "type": "function"
29
29
  },
30
+ {
31
+ "inputs": [],
32
+ "name": "ethNeeded",
33
+ "outputs": [
34
+ {
35
+ "internalType": "uint256",
36
+ "name": "",
37
+ "type": "uint256"
38
+ }
39
+ ],
40
+ "stateMutability": "view",
41
+ "type": "function"
42
+ },
30
43
  {
31
44
  "inputs": [
32
45
  {
@@ -38,21 +51,10 @@
38
51
  "internalType": "uint256",
39
52
  "name": "amount",
40
53
  "type": "uint256"
41
- },
42
- {
43
- "internalType": "uint256",
44
- "name": "unlockTs",
45
- "type": "uint256"
46
54
  }
47
55
  ],
48
56
  "name": "mintRequest",
49
- "outputs": [
50
- {
51
- "internalType": "uint256",
52
- "name": "id",
53
- "type": "uint256"
54
- }
55
- ],
57
+ "outputs": [],
56
58
  "stateMutability": "nonpayable",
57
59
  "type": "function"
58
60
  }
@@ -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,8 +3,8 @@
3
3
  "contractName": "LiqEthCommon",
4
4
  "sourceName": "contracts/liqEth/LiqEthCommon.sol",
5
5
  "abi": [],
6
- "bytecode": "0x60808060405234601357603a908160198239f35b600080fdfe600080fdfea2646970667358221220ce5772121bd979ef8d67bad88a40283486372e0a4ffc0a9a63c29851944158b164736f6c63430008190033",
7
- "deployedBytecode": "0x600080fdfea2646970667358221220ce5772121bd979ef8d67bad88a40283486372e0a4ffc0a9a63c29851944158b164736f6c63430008190033",
6
+ "bytecode": "0x60808060405234601357603a908160198239f35b600080fdfe600080fdfea264697066735822122041066cef8c65428937281ccb4529e4778821283b6e61de6e454689d686b2ea7264736f6c63430008190033",
7
+ "deployedBytecode": "0x600080fdfea264697066735822122041066cef8c65428937281ccb4529e4778821283b6e61de6e454689d686b2ea7264736f6c63430008190033",
8
8
  "linkReferences": {},
9
9
  "deployedLinkReferences": {}
10
10
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
+ }
@@ -0,0 +1,229 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "LiqEthManaged",
4
+ "sourceName": "contracts/liqEth/LiqEthManaged.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "implementation",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ERC1967InvalidImplementation",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ERC1967NonPayable",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "FailedCall",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "InvalidInitialization",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "NotInitializing",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [],
88
+ "name": "UUPSUnauthorizedCallContext",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [
93
+ {
94
+ "internalType": "bytes32",
95
+ "name": "slot",
96
+ "type": "bytes32"
97
+ }
98
+ ],
99
+ "name": "UUPSUnsupportedProxiableUUID",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "anonymous": false,
104
+ "inputs": [
105
+ {
106
+ "indexed": false,
107
+ "internalType": "address",
108
+ "name": "authority",
109
+ "type": "address"
110
+ }
111
+ ],
112
+ "name": "AuthorityUpdated",
113
+ "type": "event"
114
+ },
115
+ {
116
+ "anonymous": false,
117
+ "inputs": [
118
+ {
119
+ "indexed": false,
120
+ "internalType": "uint64",
121
+ "name": "version",
122
+ "type": "uint64"
123
+ }
124
+ ],
125
+ "name": "Initialized",
126
+ "type": "event"
127
+ },
128
+ {
129
+ "anonymous": false,
130
+ "inputs": [
131
+ {
132
+ "indexed": true,
133
+ "internalType": "address",
134
+ "name": "implementation",
135
+ "type": "address"
136
+ }
137
+ ],
138
+ "name": "Upgraded",
139
+ "type": "event"
140
+ },
141
+ {
142
+ "inputs": [],
143
+ "name": "UPGRADE_INTERFACE_VERSION",
144
+ "outputs": [
145
+ {
146
+ "internalType": "string",
147
+ "name": "",
148
+ "type": "string"
149
+ }
150
+ ],
151
+ "stateMutability": "view",
152
+ "type": "function"
153
+ },
154
+ {
155
+ "inputs": [],
156
+ "name": "authority",
157
+ "outputs": [
158
+ {
159
+ "internalType": "address",
160
+ "name": "",
161
+ "type": "address"
162
+ }
163
+ ],
164
+ "stateMutability": "view",
165
+ "type": "function"
166
+ },
167
+ {
168
+ "inputs": [],
169
+ "name": "isConsumingScheduledOp",
170
+ "outputs": [
171
+ {
172
+ "internalType": "bytes4",
173
+ "name": "",
174
+ "type": "bytes4"
175
+ }
176
+ ],
177
+ "stateMutability": "view",
178
+ "type": "function"
179
+ },
180
+ {
181
+ "inputs": [],
182
+ "name": "proxiableUUID",
183
+ "outputs": [
184
+ {
185
+ "internalType": "bytes32",
186
+ "name": "",
187
+ "type": "bytes32"
188
+ }
189
+ ],
190
+ "stateMutability": "view",
191
+ "type": "function"
192
+ },
193
+ {
194
+ "inputs": [
195
+ {
196
+ "internalType": "address",
197
+ "name": "newAuthority",
198
+ "type": "address"
199
+ }
200
+ ],
201
+ "name": "setAuthority",
202
+ "outputs": [],
203
+ "stateMutability": "nonpayable",
204
+ "type": "function"
205
+ },
206
+ {
207
+ "inputs": [
208
+ {
209
+ "internalType": "address",
210
+ "name": "newImplementation",
211
+ "type": "address"
212
+ },
213
+ {
214
+ "internalType": "bytes",
215
+ "name": "data",
216
+ "type": "bytes"
217
+ }
218
+ ],
219
+ "name": "upgradeToAndCall",
220
+ "outputs": [],
221
+ "stateMutability": "payable",
222
+ "type": "function"
223
+ }
224
+ ],
225
+ "bytecode": "0x60a08060405234602957306080526107f4908161002f823960805181818161026401526106c70152f35b600080fdfe6040608081526004908136101561001557600080fd5b6000918235908160e01c9182634f1ef286146102cb5750816352d1902d1461024f5781637a9e5e4b146101995781638fb3603714610145578163ad3cb1cc146100a0575063bf7e214f1461006857600080fd5b3461009c578160031936011261009c5760008051602061079f8339815191525490516001600160a01b039091168152602090f35b5080fd5b9050346101415782600319360112610141578151908282019082821067ffffffffffffffff83111761012c5750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061011657505050828201840152601f01601f19168101030190f35b81810183015188820188015287955082016100f8565b604190634e487b7160e01b6000525260246000fd5b8280fd5b50503461009c578160031936011261009c5760209160ff60008051602061079f8339815191525460a01c166000146101935750638fb3603760e01b905b516001600160e01b03199091168152f35b90610182565b91905034610141576020366003190112610141576101b561064e565b60008051602061079f83398151915280549390916001600160a01b0391828616330361023957813b156102225750166001600160a01b03199390931683179055519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a180f35b6024928551926361798f2f60e11b84521690820152fd5b60249085519062d1953b60e31b82523390820152fd5b8284346102c857806003193601126102c857507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036102bb57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b80fd5b9084848060031936011261009c576102e161064e565b9160249485359067ffffffffffffffff9485831161064a573660238401121561064a578287013591610312836106a1565b9661031f87519889610669565b83885260209384890195368c8383010111610646578188928d88930189378a0101526103496106bd565b60008051602061079f83398151915280546001600160a01b03939192909184831690368d11610642578d8a908b928d51908b82019263b700961360e01b8452339083015230604483015263ffffffff60e01b1660648201526064815260a081018181108782111761062e578e528c80528c8b52518d918d9190865afa61061d575b15610551575b50505050506103dd6106bd565b81169585516352d1902d60e01b815283818a818b5afa86918161051e575b50610417575050505050505191634c9c8ce360e01b8352820152fd5b9088888894938c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036105095750853b156104f5575080546001600160a01b031916821790558451889392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a28251156104d75750506104c99582915190845af4913d156104cd573d6104bb6104b2826106a1565b92519283610669565b81528581943d92013e61073b565b5080f35b506060925061073b565b9550955050505050346104e957505080f35b63b398979f60e01b8152fd5b8651634c9c8ce360e01b8152808501849052fd5b8751632a87526960e21b815280860191909152fd5b9091508481813d831161054a575b6105368183610669565b810103126105465751908b6103fb565b8680fd5b503d61052c565b63ffffffff16156106095760ff60a01b19928316600160a01b178455803b156106055790888c8e938c8051958693634a63ebf760e11b855233908501528301523660448301523683606484013782606436840101528183606482601f19601f36011681010301925af180156105fb576105d6575b5050815416905589808080806103d0565b81989298116105e9578852958b806105c5565b634e487b7160e01b825260418b528b82fd5b8a513d8b823e3d90fd5b8880fd5b895162d1953b60e31b815233818e01528d90fd5b50508851875180891c1502906103ca565b5050634e487b7160e01b8c5260418f528f8cfd5b8980fd5b8780fd5b8380fd5b600435906001600160a01b038216820361066457565b600080fd5b90601f8019910116810190811067ffffffffffffffff82111761068b57604052565b634e487b7160e01b600052604160045260246000fd5b67ffffffffffffffff811161068b57601f01601f191660200190565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811630811491821561070d575b50506106fb57565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806106f3565b90610762575080511561075057602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580610795575b610773575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561076b56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212209580874f87016f4a0b0d022de334959643ebfb3990c7289b9aad7289018809a564736f6c63430008190033",
226
+ "deployedBytecode": "0x6040608081526004908136101561001557600080fd5b6000918235908160e01c9182634f1ef286146102cb5750816352d1902d1461024f5781637a9e5e4b146101995781638fb3603714610145578163ad3cb1cc146100a0575063bf7e214f1461006857600080fd5b3461009c578160031936011261009c5760008051602061079f8339815191525490516001600160a01b039091168152602090f35b5080fd5b9050346101415782600319360112610141578151908282019082821067ffffffffffffffff83111761012c5750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061011657505050828201840152601f01601f19168101030190f35b81810183015188820188015287955082016100f8565b604190634e487b7160e01b6000525260246000fd5b8280fd5b50503461009c578160031936011261009c5760209160ff60008051602061079f8339815191525460a01c166000146101935750638fb3603760e01b905b516001600160e01b03199091168152f35b90610182565b91905034610141576020366003190112610141576101b561064e565b60008051602061079f83398151915280549390916001600160a01b0391828616330361023957813b156102225750166001600160a01b03199390931683179055519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a180f35b6024928551926361798f2f60e11b84521690820152fd5b60249085519062d1953b60e31b82523390820152fd5b8284346102c857806003193601126102c857507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036102bb57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b80fd5b9084848060031936011261009c576102e161064e565b9160249485359067ffffffffffffffff9485831161064a573660238401121561064a578287013591610312836106a1565b9661031f87519889610669565b83885260209384890195368c8383010111610646578188928d88930189378a0101526103496106bd565b60008051602061079f83398151915280546001600160a01b03939192909184831690368d11610642578d8a908b928d51908b82019263b700961360e01b8452339083015230604483015263ffffffff60e01b1660648201526064815260a081018181108782111761062e578e528c80528c8b52518d918d9190865afa61061d575b15610551575b50505050506103dd6106bd565b81169585516352d1902d60e01b815283818a818b5afa86918161051e575b50610417575050505050505191634c9c8ce360e01b8352820152fd5b9088888894938c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036105095750853b156104f5575080546001600160a01b031916821790558451889392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a28251156104d75750506104c99582915190845af4913d156104cd573d6104bb6104b2826106a1565b92519283610669565b81528581943d92013e61073b565b5080f35b506060925061073b565b9550955050505050346104e957505080f35b63b398979f60e01b8152fd5b8651634c9c8ce360e01b8152808501849052fd5b8751632a87526960e21b815280860191909152fd5b9091508481813d831161054a575b6105368183610669565b810103126105465751908b6103fb565b8680fd5b503d61052c565b63ffffffff16156106095760ff60a01b19928316600160a01b178455803b156106055790888c8e938c8051958693634a63ebf760e11b855233908501528301523660448301523683606484013782606436840101528183606482601f19601f36011681010301925af180156105fb576105d6575b5050815416905589808080806103d0565b81989298116105e9578852958b806105c5565b634e487b7160e01b825260418b528b82fd5b8a513d8b823e3d90fd5b8880fd5b895162d1953b60e31b815233818e01528d90fd5b50508851875180891c1502906103ca565b5050634e487b7160e01b8c5260418f528f8cfd5b8980fd5b8780fd5b8380fd5b600435906001600160a01b038216820361066457565b600080fd5b90601f8019910116810190811067ffffffffffffffff82111761068b57604052565b634e487b7160e01b600052604160045260246000fd5b67ffffffffffffffff811161068b57601f01601f191660200190565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811630811491821561070d575b50506106fb57565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806106f3565b90610762575080511561075057602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580610795575b610773575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561076b56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212209580874f87016f4a0b0d022de334959643ebfb3990c7289b9aad7289018809a564736f6c63430008190033",
227
+ "linkReferences": {},
228
+ "deployedLinkReferences": {}
229
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/b5e46b2b97b85c57c7cd2a26cf972153.json"
4
+ }