@zkp2p/contracts-v2 0.3.1-rc.0 → 0.3.1-rc.2
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.
- package/README.md +9 -3
- package/_cjs/abis/base/index.js +1 -5
- package/_cjs/abis/base.cjs +0 -2
- package/_cjs/abis/base.mjs +0 -2
- package/_cjs/abis/baseStaging/AddressGroupRegistry.js +559 -0
- package/_cjs/abis/baseStaging/AddressGroupRegistry.json +557 -0
- package/_cjs/abis/baseStaging/BoundedCall.js +5 -5
- package/_cjs/abis/baseStaging/BoundedCall.json +5 -5
- package/_cjs/abis/baseStaging/FeeSettlementLib.js +1 -1
- package/_cjs/abis/baseStaging/FeeSettlementLib.json +1 -1
- package/_cjs/abis/{base/AcrossBridgeHook.js → baseStaging/IntentGuardian.js} +177 -226
- package/_cjs/abis/baseStaging/{AcrossBridgeHook.json → IntentGuardian.json} +177 -226
- package/_cjs/abis/baseStaging/IntentLifecycleHookV1.js +193 -0
- package/_cjs/abis/baseStaging/IntentLifecycleHookV1.json +191 -0
- package/_cjs/abis/baseStaging/LifecycleSettlementExecutor.js +106 -0
- package/_cjs/abis/baseStaging/LifecycleSettlementExecutor.json +104 -0
- package/_cjs/abis/baseStaging/OrchestratorV3.js +246 -357
- package/_cjs/abis/baseStaging/OrchestratorV3.json +246 -357
- package/_cjs/abis/baseStaging/RiskManager.js +187 -288
- package/_cjs/abis/baseStaging/RiskManager.json +187 -288
- package/_cjs/abis/baseStaging/StakeVault.js +482 -1426
- package/_cjs/abis/baseStaging/StakeVault.json +482 -1426
- package/_cjs/abis/baseStaging/StakeVaultRiskSettlement.js +482 -1426
- package/_cjs/abis/baseStaging/StakeVaultRiskSettlement.json +482 -1426
- package/_cjs/abis/baseStaging/WhitelistPolicy.js +359 -0
- package/_cjs/abis/baseStaging/WhitelistPolicy.json +357 -0
- package/_cjs/abis/baseStaging/WhitelistPreIntentHookV2.js +558 -0
- package/{_esm/abis/base/AcrossBridgeHook.json → _cjs/abis/baseStaging/WhitelistPreIntentHookV2.json} +315 -214
- package/_cjs/abis/baseStaging/index.js +13 -5
- package/_cjs/abis/baseStaging.cjs +7 -3
- package/_cjs/abis/baseStaging.mjs +6 -2
- package/_cjs/abis/contracts/AddressGroupRegistry.js +559 -0
- package/_cjs/abis/contracts/AddressGroupRegistry.json +557 -0
- package/_cjs/abis/contracts/{IIntentRiskHook.js → IIntentLifecycleHook.js} +3 -3
- package/{abis/contracts/IIntentRiskHook.json → _cjs/abis/contracts/IIntentLifecycleHook.json} +3 -3
- package/_cjs/abis/{baseStaging/AcrossBridgeHook.js → contracts/IntentGuardian.js} +177 -226
- package/_cjs/abis/contracts/IntentGuardian.json +406 -0
- package/_cjs/abis/contracts/IntentLifecycleHookV1.js +193 -0
- package/_cjs/abis/contracts/IntentLifecycleHookV1.json +191 -0
- package/_cjs/abis/contracts/OrchestratorV3.js +246 -357
- package/_cjs/abis/contracts/OrchestratorV3.json +246 -357
- package/_cjs/abis/contracts/RiskManager.js +190 -291
- package/_cjs/abis/contracts/RiskManager.json +190 -291
- package/_cjs/abis/contracts/StakeVault.js +482 -1426
- package/_cjs/abis/contracts/StakeVault.json +482 -1426
- package/_cjs/abis/contracts/WhitelistPolicy.js +359 -0
- package/_cjs/abis/contracts/WhitelistPolicy.json +357 -0
- package/_cjs/abis/contracts/index.js +11 -3
- package/_cjs/abis/contracts.cjs +6 -2
- package/_cjs/abis/contracts.mjs +5 -1
- package/_cjs/addresses/base.js +8 -4
- package/_cjs/addresses/base.json +8 -4
- package/_cjs/addresses/baseStaging.js +15 -11
- package/_cjs/addresses/baseStaging.json +15 -11
- package/_cjs/addresses/index.json +1 -1
- package/_cjs/constants/index.json +1 -1
- package/_cjs/currencies/currencies.js +1 -1
- package/_cjs/currencies/currencies.json +1 -1
- package/_cjs/oracleFeeds/chainlink.js +1 -1
- package/_cjs/oracleFeeds/chainlink.json +1 -1
- package/_cjs/paymentMethods/base.js +1 -1
- package/_cjs/paymentMethods/base.json +1 -1
- package/_cjs/paymentMethods/baseStaging.js +1 -1
- package/_cjs/paymentMethods/baseStaging.json +1 -1
- package/_cjs/paymentMethods/index.json +1 -1
- package/_cjs/paymentMethods/lookups.js +1 -1
- package/_cjs/paymentMethods/lookups.json +1 -1
- package/_cjs/types/contracts/interfaces/IWhitelistResolver.js +2 -0
- package/_cjs/types/contracts/lib/LifecycleSettlementExecutor.js +2 -0
- package/_cjs/types/contracts/registries/AddressGroupRegistry.js +2 -0
- package/_cjs/types/contracts/risk/ChargebackManager.js +2 -0
- package/_cjs/types/contracts/risk/IntentExtensionManager.js +2 -0
- package/_cjs/types/contracts/risk/index.js +2 -0
- package/_cjs/utils/riskMath.js +29 -28
- package/_esm/abis/base/index.js +0 -2
- package/_esm/abis/base.cjs +0 -2
- package/_esm/abis/base.mjs +0 -2
- package/_esm/abis/baseStaging/AddressGroupRegistry.js +558 -0
- package/_esm/abis/baseStaging/AddressGroupRegistry.json +557 -0
- package/_esm/abis/baseStaging/BoundedCall.js +5 -5
- package/_esm/abis/baseStaging/BoundedCall.json +5 -5
- package/_esm/abis/baseStaging/FeeSettlementLib.js +1 -1
- package/_esm/abis/baseStaging/FeeSettlementLib.json +1 -1
- package/_esm/abis/{base/AcrossBridgeHook.js → baseStaging/IntentGuardian.js} +177 -226
- package/_esm/abis/baseStaging/IntentGuardian.json +406 -0
- package/_esm/abis/baseStaging/IntentLifecycleHookV1.js +192 -0
- package/_esm/abis/baseStaging/IntentLifecycleHookV1.json +191 -0
- package/_esm/abis/baseStaging/LifecycleSettlementExecutor.js +105 -0
- package/_esm/abis/baseStaging/LifecycleSettlementExecutor.json +104 -0
- package/_esm/abis/baseStaging/OrchestratorV3.js +246 -357
- package/_esm/abis/baseStaging/OrchestratorV3.json +246 -357
- package/_esm/abis/baseStaging/RiskManager.js +187 -288
- package/_esm/abis/baseStaging/RiskManager.json +187 -288
- package/_esm/abis/baseStaging/StakeVault.js +482 -1426
- package/_esm/abis/baseStaging/StakeVault.json +482 -1426
- package/_esm/abis/baseStaging/StakeVaultRiskSettlement.js +482 -1426
- package/_esm/abis/baseStaging/StakeVaultRiskSettlement.json +482 -1426
- package/_esm/abis/baseStaging/WhitelistPolicy.js +358 -0
- package/_esm/abis/baseStaging/WhitelistPolicy.json +357 -0
- package/_esm/abis/baseStaging/{AcrossBridgeHook.js → WhitelistPreIntentHookV2.js} +315 -214
- package/{_cjs/abis/base/AcrossBridgeHook.json → _esm/abis/baseStaging/WhitelistPreIntentHookV2.json} +315 -214
- package/_esm/abis/baseStaging/index.js +6 -2
- package/_esm/abis/baseStaging.cjs +7 -3
- package/_esm/abis/baseStaging.mjs +6 -2
- package/_esm/abis/contracts/AddressGroupRegistry.js +558 -0
- package/_esm/abis/contracts/AddressGroupRegistry.json +557 -0
- package/_esm/abis/contracts/{IIntentRiskHook.js → IIntentLifecycleHook.js} +3 -3
- package/{_cjs/abis/contracts/IIntentRiskHook.json → _esm/abis/contracts/IIntentLifecycleHook.json} +3 -3
- package/_esm/abis/contracts/IntentGuardian.js +407 -0
- package/_esm/abis/contracts/IntentGuardian.json +406 -0
- package/_esm/abis/contracts/IntentLifecycleHookV1.js +192 -0
- package/_esm/abis/contracts/IntentLifecycleHookV1.json +191 -0
- package/_esm/abis/contracts/OrchestratorV3.js +246 -357
- package/_esm/abis/contracts/OrchestratorV3.json +246 -357
- package/_esm/abis/contracts/RiskManager.js +190 -291
- package/_esm/abis/contracts/RiskManager.json +190 -291
- package/_esm/abis/contracts/StakeVault.js +482 -1426
- package/_esm/abis/contracts/StakeVault.json +482 -1426
- package/_esm/abis/contracts/WhitelistPolicy.js +358 -0
- package/_esm/abis/contracts/WhitelistPolicy.json +357 -0
- package/_esm/abis/contracts/index.js +5 -1
- package/_esm/abis/contracts.cjs +6 -2
- package/_esm/abis/contracts.mjs +5 -1
- package/_esm/addresses/base.js +8 -4
- package/_esm/addresses/base.json +8 -4
- package/_esm/addresses/baseStaging.js +15 -11
- package/_esm/addresses/baseStaging.json +15 -11
- package/_esm/addresses/index.json +1 -1
- package/_esm/constants/index.json +1 -1
- package/_esm/currencies/currencies.js +1 -1
- package/_esm/currencies/currencies.json +1 -1
- package/_esm/oracleFeeds/chainlink.js +1 -1
- package/_esm/oracleFeeds/chainlink.json +1 -1
- package/_esm/paymentMethods/base.js +1 -1
- package/_esm/paymentMethods/base.json +1 -1
- package/_esm/paymentMethods/baseStaging.js +1 -1
- package/_esm/paymentMethods/baseStaging.json +1 -1
- package/_esm/paymentMethods/index.json +1 -1
- package/_esm/paymentMethods/lookups.js +1 -1
- package/_esm/paymentMethods/lookups.json +1 -1
- package/_esm/types/contracts/interfaces/IWhitelistResolver.js +1 -0
- package/_esm/types/contracts/lib/LifecycleSettlementExecutor.js +1 -0
- package/_esm/types/contracts/registries/AddressGroupRegistry.js +1 -0
- package/_esm/types/contracts/risk/ChargebackManager.js +1 -0
- package/_esm/types/contracts/risk/IntentExtensionManager.js +1 -0
- package/_esm/types/contracts/risk/index.js +1 -0
- package/_esm/utils/riskMath.js +25 -25
- package/_types/abis/base/index.d.ts +0 -2
- package/_types/abis/base.d.ts +0 -2
- package/_types/abis/baseStaging/index.d.ts +6 -2
- package/_types/abis/baseStaging.d.ts +6 -2
- package/_types/abis/contracts/index.d.ts +5 -1
- package/_types/abis/contracts.d.ts +5 -1
- package/_types/types/contracts/IntentGuardian.d.ts +262 -0
- package/_types/types/contracts/OrchestratorV3.d.ts +128 -181
- package/_types/types/contracts/RiskManager.d.ts +230 -243
- package/_types/types/contracts/StakeVault.d.ts +366 -885
- package/_types/types/contracts/hooks/IntentLifecycleHookV1.d.ts +112 -0
- package/_types/types/contracts/hooks/WhitelistPolicy.d.ts +237 -0
- package/_types/types/contracts/hooks/index.d.ts +2 -2
- package/_types/types/contracts/index.d.ts +3 -2
- package/_types/types/contracts/interfaces/IAddressGroupRegistry.d.ts +262 -0
- package/_types/types/contracts/interfaces/IIntentGuardian.d.ts +132 -0
- package/_types/types/contracts/interfaces/{IIntentRiskHook.d.ts → IIntentLifecycleHook.d.ts} +15 -15
- package/_types/types/contracts/interfaces/IOrchestratorV3.d.ts +113 -166
- package/_types/types/contracts/interfaces/IRiskManager.d.ts +180 -214
- package/_types/types/contracts/interfaces/IStakeVault.d.ts +359 -851
- package/_types/types/contracts/interfaces/IWhitelistPolicy.d.ts +162 -0
- package/_types/types/contracts/interfaces/IWhitelistResolver.d.ts +42 -0
- package/_types/types/contracts/interfaces/index.d.ts +5 -1
- package/_types/types/contracts/lib/BoundedCall.d.ts +9 -9
- package/_types/types/contracts/lib/{RiskSettlementExecutor.d.ts → LifecycleSettlementExecutor.d.ts} +12 -12
- package/_types/types/contracts/lib/index.d.ts +1 -1
- package/_types/types/contracts/registries/AddressGroupRegistry.d.ts +392 -0
- package/_types/types/contracts/registries/index.d.ts +1 -0
- package/_types/types/contracts/risk/ChargebackManager.d.ts +880 -0
- package/_types/types/contracts/risk/IntentExtensionManager.d.ts +831 -0
- package/_types/types/contracts/risk/index.d.ts +2 -0
- package/_types/utils/riskMath.d.ts +11 -17
- package/abis/base/index.d.ts +0 -2
- package/abis/base/index.ts +0 -2
- package/abis/base.cjs +0 -2
- package/abis/base.d.ts +0 -2
- package/abis/base.mjs +0 -2
- package/abis/baseStaging/AddressGroupRegistry.json +557 -0
- package/abis/baseStaging/BoundedCall.json +5 -5
- package/abis/baseStaging/FeeSettlementLib.json +1 -1
- package/abis/baseStaging/IntentGuardian.json +406 -0
- package/abis/baseStaging/IntentLifecycleHookV1.json +191 -0
- package/abis/baseStaging/LifecycleSettlementExecutor.json +104 -0
- package/abis/baseStaging/OrchestratorV3.json +246 -357
- package/abis/baseStaging/RiskManager.json +187 -288
- package/abis/baseStaging/StakeVault.json +482 -1426
- package/abis/baseStaging/StakeVaultRiskSettlement.json +482 -1426
- package/abis/baseStaging/WhitelistPolicy.json +357 -0
- package/{_esm/abis/baseStaging/AcrossBridgeHook.json → abis/baseStaging/WhitelistPreIntentHookV2.json} +315 -214
- package/abis/baseStaging/index.d.ts +6 -2
- package/abis/baseStaging/index.ts +6 -2
- package/abis/baseStaging.cjs +7 -3
- package/abis/baseStaging.d.ts +6 -2
- package/abis/baseStaging.mjs +6 -2
- package/abis/contracts/AddressGroupRegistry.json +557 -0
- package/{_esm/abis/contracts/IIntentRiskHook.json → abis/contracts/IIntentLifecycleHook.json} +3 -3
- package/abis/contracts/IntentGuardian.json +406 -0
- package/abis/contracts/IntentLifecycleHookV1.json +191 -0
- package/abis/contracts/OrchestratorV3.json +246 -357
- package/abis/contracts/RiskManager.json +190 -291
- package/abis/contracts/StakeVault.json +482 -1426
- package/abis/contracts/WhitelistPolicy.json +357 -0
- package/abis/contracts/index.d.ts +5 -1
- package/abis/contracts/index.ts +5 -1
- package/abis/contracts.cjs +6 -2
- package/abis/contracts.d.ts +5 -1
- package/abis/contracts.mjs +5 -1
- package/addresses/base.json +8 -4
- package/addresses/baseStaging.json +15 -11
- package/addresses/index.json +1 -1
- package/constants/index.json +1 -1
- package/currencies/currencies.json +1 -1
- package/oracleFeeds/chainlink.json +1 -1
- package/package.json +1 -1
- package/paymentMethods/base.json +1 -1
- package/paymentMethods/baseStaging.json +1 -1
- package/paymentMethods/index.json +1 -1
- package/paymentMethods/lookups.json +1 -1
- package/types/contracts/IntentGuardian.d.ts +262 -0
- package/types/contracts/IntentGuardian.ts +600 -0
- package/types/contracts/OrchestratorV3.d.ts +128 -181
- package/types/contracts/OrchestratorV3.ts +237 -397
- package/types/contracts/RiskManager.d.ts +230 -243
- package/types/contracts/RiskManager.ts +351 -340
- package/types/contracts/StakeVault.d.ts +366 -885
- package/types/contracts/StakeVault.ts +683 -1837
- package/types/contracts/hooks/IntentLifecycleHookV1.d.ts +112 -0
- package/types/contracts/hooks/IntentLifecycleHookV1.ts +261 -0
- package/types/contracts/hooks/WhitelistPolicy.d.ts +237 -0
- package/types/contracts/hooks/WhitelistPolicy.ts +596 -0
- package/types/contracts/hooks/index.d.ts +2 -2
- package/types/contracts/hooks/index.ts +2 -2
- package/types/contracts/index.d.ts +3 -2
- package/types/contracts/index.ts +3 -2
- package/types/contracts/interfaces/IAddressGroupRegistry.d.ts +262 -0
- package/types/contracts/interfaces/IAddressGroupRegistry.ts +584 -0
- package/types/contracts/interfaces/IIntentGuardian.d.ts +132 -0
- package/types/contracts/interfaces/IIntentGuardian.ts +317 -0
- package/types/contracts/interfaces/{IIntentRiskHook.d.ts → IIntentLifecycleHook.d.ts} +15 -15
- package/types/contracts/interfaces/{IIntentRiskHook.ts → IIntentLifecycleHook.ts} +15 -15
- package/types/contracts/interfaces/IOrchestratorV3.d.ts +113 -166
- package/types/contracts/interfaces/IOrchestratorV3.ts +197 -355
- package/types/contracts/interfaces/IRiskManager.d.ts +180 -214
- package/types/contracts/interfaces/IRiskManager.ts +288 -287
- package/types/contracts/interfaces/IStakeVault.d.ts +359 -851
- package/types/contracts/interfaces/IStakeVault.ts +666 -1735
- package/types/contracts/interfaces/IWhitelistPolicy.d.ts +162 -0
- package/types/contracts/interfaces/IWhitelistPolicy.ts +452 -0
- package/types/contracts/interfaces/IWhitelistResolver.d.ts +42 -0
- package/types/contracts/interfaces/IWhitelistResolver.ts +105 -0
- package/types/contracts/interfaces/index.d.ts +5 -1
- package/types/contracts/interfaces/index.ts +5 -1
- package/types/contracts/lib/BoundedCall.d.ts +9 -9
- package/types/contracts/lib/BoundedCall.ts +16 -14
- package/types/contracts/lib/{RiskSettlementExecutor.d.ts → LifecycleSettlementExecutor.d.ts} +12 -12
- package/types/contracts/lib/{RiskSettlementExecutor.ts → LifecycleSettlementExecutor.ts} +17 -19
- package/types/contracts/lib/index.d.ts +1 -1
- package/types/contracts/lib/index.ts +1 -1
- package/types/contracts/registries/AddressGroupRegistry.d.ts +392 -0
- package/types/contracts/registries/AddressGroupRegistry.ts +845 -0
- package/types/contracts/registries/index.d.ts +1 -0
- package/types/contracts/registries/index.ts +1 -0
- package/types/contracts/risk/ChargebackManager.d.ts +880 -0
- package/types/contracts/risk/ChargebackManager.ts +1719 -0
- package/types/contracts/risk/IntentExtensionManager.d.ts +831 -0
- package/types/contracts/risk/IntentExtensionManager.ts +1687 -0
- package/types/contracts/risk/index.d.ts +2 -0
- package/types/contracts/risk/index.ts +5 -0
- package/utils/riskMath.d.ts +11 -17
- package/utils/riskMath.ts +40 -37
- package/_cjs/abis/base/AcrossBridgeHookV2.js +0 -470
- package/_cjs/abis/base/AcrossBridgeHookV2.json +0 -468
- package/_cjs/abis/baseStaging/AcrossBridgeHookV2.js +0 -470
- package/_cjs/abis/baseStaging/AcrossBridgeHookV2.json +0 -468
- package/_esm/abis/base/AcrossBridgeHookV2.js +0 -469
- package/_esm/abis/base/AcrossBridgeHookV2.json +0 -468
- package/_esm/abis/baseStaging/AcrossBridgeHookV2.js +0 -469
- package/_esm/abis/baseStaging/AcrossBridgeHookV2.json +0 -468
- package/_types/types/contracts/external/Interfaces/IAcrossSpokePool.d.ts +0 -62
- package/_types/types/contracts/external/Interfaces/index.d.ts +0 -1
- package/_types/types/contracts/external/index.d.ts +0 -2
- package/_types/types/contracts/hooks/AcrossBridgeHook.d.ts +0 -290
- package/_types/types/contracts/hooks/AcrossBridgeHookV2.d.ts +0 -297
- package/abis/base/AcrossBridgeHook.json +0 -455
- package/abis/base/AcrossBridgeHookV2.json +0 -468
- package/abis/baseStaging/AcrossBridgeHook.json +0 -455
- package/abis/baseStaging/AcrossBridgeHookV2.json +0 -468
- package/types/contracts/external/Interfaces/IAcrossSpokePool.d.ts +0 -62
- package/types/contracts/external/Interfaces/IAcrossSpokePool.ts +0 -165
- package/types/contracts/external/Interfaces/index.d.ts +0 -1
- package/types/contracts/external/Interfaces/index.ts +0 -4
- package/types/contracts/external/index.d.ts +0 -2
- package/types/contracts/external/index.ts +0 -5
- package/types/contracts/hooks/AcrossBridgeHook.d.ts +0 -290
- package/types/contracts/hooks/AcrossBridgeHook.ts +0 -547
- package/types/contracts/hooks/AcrossBridgeHookV2.d.ts +0 -297
- package/types/contracts/hooks/AcrossBridgeHookV2.ts +0 -553
- /package/_cjs/types/contracts/{external/Interfaces/IAcrossSpokePool.js → IntentGuardian.js} +0 -0
- /package/_cjs/types/contracts/{external/Interfaces/index.js → hooks/IntentLifecycleHookV1.js} +0 -0
- /package/_cjs/types/contracts/{external/index.js → hooks/WhitelistPolicy.js} +0 -0
- /package/_cjs/types/contracts/{hooks/AcrossBridgeHook.js → interfaces/IAddressGroupRegistry.js} +0 -0
- /package/_cjs/types/contracts/{hooks/AcrossBridgeHookV2.js → interfaces/IIntentGuardian.js} +0 -0
- /package/_cjs/types/contracts/interfaces/{IIntentRiskHook.js → IIntentLifecycleHook.js} +0 -0
- /package/_cjs/types/contracts/{lib/RiskSettlementExecutor.js → interfaces/IWhitelistPolicy.js} +0 -0
- /package/_esm/types/contracts/{external/Interfaces/IAcrossSpokePool.js → IntentGuardian.js} +0 -0
- /package/_esm/types/contracts/{external/Interfaces/index.js → hooks/IntentLifecycleHookV1.js} +0 -0
- /package/_esm/types/contracts/{external/index.js → hooks/WhitelistPolicy.js} +0 -0
- /package/_esm/types/contracts/{hooks/AcrossBridgeHook.js → interfaces/IAddressGroupRegistry.js} +0 -0
- /package/_esm/types/contracts/{hooks/AcrossBridgeHookV2.js → interfaces/IIntentGuardian.js} +0 -0
- /package/_esm/types/contracts/interfaces/{IIntentRiskHook.js → IIntentLifecycleHook.js} +0 -0
- /package/_esm/types/contracts/{lib/RiskSettlementExecutor.js → interfaces/IWhitelistPolicy.js} +0 -0
|
@@ -16,11 +16,6 @@ const data = [
|
|
|
16
16
|
"name": "_controller",
|
|
17
17
|
"type": "address"
|
|
18
18
|
},
|
|
19
|
-
{
|
|
20
|
-
"internalType": "uint64",
|
|
21
|
-
"name": "_baseExitDelay",
|
|
22
|
-
"type": "uint64"
|
|
23
|
-
},
|
|
24
19
|
{
|
|
25
20
|
"internalType": "uint64",
|
|
26
21
|
"name": "_controllerChangeDelay",
|
|
@@ -33,28 +28,17 @@ const data = [
|
|
|
33
28
|
{
|
|
34
29
|
"inputs": [
|
|
35
30
|
{
|
|
36
|
-
"internalType": "
|
|
37
|
-
"name": "
|
|
38
|
-
"type": "
|
|
31
|
+
"internalType": "uint256",
|
|
32
|
+
"name": "lockAmount",
|
|
33
|
+
"type": "uint256"
|
|
39
34
|
},
|
|
40
35
|
{
|
|
41
36
|
"internalType": "uint256",
|
|
42
|
-
"name": "
|
|
37
|
+
"name": "claimsAmount",
|
|
43
38
|
"type": "uint256"
|
|
44
39
|
}
|
|
45
40
|
],
|
|
46
|
-
"name": "
|
|
47
|
-
"type": "error"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"inputs": [
|
|
51
|
-
{
|
|
52
|
-
"internalType": "address",
|
|
53
|
-
"name": "staker",
|
|
54
|
-
"type": "address"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"name": "AlreadyExiting",
|
|
41
|
+
"name": "ClaimsExceedLock",
|
|
58
42
|
"type": "error"
|
|
59
43
|
},
|
|
60
44
|
{
|
|
@@ -71,62 +55,24 @@ const data = [
|
|
|
71
55
|
{
|
|
72
56
|
"inputs": [
|
|
73
57
|
{
|
|
74
|
-
"internalType": "
|
|
75
|
-
"name": "
|
|
76
|
-
"type": "
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"internalType": "uint64",
|
|
80
|
-
"name": "currentTime",
|
|
81
|
-
"type": "uint64"
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"name": "ControllerProposalNotReady",
|
|
85
|
-
"type": "error"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"inputs": [
|
|
89
|
-
{
|
|
90
|
-
"internalType": "bytes32",
|
|
91
|
-
"name": "intentHash",
|
|
92
|
-
"type": "bytes32"
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"name": "DeferredStakeAlreadyExists",
|
|
96
|
-
"type": "error"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"inputs": [
|
|
100
|
-
{
|
|
101
|
-
"internalType": "bytes32",
|
|
102
|
-
"name": "intentHash",
|
|
103
|
-
"type": "bytes32"
|
|
58
|
+
"internalType": "uint256",
|
|
59
|
+
"name": "totalStaked",
|
|
60
|
+
"type": "uint256"
|
|
104
61
|
},
|
|
105
62
|
{
|
|
106
63
|
"internalType": "uint256",
|
|
107
|
-
"name": "
|
|
64
|
+
"name": "totalClaimable",
|
|
108
65
|
"type": "uint256"
|
|
109
66
|
}
|
|
110
67
|
],
|
|
111
|
-
"name": "
|
|
112
|
-
"type": "error"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"inputs": [
|
|
116
|
-
{
|
|
117
|
-
"internalType": "bytes32",
|
|
118
|
-
"name": "intentHash",
|
|
119
|
-
"type": "bytes32"
|
|
120
|
-
}
|
|
121
|
-
],
|
|
122
|
-
"name": "DeferredStakeNotFound",
|
|
68
|
+
"name": "ControllerInitializationWithLiabilities",
|
|
123
69
|
"type": "error"
|
|
124
70
|
},
|
|
125
71
|
{
|
|
126
72
|
"inputs": [
|
|
127
73
|
{
|
|
128
74
|
"internalType": "uint64",
|
|
129
|
-
"name": "
|
|
75
|
+
"name": "validAt",
|
|
130
76
|
"type": "uint64"
|
|
131
77
|
},
|
|
132
78
|
{
|
|
@@ -135,53 +81,32 @@ const data = [
|
|
|
135
81
|
"type": "uint64"
|
|
136
82
|
}
|
|
137
83
|
],
|
|
138
|
-
"name": "
|
|
84
|
+
"name": "ControllerProposalNotReady",
|
|
139
85
|
"type": "error"
|
|
140
86
|
},
|
|
141
87
|
{
|
|
142
88
|
"inputs": [
|
|
143
89
|
{
|
|
144
90
|
"internalType": "address",
|
|
145
|
-
"name": "
|
|
91
|
+
"name": "stakeOwner",
|
|
146
92
|
"type": "address"
|
|
147
93
|
},
|
|
148
94
|
{
|
|
149
|
-
"internalType": "
|
|
150
|
-
"name": "
|
|
151
|
-
"type": "
|
|
152
|
-
}
|
|
153
|
-
],
|
|
154
|
-
"name": "DeferredStakeOwnerMismatch",
|
|
155
|
-
"type": "error"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"inputs": [],
|
|
159
|
-
"name": "EmptyBatch",
|
|
160
|
-
"type": "error"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"inputs": [
|
|
164
|
-
{
|
|
165
|
-
"internalType": "uint64",
|
|
166
|
-
"name": "availableAt",
|
|
167
|
-
"type": "uint64"
|
|
95
|
+
"internalType": "uint256",
|
|
96
|
+
"name": "available",
|
|
97
|
+
"type": "uint256"
|
|
168
98
|
},
|
|
169
99
|
{
|
|
170
|
-
"internalType": "
|
|
171
|
-
"name": "
|
|
172
|
-
"type": "
|
|
100
|
+
"internalType": "uint256",
|
|
101
|
+
"name": "required",
|
|
102
|
+
"type": "uint256"
|
|
173
103
|
}
|
|
174
104
|
],
|
|
175
|
-
"name": "
|
|
105
|
+
"name": "InsufficientFreeStake",
|
|
176
106
|
"type": "error"
|
|
177
107
|
},
|
|
178
108
|
{
|
|
179
109
|
"inputs": [
|
|
180
|
-
{
|
|
181
|
-
"internalType": "address",
|
|
182
|
-
"name": "staker",
|
|
183
|
-
"type": "address"
|
|
184
|
-
},
|
|
185
110
|
{
|
|
186
111
|
"internalType": "uint256",
|
|
187
112
|
"name": "available",
|
|
@@ -193,30 +118,30 @@ const data = [
|
|
|
193
118
|
"type": "uint256"
|
|
194
119
|
}
|
|
195
120
|
],
|
|
196
|
-
"name": "
|
|
121
|
+
"name": "InsufficientUnaccountedTokens",
|
|
197
122
|
"type": "error"
|
|
198
123
|
},
|
|
199
124
|
{
|
|
200
125
|
"inputs": [
|
|
201
126
|
{
|
|
202
|
-
"internalType": "
|
|
203
|
-
"name": "
|
|
204
|
-
"type": "
|
|
127
|
+
"internalType": "address",
|
|
128
|
+
"name": "beneficiary",
|
|
129
|
+
"type": "address"
|
|
205
130
|
},
|
|
206
131
|
{
|
|
207
132
|
"internalType": "uint256",
|
|
208
|
-
"name": "
|
|
133
|
+
"name": "amount",
|
|
209
134
|
"type": "uint256"
|
|
210
135
|
}
|
|
211
136
|
],
|
|
212
|
-
"name": "
|
|
137
|
+
"name": "InvalidClaim",
|
|
213
138
|
"type": "error"
|
|
214
139
|
},
|
|
215
140
|
{
|
|
216
141
|
"inputs": [
|
|
217
142
|
{
|
|
218
143
|
"internalType": "uint64",
|
|
219
|
-
"name": "
|
|
144
|
+
"name": "suppliedDelay",
|
|
220
145
|
"type": "uint64"
|
|
221
146
|
}
|
|
222
147
|
],
|
|
@@ -227,43 +152,48 @@ const data = [
|
|
|
227
152
|
"inputs": [
|
|
228
153
|
{
|
|
229
154
|
"internalType": "uint256",
|
|
230
|
-
"name": "
|
|
155
|
+
"name": "newAmount",
|
|
231
156
|
"type": "uint256"
|
|
232
157
|
},
|
|
233
158
|
{
|
|
234
159
|
"internalType": "uint256",
|
|
235
|
-
"name": "
|
|
160
|
+
"name": "currentAmount",
|
|
236
161
|
"type": "uint256"
|
|
237
162
|
}
|
|
238
163
|
],
|
|
239
|
-
"name": "
|
|
164
|
+
"name": "InvalidLockAmount",
|
|
240
165
|
"type": "error"
|
|
241
166
|
},
|
|
242
167
|
{
|
|
243
168
|
"inputs": [
|
|
244
169
|
{
|
|
245
|
-
"internalType": "
|
|
246
|
-
"name": "
|
|
247
|
-
"type": "
|
|
170
|
+
"internalType": "uint64",
|
|
171
|
+
"name": "maturity",
|
|
172
|
+
"type": "uint64"
|
|
248
173
|
},
|
|
249
174
|
{
|
|
250
|
-
"internalType": "
|
|
251
|
-
"name": "
|
|
252
|
-
"type": "
|
|
175
|
+
"internalType": "uint64",
|
|
176
|
+
"name": "currentTime",
|
|
177
|
+
"type": "uint64"
|
|
253
178
|
}
|
|
254
179
|
],
|
|
255
|
-
"name": "
|
|
180
|
+
"name": "InvalidMaturity",
|
|
256
181
|
"type": "error"
|
|
257
182
|
},
|
|
258
183
|
{
|
|
259
184
|
"inputs": [
|
|
260
185
|
{
|
|
261
|
-
"internalType": "
|
|
262
|
-
"name": "
|
|
263
|
-
"type": "
|
|
186
|
+
"internalType": "uint256",
|
|
187
|
+
"name": "expected",
|
|
188
|
+
"type": "uint256"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"internalType": "uint256",
|
|
192
|
+
"name": "received",
|
|
193
|
+
"type": "uint256"
|
|
264
194
|
}
|
|
265
195
|
],
|
|
266
|
-
"name": "
|
|
196
|
+
"name": "InvalidReceivedAmount",
|
|
267
197
|
"type": "error"
|
|
268
198
|
},
|
|
269
199
|
{
|
|
@@ -274,227 +204,225 @@ const data = [
|
|
|
274
204
|
"type": "address"
|
|
275
205
|
}
|
|
276
206
|
],
|
|
277
|
-
"name": "
|
|
278
|
-
"type": "error"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"inputs": [],
|
|
282
|
-
"name": "NoPendingController",
|
|
207
|
+
"name": "InvalidTaker",
|
|
283
208
|
"type": "error"
|
|
284
209
|
},
|
|
285
210
|
{
|
|
286
211
|
"inputs": [
|
|
287
212
|
{
|
|
288
|
-
"internalType": "
|
|
289
|
-
"name": "
|
|
290
|
-
"type": "
|
|
213
|
+
"internalType": "bytes32",
|
|
214
|
+
"name": "lockId",
|
|
215
|
+
"type": "bytes32"
|
|
291
216
|
}
|
|
292
217
|
],
|
|
293
|
-
"name": "
|
|
218
|
+
"name": "LockAlreadyExists",
|
|
294
219
|
"type": "error"
|
|
295
220
|
},
|
|
296
221
|
{
|
|
297
222
|
"inputs": [
|
|
298
223
|
{
|
|
299
|
-
"internalType": "
|
|
300
|
-
"name": "
|
|
301
|
-
"type": "
|
|
224
|
+
"internalType": "bytes32",
|
|
225
|
+
"name": "lockId",
|
|
226
|
+
"type": "bytes32"
|
|
302
227
|
},
|
|
303
228
|
{
|
|
304
|
-
"internalType": "
|
|
305
|
-
"name": "
|
|
306
|
-
"type": "
|
|
229
|
+
"internalType": "uint64",
|
|
230
|
+
"name": "maturesAt",
|
|
231
|
+
"type": "uint64"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"internalType": "uint64",
|
|
235
|
+
"name": "currentTime",
|
|
236
|
+
"type": "uint64"
|
|
307
237
|
}
|
|
308
238
|
],
|
|
309
|
-
"name": "
|
|
239
|
+
"name": "LockAlreadyMatured",
|
|
310
240
|
"type": "error"
|
|
311
241
|
},
|
|
312
242
|
{
|
|
313
243
|
"inputs": [
|
|
314
244
|
{
|
|
315
245
|
"internalType": "bytes32",
|
|
316
|
-
"name": "
|
|
246
|
+
"name": "lockId",
|
|
317
247
|
"type": "bytes32"
|
|
318
248
|
}
|
|
319
249
|
],
|
|
320
|
-
"name": "
|
|
250
|
+
"name": "LockNotFound",
|
|
321
251
|
"type": "error"
|
|
322
252
|
},
|
|
323
253
|
{
|
|
324
|
-
"inputs": [
|
|
325
|
-
|
|
326
|
-
"internalType": "bytes32",
|
|
327
|
-
"name": "intentHash",
|
|
328
|
-
"type": "bytes32"
|
|
329
|
-
}
|
|
330
|
-
],
|
|
331
|
-
"name": "ReservationNotFound",
|
|
254
|
+
"inputs": [],
|
|
255
|
+
"name": "NoPendingController",
|
|
332
256
|
"type": "error"
|
|
333
257
|
},
|
|
334
258
|
{
|
|
335
259
|
"inputs": [],
|
|
336
|
-
"name": "
|
|
260
|
+
"name": "OwnershipRenunciationDisabled",
|
|
337
261
|
"type": "error"
|
|
338
262
|
},
|
|
339
263
|
{
|
|
340
264
|
"inputs": [
|
|
341
265
|
{
|
|
342
|
-
"internalType": "
|
|
343
|
-
"name": "
|
|
344
|
-
"type": "
|
|
266
|
+
"internalType": "uint256",
|
|
267
|
+
"name": "timestamp",
|
|
268
|
+
"type": "uint256"
|
|
345
269
|
}
|
|
346
270
|
],
|
|
347
|
-
"name": "
|
|
271
|
+
"name": "TimestampOverflow",
|
|
348
272
|
"type": "error"
|
|
349
273
|
},
|
|
350
274
|
{
|
|
351
275
|
"inputs": [
|
|
352
276
|
{
|
|
353
277
|
"internalType": "address",
|
|
354
|
-
"name": "
|
|
355
|
-
"type": "address"
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"internalType": "address",
|
|
359
|
-
"name": "stakeOwner",
|
|
360
|
-
"type": "address"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"internalType": "address",
|
|
364
|
-
"name": "allowedStakeOwner",
|
|
278
|
+
"name": "caller",
|
|
365
279
|
"type": "address"
|
|
366
280
|
}
|
|
367
281
|
],
|
|
368
|
-
"name": "
|
|
282
|
+
"name": "UnauthorizedController",
|
|
369
283
|
"type": "error"
|
|
370
284
|
},
|
|
371
285
|
{
|
|
372
286
|
"inputs": [
|
|
373
287
|
{
|
|
374
288
|
"internalType": "address",
|
|
375
|
-
"name": "
|
|
289
|
+
"name": "caller",
|
|
376
290
|
"type": "address"
|
|
377
291
|
},
|
|
378
292
|
{
|
|
379
|
-
"internalType": "
|
|
380
|
-
"name": "
|
|
381
|
-
"type": "
|
|
293
|
+
"internalType": "address",
|
|
294
|
+
"name": "pendingController",
|
|
295
|
+
"type": "address"
|
|
382
296
|
}
|
|
383
297
|
],
|
|
384
|
-
"name": "
|
|
298
|
+
"name": "UnauthorizedPendingController",
|
|
385
299
|
"type": "error"
|
|
386
300
|
},
|
|
387
301
|
{
|
|
388
302
|
"inputs": [
|
|
303
|
+
{
|
|
304
|
+
"internalType": "address",
|
|
305
|
+
"name": "taker",
|
|
306
|
+
"type": "address"
|
|
307
|
+
},
|
|
389
308
|
{
|
|
390
309
|
"internalType": "address",
|
|
391
310
|
"name": "stakeOwner",
|
|
392
311
|
"type": "address"
|
|
393
312
|
}
|
|
394
313
|
],
|
|
395
|
-
"name": "
|
|
314
|
+
"name": "UnauthorizedStakeOwner",
|
|
315
|
+
"type": "error"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"inputs": [],
|
|
319
|
+
"name": "ZeroAddress",
|
|
320
|
+
"type": "error"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"inputs": [],
|
|
324
|
+
"name": "ZeroAmount",
|
|
325
|
+
"type": "error"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"inputs": [],
|
|
329
|
+
"name": "ZeroLockId",
|
|
396
330
|
"type": "error"
|
|
397
331
|
},
|
|
398
332
|
{
|
|
333
|
+
"anonymous": false,
|
|
399
334
|
"inputs": [
|
|
400
335
|
{
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
"
|
|
336
|
+
"indexed": true,
|
|
337
|
+
"internalType": "bytes32",
|
|
338
|
+
"name": "lockId",
|
|
339
|
+
"type": "bytes32"
|
|
404
340
|
},
|
|
405
341
|
{
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
342
|
+
"indexed": true,
|
|
343
|
+
"internalType": "address",
|
|
344
|
+
"name": "beneficiary",
|
|
345
|
+
"type": "address"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"indexed": false,
|
|
349
|
+
"internalType": "uint256",
|
|
350
|
+
"name": "amount",
|
|
351
|
+
"type": "uint256"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"indexed": false,
|
|
355
|
+
"internalType": "uint256",
|
|
356
|
+
"name": "newClaimableBalance",
|
|
357
|
+
"type": "uint256"
|
|
409
358
|
}
|
|
410
359
|
],
|
|
411
|
-
"name": "
|
|
412
|
-
"type": "
|
|
360
|
+
"name": "ClaimCreated",
|
|
361
|
+
"type": "event"
|
|
413
362
|
},
|
|
414
363
|
{
|
|
364
|
+
"anonymous": false,
|
|
415
365
|
"inputs": [
|
|
416
366
|
{
|
|
367
|
+
"indexed": true,
|
|
417
368
|
"internalType": "address",
|
|
418
|
-
"name": "
|
|
369
|
+
"name": "beneficiary",
|
|
419
370
|
"type": "address"
|
|
420
371
|
},
|
|
421
372
|
{
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
373
|
+
"indexed": false,
|
|
374
|
+
"internalType": "uint256",
|
|
375
|
+
"name": "amount",
|
|
376
|
+
"type": "uint256"
|
|
425
377
|
}
|
|
426
378
|
],
|
|
427
|
-
"name": "
|
|
428
|
-
"type": "
|
|
379
|
+
"name": "ClaimWithdrawn",
|
|
380
|
+
"type": "event"
|
|
429
381
|
},
|
|
430
382
|
{
|
|
383
|
+
"anonymous": false,
|
|
431
384
|
"inputs": [
|
|
432
385
|
{
|
|
386
|
+
"indexed": true,
|
|
433
387
|
"internalType": "address",
|
|
434
|
-
"name": "
|
|
388
|
+
"name": "previousController",
|
|
435
389
|
"type": "address"
|
|
436
390
|
},
|
|
437
391
|
{
|
|
392
|
+
"indexed": true,
|
|
438
393
|
"internalType": "address",
|
|
439
|
-
"name": "
|
|
394
|
+
"name": "newController",
|
|
440
395
|
"type": "address"
|
|
441
396
|
}
|
|
442
397
|
],
|
|
443
|
-
"name": "
|
|
444
|
-
"type": "
|
|
398
|
+
"name": "ControllerAccepted",
|
|
399
|
+
"type": "event"
|
|
445
400
|
},
|
|
446
401
|
{
|
|
402
|
+
"anonymous": false,
|
|
447
403
|
"inputs": [
|
|
448
404
|
{
|
|
405
|
+
"indexed": true,
|
|
449
406
|
"internalType": "address",
|
|
450
|
-
"name": "
|
|
407
|
+
"name": "controller",
|
|
451
408
|
"type": "address"
|
|
452
409
|
}
|
|
453
410
|
],
|
|
454
|
-
"name": "
|
|
455
|
-
"type": "
|
|
411
|
+
"name": "ControllerInitialized",
|
|
412
|
+
"type": "event"
|
|
456
413
|
},
|
|
457
414
|
{
|
|
415
|
+
"anonymous": false,
|
|
458
416
|
"inputs": [
|
|
459
417
|
{
|
|
418
|
+
"indexed": true,
|
|
460
419
|
"internalType": "address",
|
|
461
|
-
"name": "
|
|
462
|
-
"type": "address"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"internalType": "address",
|
|
466
|
-
"name": "expectedController",
|
|
420
|
+
"name": "pendingController",
|
|
467
421
|
"type": "address"
|
|
468
422
|
}
|
|
469
423
|
],
|
|
470
|
-
"name": "
|
|
471
|
-
"type": "
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"inputs": [
|
|
475
|
-
{
|
|
476
|
-
"internalType": "uint256",
|
|
477
|
-
"name": "expected",
|
|
478
|
-
"type": "uint256"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"internalType": "uint256",
|
|
482
|
-
"name": "received",
|
|
483
|
-
"type": "uint256"
|
|
484
|
-
}
|
|
485
|
-
],
|
|
486
|
-
"name": "UnexpectedTokenAmount",
|
|
487
|
-
"type": "error"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"inputs": [],
|
|
491
|
-
"name": "ZeroAddress",
|
|
492
|
-
"type": "error"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"inputs": [],
|
|
496
|
-
"name": "ZeroAmount",
|
|
497
|
-
"type": "error"
|
|
424
|
+
"name": "ControllerProposalCancelled",
|
|
425
|
+
"type": "event"
|
|
498
426
|
},
|
|
499
427
|
{
|
|
500
428
|
"anonymous": false,
|
|
@@ -502,17 +430,23 @@ const data = [
|
|
|
502
430
|
{
|
|
503
431
|
"indexed": true,
|
|
504
432
|
"internalType": "address",
|
|
505
|
-
"name": "
|
|
433
|
+
"name": "currentController",
|
|
506
434
|
"type": "address"
|
|
507
435
|
},
|
|
508
436
|
{
|
|
509
437
|
"indexed": true,
|
|
510
438
|
"internalType": "address",
|
|
511
|
-
"name": "
|
|
439
|
+
"name": "pendingController",
|
|
512
440
|
"type": "address"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"indexed": false,
|
|
444
|
+
"internalType": "uint64",
|
|
445
|
+
"name": "validAt",
|
|
446
|
+
"type": "uint64"
|
|
513
447
|
}
|
|
514
448
|
],
|
|
515
|
-
"name": "
|
|
449
|
+
"name": "ControllerProposed",
|
|
516
450
|
"type": "event"
|
|
517
451
|
},
|
|
518
452
|
{
|
|
@@ -521,13 +455,13 @@ const data = [
|
|
|
521
455
|
{
|
|
522
456
|
"indexed": true,
|
|
523
457
|
"internalType": "bytes32",
|
|
524
|
-
"name": "
|
|
458
|
+
"name": "lockId",
|
|
525
459
|
"type": "bytes32"
|
|
526
460
|
},
|
|
527
461
|
{
|
|
528
462
|
"indexed": true,
|
|
529
463
|
"internalType": "address",
|
|
530
|
-
"name": "
|
|
464
|
+
"name": "stakeOwner",
|
|
531
465
|
"type": "address"
|
|
532
466
|
},
|
|
533
467
|
{
|
|
@@ -539,36 +473,11 @@ const data = [
|
|
|
539
473
|
{
|
|
540
474
|
"indexed": false,
|
|
541
475
|
"internalType": "uint256",
|
|
542
|
-
"name": "
|
|
543
|
-
"type": "uint256"
|
|
544
|
-
}
|
|
545
|
-
],
|
|
546
|
-
"name": "CompensationCredited",
|
|
547
|
-
"type": "event"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"anonymous": false,
|
|
551
|
-
"inputs": [
|
|
552
|
-
{
|
|
553
|
-
"indexed": true,
|
|
554
|
-
"internalType": "address",
|
|
555
|
-
"name": "maker",
|
|
556
|
-
"type": "address"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"indexed": true,
|
|
560
|
-
"internalType": "address",
|
|
561
|
-
"name": "recipient",
|
|
562
|
-
"type": "address"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"indexed": false,
|
|
566
|
-
"internalType": "uint256",
|
|
567
|
-
"name": "amount",
|
|
476
|
+
"name": "newStakeBalance",
|
|
568
477
|
"type": "uint256"
|
|
569
478
|
}
|
|
570
479
|
],
|
|
571
|
-
"name": "
|
|
480
|
+
"name": "LockFunded",
|
|
572
481
|
"type": "event"
|
|
573
482
|
},
|
|
574
483
|
{
|
|
@@ -577,30 +486,17 @@ const data = [
|
|
|
577
486
|
{
|
|
578
487
|
"indexed": true,
|
|
579
488
|
"internalType": "address",
|
|
580
|
-
"name": "
|
|
489
|
+
"name": "previousOwner",
|
|
581
490
|
"type": "address"
|
|
582
491
|
},
|
|
583
492
|
{
|
|
584
493
|
"indexed": true,
|
|
585
494
|
"internalType": "address",
|
|
586
|
-
"name": "
|
|
587
|
-
"type": "address"
|
|
588
|
-
}
|
|
589
|
-
],
|
|
590
|
-
"name": "ControllerAccepted",
|
|
591
|
-
"type": "event"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"anonymous": false,
|
|
595
|
-
"inputs": [
|
|
596
|
-
{
|
|
597
|
-
"indexed": true,
|
|
598
|
-
"internalType": "address",
|
|
599
|
-
"name": "controller",
|
|
495
|
+
"name": "newOwner",
|
|
600
496
|
"type": "address"
|
|
601
497
|
}
|
|
602
498
|
],
|
|
603
|
-
"name": "
|
|
499
|
+
"name": "OwnershipTransferStarted",
|
|
604
500
|
"type": "event"
|
|
605
501
|
},
|
|
606
502
|
{
|
|
@@ -609,85 +505,42 @@ const data = [
|
|
|
609
505
|
{
|
|
610
506
|
"indexed": true,
|
|
611
507
|
"internalType": "address",
|
|
612
|
-
"name": "
|
|
508
|
+
"name": "previousOwner",
|
|
613
509
|
"type": "address"
|
|
614
510
|
},
|
|
615
511
|
{
|
|
616
512
|
"indexed": true,
|
|
617
513
|
"internalType": "address",
|
|
618
|
-
"name": "
|
|
514
|
+
"name": "newOwner",
|
|
619
515
|
"type": "address"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"indexed": false,
|
|
623
|
-
"internalType": "uint64",
|
|
624
|
-
"name": "validAt",
|
|
625
|
-
"type": "uint64"
|
|
626
516
|
}
|
|
627
517
|
],
|
|
628
|
-
"name": "
|
|
518
|
+
"name": "OwnershipTransferred",
|
|
629
519
|
"type": "event"
|
|
630
520
|
},
|
|
631
521
|
{
|
|
632
522
|
"anonymous": false,
|
|
633
523
|
"inputs": [
|
|
634
|
-
{
|
|
635
|
-
"indexed": true,
|
|
636
|
-
"internalType": "bytes32",
|
|
637
|
-
"name": "intentHash",
|
|
638
|
-
"type": "bytes32"
|
|
639
|
-
},
|
|
640
524
|
{
|
|
641
525
|
"indexed": true,
|
|
642
526
|
"internalType": "address",
|
|
643
|
-
"name": "
|
|
527
|
+
"name": "stakeOwner",
|
|
644
528
|
"type": "address"
|
|
645
529
|
},
|
|
646
|
-
{
|
|
647
|
-
"indexed": true,
|
|
648
|
-
"internalType": "enum IIntentRiskHook.FeeType",
|
|
649
|
-
"name": "feeType",
|
|
650
|
-
"type": "uint8"
|
|
651
|
-
},
|
|
652
530
|
{
|
|
653
531
|
"indexed": false,
|
|
654
532
|
"internalType": "uint256",
|
|
655
533
|
"name": "amount",
|
|
656
534
|
"type": "uint256"
|
|
657
|
-
}
|
|
658
|
-
],
|
|
659
|
-
"name": "DeferredFeeCancelled",
|
|
660
|
-
"type": "event"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"anonymous": false,
|
|
664
|
-
"inputs": [
|
|
665
|
-
{
|
|
666
|
-
"indexed": true,
|
|
667
|
-
"internalType": "bytes32",
|
|
668
|
-
"name": "intentHash",
|
|
669
|
-
"type": "bytes32"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"indexed": true,
|
|
673
|
-
"internalType": "address",
|
|
674
|
-
"name": "recipient",
|
|
675
|
-
"type": "address"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"indexed": true,
|
|
679
|
-
"internalType": "enum IIntentRiskHook.FeeType",
|
|
680
|
-
"name": "feeType",
|
|
681
|
-
"type": "uint8"
|
|
682
535
|
},
|
|
683
536
|
{
|
|
684
537
|
"indexed": false,
|
|
685
538
|
"internalType": "uint256",
|
|
686
|
-
"name": "
|
|
539
|
+
"name": "newStakeBalance",
|
|
687
540
|
"type": "uint256"
|
|
688
541
|
}
|
|
689
542
|
],
|
|
690
|
-
"name": "
|
|
543
|
+
"name": "StakeDeposited",
|
|
691
544
|
"type": "event"
|
|
692
545
|
},
|
|
693
546
|
{
|
|
@@ -696,35 +549,35 @@ const data = [
|
|
|
696
549
|
{
|
|
697
550
|
"indexed": true,
|
|
698
551
|
"internalType": "bytes32",
|
|
699
|
-
"name": "
|
|
552
|
+
"name": "lockId",
|
|
700
553
|
"type": "bytes32"
|
|
701
554
|
},
|
|
702
555
|
{
|
|
703
556
|
"indexed": true,
|
|
704
557
|
"internalType": "address",
|
|
705
|
-
"name": "
|
|
558
|
+
"name": "stakeOwner",
|
|
706
559
|
"type": "address"
|
|
707
560
|
},
|
|
708
561
|
{
|
|
709
|
-
"indexed":
|
|
710
|
-
"internalType": "
|
|
711
|
-
"name": "
|
|
712
|
-
"type": "
|
|
562
|
+
"indexed": false,
|
|
563
|
+
"internalType": "uint256",
|
|
564
|
+
"name": "previousAmount",
|
|
565
|
+
"type": "uint256"
|
|
713
566
|
},
|
|
714
567
|
{
|
|
715
568
|
"indexed": false,
|
|
716
569
|
"internalType": "uint256",
|
|
717
|
-
"name": "
|
|
570
|
+
"name": "newAmount",
|
|
718
571
|
"type": "uint256"
|
|
719
572
|
},
|
|
720
573
|
{
|
|
721
574
|
"indexed": false,
|
|
722
575
|
"internalType": "uint256",
|
|
723
|
-
"name": "
|
|
576
|
+
"name": "totalLockedStake",
|
|
724
577
|
"type": "uint256"
|
|
725
578
|
}
|
|
726
579
|
],
|
|
727
|
-
"name": "
|
|
580
|
+
"name": "StakeLockIncreased",
|
|
728
581
|
"type": "event"
|
|
729
582
|
},
|
|
730
583
|
{
|
|
@@ -733,54 +586,47 @@ const data = [
|
|
|
733
586
|
{
|
|
734
587
|
"indexed": true,
|
|
735
588
|
"internalType": "bytes32",
|
|
736
|
-
"name": "
|
|
589
|
+
"name": "lockId",
|
|
737
590
|
"type": "bytes32"
|
|
738
591
|
},
|
|
739
592
|
{
|
|
740
593
|
"indexed": true,
|
|
741
594
|
"internalType": "address",
|
|
742
|
-
"name": "
|
|
595
|
+
"name": "stakeOwner",
|
|
743
596
|
"type": "address"
|
|
744
597
|
},
|
|
745
598
|
{
|
|
746
|
-
"indexed":
|
|
747
|
-
"internalType": "
|
|
748
|
-
"name": "
|
|
749
|
-
"type": "
|
|
750
|
-
}
|
|
751
|
-
],
|
|
752
|
-
"name": "DeferredStakeAuthorizationReleased",
|
|
753
|
-
"type": "event"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"anonymous": false,
|
|
757
|
-
"inputs": [
|
|
758
|
-
{
|
|
759
|
-
"indexed": true,
|
|
760
|
-
"internalType": "bytes32",
|
|
761
|
-
"name": "intentHash",
|
|
762
|
-
"type": "bytes32"
|
|
599
|
+
"indexed": false,
|
|
600
|
+
"internalType": "uint256",
|
|
601
|
+
"name": "previousAmount",
|
|
602
|
+
"type": "uint256"
|
|
763
603
|
},
|
|
764
604
|
{
|
|
765
|
-
"indexed":
|
|
766
|
-
"internalType": "
|
|
767
|
-
"name": "
|
|
768
|
-
"type": "
|
|
605
|
+
"indexed": false,
|
|
606
|
+
"internalType": "uint256",
|
|
607
|
+
"name": "newAmount",
|
|
608
|
+
"type": "uint256"
|
|
769
609
|
},
|
|
770
610
|
{
|
|
771
|
-
"indexed":
|
|
772
|
-
"internalType": "
|
|
773
|
-
"name": "
|
|
774
|
-
"type": "
|
|
611
|
+
"indexed": false,
|
|
612
|
+
"internalType": "uint64",
|
|
613
|
+
"name": "previousMaturity",
|
|
614
|
+
"type": "uint64"
|
|
775
615
|
},
|
|
776
616
|
{
|
|
777
617
|
"indexed": false,
|
|
778
618
|
"internalType": "uint64",
|
|
779
|
-
"name": "
|
|
619
|
+
"name": "newMaturity",
|
|
780
620
|
"type": "uint64"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"indexed": false,
|
|
624
|
+
"internalType": "uint256",
|
|
625
|
+
"name": "totalLockedStake",
|
|
626
|
+
"type": "uint256"
|
|
781
627
|
}
|
|
782
628
|
],
|
|
783
|
-
"name": "
|
|
629
|
+
"name": "StakeLockResized",
|
|
784
630
|
"type": "event"
|
|
785
631
|
},
|
|
786
632
|
{
|
|
@@ -789,41 +635,41 @@ const data = [
|
|
|
789
635
|
{
|
|
790
636
|
"indexed": true,
|
|
791
637
|
"internalType": "bytes32",
|
|
792
|
-
"name": "
|
|
638
|
+
"name": "lockId",
|
|
793
639
|
"type": "bytes32"
|
|
794
640
|
},
|
|
795
641
|
{
|
|
796
642
|
"indexed": true,
|
|
797
643
|
"internalType": "address",
|
|
798
|
-
"name": "
|
|
644
|
+
"name": "stakeOwner",
|
|
799
645
|
"type": "address"
|
|
800
646
|
},
|
|
801
647
|
{
|
|
802
648
|
"indexed": false,
|
|
803
649
|
"internalType": "uint256",
|
|
804
|
-
"name": "
|
|
650
|
+
"name": "lockAmount",
|
|
805
651
|
"type": "uint256"
|
|
806
652
|
},
|
|
807
653
|
{
|
|
808
654
|
"indexed": false,
|
|
809
655
|
"internalType": "uint256",
|
|
810
|
-
"name": "
|
|
656
|
+
"name": "unlockedAmount",
|
|
811
657
|
"type": "uint256"
|
|
812
658
|
},
|
|
813
659
|
{
|
|
814
660
|
"indexed": false,
|
|
815
661
|
"internalType": "uint256",
|
|
816
|
-
"name": "
|
|
662
|
+
"name": "claimedAmount",
|
|
817
663
|
"type": "uint256"
|
|
818
664
|
},
|
|
819
665
|
{
|
|
820
666
|
"indexed": false,
|
|
821
|
-
"internalType": "
|
|
822
|
-
"name": "
|
|
823
|
-
"type": "
|
|
667
|
+
"internalType": "uint256",
|
|
668
|
+
"name": "totalLockedStake",
|
|
669
|
+
"type": "uint256"
|
|
824
670
|
}
|
|
825
671
|
],
|
|
826
|
-
"name": "
|
|
672
|
+
"name": "StakeLockResolved",
|
|
827
673
|
"type": "event"
|
|
828
674
|
},
|
|
829
675
|
{
|
|
@@ -832,110 +678,91 @@ const data = [
|
|
|
832
678
|
{
|
|
833
679
|
"indexed": true,
|
|
834
680
|
"internalType": "bytes32",
|
|
835
|
-
"name": "
|
|
681
|
+
"name": "lockId",
|
|
836
682
|
"type": "bytes32"
|
|
837
683
|
},
|
|
838
684
|
{
|
|
839
685
|
"indexed": true,
|
|
840
686
|
"internalType": "address",
|
|
841
|
-
"name": "
|
|
687
|
+
"name": "stakeOwner",
|
|
842
688
|
"type": "address"
|
|
843
689
|
},
|
|
844
690
|
{
|
|
845
691
|
"indexed": false,
|
|
846
692
|
"internalType": "uint256",
|
|
847
|
-
"name": "
|
|
693
|
+
"name": "amount",
|
|
848
694
|
"type": "uint256"
|
|
849
695
|
},
|
|
850
696
|
{
|
|
851
697
|
"indexed": false,
|
|
852
|
-
"internalType": "
|
|
853
|
-
"name": "
|
|
854
|
-
"type": "
|
|
698
|
+
"internalType": "uint64",
|
|
699
|
+
"name": "maturesAt",
|
|
700
|
+
"type": "uint64"
|
|
855
701
|
},
|
|
856
702
|
{
|
|
857
703
|
"indexed": false,
|
|
858
704
|
"internalType": "uint256",
|
|
859
|
-
"name": "
|
|
705
|
+
"name": "totalLockedStake",
|
|
860
706
|
"type": "uint256"
|
|
861
707
|
}
|
|
862
708
|
],
|
|
863
|
-
"name": "
|
|
709
|
+
"name": "StakeLocked",
|
|
864
710
|
"type": "event"
|
|
865
711
|
},
|
|
866
712
|
{
|
|
867
713
|
"anonymous": false,
|
|
868
714
|
"inputs": [
|
|
869
|
-
{
|
|
870
|
-
"indexed": true,
|
|
871
|
-
"internalType": "bytes32",
|
|
872
|
-
"name": "intentHash",
|
|
873
|
-
"type": "bytes32"
|
|
874
|
-
},
|
|
875
715
|
{
|
|
876
716
|
"indexed": true,
|
|
877
717
|
"internalType": "address",
|
|
878
|
-
"name": "
|
|
718
|
+
"name": "taker",
|
|
879
719
|
"type": "address"
|
|
880
720
|
},
|
|
881
721
|
{
|
|
882
722
|
"indexed": true,
|
|
883
723
|
"internalType": "address",
|
|
884
|
-
"name": "
|
|
724
|
+
"name": "previousStakeOwner",
|
|
885
725
|
"type": "address"
|
|
886
726
|
},
|
|
887
|
-
{
|
|
888
|
-
"indexed": false,
|
|
889
|
-
"internalType": "uint256",
|
|
890
|
-
"name": "slashedGrossAmount",
|
|
891
|
-
"type": "uint256"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"indexed": false,
|
|
895
|
-
"internalType": "uint256",
|
|
896
|
-
"name": "cancelledFeeAmount",
|
|
897
|
-
"type": "uint256"
|
|
898
|
-
}
|
|
899
|
-
],
|
|
900
|
-
"name": "DeferredStakeSlashed",
|
|
901
|
-
"type": "event"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"anonymous": false,
|
|
905
|
-
"inputs": [
|
|
906
727
|
{
|
|
907
728
|
"indexed": true,
|
|
908
729
|
"internalType": "address",
|
|
909
|
-
"name": "
|
|
730
|
+
"name": "newStakeOwner",
|
|
910
731
|
"type": "address"
|
|
911
732
|
}
|
|
912
733
|
],
|
|
913
|
-
"name": "
|
|
734
|
+
"name": "StakeOwnerSelected",
|
|
914
735
|
"type": "event"
|
|
915
736
|
},
|
|
916
737
|
{
|
|
917
738
|
"anonymous": false,
|
|
918
739
|
"inputs": [
|
|
740
|
+
{
|
|
741
|
+
"indexed": true,
|
|
742
|
+
"internalType": "bytes32",
|
|
743
|
+
"name": "lockId",
|
|
744
|
+
"type": "bytes32"
|
|
745
|
+
},
|
|
919
746
|
{
|
|
920
747
|
"indexed": true,
|
|
921
748
|
"internalType": "address",
|
|
922
|
-
"name": "
|
|
749
|
+
"name": "stakeOwner",
|
|
923
750
|
"type": "address"
|
|
924
751
|
},
|
|
925
752
|
{
|
|
926
753
|
"indexed": false,
|
|
927
|
-
"internalType": "
|
|
928
|
-
"name": "
|
|
929
|
-
"type": "
|
|
754
|
+
"internalType": "uint256",
|
|
755
|
+
"name": "amount",
|
|
756
|
+
"type": "uint256"
|
|
930
757
|
},
|
|
931
758
|
{
|
|
932
759
|
"indexed": false,
|
|
933
|
-
"internalType": "
|
|
934
|
-
"name": "
|
|
935
|
-
"type": "
|
|
760
|
+
"internalType": "uint256",
|
|
761
|
+
"name": "totalLockedStake",
|
|
762
|
+
"type": "uint256"
|
|
936
763
|
}
|
|
937
764
|
],
|
|
938
|
-
"name": "
|
|
765
|
+
"name": "StakeUnlocked",
|
|
939
766
|
"type": "event"
|
|
940
767
|
},
|
|
941
768
|
{
|
|
@@ -944,23 +771,23 @@ const data = [
|
|
|
944
771
|
{
|
|
945
772
|
"indexed": true,
|
|
946
773
|
"internalType": "address",
|
|
947
|
-
"name": "
|
|
774
|
+
"name": "stakeOwner",
|
|
948
775
|
"type": "address"
|
|
949
776
|
},
|
|
950
777
|
{
|
|
951
|
-
"indexed":
|
|
952
|
-
"internalType": "
|
|
953
|
-
"name": "
|
|
954
|
-
"type": "
|
|
778
|
+
"indexed": false,
|
|
779
|
+
"internalType": "uint256",
|
|
780
|
+
"name": "amount",
|
|
781
|
+
"type": "uint256"
|
|
955
782
|
},
|
|
956
783
|
{
|
|
957
784
|
"indexed": false,
|
|
958
785
|
"internalType": "uint256",
|
|
959
|
-
"name": "
|
|
786
|
+
"name": "newStakeBalance",
|
|
960
787
|
"type": "uint256"
|
|
961
788
|
}
|
|
962
789
|
],
|
|
963
|
-
"name": "
|
|
790
|
+
"name": "StakeWithdrawn",
|
|
964
791
|
"type": "event"
|
|
965
792
|
},
|
|
966
793
|
{
|
|
@@ -969,22 +796,9 @@ const data = [
|
|
|
969
796
|
{
|
|
970
797
|
"indexed": true,
|
|
971
798
|
"internalType": "address",
|
|
972
|
-
"name": "
|
|
799
|
+
"name": "stakeOwner",
|
|
973
800
|
"type": "address"
|
|
974
801
|
},
|
|
975
|
-
{
|
|
976
|
-
"indexed": true,
|
|
977
|
-
"internalType": "address",
|
|
978
|
-
"name": "newOwner",
|
|
979
|
-
"type": "address"
|
|
980
|
-
}
|
|
981
|
-
],
|
|
982
|
-
"name": "OwnershipTransferred",
|
|
983
|
-
"type": "event"
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"anonymous": false,
|
|
987
|
-
"inputs": [
|
|
988
802
|
{
|
|
989
803
|
"indexed": true,
|
|
990
804
|
"internalType": "address",
|
|
@@ -994,796 +808,87 @@ const data = [
|
|
|
994
808
|
{
|
|
995
809
|
"indexed": false,
|
|
996
810
|
"internalType": "bool",
|
|
997
|
-
"name": "
|
|
998
|
-
"type": "bool"
|
|
999
|
-
}
|
|
1000
|
-
],
|
|
1001
|
-
"name": "StakeDelegationEnabledUpdated",
|
|
1002
|
-
"type": "event"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"anonymous": false,
|
|
1006
|
-
"inputs": [
|
|
1007
|
-
{
|
|
1008
|
-
"indexed": true,
|
|
1009
|
-
"internalType": "address",
|
|
1010
|
-
"name": "staker",
|
|
1011
|
-
"type": "address"
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"indexed": false,
|
|
1015
|
-
"internalType": "uint256",
|
|
1016
|
-
"name": "amount",
|
|
1017
|
-
"type": "uint256"
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"indexed": false,
|
|
1021
|
-
"internalType": "uint256",
|
|
1022
|
-
"name": "newStakeBalance",
|
|
1023
|
-
"type": "uint256"
|
|
1024
|
-
}
|
|
1025
|
-
],
|
|
1026
|
-
"name": "StakeDeposited",
|
|
1027
|
-
"type": "event"
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"anonymous": false,
|
|
1031
|
-
"inputs": [
|
|
1032
|
-
{
|
|
1033
|
-
"indexed": false,
|
|
1034
|
-
"internalType": "bool",
|
|
1035
|
-
"name": "depositsPaused",
|
|
1036
|
-
"type": "bool"
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"indexed": false,
|
|
1040
|
-
"internalType": "bool",
|
|
1041
|
-
"name": "reservationsPaused",
|
|
1042
|
-
"type": "bool"
|
|
1043
|
-
}
|
|
1044
|
-
],
|
|
1045
|
-
"name": "StakeOperationsPausedUpdated",
|
|
1046
|
-
"type": "event"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"anonymous": false,
|
|
1050
|
-
"inputs": [
|
|
1051
|
-
{
|
|
1052
|
-
"indexed": true,
|
|
1053
|
-
"internalType": "bytes32",
|
|
1054
|
-
"name": "intentHash",
|
|
1055
|
-
"type": "bytes32"
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"indexed": true,
|
|
1059
|
-
"internalType": "address",
|
|
1060
|
-
"name": "staker",
|
|
1061
|
-
"type": "address"
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"indexed": false,
|
|
1065
|
-
"internalType": "uint256",
|
|
1066
|
-
"name": "amount",
|
|
1067
|
-
"type": "uint256"
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"indexed": false,
|
|
1071
|
-
"internalType": "uint256",
|
|
1072
|
-
"name": "totalReserved",
|
|
1073
|
-
"type": "uint256"
|
|
1074
|
-
}
|
|
1075
|
-
],
|
|
1076
|
-
"name": "StakeReservationReleased",
|
|
1077
|
-
"type": "event"
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"anonymous": false,
|
|
1081
|
-
"inputs": [
|
|
1082
|
-
{
|
|
1083
|
-
"indexed": true,
|
|
1084
|
-
"internalType": "bytes32",
|
|
1085
|
-
"name": "intentHash",
|
|
1086
|
-
"type": "bytes32"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"indexed": true,
|
|
1090
|
-
"internalType": "address",
|
|
1091
|
-
"name": "staker",
|
|
1092
|
-
"type": "address"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"indexed": false,
|
|
1096
|
-
"internalType": "uint256",
|
|
1097
|
-
"name": "previousAmount",
|
|
1098
|
-
"type": "uint256"
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"indexed": false,
|
|
1102
|
-
"internalType": "uint256",
|
|
1103
|
-
"name": "newAmount",
|
|
1104
|
-
"type": "uint256"
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"indexed": false,
|
|
1108
|
-
"internalType": "uint256",
|
|
1109
|
-
"name": "totalReserved",
|
|
1110
|
-
"type": "uint256"
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"indexed": false,
|
|
1114
|
-
"internalType": "uint64",
|
|
1115
|
-
"name": "releaseTime",
|
|
1116
|
-
"type": "uint64"
|
|
1117
|
-
}
|
|
1118
|
-
],
|
|
1119
|
-
"name": "StakeReservationUpdated",
|
|
1120
|
-
"type": "event"
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"anonymous": false,
|
|
1124
|
-
"inputs": [
|
|
1125
|
-
{
|
|
1126
|
-
"indexed": true,
|
|
1127
|
-
"internalType": "bytes32",
|
|
1128
|
-
"name": "intentHash",
|
|
1129
|
-
"type": "bytes32"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"indexed": true,
|
|
1133
|
-
"internalType": "address",
|
|
1134
|
-
"name": "staker",
|
|
1135
|
-
"type": "address"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"indexed": true,
|
|
1139
|
-
"internalType": "address",
|
|
1140
|
-
"name": "controller",
|
|
1141
|
-
"type": "address"
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"indexed": false,
|
|
1145
|
-
"internalType": "uint256",
|
|
1146
|
-
"name": "amount",
|
|
1147
|
-
"type": "uint256"
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"indexed": false,
|
|
1151
|
-
"internalType": "uint256",
|
|
1152
|
-
"name": "totalReserved",
|
|
1153
|
-
"type": "uint256"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"indexed": false,
|
|
1157
|
-
"internalType": "uint64",
|
|
1158
|
-
"name": "releaseTime",
|
|
1159
|
-
"type": "uint64"
|
|
1160
|
-
}
|
|
1161
|
-
],
|
|
1162
|
-
"name": "StakeReserved",
|
|
1163
|
-
"type": "event"
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
"anonymous": false,
|
|
1167
|
-
"inputs": [
|
|
1168
|
-
{
|
|
1169
|
-
"indexed": true,
|
|
1170
|
-
"internalType": "bytes32",
|
|
1171
|
-
"name": "intentHash",
|
|
1172
|
-
"type": "bytes32"
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"indexed": true,
|
|
1176
|
-
"internalType": "address",
|
|
1177
|
-
"name": "staker",
|
|
1178
|
-
"type": "address"
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"indexed": true,
|
|
1182
|
-
"internalType": "address",
|
|
1183
|
-
"name": "maker",
|
|
1184
|
-
"type": "address"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"indexed": false,
|
|
1188
|
-
"internalType": "uint256",
|
|
1189
|
-
"name": "amount",
|
|
1190
|
-
"type": "uint256"
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"indexed": false,
|
|
1194
|
-
"internalType": "uint256",
|
|
1195
|
-
"name": "remainingStake",
|
|
1196
|
-
"type": "uint256"
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"indexed": false,
|
|
1200
|
-
"internalType": "uint256",
|
|
1201
|
-
"name": "remainingReservation",
|
|
1202
|
-
"type": "uint256"
|
|
1203
|
-
}
|
|
1204
|
-
],
|
|
1205
|
-
"name": "StakeSlashed",
|
|
1206
|
-
"type": "event"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"anonymous": false,
|
|
1210
|
-
"inputs": [
|
|
1211
|
-
{
|
|
1212
|
-
"indexed": true,
|
|
1213
|
-
"internalType": "address",
|
|
1214
|
-
"name": "stakeOwner",
|
|
1215
|
-
"type": "address"
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"indexed": false,
|
|
1219
|
-
"internalType": "uint256",
|
|
1220
|
-
"name": "amount",
|
|
1221
|
-
"type": "uint256"
|
|
1222
|
-
}
|
|
1223
|
-
],
|
|
1224
|
-
"name": "StakeWithdrawalCancelled",
|
|
1225
|
-
"type": "event"
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"anonymous": false,
|
|
1229
|
-
"inputs": [
|
|
1230
|
-
{
|
|
1231
|
-
"indexed": true,
|
|
1232
|
-
"internalType": "address",
|
|
1233
|
-
"name": "stakeOwner",
|
|
1234
|
-
"type": "address"
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
"indexed": false,
|
|
1238
|
-
"internalType": "uint256",
|
|
1239
|
-
"name": "amount",
|
|
1240
|
-
"type": "uint256"
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"indexed": false,
|
|
1244
|
-
"internalType": "uint64",
|
|
1245
|
-
"name": "requestedAt",
|
|
1246
|
-
"type": "uint64"
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"indexed": false,
|
|
1250
|
-
"internalType": "uint64",
|
|
1251
|
-
"name": "availableAt",
|
|
1252
|
-
"type": "uint64"
|
|
1253
|
-
}
|
|
1254
|
-
],
|
|
1255
|
-
"name": "StakeWithdrawalRequested",
|
|
1256
|
-
"type": "event"
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"anonymous": false,
|
|
1260
|
-
"inputs": [
|
|
1261
|
-
{
|
|
1262
|
-
"indexed": true,
|
|
1263
|
-
"internalType": "address",
|
|
1264
|
-
"name": "staker",
|
|
1265
|
-
"type": "address"
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"indexed": true,
|
|
1269
|
-
"internalType": "address",
|
|
1270
|
-
"name": "recipient",
|
|
1271
|
-
"type": "address"
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"indexed": false,
|
|
1275
|
-
"internalType": "uint256",
|
|
1276
|
-
"name": "amount",
|
|
1277
|
-
"type": "uint256"
|
|
1278
|
-
}
|
|
1279
|
-
],
|
|
1280
|
-
"name": "StakeWithdrawn",
|
|
1281
|
-
"type": "event"
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"anonymous": false,
|
|
1285
|
-
"inputs": [
|
|
1286
|
-
{
|
|
1287
|
-
"indexed": true,
|
|
1288
|
-
"internalType": "address",
|
|
1289
|
-
"name": "stakeOwner",
|
|
1290
|
-
"type": "address"
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"indexed": true,
|
|
1294
|
-
"internalType": "address",
|
|
1295
|
-
"name": "taker",
|
|
1296
|
-
"type": "address"
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"indexed": false,
|
|
1300
|
-
"internalType": "bool",
|
|
1301
|
-
"name": "authorized",
|
|
1302
|
-
"type": "bool"
|
|
1303
|
-
}
|
|
1304
|
-
],
|
|
1305
|
-
"name": "TakerAuthorizationUpdated",
|
|
1306
|
-
"type": "event"
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"inputs": [],
|
|
1310
|
-
"name": "MIN_CONTROLLER_CHANGE_DELAY",
|
|
1311
|
-
"outputs": [
|
|
1312
|
-
{
|
|
1313
|
-
"internalType": "uint64",
|
|
1314
|
-
"name": "",
|
|
1315
|
-
"type": "uint64"
|
|
1316
|
-
}
|
|
1317
|
-
],
|
|
1318
|
-
"stateMutability": "view",
|
|
1319
|
-
"type": "function"
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"inputs": [],
|
|
1323
|
-
"name": "acceptController",
|
|
1324
|
-
"outputs": [],
|
|
1325
|
-
"stateMutability": "nonpayable",
|
|
1326
|
-
"type": "function"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"inputs": [
|
|
1330
|
-
{
|
|
1331
|
-
"internalType": "address",
|
|
1332
|
-
"name": "_taker",
|
|
1333
|
-
"type": "address"
|
|
1334
|
-
}
|
|
1335
|
-
],
|
|
1336
|
-
"name": "allowedStakeOwner",
|
|
1337
|
-
"outputs": [
|
|
1338
|
-
{
|
|
1339
|
-
"internalType": "address",
|
|
1340
|
-
"name": "",
|
|
1341
|
-
"type": "address"
|
|
1342
|
-
}
|
|
1343
|
-
],
|
|
1344
|
-
"stateMutability": "view",
|
|
1345
|
-
"type": "function"
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"inputs": [
|
|
1349
|
-
{
|
|
1350
|
-
"internalType": "bytes32",
|
|
1351
|
-
"name": "_intentHash",
|
|
1352
|
-
"type": "bytes32"
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"internalType": "address",
|
|
1356
|
-
"name": "_staker",
|
|
1357
|
-
"type": "address"
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"internalType": "uint64",
|
|
1361
|
-
"name": "_releaseTime",
|
|
1362
|
-
"type": "uint64"
|
|
1363
|
-
}
|
|
1364
|
-
],
|
|
1365
|
-
"name": "authorizeDeferredStake",
|
|
1366
|
-
"outputs": [],
|
|
1367
|
-
"stateMutability": "nonpayable",
|
|
1368
|
-
"type": "function"
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"inputs": [],
|
|
1372
|
-
"name": "baseExitDelay",
|
|
1373
|
-
"outputs": [
|
|
1374
|
-
{
|
|
1375
|
-
"internalType": "uint64",
|
|
1376
|
-
"name": "",
|
|
1377
|
-
"type": "uint64"
|
|
1378
|
-
}
|
|
1379
|
-
],
|
|
1380
|
-
"stateMutability": "view",
|
|
1381
|
-
"type": "function"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"inputs": [],
|
|
1385
|
-
"name": "cancelExit",
|
|
1386
|
-
"outputs": [],
|
|
1387
|
-
"stateMutability": "nonpayable",
|
|
1388
|
-
"type": "function"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"inputs": [],
|
|
1392
|
-
"name": "cancelStakeWithdrawal",
|
|
1393
|
-
"outputs": [],
|
|
1394
|
-
"stateMutability": "nonpayable",
|
|
1395
|
-
"type": "function"
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"inputs": [
|
|
1399
|
-
{
|
|
1400
|
-
"internalType": "address",
|
|
1401
|
-
"name": "",
|
|
1402
|
-
"type": "address"
|
|
1403
|
-
}
|
|
1404
|
-
],
|
|
1405
|
-
"name": "claimableCompensation",
|
|
1406
|
-
"outputs": [
|
|
1407
|
-
{
|
|
1408
|
-
"internalType": "uint256",
|
|
1409
|
-
"name": "",
|
|
1410
|
-
"type": "uint256"
|
|
1411
|
-
}
|
|
1412
|
-
],
|
|
1413
|
-
"stateMutability": "view",
|
|
1414
|
-
"type": "function"
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"inputs": [
|
|
1418
|
-
{
|
|
1419
|
-
"internalType": "address",
|
|
1420
|
-
"name": "",
|
|
1421
|
-
"type": "address"
|
|
1422
|
-
}
|
|
1423
|
-
],
|
|
1424
|
-
"name": "claimableFees",
|
|
1425
|
-
"outputs": [
|
|
1426
|
-
{
|
|
1427
|
-
"internalType": "uint256",
|
|
1428
|
-
"name": "",
|
|
1429
|
-
"type": "uint256"
|
|
1430
|
-
}
|
|
1431
|
-
],
|
|
1432
|
-
"stateMutability": "view",
|
|
1433
|
-
"type": "function"
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"inputs": [],
|
|
1437
|
-
"name": "clearStakeOwner",
|
|
1438
|
-
"outputs": [],
|
|
1439
|
-
"stateMutability": "nonpayable",
|
|
1440
|
-
"type": "function"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"inputs": [],
|
|
1444
|
-
"name": "controller",
|
|
1445
|
-
"outputs": [
|
|
1446
|
-
{
|
|
1447
|
-
"internalType": "address",
|
|
1448
|
-
"name": "",
|
|
1449
|
-
"type": "address"
|
|
1450
|
-
}
|
|
1451
|
-
],
|
|
1452
|
-
"stateMutability": "view",
|
|
1453
|
-
"type": "function"
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
"inputs": [],
|
|
1457
|
-
"name": "controllerChangeDelay",
|
|
1458
|
-
"outputs": [
|
|
1459
|
-
{
|
|
1460
|
-
"internalType": "uint64",
|
|
1461
|
-
"name": "",
|
|
1462
|
-
"type": "uint64"
|
|
1463
|
-
}
|
|
1464
|
-
],
|
|
1465
|
-
"stateMutability": "view",
|
|
1466
|
-
"type": "function"
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"inputs": [
|
|
1470
|
-
{
|
|
1471
|
-
"internalType": "uint256",
|
|
1472
|
-
"name": "_amount",
|
|
1473
|
-
"type": "uint256"
|
|
1474
|
-
}
|
|
1475
|
-
],
|
|
1476
|
-
"name": "depositStake",
|
|
1477
|
-
"outputs": [],
|
|
1478
|
-
"stateMutability": "nonpayable",
|
|
1479
|
-
"type": "function"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"inputs": [
|
|
1483
|
-
{
|
|
1484
|
-
"internalType": "address",
|
|
1485
|
-
"name": "_taker",
|
|
1486
|
-
"type": "address"
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"internalType": "uint256",
|
|
1490
|
-
"name": "_amount",
|
|
1491
|
-
"type": "uint256"
|
|
1492
|
-
}
|
|
1493
|
-
],
|
|
1494
|
-
"name": "depositStakeFor",
|
|
1495
|
-
"outputs": [],
|
|
1496
|
-
"stateMutability": "nonpayable",
|
|
1497
|
-
"type": "function"
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"inputs": [],
|
|
1501
|
-
"name": "depositsPaused",
|
|
1502
|
-
"outputs": [
|
|
1503
|
-
{
|
|
1504
|
-
"internalType": "bool",
|
|
1505
|
-
"name": "",
|
|
1506
|
-
"type": "bool"
|
|
1507
|
-
}
|
|
1508
|
-
],
|
|
1509
|
-
"stateMutability": "view",
|
|
1510
|
-
"type": "function"
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"inputs": [
|
|
1514
|
-
{
|
|
1515
|
-
"internalType": "address",
|
|
1516
|
-
"name": "_staker",
|
|
1517
|
-
"type": "address"
|
|
1518
|
-
}
|
|
1519
|
-
],
|
|
1520
|
-
"name": "eligibleStake",
|
|
1521
|
-
"outputs": [
|
|
1522
|
-
{
|
|
1523
|
-
"internalType": "uint256",
|
|
1524
|
-
"name": "",
|
|
1525
|
-
"type": "uint256"
|
|
1526
|
-
}
|
|
1527
|
-
],
|
|
1528
|
-
"stateMutability": "view",
|
|
1529
|
-
"type": "function"
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"inputs": [
|
|
1533
|
-
{
|
|
1534
|
-
"internalType": "address",
|
|
1535
|
-
"name": "_staker",
|
|
1536
|
-
"type": "address"
|
|
1537
|
-
}
|
|
1538
|
-
],
|
|
1539
|
-
"name": "freeStake",
|
|
1540
|
-
"outputs": [
|
|
1541
|
-
{
|
|
1542
|
-
"internalType": "uint256",
|
|
1543
|
-
"name": "",
|
|
1544
|
-
"type": "uint256"
|
|
1545
|
-
}
|
|
1546
|
-
],
|
|
1547
|
-
"stateMutability": "view",
|
|
1548
|
-
"type": "function"
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"inputs": [
|
|
1552
|
-
{
|
|
1553
|
-
"internalType": "bytes32",
|
|
1554
|
-
"name": "_intentHash",
|
|
1555
|
-
"type": "bytes32"
|
|
1556
|
-
}
|
|
1557
|
-
],
|
|
1558
|
-
"name": "getDeferredFeeAllocations",
|
|
1559
|
-
"outputs": [
|
|
1560
|
-
{
|
|
1561
|
-
"components": [
|
|
1562
|
-
{
|
|
1563
|
-
"internalType": "enum IIntentRiskHook.FeeType",
|
|
1564
|
-
"name": "feeType",
|
|
1565
|
-
"type": "uint8"
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"internalType": "address",
|
|
1569
|
-
"name": "recipient",
|
|
1570
|
-
"type": "address"
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"internalType": "uint256",
|
|
1574
|
-
"name": "amount",
|
|
1575
|
-
"type": "uint256"
|
|
1576
|
-
}
|
|
1577
|
-
],
|
|
1578
|
-
"internalType": "struct IIntentRiskHook.FeeAllocation[]",
|
|
1579
|
-
"name": "",
|
|
1580
|
-
"type": "tuple[]"
|
|
811
|
+
"name": "authorized",
|
|
812
|
+
"type": "bool"
|
|
1581
813
|
}
|
|
1582
814
|
],
|
|
1583
|
-
"
|
|
1584
|
-
"type": "
|
|
815
|
+
"name": "TakerAuthorizationUpdated",
|
|
816
|
+
"type": "event"
|
|
1585
817
|
},
|
|
1586
818
|
{
|
|
1587
|
-
"inputs": [
|
|
1588
|
-
|
|
1589
|
-
"internalType": "bytes32",
|
|
1590
|
-
"name": "_intentHash",
|
|
1591
|
-
"type": "bytes32"
|
|
1592
|
-
}
|
|
1593
|
-
],
|
|
1594
|
-
"name": "getDeferredStake",
|
|
819
|
+
"inputs": [],
|
|
820
|
+
"name": "MIN_CONTROLLER_CHANGE_DELAY",
|
|
1595
821
|
"outputs": [
|
|
1596
822
|
{
|
|
1597
|
-
"
|
|
1598
|
-
{
|
|
1599
|
-
"internalType": "address",
|
|
1600
|
-
"name": "staker",
|
|
1601
|
-
"type": "address"
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"internalType": "address",
|
|
1605
|
-
"name": "controller",
|
|
1606
|
-
"type": "address"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"internalType": "uint256",
|
|
1610
|
-
"name": "grossAmount",
|
|
1611
|
-
"type": "uint256"
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"internalType": "uint256",
|
|
1615
|
-
"name": "feeAmount",
|
|
1616
|
-
"type": "uint256"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"internalType": "uint64",
|
|
1620
|
-
"name": "releaseTime",
|
|
1621
|
-
"type": "uint64"
|
|
1622
|
-
},
|
|
1623
|
-
{
|
|
1624
|
-
"internalType": "bool",
|
|
1625
|
-
"name": "funded",
|
|
1626
|
-
"type": "bool"
|
|
1627
|
-
}
|
|
1628
|
-
],
|
|
1629
|
-
"internalType": "struct IStakeVault.DeferredStake",
|
|
823
|
+
"internalType": "uint64",
|
|
1630
824
|
"name": "",
|
|
1631
|
-
"type": "
|
|
825
|
+
"type": "uint64"
|
|
1632
826
|
}
|
|
1633
827
|
],
|
|
1634
828
|
"stateMutability": "view",
|
|
1635
829
|
"type": "function"
|
|
1636
830
|
},
|
|
1637
831
|
{
|
|
1638
|
-
"inputs": [
|
|
1639
|
-
|
|
1640
|
-
"internalType": "address",
|
|
1641
|
-
"name": "_staker",
|
|
1642
|
-
"type": "address"
|
|
1643
|
-
}
|
|
1644
|
-
],
|
|
1645
|
-
"name": "getExitRequest",
|
|
832
|
+
"inputs": [],
|
|
833
|
+
"name": "NEVER_MATURES",
|
|
1646
834
|
"outputs": [
|
|
1647
835
|
{
|
|
1648
|
-
"
|
|
1649
|
-
{
|
|
1650
|
-
"internalType": "bool",
|
|
1651
|
-
"name": "exiting",
|
|
1652
|
-
"type": "bool"
|
|
1653
|
-
},
|
|
1654
|
-
{
|
|
1655
|
-
"internalType": "uint64",
|
|
1656
|
-
"name": "requestedAt",
|
|
1657
|
-
"type": "uint64"
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"internalType": "uint64",
|
|
1661
|
-
"name": "availableAt",
|
|
1662
|
-
"type": "uint64"
|
|
1663
|
-
}
|
|
1664
|
-
],
|
|
1665
|
-
"internalType": "struct IStakeVault.ExitRequest",
|
|
836
|
+
"internalType": "uint64",
|
|
1666
837
|
"name": "",
|
|
1667
|
-
"type": "
|
|
838
|
+
"type": "uint64"
|
|
1668
839
|
}
|
|
1669
840
|
],
|
|
1670
841
|
"stateMutability": "view",
|
|
1671
842
|
"type": "function"
|
|
1672
843
|
},
|
|
1673
844
|
{
|
|
1674
|
-
"inputs": [
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
"
|
|
1682
|
-
"
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
{
|
|
1686
|
-
"internalType": "address",
|
|
1687
|
-
"name": "staker",
|
|
1688
|
-
"type": "address"
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"internalType": "address",
|
|
1692
|
-
"name": "controller",
|
|
1693
|
-
"type": "address"
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"internalType": "uint256",
|
|
1697
|
-
"name": "amount",
|
|
1698
|
-
"type": "uint256"
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"internalType": "uint64",
|
|
1702
|
-
"name": "releaseTime",
|
|
1703
|
-
"type": "uint64"
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"internalType": "bool",
|
|
1707
|
-
"name": "active",
|
|
1708
|
-
"type": "bool"
|
|
1709
|
-
}
|
|
1710
|
-
],
|
|
1711
|
-
"internalType": "struct IStakeVault.Reservation",
|
|
1712
|
-
"name": "",
|
|
1713
|
-
"type": "tuple"
|
|
1714
|
-
}
|
|
1715
|
-
],
|
|
1716
|
-
"stateMutability": "view",
|
|
845
|
+
"inputs": [],
|
|
846
|
+
"name": "acceptController",
|
|
847
|
+
"outputs": [],
|
|
848
|
+
"stateMutability": "nonpayable",
|
|
849
|
+
"type": "function"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"inputs": [],
|
|
853
|
+
"name": "acceptOwnership",
|
|
854
|
+
"outputs": [],
|
|
855
|
+
"stateMutability": "nonpayable",
|
|
1717
856
|
"type": "function"
|
|
1718
857
|
},
|
|
1719
858
|
{
|
|
1720
859
|
"inputs": [
|
|
1721
860
|
{
|
|
1722
861
|
"internalType": "address",
|
|
1723
|
-
"name": "
|
|
862
|
+
"name": "",
|
|
863
|
+
"type": "address"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"internalType": "address",
|
|
867
|
+
"name": "",
|
|
1724
868
|
"type": "address"
|
|
1725
869
|
}
|
|
1726
870
|
],
|
|
1727
|
-
"name": "
|
|
871
|
+
"name": "authorizedTakers",
|
|
1728
872
|
"outputs": [
|
|
1729
873
|
{
|
|
1730
|
-
"
|
|
1731
|
-
{
|
|
1732
|
-
"internalType": "uint256",
|
|
1733
|
-
"name": "amount",
|
|
1734
|
-
"type": "uint256"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"internalType": "uint64",
|
|
1738
|
-
"name": "requestedAt",
|
|
1739
|
-
"type": "uint64"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"internalType": "uint64",
|
|
1743
|
-
"name": "availableAt",
|
|
1744
|
-
"type": "uint64"
|
|
1745
|
-
}
|
|
1746
|
-
],
|
|
1747
|
-
"internalType": "struct IStakeVault.StakeWithdrawalRequest",
|
|
874
|
+
"internalType": "bool",
|
|
1748
875
|
"name": "",
|
|
1749
|
-
"type": "
|
|
876
|
+
"type": "bool"
|
|
1750
877
|
}
|
|
1751
878
|
],
|
|
1752
879
|
"stateMutability": "view",
|
|
1753
880
|
"type": "function"
|
|
1754
881
|
},
|
|
1755
882
|
{
|
|
1756
|
-
"inputs": [
|
|
1757
|
-
|
|
1758
|
-
"internalType": "bytes32",
|
|
1759
|
-
"name": "_positionId",
|
|
1760
|
-
"type": "bytes32"
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"internalType": "uint256",
|
|
1764
|
-
"name": "_amount",
|
|
1765
|
-
"type": "uint256"
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"internalType": "uint64",
|
|
1769
|
-
"name": "_releaseTime",
|
|
1770
|
-
"type": "uint64"
|
|
1771
|
-
}
|
|
1772
|
-
],
|
|
1773
|
-
"name": "increaseReservation",
|
|
883
|
+
"inputs": [],
|
|
884
|
+
"name": "cancelControllerProposal",
|
|
1774
885
|
"outputs": [],
|
|
1775
886
|
"stateMutability": "nonpayable",
|
|
1776
887
|
"type": "function"
|
|
1777
888
|
},
|
|
1778
889
|
{
|
|
1779
|
-
"inputs": [
|
|
1780
|
-
|
|
1781
|
-
"internalType": "address",
|
|
1782
|
-
"name": "_controller",
|
|
1783
|
-
"type": "address"
|
|
1784
|
-
}
|
|
1785
|
-
],
|
|
1786
|
-
"name": "initializeController",
|
|
890
|
+
"inputs": [],
|
|
891
|
+
"name": "claim",
|
|
1787
892
|
"outputs": [],
|
|
1788
893
|
"stateMutability": "nonpayable",
|
|
1789
894
|
"type": "function"
|
|
@@ -1792,16 +897,16 @@ const data = [
|
|
|
1792
897
|
"inputs": [
|
|
1793
898
|
{
|
|
1794
899
|
"internalType": "address",
|
|
1795
|
-
"name": "
|
|
900
|
+
"name": "",
|
|
1796
901
|
"type": "address"
|
|
1797
902
|
}
|
|
1798
903
|
],
|
|
1799
|
-
"name": "
|
|
904
|
+
"name": "claimable",
|
|
1800
905
|
"outputs": [
|
|
1801
906
|
{
|
|
1802
|
-
"internalType": "
|
|
907
|
+
"internalType": "uint256",
|
|
1803
908
|
"name": "",
|
|
1804
|
-
"type": "
|
|
909
|
+
"type": "uint256"
|
|
1805
910
|
}
|
|
1806
911
|
],
|
|
1807
912
|
"stateMutability": "view",
|
|
@@ -1809,20 +914,14 @@ const data = [
|
|
|
1809
914
|
},
|
|
1810
915
|
{
|
|
1811
916
|
"inputs": [],
|
|
1812
|
-
"name": "
|
|
1813
|
-
"outputs": [
|
|
1814
|
-
|
|
1815
|
-
"internalType": "address",
|
|
1816
|
-
"name": "",
|
|
1817
|
-
"type": "address"
|
|
1818
|
-
}
|
|
1819
|
-
],
|
|
1820
|
-
"stateMutability": "view",
|
|
917
|
+
"name": "clearStakeOwner",
|
|
918
|
+
"outputs": [],
|
|
919
|
+
"stateMutability": "nonpayable",
|
|
1821
920
|
"type": "function"
|
|
1822
921
|
},
|
|
1823
922
|
{
|
|
1824
923
|
"inputs": [],
|
|
1825
|
-
"name": "
|
|
924
|
+
"name": "controller",
|
|
1826
925
|
"outputs": [
|
|
1827
926
|
{
|
|
1828
927
|
"internalType": "address",
|
|
@@ -1835,7 +934,7 @@ const data = [
|
|
|
1835
934
|
},
|
|
1836
935
|
{
|
|
1837
936
|
"inputs": [],
|
|
1838
|
-
"name": "
|
|
937
|
+
"name": "controllerChangeDelay",
|
|
1839
938
|
"outputs": [
|
|
1840
939
|
{
|
|
1841
940
|
"internalType": "uint64",
|
|
@@ -1849,115 +948,77 @@ const data = [
|
|
|
1849
948
|
{
|
|
1850
949
|
"inputs": [
|
|
1851
950
|
{
|
|
1852
|
-
"internalType": "
|
|
1853
|
-
"name": "
|
|
1854
|
-
"type": "
|
|
951
|
+
"internalType": "uint256",
|
|
952
|
+
"name": "_amount",
|
|
953
|
+
"type": "uint256"
|
|
1855
954
|
}
|
|
1856
955
|
],
|
|
1857
|
-
"name": "
|
|
956
|
+
"name": "depositStake",
|
|
1858
957
|
"outputs": [],
|
|
1859
958
|
"stateMutability": "nonpayable",
|
|
1860
959
|
"type": "function"
|
|
1861
960
|
},
|
|
1862
961
|
{
|
|
1863
962
|
"inputs": [
|
|
1864
|
-
{
|
|
1865
|
-
"internalType": "bytes32",
|
|
1866
|
-
"name": "_intentHash",
|
|
1867
|
-
"type": "bytes32"
|
|
1868
|
-
},
|
|
1869
963
|
{
|
|
1870
964
|
"internalType": "address",
|
|
1871
|
-
"name": "
|
|
965
|
+
"name": "_stakeOwner",
|
|
1872
966
|
"type": "address"
|
|
1873
|
-
}
|
|
967
|
+
}
|
|
968
|
+
],
|
|
969
|
+
"name": "freeStake",
|
|
970
|
+
"outputs": [
|
|
1874
971
|
{
|
|
1875
972
|
"internalType": "uint256",
|
|
1876
|
-
"name": "
|
|
973
|
+
"name": "",
|
|
1877
974
|
"type": "uint256"
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"internalType": "uint64",
|
|
1881
|
-
"name": "_releaseTime",
|
|
1882
|
-
"type": "uint64"
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"components": [
|
|
1886
|
-
{
|
|
1887
|
-
"internalType": "enum IIntentRiskHook.FeeType",
|
|
1888
|
-
"name": "feeType",
|
|
1889
|
-
"type": "uint8"
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
1892
|
-
"internalType": "address",
|
|
1893
|
-
"name": "recipient",
|
|
1894
|
-
"type": "address"
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"internalType": "uint256",
|
|
1898
|
-
"name": "amount",
|
|
1899
|
-
"type": "uint256"
|
|
1900
|
-
}
|
|
1901
|
-
],
|
|
1902
|
-
"internalType": "struct IIntentRiskHook.FeeAllocation[]",
|
|
1903
|
-
"name": "_feeAllocations",
|
|
1904
|
-
"type": "tuple[]"
|
|
1905
975
|
}
|
|
1906
976
|
],
|
|
1907
|
-
"
|
|
1908
|
-
"outputs": [],
|
|
1909
|
-
"stateMutability": "nonpayable",
|
|
977
|
+
"stateMutability": "view",
|
|
1910
978
|
"type": "function"
|
|
1911
979
|
},
|
|
1912
980
|
{
|
|
1913
981
|
"inputs": [
|
|
1914
982
|
{
|
|
1915
|
-
"internalType": "
|
|
1916
|
-
"name": "
|
|
1917
|
-
"type": "
|
|
1918
|
-
}
|
|
1919
|
-
],
|
|
1920
|
-
"name": "releaseDeferredStake",
|
|
1921
|
-
"outputs": [],
|
|
1922
|
-
"stateMutability": "nonpayable",
|
|
1923
|
-
"type": "function"
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"inputs": [
|
|
983
|
+
"internalType": "address",
|
|
984
|
+
"name": "_stakeOwner",
|
|
985
|
+
"type": "address"
|
|
986
|
+
},
|
|
1927
987
|
{
|
|
1928
988
|
"internalType": "bytes32",
|
|
1929
|
-
"name": "
|
|
989
|
+
"name": "_lockId",
|
|
1930
990
|
"type": "bytes32"
|
|
1931
|
-
}
|
|
1932
|
-
],
|
|
1933
|
-
"name": "releaseDeferredStakeAuthorization",
|
|
1934
|
-
"outputs": [],
|
|
1935
|
-
"stateMutability": "nonpayable",
|
|
1936
|
-
"type": "function"
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"inputs": [
|
|
991
|
+
},
|
|
1940
992
|
{
|
|
1941
|
-
"internalType": "
|
|
1942
|
-
"name": "
|
|
1943
|
-
"type": "
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
"inputs": [],
|
|
1953
|
-
"name": "renounceOwnership",
|
|
993
|
+
"internalType": "uint256",
|
|
994
|
+
"name": "_amount",
|
|
995
|
+
"type": "uint256"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"internalType": "uint64",
|
|
999
|
+
"name": "_maturesAt",
|
|
1000
|
+
"type": "uint64"
|
|
1001
|
+
}
|
|
1002
|
+
],
|
|
1003
|
+
"name": "fundLock",
|
|
1954
1004
|
"outputs": [],
|
|
1955
1005
|
"stateMutability": "nonpayable",
|
|
1956
1006
|
"type": "function"
|
|
1957
1007
|
},
|
|
1958
1008
|
{
|
|
1959
|
-
"inputs": [
|
|
1960
|
-
|
|
1009
|
+
"inputs": [
|
|
1010
|
+
{
|
|
1011
|
+
"internalType": "bytes32",
|
|
1012
|
+
"name": "_lockId",
|
|
1013
|
+
"type": "bytes32"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"internalType": "uint256",
|
|
1017
|
+
"name": "_additionalAmount",
|
|
1018
|
+
"type": "uint256"
|
|
1019
|
+
}
|
|
1020
|
+
],
|
|
1021
|
+
"name": "increaseLock",
|
|
1961
1022
|
"outputs": [],
|
|
1962
1023
|
"stateMutability": "nonpayable",
|
|
1963
1024
|
"type": "function"
|
|
@@ -1965,19 +1026,25 @@ const data = [
|
|
|
1965
1026
|
{
|
|
1966
1027
|
"inputs": [
|
|
1967
1028
|
{
|
|
1968
|
-
"internalType": "
|
|
1969
|
-
"name": "
|
|
1970
|
-
"type": "
|
|
1029
|
+
"internalType": "address",
|
|
1030
|
+
"name": "_controller",
|
|
1031
|
+
"type": "address"
|
|
1971
1032
|
}
|
|
1972
1033
|
],
|
|
1973
|
-
"name": "
|
|
1034
|
+
"name": "initializeController",
|
|
1974
1035
|
"outputs": [],
|
|
1975
1036
|
"stateMutability": "nonpayable",
|
|
1976
1037
|
"type": "function"
|
|
1977
1038
|
},
|
|
1978
1039
|
{
|
|
1979
|
-
"inputs": [
|
|
1980
|
-
|
|
1040
|
+
"inputs": [
|
|
1041
|
+
{
|
|
1042
|
+
"internalType": "bytes32",
|
|
1043
|
+
"name": "_lockId",
|
|
1044
|
+
"type": "bytes32"
|
|
1045
|
+
}
|
|
1046
|
+
],
|
|
1047
|
+
"name": "isLockMature",
|
|
1981
1048
|
"outputs": [
|
|
1982
1049
|
{
|
|
1983
1050
|
"internalType": "bool",
|
|
@@ -1992,12 +1059,12 @@ const data = [
|
|
|
1992
1059
|
"inputs": [
|
|
1993
1060
|
{
|
|
1994
1061
|
"internalType": "address",
|
|
1995
|
-
"name": "
|
|
1062
|
+
"name": "_stakeOwner",
|
|
1996
1063
|
"type": "address"
|
|
1997
1064
|
},
|
|
1998
1065
|
{
|
|
1999
1066
|
"internalType": "bytes32",
|
|
2000
|
-
"name": "
|
|
1067
|
+
"name": "_lockId",
|
|
2001
1068
|
"type": "bytes32"
|
|
2002
1069
|
},
|
|
2003
1070
|
{
|
|
@@ -2007,11 +1074,11 @@ const data = [
|
|
|
2007
1074
|
},
|
|
2008
1075
|
{
|
|
2009
1076
|
"internalType": "uint64",
|
|
2010
|
-
"name": "
|
|
1077
|
+
"name": "_maturesAt",
|
|
2011
1078
|
"type": "uint64"
|
|
2012
1079
|
}
|
|
2013
1080
|
],
|
|
2014
|
-
"name": "
|
|
1081
|
+
"name": "lockStake",
|
|
2015
1082
|
"outputs": [],
|
|
2016
1083
|
"stateMutability": "nonpayable",
|
|
2017
1084
|
"type": "function"
|
|
@@ -2024,7 +1091,7 @@ const data = [
|
|
|
2024
1091
|
"type": "address"
|
|
2025
1092
|
}
|
|
2026
1093
|
],
|
|
2027
|
-
"name": "
|
|
1094
|
+
"name": "lockedStake",
|
|
2028
1095
|
"outputs": [
|
|
2029
1096
|
{
|
|
2030
1097
|
"internalType": "uint256",
|
|
@@ -2037,80 +1104,124 @@ const data = [
|
|
|
2037
1104
|
},
|
|
2038
1105
|
{
|
|
2039
1106
|
"inputs": [
|
|
1107
|
+
{
|
|
1108
|
+
"internalType": "bytes32",
|
|
1109
|
+
"name": "",
|
|
1110
|
+
"type": "bytes32"
|
|
1111
|
+
}
|
|
1112
|
+
],
|
|
1113
|
+
"name": "locks",
|
|
1114
|
+
"outputs": [
|
|
2040
1115
|
{
|
|
2041
1116
|
"internalType": "address",
|
|
2042
|
-
"name": "
|
|
1117
|
+
"name": "stakeOwner",
|
|
2043
1118
|
"type": "address"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"internalType": "uint256",
|
|
1122
|
+
"name": "amount",
|
|
1123
|
+
"type": "uint256"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"internalType": "uint64",
|
|
1127
|
+
"name": "maturesAt",
|
|
1128
|
+
"type": "uint64"
|
|
2044
1129
|
}
|
|
2045
1130
|
],
|
|
2046
|
-
"
|
|
2047
|
-
"outputs": [],
|
|
2048
|
-
"stateMutability": "nonpayable",
|
|
1131
|
+
"stateMutability": "view",
|
|
2049
1132
|
"type": "function"
|
|
2050
1133
|
},
|
|
2051
1134
|
{
|
|
2052
|
-
"inputs": [
|
|
1135
|
+
"inputs": [],
|
|
1136
|
+
"name": "owner",
|
|
1137
|
+
"outputs": [
|
|
2053
1138
|
{
|
|
2054
|
-
"internalType": "
|
|
2055
|
-
"name": "
|
|
2056
|
-
"type": "
|
|
1139
|
+
"internalType": "address",
|
|
1140
|
+
"name": "",
|
|
1141
|
+
"type": "address"
|
|
2057
1142
|
}
|
|
2058
1143
|
],
|
|
2059
|
-
"
|
|
2060
|
-
"outputs": [],
|
|
2061
|
-
"stateMutability": "nonpayable",
|
|
1144
|
+
"stateMutability": "view",
|
|
2062
1145
|
"type": "function"
|
|
2063
1146
|
},
|
|
2064
1147
|
{
|
|
2065
|
-
"inputs": [
|
|
1148
|
+
"inputs": [],
|
|
1149
|
+
"name": "pendingController",
|
|
1150
|
+
"outputs": [
|
|
2066
1151
|
{
|
|
2067
|
-
"internalType": "
|
|
2068
|
-
"name": "
|
|
2069
|
-
"type": "
|
|
2070
|
-
}
|
|
1152
|
+
"internalType": "address",
|
|
1153
|
+
"name": "",
|
|
1154
|
+
"type": "address"
|
|
1155
|
+
}
|
|
1156
|
+
],
|
|
1157
|
+
"stateMutability": "view",
|
|
1158
|
+
"type": "function"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"inputs": [],
|
|
1162
|
+
"name": "pendingControllerValidAt",
|
|
1163
|
+
"outputs": [
|
|
2071
1164
|
{
|
|
2072
|
-
"internalType": "
|
|
2073
|
-
"name": "
|
|
2074
|
-
"type": "
|
|
1165
|
+
"internalType": "uint64",
|
|
1166
|
+
"name": "",
|
|
1167
|
+
"type": "uint64"
|
|
2075
1168
|
}
|
|
2076
1169
|
],
|
|
2077
|
-
"
|
|
2078
|
-
"outputs": [],
|
|
2079
|
-
"stateMutability": "nonpayable",
|
|
1170
|
+
"stateMutability": "view",
|
|
2080
1171
|
"type": "function"
|
|
2081
1172
|
},
|
|
2082
1173
|
{
|
|
2083
|
-
"inputs": [
|
|
1174
|
+
"inputs": [],
|
|
1175
|
+
"name": "pendingOwner",
|
|
1176
|
+
"outputs": [
|
|
2084
1177
|
{
|
|
2085
1178
|
"internalType": "address",
|
|
2086
|
-
"name": "
|
|
1179
|
+
"name": "",
|
|
2087
1180
|
"type": "address"
|
|
2088
|
-
}
|
|
1181
|
+
}
|
|
1182
|
+
],
|
|
1183
|
+
"stateMutability": "view",
|
|
1184
|
+
"type": "function"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"inputs": [
|
|
2089
1188
|
{
|
|
2090
|
-
"internalType": "
|
|
2091
|
-
"name": "
|
|
2092
|
-
"type": "
|
|
1189
|
+
"internalType": "address",
|
|
1190
|
+
"name": "_controller",
|
|
1191
|
+
"type": "address"
|
|
2093
1192
|
}
|
|
2094
1193
|
],
|
|
2095
|
-
"name": "
|
|
1194
|
+
"name": "proposeController",
|
|
2096
1195
|
"outputs": [],
|
|
2097
1196
|
"stateMutability": "nonpayable",
|
|
2098
1197
|
"type": "function"
|
|
2099
1198
|
},
|
|
1199
|
+
{
|
|
1200
|
+
"inputs": [],
|
|
1201
|
+
"name": "renounceOwnership",
|
|
1202
|
+
"outputs": [],
|
|
1203
|
+
"stateMutability": "view",
|
|
1204
|
+
"type": "function"
|
|
1205
|
+
},
|
|
2100
1206
|
{
|
|
2101
1207
|
"inputs": [
|
|
2102
1208
|
{
|
|
2103
|
-
"internalType": "
|
|
2104
|
-
"name": "
|
|
2105
|
-
"type": "
|
|
1209
|
+
"internalType": "bytes32",
|
|
1210
|
+
"name": "_lockId",
|
|
1211
|
+
"type": "bytes32"
|
|
2106
1212
|
},
|
|
2107
1213
|
{
|
|
2108
|
-
"internalType": "
|
|
2109
|
-
"name": "
|
|
2110
|
-
"type": "
|
|
1214
|
+
"internalType": "uint256",
|
|
1215
|
+
"name": "_newAmount",
|
|
1216
|
+
"type": "uint256"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"internalType": "uint64",
|
|
1220
|
+
"name": "_newMaturesAt",
|
|
1221
|
+
"type": "uint64"
|
|
2111
1222
|
}
|
|
2112
1223
|
],
|
|
2113
|
-
"name": "
|
|
1224
|
+
"name": "resizeLock",
|
|
2114
1225
|
"outputs": [],
|
|
2115
1226
|
"stateMutability": "nonpayable",
|
|
2116
1227
|
"type": "function"
|
|
@@ -2119,39 +1230,41 @@ const data = [
|
|
|
2119
1230
|
"inputs": [
|
|
2120
1231
|
{
|
|
2121
1232
|
"internalType": "bytes32",
|
|
2122
|
-
"name": "
|
|
1233
|
+
"name": "_lockId",
|
|
2123
1234
|
"type": "bytes32"
|
|
2124
1235
|
},
|
|
2125
1236
|
{
|
|
2126
|
-
"
|
|
2127
|
-
|
|
2128
|
-
|
|
1237
|
+
"components": [
|
|
1238
|
+
{
|
|
1239
|
+
"internalType": "address",
|
|
1240
|
+
"name": "beneficiary",
|
|
1241
|
+
"type": "address"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"internalType": "uint256",
|
|
1245
|
+
"name": "amount",
|
|
1246
|
+
"type": "uint256"
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"internalType": "struct IStakeVault.Claim[]",
|
|
1250
|
+
"name": "_claims",
|
|
1251
|
+
"type": "tuple[]"
|
|
2129
1252
|
}
|
|
2130
1253
|
],
|
|
2131
|
-
"name": "
|
|
1254
|
+
"name": "resolveLock",
|
|
2132
1255
|
"outputs": [],
|
|
2133
1256
|
"stateMutability": "nonpayable",
|
|
2134
1257
|
"type": "function"
|
|
2135
1258
|
},
|
|
2136
1259
|
{
|
|
2137
1260
|
"inputs": [
|
|
2138
|
-
{
|
|
2139
|
-
"internalType": "bytes32",
|
|
2140
|
-
"name": "_intentHash",
|
|
2141
|
-
"type": "bytes32"
|
|
2142
|
-
},
|
|
2143
1261
|
{
|
|
2144
1262
|
"internalType": "address",
|
|
2145
|
-
"name": "
|
|
1263
|
+
"name": "_stakeOwner",
|
|
2146
1264
|
"type": "address"
|
|
2147
|
-
},
|
|
2148
|
-
{
|
|
2149
|
-
"internalType": "uint256",
|
|
2150
|
-
"name": "_amount",
|
|
2151
|
-
"type": "uint256"
|
|
2152
1265
|
}
|
|
2153
1266
|
],
|
|
2154
|
-
"name": "
|
|
1267
|
+
"name": "selectStakeOwner",
|
|
2155
1268
|
"outputs": [],
|
|
2156
1269
|
"stateMutability": "nonpayable",
|
|
2157
1270
|
"type": "function"
|
|
@@ -2164,12 +1277,12 @@ const data = [
|
|
|
2164
1277
|
"type": "address"
|
|
2165
1278
|
}
|
|
2166
1279
|
],
|
|
2167
|
-
"name": "
|
|
1280
|
+
"name": "selectedStakeOwner",
|
|
2168
1281
|
"outputs": [
|
|
2169
1282
|
{
|
|
2170
|
-
"internalType": "
|
|
1283
|
+
"internalType": "address",
|
|
2171
1284
|
"name": "",
|
|
2172
|
-
"type": "
|
|
1285
|
+
"type": "address"
|
|
2173
1286
|
}
|
|
2174
1287
|
],
|
|
2175
1288
|
"stateMutability": "view",
|
|
@@ -2181,59 +1294,51 @@ const data = [
|
|
|
2181
1294
|
"internalType": "address",
|
|
2182
1295
|
"name": "_taker",
|
|
2183
1296
|
"type": "address"
|
|
2184
|
-
}
|
|
2185
|
-
],
|
|
2186
|
-
"name": "stakeDelegationEnabled",
|
|
2187
|
-
"outputs": [
|
|
1297
|
+
},
|
|
2188
1298
|
{
|
|
2189
1299
|
"internalType": "bool",
|
|
2190
|
-
"name": "",
|
|
1300
|
+
"name": "_authorized",
|
|
2191
1301
|
"type": "bool"
|
|
2192
1302
|
}
|
|
2193
1303
|
],
|
|
2194
|
-
"
|
|
1304
|
+
"name": "setTakerAuthorization",
|
|
1305
|
+
"outputs": [],
|
|
1306
|
+
"stateMutability": "nonpayable",
|
|
2195
1307
|
"type": "function"
|
|
2196
1308
|
},
|
|
2197
1309
|
{
|
|
2198
1310
|
"inputs": [
|
|
2199
1311
|
{
|
|
2200
1312
|
"internalType": "address",
|
|
2201
|
-
"name": "
|
|
1313
|
+
"name": "",
|
|
2202
1314
|
"type": "address"
|
|
2203
1315
|
}
|
|
2204
1316
|
],
|
|
2205
|
-
"name": "
|
|
1317
|
+
"name": "stakeBalance",
|
|
2206
1318
|
"outputs": [
|
|
2207
1319
|
{
|
|
2208
|
-
"internalType": "
|
|
1320
|
+
"internalType": "uint256",
|
|
2209
1321
|
"name": "",
|
|
2210
|
-
"type": "
|
|
1322
|
+
"type": "uint256"
|
|
2211
1323
|
}
|
|
2212
1324
|
],
|
|
2213
1325
|
"stateMutability": "view",
|
|
2214
1326
|
"type": "function"
|
|
2215
1327
|
},
|
|
2216
1328
|
{
|
|
2217
|
-
"inputs": [
|
|
2218
|
-
"name": "stakeToken",
|
|
2219
|
-
"outputs": [
|
|
1329
|
+
"inputs": [
|
|
2220
1330
|
{
|
|
2221
|
-
"internalType": "
|
|
2222
|
-
"name": "",
|
|
1331
|
+
"internalType": "address",
|
|
1332
|
+
"name": "_taker",
|
|
2223
1333
|
"type": "address"
|
|
2224
1334
|
}
|
|
2225
1335
|
],
|
|
2226
|
-
"
|
|
2227
|
-
"type": "function"
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"inputs": [],
|
|
2231
|
-
"name": "totalClaimableCompensation",
|
|
1336
|
+
"name": "stakeOwnerOf",
|
|
2232
1337
|
"outputs": [
|
|
2233
1338
|
{
|
|
2234
|
-
"internalType": "
|
|
1339
|
+
"internalType": "address",
|
|
2235
1340
|
"name": "",
|
|
2236
|
-
"type": "
|
|
1341
|
+
"type": "address"
|
|
2237
1342
|
}
|
|
2238
1343
|
],
|
|
2239
1344
|
"stateMutability": "view",
|
|
@@ -2241,12 +1346,12 @@ const data = [
|
|
|
2241
1346
|
},
|
|
2242
1347
|
{
|
|
2243
1348
|
"inputs": [],
|
|
2244
|
-
"name": "
|
|
1349
|
+
"name": "stakeToken",
|
|
2245
1350
|
"outputs": [
|
|
2246
1351
|
{
|
|
2247
|
-
"internalType": "
|
|
1352
|
+
"internalType": "contract IERC20",
|
|
2248
1353
|
"name": "",
|
|
2249
|
-
"type": "
|
|
1354
|
+
"type": "address"
|
|
2250
1355
|
}
|
|
2251
1356
|
],
|
|
2252
1357
|
"stateMutability": "view",
|
|
@@ -2254,7 +1359,7 @@ const data = [
|
|
|
2254
1359
|
},
|
|
2255
1360
|
{
|
|
2256
1361
|
"inputs": [],
|
|
2257
|
-
"name": "
|
|
1362
|
+
"name": "totalAccounted",
|
|
2258
1363
|
"outputs": [
|
|
2259
1364
|
{
|
|
2260
1365
|
"internalType": "uint256",
|
|
@@ -2267,7 +1372,7 @@ const data = [
|
|
|
2267
1372
|
},
|
|
2268
1373
|
{
|
|
2269
1374
|
"inputs": [],
|
|
2270
|
-
"name": "
|
|
1375
|
+
"name": "totalClaimable",
|
|
2271
1376
|
"outputs": [
|
|
2272
1377
|
{
|
|
2273
1378
|
"internalType": "uint256",
|
|
@@ -2305,76 +1410,27 @@ const data = [
|
|
|
2305
1410
|
"type": "function"
|
|
2306
1411
|
},
|
|
2307
1412
|
{
|
|
2308
|
-
"inputs": [
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
"name": "_intentHash",
|
|
2312
|
-
"type": "bytes32"
|
|
2313
|
-
},
|
|
1413
|
+
"inputs": [],
|
|
1414
|
+
"name": "unaccountedBalance",
|
|
1415
|
+
"outputs": [
|
|
2314
1416
|
{
|
|
2315
1417
|
"internalType": "uint256",
|
|
2316
|
-
"name": "
|
|
1418
|
+
"name": "",
|
|
2317
1419
|
"type": "uint256"
|
|
2318
|
-
},
|
|
2319
|
-
{
|
|
2320
|
-
"internalType": "uint64",
|
|
2321
|
-
"name": "_releaseTime",
|
|
2322
|
-
"type": "uint64"
|
|
2323
|
-
}
|
|
2324
|
-
],
|
|
2325
|
-
"name": "updateReservation",
|
|
2326
|
-
"outputs": [],
|
|
2327
|
-
"stateMutability": "nonpayable",
|
|
2328
|
-
"type": "function"
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"inputs": [
|
|
2332
|
-
{
|
|
2333
|
-
"internalType": "address",
|
|
2334
|
-
"name": "_recipient",
|
|
2335
|
-
"type": "address"
|
|
2336
|
-
}
|
|
2337
|
-
],
|
|
2338
|
-
"name": "withdrawCompensation",
|
|
2339
|
-
"outputs": [],
|
|
2340
|
-
"stateMutability": "nonpayable",
|
|
2341
|
-
"type": "function"
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"inputs": [
|
|
2345
|
-
{
|
|
2346
|
-
"internalType": "address",
|
|
2347
|
-
"name": "_recipient",
|
|
2348
|
-
"type": "address"
|
|
2349
|
-
}
|
|
2350
|
-
],
|
|
2351
|
-
"name": "withdrawFeeClaim",
|
|
2352
|
-
"outputs": [],
|
|
2353
|
-
"stateMutability": "nonpayable",
|
|
2354
|
-
"type": "function"
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"inputs": [
|
|
2358
|
-
{
|
|
2359
|
-
"internalType": "address",
|
|
2360
|
-
"name": "_beneficiary",
|
|
2361
|
-
"type": "address"
|
|
2362
1420
|
}
|
|
2363
1421
|
],
|
|
2364
|
-
"
|
|
2365
|
-
"outputs": [],
|
|
2366
|
-
"stateMutability": "nonpayable",
|
|
1422
|
+
"stateMutability": "view",
|
|
2367
1423
|
"type": "function"
|
|
2368
1424
|
},
|
|
2369
1425
|
{
|
|
2370
1426
|
"inputs": [
|
|
2371
1427
|
{
|
|
2372
|
-
"internalType": "
|
|
2373
|
-
"name": "
|
|
2374
|
-
"type": "
|
|
1428
|
+
"internalType": "bytes32",
|
|
1429
|
+
"name": "_lockId",
|
|
1430
|
+
"type": "bytes32"
|
|
2375
1431
|
}
|
|
2376
1432
|
],
|
|
2377
|
-
"name": "
|
|
1433
|
+
"name": "unlockStake",
|
|
2378
1434
|
"outputs": [],
|
|
2379
1435
|
"stateMutability": "nonpayable",
|
|
2380
1436
|
"type": "function"
|
|
@@ -2382,9 +1438,9 @@ const data = [
|
|
|
2382
1438
|
{
|
|
2383
1439
|
"inputs": [
|
|
2384
1440
|
{
|
|
2385
|
-
"internalType": "
|
|
2386
|
-
"name": "
|
|
2387
|
-
"type": "
|
|
1441
|
+
"internalType": "uint256",
|
|
1442
|
+
"name": "_amount",
|
|
1443
|
+
"type": "uint256"
|
|
2388
1444
|
}
|
|
2389
1445
|
],
|
|
2390
1446
|
"name": "withdrawStake",
|