@pendle/core-v2 6.6.0 → 6.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/artifacts/contracts/cross-chain/FixedPricePTAMMV2.sol/FixedPricePTAMMV2.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/FixedPricePTAMMV2.sol/FixedPricePTAMMV2.json +766 -0
- package/build/artifacts/contracts/cross-chain/PendleSwapHelper.sol/PendleSwapHelper.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/PendleSwapHelper.sol/PendleSwapHelper.json +99 -0
- package/build/artifacts/contracts/cross-chain/funder/BridgeFunder.sol/BridgeFunder.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/funder/BridgeFunder.sol/BridgeFunder.json +210 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol/OFTAdapterAltImpl.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol/OFTAdapterAltImpl.json +1294 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol/PendleBridgedPrincipalTokenAlt.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol/PendleBridgedPrincipalTokenAlt.json +1602 -0
- package/build/artifacts/contracts/interfaces/IMarketSweed.sol/IMarketSweed.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +0 -88
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPBridgeFunder.sol/IPBridgeFunder.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPBridgeFunder.sol/IPBridgeFunder.json +85 -0
- package/build/artifacts/contracts/interfaces/IPFixedPricePTAMMV2.sol/IPFixedPricePTAMMSwapCallback.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{IPFixedPricePTAMM.sol → IPFixedPricePTAMMV2.sol}/IPFixedPricePTAMMSwapCallback.json +1 -1
- package/build/artifacts/contracts/interfaces/IPFixedPricePTAMMV2.sol/IPFixedPricePTAMMV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{IPFixedPricePTAMM.sol/IPFixedPricePTAMM.json → IPFixedPricePTAMMV2.sol/IPFixedPricePTAMMV2.json} +285 -93
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +156 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPSwapHelper.sol/IPSwapHelper.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{IPActionCrossChain.sol/IPActionCrossChain.json → IPSwapHelper.sol/IPSwapHelper.json} +2 -2
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +1 -1
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +2 -2
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +258 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +1 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +265 -3
- package/build/artifacts/contracts/limit/helpers/MintSyHelper.sol/MintSyHelper.dbg.json +4 -0
- package/build/artifacts/contracts/limit/helpers/MintSyHelper.sol/MintSyHelper.json +156 -0
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelperV2.sol/LimitBackendHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelperV2.sol/LimitBackendHelperV2.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/MarketSweed.sol/MarketSweed.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/MarketSweed.sol/MarketSweed.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/PendleFeeSetter.sol/PendleFeeSetter.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/PendleFeeSetter.sol/PendleFeeSetter.json +33 -2
- package/build/artifacts/contracts/offchain-helpers/PendleProxyAdmin.sol/PendleProxyAdmin.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleProxyAdmin.sol/PendleProxyAdmin.json +171 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2 -2
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +2 -2
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2 -2
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +2 -2
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2 -2
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +1 -1
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +2 -2
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +1 -1
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +2 -2
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +2 -2
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +2 -2
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +2 -2
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +2 -2
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +2 -2
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +2 -2
- package/contracts/cross-chain/FixedPricePTAMMV2.sol +162 -0
- package/contracts/{router/ActionCrossChain.sol → cross-chain/PendleSwapHelper.sol} +11 -7
- package/contracts/cross-chain/funder/BridgeFunder.sol +61 -0
- package/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol +55 -0
- package/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol +64 -0
- package/contracts/interfaces/IPAllActionTypeV3.sol +1 -0
- package/contracts/interfaces/IPAllActionV3.sol +1 -3
- package/contracts/interfaces/IPBridgeFunder.sol +17 -0
- package/contracts/interfaces/IPFixedPricePTAMMV2.sol +58 -0
- package/contracts/interfaces/IPLimitRouter.sol +22 -0
- package/contracts/interfaces/{IPActionCrossChain.sol → IPSwapHelper.sol} +1 -1
- package/contracts/limit/LimitRouterBase.sol +101 -47
- package/contracts/limit/PendleLimitRouter.sol +1 -1
- package/contracts/limit/helpers/MintSyHelper.sol +114 -0
- package/contracts/offchain-helpers/PendleFeeSetter.sol +19 -1
- package/contracts/offchain-helpers/PendleProxyAdmin.sol +11 -0
- package/contracts/router/base/ActionBase.sol +16 -2
- package/deployments/1-core.json +1 -0
- package/deployments/1-offchain-helper.json +1 -1
- package/deployments/10-core.json +1 -0
- package/deployments/10-offchain-helper.json +1 -1
- package/deployments/130-core.json +1 -0
- package/deployments/143-core.json +1 -0
- package/deployments/146-core.json +1 -0
- package/deployments/146-offchain-helper.json +1 -1
- package/deployments/42161-core.json +1 -0
- package/deployments/42161-offchain-helper.json +1 -1
- package/deployments/4217-core.json +14 -0
- package/deployments/43114-core.json +1 -0
- package/deployments/5000-core.json +1 -0
- package/deployments/5000-offchain-helper.json +1 -1
- package/deployments/56-core.json +1 -0
- package/deployments/56-offchain-helper.json +1 -1
- package/deployments/57073-core.json +1 -0
- package/deployments/747474-core.json +1 -0
- package/deployments/80094-core.json +1 -0
- package/deployments/80094-offchain-helper.json +1 -1
- package/deployments/8453-core.json +1 -0
- package/deployments/8453-offchain-helper.json +1 -1
- package/deployments/9745-core.json +1 -0
- package/deployments/9745-offchain-helper.json +1 -1
- package/deployments/999-core.json +1 -0
- package/deployments/999-offchain-helper.json +1 -1
- package/package.json +1 -1
- package/typechain-types/BridgeFunder.ts +344 -0
- package/typechain-types/FixedPricePTAMMV2.ts +1104 -0
- package/typechain-types/IPAllActionV3.ts +0 -54
- package/typechain-types/IPBridgeFunder.ts +165 -0
- package/typechain-types/IPFixedPricePTAMMV2.ts +864 -0
- package/typechain-types/IPLimitRouter.ts +104 -0
- package/typechain-types/IPSwapHelper.ts +161 -0
- package/typechain-types/LimitRouterBase.ts +233 -5
- package/typechain-types/MintSyHelper.ts +230 -0
- package/typechain-types/OFTAdapterAltImpl.ts +1350 -0
- package/typechain-types/PendleBridgedPrincipalTokenAlt.ts +1708 -0
- package/typechain-types/PendleFeeSetter.ts +53 -0
- package/typechain-types/PendleLimitRouter.ts +233 -5
- package/typechain-types/PendleProxyAdmin.ts +341 -0
- package/typechain-types/PendleSwapHelper.ts +161 -0
- package/typechain-types/ProxyAdmin.ts +341 -0
- package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +1 -1
- package/typechain-types/factories/ActionCallbackV3__factory.ts +1 -1
- package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMiscV3__factory.ts +1 -1
- package/typechain-types/factories/ActionSimple__factory.ts +1 -1
- package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionStorageV4__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapPTV3__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapYTV3__factory.ts +1 -1
- package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
- package/typechain-types/factories/BridgeFunder__factory.ts +265 -0
- package/typechain-types/factories/ExpiredLpPtRedeemer__factory.ts +1 -1
- package/typechain-types/factories/FixedPricePTAMMV2__factory.ts +824 -0
- package/typechain-types/factories/IPAllActionV3__factory.ts +0 -88
- package/typechain-types/factories/IPBridgeFunder__factory.ts +100 -0
- package/typechain-types/factories/IPFixedPricePTAMMV2__factory.ts +621 -0
- package/typechain-types/factories/IPLimitRouter__factory.ts +156 -0
- package/typechain-types/factories/IPSwapHelper__factory.ts +111 -0
- package/typechain-types/factories/LimitBackendHelperV2__factory.ts +1 -1
- package/typechain-types/factories/LimitRouterBase__factory.ts +258 -1
- package/typechain-types/factories/MarketSweed__factory.ts +1 -1
- package/typechain-types/factories/MintSyHelper__factory.ts +168 -0
- package/typechain-types/factories/OFTAdapterAltImpl__factory.ts +1363 -0
- package/typechain-types/factories/PendleBridgedPrincipalTokenAlt__factory.ts +1702 -0
- package/typechain-types/factories/PendleCommonPoolDeployHelperV2__factory.ts +1 -1
- package/typechain-types/factories/PendleFeeSetter__factory.ts +36 -1
- package/typechain-types/factories/PendleLimitRouter__factory.ts +268 -3
- package/typechain-types/factories/PendlePoolDeployHelperV2__factory.ts +1 -1
- package/typechain-types/factories/PendlePoolDeployHelper__factory.ts +1 -1
- package/typechain-types/factories/PendleProxyAdmin__factory.ts +229 -0
- package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
- package/typechain-types/factories/PendleRouterV4__factory.ts +1 -1
- package/typechain-types/factories/PendleSwapHelper__factory.ts +152 -0
- package/typechain-types/factories/ProxyAdmin__factory.ts +210 -0
- package/typechain-types/factories/Reflector__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +108 -0
- package/typechain-types/index.ts +22 -0
- package/build/artifacts/contracts/cross-chain/FixedPricePTAMM.sol/FixedPricePTAMM.dbg.json +0 -4
- package/build/artifacts/contracts/cross-chain/FixedPricePTAMM.sol/FixedPricePTAMM.json +0 -667
- package/build/artifacts/contracts/interfaces/IPActionCrossChain.sol/IPActionCrossChain.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFixedPricePTAMM.sol/IPFixedPricePTAMM.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFixedPricePTAMM.sol/IPFixedPricePTAMMSwapCallback.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionCrossChain.sol/ActionCrossChain.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionCrossChain.sol/ActionCrossChain.json +0 -99
- package/contracts/cross-chain/FixedPricePTAMM.sol +0 -200
- package/contracts/interfaces/IPFixedPricePTAMM.sol +0 -69
|
@@ -0,0 +1,1602 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "PendleBridgedPrincipalTokenAlt",
|
|
4
|
+
"sourceName": "contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "string",
|
|
10
|
+
"name": "_name",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"internalType": "string",
|
|
15
|
+
"name": "_symbol",
|
|
16
|
+
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"internalType": "address",
|
|
20
|
+
"name": "_lzEndpoint",
|
|
21
|
+
"type": "address"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"internalType": "address",
|
|
25
|
+
"name": "_delegate",
|
|
26
|
+
"type": "address"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"internalType": "uint256",
|
|
30
|
+
"name": "_expiry",
|
|
31
|
+
"type": "uint256"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"internalType": "uint8",
|
|
35
|
+
"name": "_localDecimals",
|
|
36
|
+
"type": "uint8"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"internalType": "uint8",
|
|
40
|
+
"name": "_sharedDecimals",
|
|
41
|
+
"type": "uint8"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"internalType": "address",
|
|
45
|
+
"name": "initialOwner",
|
|
46
|
+
"type": "address"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"stateMutability": "nonpayable",
|
|
50
|
+
"type": "constructor"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"inputs": [],
|
|
54
|
+
"name": "InvalidDelegate",
|
|
55
|
+
"type": "error"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"inputs": [],
|
|
59
|
+
"name": "InvalidEndpointCall",
|
|
60
|
+
"type": "error"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"inputs": [],
|
|
64
|
+
"name": "InvalidLocalDecimals",
|
|
65
|
+
"type": "error"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"inputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "bytes",
|
|
71
|
+
"name": "options",
|
|
72
|
+
"type": "bytes"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"name": "InvalidOptions",
|
|
76
|
+
"type": "error"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"inputs": [],
|
|
80
|
+
"name": "LzTokenUnavailable",
|
|
81
|
+
"type": "error"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"inputs": [
|
|
85
|
+
{
|
|
86
|
+
"internalType": "uint256",
|
|
87
|
+
"name": "msgValue",
|
|
88
|
+
"type": "uint256"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"name": "MsgValueNotZero",
|
|
92
|
+
"type": "error"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"inputs": [],
|
|
96
|
+
"name": "NativeTokenUnavailable",
|
|
97
|
+
"type": "error"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"inputs": [
|
|
101
|
+
{
|
|
102
|
+
"internalType": "uint32",
|
|
103
|
+
"name": "eid",
|
|
104
|
+
"type": "uint32"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"name": "NoPeer",
|
|
108
|
+
"type": "error"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"inputs": [
|
|
112
|
+
{
|
|
113
|
+
"internalType": "uint256",
|
|
114
|
+
"name": "msgValue",
|
|
115
|
+
"type": "uint256"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"name": "NotEnoughNative",
|
|
119
|
+
"type": "error"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"inputs": [
|
|
123
|
+
{
|
|
124
|
+
"internalType": "address",
|
|
125
|
+
"name": "addr",
|
|
126
|
+
"type": "address"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"name": "OnlyEndpoint",
|
|
130
|
+
"type": "error"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"inputs": [
|
|
134
|
+
{
|
|
135
|
+
"internalType": "uint32",
|
|
136
|
+
"name": "eid",
|
|
137
|
+
"type": "uint32"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"internalType": "bytes32",
|
|
141
|
+
"name": "sender",
|
|
142
|
+
"type": "bytes32"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"name": "OnlyPeer",
|
|
146
|
+
"type": "error"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"inputs": [],
|
|
150
|
+
"name": "OnlySelf",
|
|
151
|
+
"type": "error"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"inputs": [
|
|
155
|
+
{
|
|
156
|
+
"internalType": "bytes",
|
|
157
|
+
"name": "result",
|
|
158
|
+
"type": "bytes"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"name": "SimulationResult",
|
|
162
|
+
"type": "error"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"inputs": [
|
|
166
|
+
{
|
|
167
|
+
"internalType": "uint256",
|
|
168
|
+
"name": "amountLD",
|
|
169
|
+
"type": "uint256"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"internalType": "uint256",
|
|
173
|
+
"name": "minAmountLD",
|
|
174
|
+
"type": "uint256"
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"name": "SlippageExceeded",
|
|
178
|
+
"type": "error"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"anonymous": false,
|
|
182
|
+
"inputs": [
|
|
183
|
+
{
|
|
184
|
+
"indexed": true,
|
|
185
|
+
"internalType": "address",
|
|
186
|
+
"name": "owner",
|
|
187
|
+
"type": "address"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"indexed": true,
|
|
191
|
+
"internalType": "address",
|
|
192
|
+
"name": "spender",
|
|
193
|
+
"type": "address"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"indexed": false,
|
|
197
|
+
"internalType": "uint256",
|
|
198
|
+
"name": "value",
|
|
199
|
+
"type": "uint256"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"name": "Approval",
|
|
203
|
+
"type": "event"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"anonymous": false,
|
|
207
|
+
"inputs": [
|
|
208
|
+
{
|
|
209
|
+
"components": [
|
|
210
|
+
{
|
|
211
|
+
"internalType": "uint32",
|
|
212
|
+
"name": "eid",
|
|
213
|
+
"type": "uint32"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"internalType": "uint16",
|
|
217
|
+
"name": "msgType",
|
|
218
|
+
"type": "uint16"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"internalType": "bytes",
|
|
222
|
+
"name": "options",
|
|
223
|
+
"type": "bytes"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"indexed": false,
|
|
227
|
+
"internalType": "struct EnforcedOptionParam[]",
|
|
228
|
+
"name": "_enforcedOptions",
|
|
229
|
+
"type": "tuple[]"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"name": "EnforcedOptionSet",
|
|
233
|
+
"type": "event"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"anonymous": false,
|
|
237
|
+
"inputs": [
|
|
238
|
+
{
|
|
239
|
+
"indexed": false,
|
|
240
|
+
"internalType": "address",
|
|
241
|
+
"name": "inspector",
|
|
242
|
+
"type": "address"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"name": "MsgInspectorSet",
|
|
246
|
+
"type": "event"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"anonymous": false,
|
|
250
|
+
"inputs": [
|
|
251
|
+
{
|
|
252
|
+
"indexed": true,
|
|
253
|
+
"internalType": "bytes32",
|
|
254
|
+
"name": "guid",
|
|
255
|
+
"type": "bytes32"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"indexed": false,
|
|
259
|
+
"internalType": "uint32",
|
|
260
|
+
"name": "srcEid",
|
|
261
|
+
"type": "uint32"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"indexed": true,
|
|
265
|
+
"internalType": "address",
|
|
266
|
+
"name": "toAddress",
|
|
267
|
+
"type": "address"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"indexed": false,
|
|
271
|
+
"internalType": "uint256",
|
|
272
|
+
"name": "amountReceivedLD",
|
|
273
|
+
"type": "uint256"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"name": "OFTReceived",
|
|
277
|
+
"type": "event"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"anonymous": false,
|
|
281
|
+
"inputs": [
|
|
282
|
+
{
|
|
283
|
+
"indexed": true,
|
|
284
|
+
"internalType": "bytes32",
|
|
285
|
+
"name": "guid",
|
|
286
|
+
"type": "bytes32"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"indexed": false,
|
|
290
|
+
"internalType": "uint32",
|
|
291
|
+
"name": "dstEid",
|
|
292
|
+
"type": "uint32"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"indexed": true,
|
|
296
|
+
"internalType": "address",
|
|
297
|
+
"name": "fromAddress",
|
|
298
|
+
"type": "address"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"indexed": false,
|
|
302
|
+
"internalType": "uint256",
|
|
303
|
+
"name": "amountSentLD",
|
|
304
|
+
"type": "uint256"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"indexed": false,
|
|
308
|
+
"internalType": "uint256",
|
|
309
|
+
"name": "amountReceivedLD",
|
|
310
|
+
"type": "uint256"
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"name": "OFTSent",
|
|
314
|
+
"type": "event"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"anonymous": false,
|
|
318
|
+
"inputs": [
|
|
319
|
+
{
|
|
320
|
+
"indexed": true,
|
|
321
|
+
"internalType": "address",
|
|
322
|
+
"name": "previousOwner",
|
|
323
|
+
"type": "address"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"indexed": true,
|
|
327
|
+
"internalType": "address",
|
|
328
|
+
"name": "newOwner",
|
|
329
|
+
"type": "address"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"name": "OwnershipTransferred",
|
|
333
|
+
"type": "event"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"anonymous": false,
|
|
337
|
+
"inputs": [
|
|
338
|
+
{
|
|
339
|
+
"indexed": false,
|
|
340
|
+
"internalType": "uint32",
|
|
341
|
+
"name": "eid",
|
|
342
|
+
"type": "uint32"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"indexed": false,
|
|
346
|
+
"internalType": "bytes32",
|
|
347
|
+
"name": "peer",
|
|
348
|
+
"type": "bytes32"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"name": "PeerSet",
|
|
352
|
+
"type": "event"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"anonymous": false,
|
|
356
|
+
"inputs": [
|
|
357
|
+
{
|
|
358
|
+
"indexed": false,
|
|
359
|
+
"internalType": "address",
|
|
360
|
+
"name": "preCrimeAddress",
|
|
361
|
+
"type": "address"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"name": "PreCrimeSet",
|
|
365
|
+
"type": "event"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"anonymous": false,
|
|
369
|
+
"inputs": [
|
|
370
|
+
{
|
|
371
|
+
"indexed": true,
|
|
372
|
+
"internalType": "address",
|
|
373
|
+
"name": "from",
|
|
374
|
+
"type": "address"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"indexed": true,
|
|
378
|
+
"internalType": "address",
|
|
379
|
+
"name": "to",
|
|
380
|
+
"type": "address"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"indexed": false,
|
|
384
|
+
"internalType": "uint256",
|
|
385
|
+
"name": "value",
|
|
386
|
+
"type": "uint256"
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"name": "Transfer",
|
|
390
|
+
"type": "event"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"inputs": [],
|
|
394
|
+
"name": "SEND",
|
|
395
|
+
"outputs": [
|
|
396
|
+
{
|
|
397
|
+
"internalType": "uint16",
|
|
398
|
+
"name": "",
|
|
399
|
+
"type": "uint16"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"stateMutability": "view",
|
|
403
|
+
"type": "function"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"inputs": [],
|
|
407
|
+
"name": "SEND_AND_CALL",
|
|
408
|
+
"outputs": [
|
|
409
|
+
{
|
|
410
|
+
"internalType": "uint16",
|
|
411
|
+
"name": "",
|
|
412
|
+
"type": "uint16"
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
"stateMutability": "view",
|
|
416
|
+
"type": "function"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"inputs": [
|
|
420
|
+
{
|
|
421
|
+
"components": [
|
|
422
|
+
{
|
|
423
|
+
"internalType": "uint32",
|
|
424
|
+
"name": "srcEid",
|
|
425
|
+
"type": "uint32"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"internalType": "bytes32",
|
|
429
|
+
"name": "sender",
|
|
430
|
+
"type": "bytes32"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"internalType": "uint64",
|
|
434
|
+
"name": "nonce",
|
|
435
|
+
"type": "uint64"
|
|
436
|
+
}
|
|
437
|
+
],
|
|
438
|
+
"internalType": "struct Origin",
|
|
439
|
+
"name": "origin",
|
|
440
|
+
"type": "tuple"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"name": "allowInitializePath",
|
|
444
|
+
"outputs": [
|
|
445
|
+
{
|
|
446
|
+
"internalType": "bool",
|
|
447
|
+
"name": "",
|
|
448
|
+
"type": "bool"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"stateMutability": "view",
|
|
452
|
+
"type": "function"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"inputs": [
|
|
456
|
+
{
|
|
457
|
+
"internalType": "address",
|
|
458
|
+
"name": "owner",
|
|
459
|
+
"type": "address"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"internalType": "address",
|
|
463
|
+
"name": "spender",
|
|
464
|
+
"type": "address"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"name": "allowance",
|
|
468
|
+
"outputs": [
|
|
469
|
+
{
|
|
470
|
+
"internalType": "uint256",
|
|
471
|
+
"name": "",
|
|
472
|
+
"type": "uint256"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"stateMutability": "view",
|
|
476
|
+
"type": "function"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"inputs": [],
|
|
480
|
+
"name": "approvalRequired",
|
|
481
|
+
"outputs": [
|
|
482
|
+
{
|
|
483
|
+
"internalType": "bool",
|
|
484
|
+
"name": "",
|
|
485
|
+
"type": "bool"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"stateMutability": "pure",
|
|
489
|
+
"type": "function"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"inputs": [
|
|
493
|
+
{
|
|
494
|
+
"internalType": "address",
|
|
495
|
+
"name": "spender",
|
|
496
|
+
"type": "address"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"internalType": "uint256",
|
|
500
|
+
"name": "amount",
|
|
501
|
+
"type": "uint256"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"name": "approve",
|
|
505
|
+
"outputs": [
|
|
506
|
+
{
|
|
507
|
+
"internalType": "bool",
|
|
508
|
+
"name": "",
|
|
509
|
+
"type": "bool"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"stateMutability": "nonpayable",
|
|
513
|
+
"type": "function"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"inputs": [
|
|
517
|
+
{
|
|
518
|
+
"internalType": "address",
|
|
519
|
+
"name": "account",
|
|
520
|
+
"type": "address"
|
|
521
|
+
}
|
|
522
|
+
],
|
|
523
|
+
"name": "balanceOf",
|
|
524
|
+
"outputs": [
|
|
525
|
+
{
|
|
526
|
+
"internalType": "uint256",
|
|
527
|
+
"name": "",
|
|
528
|
+
"type": "uint256"
|
|
529
|
+
}
|
|
530
|
+
],
|
|
531
|
+
"stateMutability": "view",
|
|
532
|
+
"type": "function"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"inputs": [
|
|
536
|
+
{
|
|
537
|
+
"internalType": "uint32",
|
|
538
|
+
"name": "_eid",
|
|
539
|
+
"type": "uint32"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"internalType": "uint16",
|
|
543
|
+
"name": "_msgType",
|
|
544
|
+
"type": "uint16"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"internalType": "bytes",
|
|
548
|
+
"name": "_extraOptions",
|
|
549
|
+
"type": "bytes"
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
"name": "combineOptions",
|
|
553
|
+
"outputs": [
|
|
554
|
+
{
|
|
555
|
+
"internalType": "bytes",
|
|
556
|
+
"name": "",
|
|
557
|
+
"type": "bytes"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"stateMutability": "view",
|
|
561
|
+
"type": "function"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"inputs": [],
|
|
565
|
+
"name": "decimalConversionRate",
|
|
566
|
+
"outputs": [
|
|
567
|
+
{
|
|
568
|
+
"internalType": "uint256",
|
|
569
|
+
"name": "",
|
|
570
|
+
"type": "uint256"
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"stateMutability": "view",
|
|
574
|
+
"type": "function"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"inputs": [],
|
|
578
|
+
"name": "decimals",
|
|
579
|
+
"outputs": [
|
|
580
|
+
{
|
|
581
|
+
"internalType": "uint8",
|
|
582
|
+
"name": "",
|
|
583
|
+
"type": "uint8"
|
|
584
|
+
}
|
|
585
|
+
],
|
|
586
|
+
"stateMutability": "view",
|
|
587
|
+
"type": "function"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"inputs": [
|
|
591
|
+
{
|
|
592
|
+
"internalType": "address",
|
|
593
|
+
"name": "spender",
|
|
594
|
+
"type": "address"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"internalType": "uint256",
|
|
598
|
+
"name": "subtractedValue",
|
|
599
|
+
"type": "uint256"
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"name": "decreaseAllowance",
|
|
603
|
+
"outputs": [
|
|
604
|
+
{
|
|
605
|
+
"internalType": "bool",
|
|
606
|
+
"name": "",
|
|
607
|
+
"type": "bool"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"stateMutability": "nonpayable",
|
|
611
|
+
"type": "function"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"inputs": [],
|
|
615
|
+
"name": "endpoint",
|
|
616
|
+
"outputs": [
|
|
617
|
+
{
|
|
618
|
+
"internalType": "contract ILayerZeroEndpointV2",
|
|
619
|
+
"name": "",
|
|
620
|
+
"type": "address"
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"stateMutability": "view",
|
|
624
|
+
"type": "function"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"inputs": [
|
|
628
|
+
{
|
|
629
|
+
"internalType": "uint32",
|
|
630
|
+
"name": "eid",
|
|
631
|
+
"type": "uint32"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"internalType": "uint16",
|
|
635
|
+
"name": "msgType",
|
|
636
|
+
"type": "uint16"
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"name": "enforcedOptions",
|
|
640
|
+
"outputs": [
|
|
641
|
+
{
|
|
642
|
+
"internalType": "bytes",
|
|
643
|
+
"name": "enforcedOption",
|
|
644
|
+
"type": "bytes"
|
|
645
|
+
}
|
|
646
|
+
],
|
|
647
|
+
"stateMutability": "view",
|
|
648
|
+
"type": "function"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"inputs": [],
|
|
652
|
+
"name": "expiry",
|
|
653
|
+
"outputs": [
|
|
654
|
+
{
|
|
655
|
+
"internalType": "uint256",
|
|
656
|
+
"name": "",
|
|
657
|
+
"type": "uint256"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"stateMutability": "view",
|
|
661
|
+
"type": "function"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"inputs": [
|
|
665
|
+
{
|
|
666
|
+
"internalType": "address",
|
|
667
|
+
"name": "spender",
|
|
668
|
+
"type": "address"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"internalType": "uint256",
|
|
672
|
+
"name": "addedValue",
|
|
673
|
+
"type": "uint256"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"name": "increaseAllowance",
|
|
677
|
+
"outputs": [
|
|
678
|
+
{
|
|
679
|
+
"internalType": "bool",
|
|
680
|
+
"name": "",
|
|
681
|
+
"type": "bool"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"stateMutability": "nonpayable",
|
|
685
|
+
"type": "function"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"inputs": [
|
|
689
|
+
{
|
|
690
|
+
"components": [
|
|
691
|
+
{
|
|
692
|
+
"internalType": "uint32",
|
|
693
|
+
"name": "srcEid",
|
|
694
|
+
"type": "uint32"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"internalType": "bytes32",
|
|
698
|
+
"name": "sender",
|
|
699
|
+
"type": "bytes32"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"internalType": "uint64",
|
|
703
|
+
"name": "nonce",
|
|
704
|
+
"type": "uint64"
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"internalType": "struct Origin",
|
|
708
|
+
"name": "",
|
|
709
|
+
"type": "tuple"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"internalType": "bytes",
|
|
713
|
+
"name": "",
|
|
714
|
+
"type": "bytes"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"internalType": "address",
|
|
718
|
+
"name": "_sender",
|
|
719
|
+
"type": "address"
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"name": "isComposeMsgSender",
|
|
723
|
+
"outputs": [
|
|
724
|
+
{
|
|
725
|
+
"internalType": "bool",
|
|
726
|
+
"name": "",
|
|
727
|
+
"type": "bool"
|
|
728
|
+
}
|
|
729
|
+
],
|
|
730
|
+
"stateMutability": "view",
|
|
731
|
+
"type": "function"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"inputs": [
|
|
735
|
+
{
|
|
736
|
+
"internalType": "uint32",
|
|
737
|
+
"name": "_eid",
|
|
738
|
+
"type": "uint32"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"internalType": "bytes32",
|
|
742
|
+
"name": "_peer",
|
|
743
|
+
"type": "bytes32"
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"name": "isPeer",
|
|
747
|
+
"outputs": [
|
|
748
|
+
{
|
|
749
|
+
"internalType": "bool",
|
|
750
|
+
"name": "",
|
|
751
|
+
"type": "bool"
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"stateMutability": "view",
|
|
755
|
+
"type": "function"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"inputs": [
|
|
759
|
+
{
|
|
760
|
+
"components": [
|
|
761
|
+
{
|
|
762
|
+
"internalType": "uint32",
|
|
763
|
+
"name": "srcEid",
|
|
764
|
+
"type": "uint32"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"internalType": "bytes32",
|
|
768
|
+
"name": "sender",
|
|
769
|
+
"type": "bytes32"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"internalType": "uint64",
|
|
773
|
+
"name": "nonce",
|
|
774
|
+
"type": "uint64"
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"internalType": "struct Origin",
|
|
778
|
+
"name": "_origin",
|
|
779
|
+
"type": "tuple"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"internalType": "bytes32",
|
|
783
|
+
"name": "_guid",
|
|
784
|
+
"type": "bytes32"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"internalType": "bytes",
|
|
788
|
+
"name": "_message",
|
|
789
|
+
"type": "bytes"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"internalType": "address",
|
|
793
|
+
"name": "_executor",
|
|
794
|
+
"type": "address"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"internalType": "bytes",
|
|
798
|
+
"name": "_extraData",
|
|
799
|
+
"type": "bytes"
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
"name": "lzReceive",
|
|
803
|
+
"outputs": [],
|
|
804
|
+
"stateMutability": "payable",
|
|
805
|
+
"type": "function"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"inputs": [
|
|
809
|
+
{
|
|
810
|
+
"components": [
|
|
811
|
+
{
|
|
812
|
+
"components": [
|
|
813
|
+
{
|
|
814
|
+
"internalType": "uint32",
|
|
815
|
+
"name": "srcEid",
|
|
816
|
+
"type": "uint32"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"internalType": "bytes32",
|
|
820
|
+
"name": "sender",
|
|
821
|
+
"type": "bytes32"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"internalType": "uint64",
|
|
825
|
+
"name": "nonce",
|
|
826
|
+
"type": "uint64"
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"internalType": "struct Origin",
|
|
830
|
+
"name": "origin",
|
|
831
|
+
"type": "tuple"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"internalType": "uint32",
|
|
835
|
+
"name": "dstEid",
|
|
836
|
+
"type": "uint32"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"internalType": "address",
|
|
840
|
+
"name": "receiver",
|
|
841
|
+
"type": "address"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"internalType": "bytes32",
|
|
845
|
+
"name": "guid",
|
|
846
|
+
"type": "bytes32"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"internalType": "uint256",
|
|
850
|
+
"name": "value",
|
|
851
|
+
"type": "uint256"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"internalType": "address",
|
|
855
|
+
"name": "executor",
|
|
856
|
+
"type": "address"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"internalType": "bytes",
|
|
860
|
+
"name": "message",
|
|
861
|
+
"type": "bytes"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"internalType": "bytes",
|
|
865
|
+
"name": "extraData",
|
|
866
|
+
"type": "bytes"
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"internalType": "struct InboundPacket[]",
|
|
870
|
+
"name": "_packets",
|
|
871
|
+
"type": "tuple[]"
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
"name": "lzReceiveAndRevert",
|
|
875
|
+
"outputs": [],
|
|
876
|
+
"stateMutability": "payable",
|
|
877
|
+
"type": "function"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"inputs": [
|
|
881
|
+
{
|
|
882
|
+
"components": [
|
|
883
|
+
{
|
|
884
|
+
"internalType": "uint32",
|
|
885
|
+
"name": "srcEid",
|
|
886
|
+
"type": "uint32"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"internalType": "bytes32",
|
|
890
|
+
"name": "sender",
|
|
891
|
+
"type": "bytes32"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"internalType": "uint64",
|
|
895
|
+
"name": "nonce",
|
|
896
|
+
"type": "uint64"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"internalType": "struct Origin",
|
|
900
|
+
"name": "_origin",
|
|
901
|
+
"type": "tuple"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"internalType": "bytes32",
|
|
905
|
+
"name": "_guid",
|
|
906
|
+
"type": "bytes32"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"internalType": "bytes",
|
|
910
|
+
"name": "_message",
|
|
911
|
+
"type": "bytes"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"internalType": "address",
|
|
915
|
+
"name": "_executor",
|
|
916
|
+
"type": "address"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"internalType": "bytes",
|
|
920
|
+
"name": "_extraData",
|
|
921
|
+
"type": "bytes"
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"name": "lzReceiveSimulate",
|
|
925
|
+
"outputs": [],
|
|
926
|
+
"stateMutability": "payable",
|
|
927
|
+
"type": "function"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"inputs": [],
|
|
931
|
+
"name": "msgInspector",
|
|
932
|
+
"outputs": [
|
|
933
|
+
{
|
|
934
|
+
"internalType": "address",
|
|
935
|
+
"name": "",
|
|
936
|
+
"type": "address"
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"stateMutability": "view",
|
|
940
|
+
"type": "function"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"inputs": [],
|
|
944
|
+
"name": "name",
|
|
945
|
+
"outputs": [
|
|
946
|
+
{
|
|
947
|
+
"internalType": "string",
|
|
948
|
+
"name": "",
|
|
949
|
+
"type": "string"
|
|
950
|
+
}
|
|
951
|
+
],
|
|
952
|
+
"stateMutability": "view",
|
|
953
|
+
"type": "function"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"inputs": [],
|
|
957
|
+
"name": "nativeToken",
|
|
958
|
+
"outputs": [
|
|
959
|
+
{
|
|
960
|
+
"internalType": "address",
|
|
961
|
+
"name": "",
|
|
962
|
+
"type": "address"
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"stateMutability": "view",
|
|
966
|
+
"type": "function"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"inputs": [
|
|
970
|
+
{
|
|
971
|
+
"internalType": "uint32",
|
|
972
|
+
"name": "",
|
|
973
|
+
"type": "uint32"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"internalType": "bytes32",
|
|
977
|
+
"name": "",
|
|
978
|
+
"type": "bytes32"
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"name": "nextNonce",
|
|
982
|
+
"outputs": [
|
|
983
|
+
{
|
|
984
|
+
"internalType": "uint64",
|
|
985
|
+
"name": "nonce",
|
|
986
|
+
"type": "uint64"
|
|
987
|
+
}
|
|
988
|
+
],
|
|
989
|
+
"stateMutability": "view",
|
|
990
|
+
"type": "function"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"inputs": [],
|
|
994
|
+
"name": "oApp",
|
|
995
|
+
"outputs": [
|
|
996
|
+
{
|
|
997
|
+
"internalType": "address",
|
|
998
|
+
"name": "",
|
|
999
|
+
"type": "address"
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"stateMutability": "view",
|
|
1003
|
+
"type": "function"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"inputs": [],
|
|
1007
|
+
"name": "oAppVersion",
|
|
1008
|
+
"outputs": [
|
|
1009
|
+
{
|
|
1010
|
+
"internalType": "uint64",
|
|
1011
|
+
"name": "senderVersion",
|
|
1012
|
+
"type": "uint64"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"internalType": "uint64",
|
|
1016
|
+
"name": "receiverVersion",
|
|
1017
|
+
"type": "uint64"
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"stateMutability": "pure",
|
|
1021
|
+
"type": "function"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"inputs": [],
|
|
1025
|
+
"name": "oftVersion",
|
|
1026
|
+
"outputs": [
|
|
1027
|
+
{
|
|
1028
|
+
"internalType": "bytes4",
|
|
1029
|
+
"name": "interfaceId",
|
|
1030
|
+
"type": "bytes4"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"internalType": "uint64",
|
|
1034
|
+
"name": "version",
|
|
1035
|
+
"type": "uint64"
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
1038
|
+
"stateMutability": "pure",
|
|
1039
|
+
"type": "function"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"inputs": [],
|
|
1043
|
+
"name": "owner",
|
|
1044
|
+
"outputs": [
|
|
1045
|
+
{
|
|
1046
|
+
"internalType": "address",
|
|
1047
|
+
"name": "",
|
|
1048
|
+
"type": "address"
|
|
1049
|
+
}
|
|
1050
|
+
],
|
|
1051
|
+
"stateMutability": "view",
|
|
1052
|
+
"type": "function"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"inputs": [
|
|
1056
|
+
{
|
|
1057
|
+
"internalType": "uint32",
|
|
1058
|
+
"name": "eid",
|
|
1059
|
+
"type": "uint32"
|
|
1060
|
+
}
|
|
1061
|
+
],
|
|
1062
|
+
"name": "peers",
|
|
1063
|
+
"outputs": [
|
|
1064
|
+
{
|
|
1065
|
+
"internalType": "bytes32",
|
|
1066
|
+
"name": "peer",
|
|
1067
|
+
"type": "bytes32"
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"stateMutability": "view",
|
|
1071
|
+
"type": "function"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"inputs": [],
|
|
1075
|
+
"name": "preCrime",
|
|
1076
|
+
"outputs": [
|
|
1077
|
+
{
|
|
1078
|
+
"internalType": "address",
|
|
1079
|
+
"name": "",
|
|
1080
|
+
"type": "address"
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
1083
|
+
"stateMutability": "view",
|
|
1084
|
+
"type": "function"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"inputs": [
|
|
1088
|
+
{
|
|
1089
|
+
"components": [
|
|
1090
|
+
{
|
|
1091
|
+
"internalType": "uint32",
|
|
1092
|
+
"name": "dstEid",
|
|
1093
|
+
"type": "uint32"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"internalType": "bytes32",
|
|
1097
|
+
"name": "to",
|
|
1098
|
+
"type": "bytes32"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"internalType": "uint256",
|
|
1102
|
+
"name": "amountLD",
|
|
1103
|
+
"type": "uint256"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"internalType": "uint256",
|
|
1107
|
+
"name": "minAmountLD",
|
|
1108
|
+
"type": "uint256"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"internalType": "bytes",
|
|
1112
|
+
"name": "extraOptions",
|
|
1113
|
+
"type": "bytes"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"internalType": "bytes",
|
|
1117
|
+
"name": "composeMsg",
|
|
1118
|
+
"type": "bytes"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"internalType": "bytes",
|
|
1122
|
+
"name": "oftCmd",
|
|
1123
|
+
"type": "bytes"
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"internalType": "struct SendParam",
|
|
1127
|
+
"name": "_sendParam",
|
|
1128
|
+
"type": "tuple"
|
|
1129
|
+
}
|
|
1130
|
+
],
|
|
1131
|
+
"name": "quoteOFT",
|
|
1132
|
+
"outputs": [
|
|
1133
|
+
{
|
|
1134
|
+
"components": [
|
|
1135
|
+
{
|
|
1136
|
+
"internalType": "uint256",
|
|
1137
|
+
"name": "minAmountLD",
|
|
1138
|
+
"type": "uint256"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"internalType": "uint256",
|
|
1142
|
+
"name": "maxAmountLD",
|
|
1143
|
+
"type": "uint256"
|
|
1144
|
+
}
|
|
1145
|
+
],
|
|
1146
|
+
"internalType": "struct OFTLimit",
|
|
1147
|
+
"name": "oftLimit",
|
|
1148
|
+
"type": "tuple"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"components": [
|
|
1152
|
+
{
|
|
1153
|
+
"internalType": "int256",
|
|
1154
|
+
"name": "feeAmountLD",
|
|
1155
|
+
"type": "int256"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"internalType": "string",
|
|
1159
|
+
"name": "description",
|
|
1160
|
+
"type": "string"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"internalType": "struct OFTFeeDetail[]",
|
|
1164
|
+
"name": "oftFeeDetails",
|
|
1165
|
+
"type": "tuple[]"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"components": [
|
|
1169
|
+
{
|
|
1170
|
+
"internalType": "uint256",
|
|
1171
|
+
"name": "amountSentLD",
|
|
1172
|
+
"type": "uint256"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"internalType": "uint256",
|
|
1176
|
+
"name": "amountReceivedLD",
|
|
1177
|
+
"type": "uint256"
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"internalType": "struct OFTReceipt",
|
|
1181
|
+
"name": "oftReceipt",
|
|
1182
|
+
"type": "tuple"
|
|
1183
|
+
}
|
|
1184
|
+
],
|
|
1185
|
+
"stateMutability": "view",
|
|
1186
|
+
"type": "function"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"inputs": [
|
|
1190
|
+
{
|
|
1191
|
+
"components": [
|
|
1192
|
+
{
|
|
1193
|
+
"internalType": "uint32",
|
|
1194
|
+
"name": "dstEid",
|
|
1195
|
+
"type": "uint32"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"internalType": "bytes32",
|
|
1199
|
+
"name": "to",
|
|
1200
|
+
"type": "bytes32"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"internalType": "uint256",
|
|
1204
|
+
"name": "amountLD",
|
|
1205
|
+
"type": "uint256"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"internalType": "uint256",
|
|
1209
|
+
"name": "minAmountLD",
|
|
1210
|
+
"type": "uint256"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"internalType": "bytes",
|
|
1214
|
+
"name": "extraOptions",
|
|
1215
|
+
"type": "bytes"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"internalType": "bytes",
|
|
1219
|
+
"name": "composeMsg",
|
|
1220
|
+
"type": "bytes"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"internalType": "bytes",
|
|
1224
|
+
"name": "oftCmd",
|
|
1225
|
+
"type": "bytes"
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"internalType": "struct SendParam",
|
|
1229
|
+
"name": "_sendParam",
|
|
1230
|
+
"type": "tuple"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"internalType": "bool",
|
|
1234
|
+
"name": "_payInLzToken",
|
|
1235
|
+
"type": "bool"
|
|
1236
|
+
}
|
|
1237
|
+
],
|
|
1238
|
+
"name": "quoteSend",
|
|
1239
|
+
"outputs": [
|
|
1240
|
+
{
|
|
1241
|
+
"components": [
|
|
1242
|
+
{
|
|
1243
|
+
"internalType": "uint256",
|
|
1244
|
+
"name": "nativeFee",
|
|
1245
|
+
"type": "uint256"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"internalType": "uint256",
|
|
1249
|
+
"name": "lzTokenFee",
|
|
1250
|
+
"type": "uint256"
|
|
1251
|
+
}
|
|
1252
|
+
],
|
|
1253
|
+
"internalType": "struct MessagingFee",
|
|
1254
|
+
"name": "msgFee",
|
|
1255
|
+
"type": "tuple"
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"stateMutability": "view",
|
|
1259
|
+
"type": "function"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"inputs": [],
|
|
1263
|
+
"name": "renounceOwnership",
|
|
1264
|
+
"outputs": [],
|
|
1265
|
+
"stateMutability": "nonpayable",
|
|
1266
|
+
"type": "function"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"inputs": [
|
|
1270
|
+
{
|
|
1271
|
+
"components": [
|
|
1272
|
+
{
|
|
1273
|
+
"internalType": "uint32",
|
|
1274
|
+
"name": "dstEid",
|
|
1275
|
+
"type": "uint32"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"internalType": "bytes32",
|
|
1279
|
+
"name": "to",
|
|
1280
|
+
"type": "bytes32"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"internalType": "uint256",
|
|
1284
|
+
"name": "amountLD",
|
|
1285
|
+
"type": "uint256"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"internalType": "uint256",
|
|
1289
|
+
"name": "minAmountLD",
|
|
1290
|
+
"type": "uint256"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"internalType": "bytes",
|
|
1294
|
+
"name": "extraOptions",
|
|
1295
|
+
"type": "bytes"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"internalType": "bytes",
|
|
1299
|
+
"name": "composeMsg",
|
|
1300
|
+
"type": "bytes"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"internalType": "bytes",
|
|
1304
|
+
"name": "oftCmd",
|
|
1305
|
+
"type": "bytes"
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"internalType": "struct SendParam",
|
|
1309
|
+
"name": "_sendParam",
|
|
1310
|
+
"type": "tuple"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"components": [
|
|
1314
|
+
{
|
|
1315
|
+
"internalType": "uint256",
|
|
1316
|
+
"name": "nativeFee",
|
|
1317
|
+
"type": "uint256"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"internalType": "uint256",
|
|
1321
|
+
"name": "lzTokenFee",
|
|
1322
|
+
"type": "uint256"
|
|
1323
|
+
}
|
|
1324
|
+
],
|
|
1325
|
+
"internalType": "struct MessagingFee",
|
|
1326
|
+
"name": "_fee",
|
|
1327
|
+
"type": "tuple"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"internalType": "address",
|
|
1331
|
+
"name": "_refundAddress",
|
|
1332
|
+
"type": "address"
|
|
1333
|
+
}
|
|
1334
|
+
],
|
|
1335
|
+
"name": "send",
|
|
1336
|
+
"outputs": [
|
|
1337
|
+
{
|
|
1338
|
+
"components": [
|
|
1339
|
+
{
|
|
1340
|
+
"internalType": "bytes32",
|
|
1341
|
+
"name": "guid",
|
|
1342
|
+
"type": "bytes32"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"internalType": "uint64",
|
|
1346
|
+
"name": "nonce",
|
|
1347
|
+
"type": "uint64"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"components": [
|
|
1351
|
+
{
|
|
1352
|
+
"internalType": "uint256",
|
|
1353
|
+
"name": "nativeFee",
|
|
1354
|
+
"type": "uint256"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"internalType": "uint256",
|
|
1358
|
+
"name": "lzTokenFee",
|
|
1359
|
+
"type": "uint256"
|
|
1360
|
+
}
|
|
1361
|
+
],
|
|
1362
|
+
"internalType": "struct MessagingFee",
|
|
1363
|
+
"name": "fee",
|
|
1364
|
+
"type": "tuple"
|
|
1365
|
+
}
|
|
1366
|
+
],
|
|
1367
|
+
"internalType": "struct MessagingReceipt",
|
|
1368
|
+
"name": "msgReceipt",
|
|
1369
|
+
"type": "tuple"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"components": [
|
|
1373
|
+
{
|
|
1374
|
+
"internalType": "uint256",
|
|
1375
|
+
"name": "amountSentLD",
|
|
1376
|
+
"type": "uint256"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"internalType": "uint256",
|
|
1380
|
+
"name": "amountReceivedLD",
|
|
1381
|
+
"type": "uint256"
|
|
1382
|
+
}
|
|
1383
|
+
],
|
|
1384
|
+
"internalType": "struct OFTReceipt",
|
|
1385
|
+
"name": "oftReceipt",
|
|
1386
|
+
"type": "tuple"
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"stateMutability": "payable",
|
|
1390
|
+
"type": "function"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"inputs": [
|
|
1394
|
+
{
|
|
1395
|
+
"internalType": "address",
|
|
1396
|
+
"name": "_delegate",
|
|
1397
|
+
"type": "address"
|
|
1398
|
+
}
|
|
1399
|
+
],
|
|
1400
|
+
"name": "setDelegate",
|
|
1401
|
+
"outputs": [],
|
|
1402
|
+
"stateMutability": "nonpayable",
|
|
1403
|
+
"type": "function"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"inputs": [
|
|
1407
|
+
{
|
|
1408
|
+
"components": [
|
|
1409
|
+
{
|
|
1410
|
+
"internalType": "uint32",
|
|
1411
|
+
"name": "eid",
|
|
1412
|
+
"type": "uint32"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"internalType": "uint16",
|
|
1416
|
+
"name": "msgType",
|
|
1417
|
+
"type": "uint16"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"internalType": "bytes",
|
|
1421
|
+
"name": "options",
|
|
1422
|
+
"type": "bytes"
|
|
1423
|
+
}
|
|
1424
|
+
],
|
|
1425
|
+
"internalType": "struct EnforcedOptionParam[]",
|
|
1426
|
+
"name": "_enforcedOptions",
|
|
1427
|
+
"type": "tuple[]"
|
|
1428
|
+
}
|
|
1429
|
+
],
|
|
1430
|
+
"name": "setEnforcedOptions",
|
|
1431
|
+
"outputs": [],
|
|
1432
|
+
"stateMutability": "nonpayable",
|
|
1433
|
+
"type": "function"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"inputs": [
|
|
1437
|
+
{
|
|
1438
|
+
"internalType": "address",
|
|
1439
|
+
"name": "_msgInspector",
|
|
1440
|
+
"type": "address"
|
|
1441
|
+
}
|
|
1442
|
+
],
|
|
1443
|
+
"name": "setMsgInspector",
|
|
1444
|
+
"outputs": [],
|
|
1445
|
+
"stateMutability": "nonpayable",
|
|
1446
|
+
"type": "function"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"inputs": [
|
|
1450
|
+
{
|
|
1451
|
+
"internalType": "uint32",
|
|
1452
|
+
"name": "_eid",
|
|
1453
|
+
"type": "uint32"
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"internalType": "bytes32",
|
|
1457
|
+
"name": "_peer",
|
|
1458
|
+
"type": "bytes32"
|
|
1459
|
+
}
|
|
1460
|
+
],
|
|
1461
|
+
"name": "setPeer",
|
|
1462
|
+
"outputs": [],
|
|
1463
|
+
"stateMutability": "nonpayable",
|
|
1464
|
+
"type": "function"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"inputs": [
|
|
1468
|
+
{
|
|
1469
|
+
"internalType": "address",
|
|
1470
|
+
"name": "_preCrime",
|
|
1471
|
+
"type": "address"
|
|
1472
|
+
}
|
|
1473
|
+
],
|
|
1474
|
+
"name": "setPreCrime",
|
|
1475
|
+
"outputs": [],
|
|
1476
|
+
"stateMutability": "nonpayable",
|
|
1477
|
+
"type": "function"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"inputs": [],
|
|
1481
|
+
"name": "sharedDecimals",
|
|
1482
|
+
"outputs": [
|
|
1483
|
+
{
|
|
1484
|
+
"internalType": "uint8",
|
|
1485
|
+
"name": "",
|
|
1486
|
+
"type": "uint8"
|
|
1487
|
+
}
|
|
1488
|
+
],
|
|
1489
|
+
"stateMutability": "view",
|
|
1490
|
+
"type": "function"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"inputs": [],
|
|
1494
|
+
"name": "symbol",
|
|
1495
|
+
"outputs": [
|
|
1496
|
+
{
|
|
1497
|
+
"internalType": "string",
|
|
1498
|
+
"name": "",
|
|
1499
|
+
"type": "string"
|
|
1500
|
+
}
|
|
1501
|
+
],
|
|
1502
|
+
"stateMutability": "view",
|
|
1503
|
+
"type": "function"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"inputs": [],
|
|
1507
|
+
"name": "token",
|
|
1508
|
+
"outputs": [
|
|
1509
|
+
{
|
|
1510
|
+
"internalType": "address",
|
|
1511
|
+
"name": "",
|
|
1512
|
+
"type": "address"
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"stateMutability": "view",
|
|
1516
|
+
"type": "function"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"inputs": [],
|
|
1520
|
+
"name": "totalSupply",
|
|
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": "to",
|
|
1536
|
+
"type": "address"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"internalType": "uint256",
|
|
1540
|
+
"name": "amount",
|
|
1541
|
+
"type": "uint256"
|
|
1542
|
+
}
|
|
1543
|
+
],
|
|
1544
|
+
"name": "transfer",
|
|
1545
|
+
"outputs": [
|
|
1546
|
+
{
|
|
1547
|
+
"internalType": "bool",
|
|
1548
|
+
"name": "",
|
|
1549
|
+
"type": "bool"
|
|
1550
|
+
}
|
|
1551
|
+
],
|
|
1552
|
+
"stateMutability": "nonpayable",
|
|
1553
|
+
"type": "function"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"inputs": [
|
|
1557
|
+
{
|
|
1558
|
+
"internalType": "address",
|
|
1559
|
+
"name": "from",
|
|
1560
|
+
"type": "address"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"internalType": "address",
|
|
1564
|
+
"name": "to",
|
|
1565
|
+
"type": "address"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"internalType": "uint256",
|
|
1569
|
+
"name": "amount",
|
|
1570
|
+
"type": "uint256"
|
|
1571
|
+
}
|
|
1572
|
+
],
|
|
1573
|
+
"name": "transferFrom",
|
|
1574
|
+
"outputs": [
|
|
1575
|
+
{
|
|
1576
|
+
"internalType": "bool",
|
|
1577
|
+
"name": "",
|
|
1578
|
+
"type": "bool"
|
|
1579
|
+
}
|
|
1580
|
+
],
|
|
1581
|
+
"stateMutability": "nonpayable",
|
|
1582
|
+
"type": "function"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"inputs": [
|
|
1586
|
+
{
|
|
1587
|
+
"internalType": "address",
|
|
1588
|
+
"name": "newOwner",
|
|
1589
|
+
"type": "address"
|
|
1590
|
+
}
|
|
1591
|
+
],
|
|
1592
|
+
"name": "transferOwnership",
|
|
1593
|
+
"outputs": [],
|
|
1594
|
+
"stateMutability": "nonpayable",
|
|
1595
|
+
"type": "function"
|
|
1596
|
+
}
|
|
1597
|
+
],
|
|
1598
|
+
"bytecode": "0x610140604052348015610010575f5ffd5b50604051613c34380380613c3483398101604081905261002f9161034b565b878787878787878787878787838361004660e05190565b84848181818161005533610218565b6001600160a01b03808316608052811661008257604051632d618d8160e21b815260040160405180910390fd5b60805160405163ca5eb5e160e01b81526001600160a01b0383811660048301529091169063ca5eb5e1906024015f604051808303815f87803b1580156100c6575f5ffd5b505af11580156100d8573d5f5f3e3d5ffd5b50505050505050506100ee61026760201b60201c565b60ff168360ff161015610114576040516301e9714b60e41b815260040160405180910390fd5b61010051610122908461041e565b61012d90600a610520565b60a0525060089150610141905083826105b9565b50600961014e82826105b9565b50505060c088905250610165925083915050610218565b60ff80841660e08190529083166101008190526101819161041e565b61018c90600a610520565b60a0818152505050505050505050506080516001600160a01b031663e1758bd86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101d9573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101fd9190610673565b6001600160a01b0316610120525061068c9650505050505050565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6101005190565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112610291575f5ffd5b81516001600160401b038111156102aa576102aa61026e565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102d8576102d861026e565b6040528181528382016020018510156102ef575f5ffd5b5f5b8281101561030d576020818601810151838301820152016102f1565b505f918101602001919091529392505050565b80516001600160a01b0381168114610336575f5ffd5b919050565b805160ff81168114610336575f5ffd5b5f5f5f5f5f5f5f5f610100898b031215610363575f5ffd5b88516001600160401b03811115610378575f5ffd5b6103848b828c01610282565b60208b015190995090506001600160401b038111156103a1575f5ffd5b6103ad8b828c01610282565b9750506103bc60408a01610320565b95506103ca60608a01610320565b9450608089015193506103df60a08a0161033b565b92506103ed60c08a0161033b565b91506103fb60e08a01610320565b90509295985092959890939650565b634e487b7160e01b5f52601160045260245ffd5b60ff82811682821603908111156104375761043761040a565b92915050565b6001815b60018411156104785780850481111561045c5761045c61040a565b600184161561046a57908102905b60019390931c928002610441565b935093915050565b5f8261048e57506001610437565b8161049a57505f610437565b81600181146104b057600281146104ba576104d6565b6001915050610437565b60ff8411156104cb576104cb61040a565b50506001821b610437565b5060208310610133831016604e8410600b84101617156104f9575081810a610437565b6105055f19848461043d565b805f19048211156105185761051861040a565b029392505050565b5f61052e60ff841683610480565b9392505050565b600181811c9082168061054957607f821691505b60208210810361056757634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156105b457805f5260205f20601f840160051c810160208510156105925750805b601f840160051c820191505b818110156105b1575f815560010161059e565b50505b505050565b81516001600160401b038111156105d2576105d261026e565b6105e6816105e08454610535565b8461056d565b6020601f821160018114610618575f83156106015750848201515b5f19600385901b1c1916600184901b1784556105b1565b5f84815260208120601f198516915b828110156106475787850151825560209485019460019092019101610627565b508482101561066457868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215610683575f5ffd5b61052e82610320565b60805160a05160c05160e051610100516101205161350661072e5f395f818161079d015281816121dd015261222f01525f61059101525f6103a501525f6107d001525f81816105ee01528181611ce701528181611d590152611e3501525f81816104a201528181610a510152818161111a01528181611503015281816119b201528181611f47015281816122520152818161227e015261233501526135065ff3fe60806040526004361061020c575f3560e01c806306fdde0314610210578063095ea7b31461023a5780630d35b41514610269578063111ecdad1461029757806313137d65146102c3578063134d4f25146102d8578063156a0d0f146102ff57806317442b701461032557806318160ddd146103465780631f5e13341461036457806323b872dd14610378578063313ce567146103975780633400288b146103d757806339509351146103f65780633b6f743b1461041557806352ae2879146104415780635535d461146104535780635a0dfe4d146104725780635e280f11146104915780636fc1b31e146104c457806370a08231146104e3578063715018a6146105175780637d25a05e1461052b57806382413eac14610564578063857749b0146105835780638da5cb5b146105b557806395d89b41146105c9578063963efcaa146105dd5780639f68b96414610610578063a457c2d714610622578063a9059cbb14610641578063b731ea0a14610660578063b98bd0701461067f578063bb0b6a531461069e578063bc70b354146106c9578063bd815db0146106e8578063c7c7f5b3146106fb578063ca5eb5e11461071c578063d045a0dc1461073b578063d42438851461074e578063dd62ed3e1461076d578063e1758bd81461078c578063e184c9be146107bf578063f2fde38b146107f2578063fc0c546a14610441578063ff7bd03d14610811575b5f5ffd5b34801561021b575f5ffd5b50610224610830565b6040516102319190612611565b60405180910390f35b348015610245575f5ffd5b50610259610254366004612637565b6108c0565b6040519015158152602001610231565b348015610274575f5ffd5b50610288610283366004612677565b6108d9565b604051610231939291906126b7565b3480156102a2575f5ffd5b506004546102b6906001600160a01b031681565b6040516102319190612747565b6102d66102d13660046127af565b610a4f565b005b3480156102e3575f5ffd5b506102ec600281565b60405161ffff9091168152602001610231565b34801561030a575f5ffd5b506040805162b9270b60e21b81526001602082015201610231565b348015610330575f5ffd5b5060408051600181526002602082015201610231565b348015610351575f5ffd5b506007545b604051908152602001610231565b34801561036f575f5ffd5b506102ec600181565b348015610383575f5ffd5b50610259610392366004612849565b610b07565b3480156103a2575f5ffd5b507f00000000000000000000000000000000000000000000000000000000000000005b60405160ff9091168152602001610231565b3480156103e2575f5ffd5b506102d66103f136600461289f565b610b2c565b348015610401575f5ffd5b50610259610410366004612637565b610b42565b348015610420575f5ffd5b5061043461042f3660046128c6565b610b63565b6040516102319190612914565b34801561044c575f5ffd5b50306102b6565b34801561045e575f5ffd5b5061022461046d366004612933565b610bbc565b34801561047d575f5ffd5b5061025961048c36600461289f565b610c5e565b34801561049c575f5ffd5b506102b67f000000000000000000000000000000000000000000000000000000000000000081565b3480156104cf575f5ffd5b506102d66104de366004612964565b610c79565b3480156104ee575f5ffd5b506103566104fd366004612964565b6001600160a01b03165f9081526005602052604090205490565b348015610522575f5ffd5b506102d6610cd7565b348015610536575f5ffd5b5061054c61054536600461289f565b5f92915050565b6040516001600160401b039091168152602001610231565b34801561056f575f5ffd5b5061025961057e36600461297f565b610cea565b34801561058e575f5ffd5b507f00000000000000000000000000000000000000000000000000000000000000006103c5565b3480156105c0575f5ffd5b506102b6610cff565b3480156105d4575f5ffd5b50610224610d0d565b3480156105e8575f5ffd5b506103567f000000000000000000000000000000000000000000000000000000000000000081565b34801561061b575f5ffd5b505f610259565b34801561062d575f5ffd5b5061025961063c366004612637565b610d1c565b34801561064c575f5ffd5b5061025961065b366004612637565b610da1565b34801561066b575f5ffd5b506002546102b6906001600160a01b031681565b34801561068a575f5ffd5b506102d6610699366004612a21565b610dae565b3480156106a9575f5ffd5b506103566106b8366004612a5f565b60016020525f908152604090205481565b3480156106d4575f5ffd5b506102246106e3366004612a78565b610dc8565b6102d66106f6366004612a21565b610f69565b61070e610709366004612ad4565b6110d3565b604051610231929190612b3c565b348015610727575f5ffd5b506102d6610736366004612964565b6110fb565b6102d66107493660046127af565b61117f565b348015610759575f5ffd5b506102d6610768366004612964565b6111ae565b348015610778575f5ffd5b50610356610787366004612b78565b611201565b348015610797575f5ffd5b506102b67f000000000000000000000000000000000000000000000000000000000000000081565b3480156107ca575f5ffd5b506103567f000000000000000000000000000000000000000000000000000000000000000081565b3480156107fd575f5ffd5b506102d661080c366004612964565b61122b565b34801561081c575f5ffd5b5061025961082b366004612ba4565b6112a4565b60606008805461083f90612bbe565b80601f016020809104026020016040519081016040528092919081815260200182805461086b90612bbe565b80156108b65780601f1061088d576101008083540402835291602001916108b6565b820191905f5260205f20905b81548152906001019060200180831161089957829003601f168201915b5050505050905090565b5f336108cd8185856112d8565b60019150505b92915050565b604080518082019091525f808252602082015260606108f6612589565b5f5f90505f306001600160a01b031663fc0c546a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610937573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061095b9190612bf0565b6001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610996573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ba9190612c0b565b604080518082018252848152602080820184905282515f80825291810190935290975091925090610a0d565b604080518082019091525f8152606060208201528152602001906001900390816109e65790505b5093505f80610a31604089013560608a0135610a2c60208c018c612a5f565b6113fb565b60408051808201909152918252602082015296989597505050505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163314610aa357336040516391ac5e4f60e01b8152600401610a9a9190612747565b60405180910390fd5b60208701803590610abd90610ab8908a612a5f565b611436565b14610aef57610acf6020880188612a5f565b876020013560405163309afaf360e21b8152600401610a9a929190612c36565b610afe87878787878787611471565b50505050505050565b5f33610b148582856115c8565b610b1f858585611640565b60019150505b9392505050565b610b346117d6565b610b3e8282611835565b5050565b5f336108cd818585610b548383611201565b610b5e9190612c60565b6112d8565b610b6b612589565b5f610b8660408501356060860135610a2c6020880188612a5f565b9150505f5f610b95868461188a565b9092509050610bb2610baa6020880188612a5f565b8383886119a8565b9695505050505050565b600360209081525f928352604080842090915290825290208054610bdf90612bbe565b80601f0160208091040260200160405190810160405280929190818152602001828054610c0b90612bbe565b8015610c565780601f10610c2d57610100808354040283529160200191610c56565b820191905f5260205f20905b815481529060010190602001808311610c3957829003601f168201915b505050505081565b63ffffffff919091165f908152600160205260409020541490565b610c816117d6565b600480546001600160a01b0319166001600160a01b0383161790556040517ff0be4f1e87349231d80c36b33f9e8639658eeaf474014dee15a3e6a4d441419790610ccc908390612747565b60405180910390a150565b610cdf6117d6565b610ce85f611a7b565b565b6001600160a01b03811630145b949350505050565b5f546001600160a01b031690565b60606009805461083f90612bbe565b5f3381610d298286611201565b905083811015610d895760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610a9a565b610d9682868684036112d8565b506001949350505050565b5f336108cd818585611640565b610db66117d6565b610b3e610dc38284612d13565b611aca565b63ffffffff84165f90815260036020908152604080832061ffff87168452909152812080546060929190610dfb90612bbe565b80601f0160208091040260200160405190810160405280929190818152602001828054610e2790612bbe565b8015610e725780601f10610e4957610100808354040283529160200191610e72565b820191905f5260205f20905b815481529060010190602001808311610e5557829003601f168201915b5050505050905080515f03610ec05783838080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250929450610cf79350505050565b5f839003610ecf579050610cf7565b60028310610f4c57610f1584848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250611bcb92505050565b80610f238460028188612e34565b604051602001610f3593929190612e5b565b604051602081830303815290604052915050610cf7565b8383604051639a6d49cd60e01b8152600401610a9a929190612ea9565b5f5b818110156110565736838383818110610f8657610f86612ebc565b9050602002810190610f989190612ed0565b9050610fb4610faa6020830183612a5f565b6020830135610c5e565b610fbe575061104e565b3063d045a0dc60c08301358360a0810135610fdd610100830183612eef565b610fee610100890160e08a01612964565b610ffc6101208a018a612eef565b6040518963ffffffff1660e01b815260040161101e9796959493929190612f45565b5f604051808303818588803b158015611035575f5ffd5b505af1158015611047573d5f5f3e3d5ffd5b5050505050505b600101610f6b565b50336001600160a01b0316638e9e70996040518163ffffffff1660e01b81526004015f60405180830381865afa158015611092573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110b99190810190612fca565b604051638351eea760e01b8152600401610a9a9190612611565b6110db6125a1565b6110e3612589565b6110ee858585611bf7565b915091505b935093915050565b6111036117d6565b60405163ca5eb5e160e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063ca5eb5e19061114f908490600401612747565b5f604051808303815f87803b158015611166575f5ffd5b505af1158015611178573d5f5f3e3d5ffd5b5050505050565b33301461119f5760405163029a949d60e31b815260040160405180910390fd5b610afe87878787878787610aef565b6111b66117d6565b600280546001600160a01b0319166001600160a01b0383161790556040517fd48d879cef83a1c0bdda516f27b13ddb1b3f8bbac1c9e1511bb2a659c242776090610ccc908390612747565b6001600160a01b039182165f90815260066020908152604080832093909416825291909152205490565b6112336117d6565b6001600160a01b0381166112985760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610a9a565b6112a181611a7b565b50565b5f6020820180359060019083906112bb9086612a5f565b63ffffffff16815260208101919091526040015f20541492915050565b6001600160a01b03831661133a5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610a9a565b6001600160a01b03821661139b5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610a9a565b6001600160a01b038381165f8181526006602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b5f5f61140685611ce4565b9150819050838110156110f3576040516371c4efed60e01b81526004810182905260248101859052604401610a9a565b63ffffffff81165f90815260016020526040812054806108d35760405163f6ff4fb760e01b815263ffffffff84166004820152602401610a9a565b5f61148261147f8787611d1a565b90565b90505f6114ad8261149b6114968a8a611d31565b611d53565b6114a860208d018d612a5f565b611d87565b9050602886111561156d575f6114e96114cc60608c0160408d01613032565b6114d960208d018d612a5f565b846114e48c8c611dae565b611df8565b604051633e5ac80960e11b81529091506001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690637cb590129061153e9086908d905f90879060040161304d565b5f604051808303815f87803b158015611555575f5ffd5b505af1158015611567573d5f5f3e3d5ffd5b50505050505b6001600160a01b038216887fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c6115a660208d018d612a5f565b846040516115b5929190612c36565b60405180910390a3505050505050505050565b5f6115d38484611201565b90505f19811461163a578181101561162d5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610a9a565b61163a84848484036112d8565b50505050565b6001600160a01b0383166116a45760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610a9a565b6001600160a01b0382166117065760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610a9a565b6001600160a01b0383165f908152600560205260409020548181101561177d5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610a9a565b6001600160a01b038085165f8181526005602052604080822086860390559286168082529083902080548601905591515f5160206134b15f395f51905f52906117c99086815260200190565b60405180910390a361163a565b336117df610cff565b6001600160a01b031614610ce85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a9a565b63ffffffff82165f9081526001602052604090819020829055517f238399d427b947898edb290f5ff0f9109849b1c3ba196a42e35f00c50a54b98b9061187e9084908490612c36565b60405180910390a15050565b6060805f6118e5856020013561189f86611e2f565b6118ac60a0890189612eef565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250611e5a92505050565b90935090505f816118f75760016118fa565b60025b905061191a61190c6020880188612a5f565b826106e360808a018a612eef565b6004549093506001600160a01b0316801561199e5760405163043a78eb60e01b81526001600160a01b0382169063043a78eb9061195d908890889060040161307d565b602060405180830381865afa158015611978573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199c91906130a1565b505b5050509250929050565b6119b0612589565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663ddc28c586040518060a001604052808863ffffffff1681526020016119ff89611436565b8152602001878152602001868152602001851515815250306040518363ffffffff1660e01b8152600401611a349291906130bc565b6040805180830381865afa158015611a4e573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a729190613163565b95945050505050565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f5b8151811015611b9b57611afb828281518110611aea57611aea612ebc565b602002602001015160400151611bcb565b818181518110611b0d57611b0d612ebc565b60200260200101516040015160035f848481518110611b2e57611b2e612ebc565b60200260200101515f015163ffffffff1663ffffffff1681526020019081526020015f205f848481518110611b6557611b65612ebc565b60200260200101516020015161ffff1661ffff1681526020019081526020015f209081611b9291906131c1565b50600101611acc565b507fbe4864a8e820971c0247f5992e2da559595f7bf076a21cb5928d443d2a13b67481604051610ccc919061327b565b600281015161ffff8116600314610b3e5781604051639a6d49cd60e01b8152600401610a9a9190612611565b611bff6125a1565b611c07612589565b5f80611c2933604089013560608a0135611c2460208c018c612a5f565b611ed4565b915091505f5f611c39898461188a565b9092509050611c65611c4e60208b018b612a5f565b8383611c5f368d90038d018d613309565b8b611ef9565b60408051808201909152858152602080820186905282519298509096503391907f85496b760a4b7f8d66384b9df21b381f5d1b1e79f229a47aaf4c232edc2fe59a90611cb3908d018d612a5f565b6040805163ffffffff909216825260208201899052810187905260600160405180910390a350505050935093915050565b5f7f0000000000000000000000000000000000000000000000000000000000000000611d10818461333a565b6108d39190613359565b5f611d286020828486612e34565b610b2591613370565b5f611d40602860208486612e34565b611d499161338d565b60c01c9392505050565b5f6108d37f00000000000000000000000000000000000000000000000000000000000000006001600160401b038416613359565b5f6001600160a01b038416611d9c5761dead93505b611da6848461200f565b509092915050565b6060611dbd8260288186612e34565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250929695505050505050565b606084848484604051602001611e1194939291906133c5565b6040516020818303038152906040529050949350505050565b505050565b5f6108d37f00000000000000000000000000000000000000000000000000000000000000008361333a565b8051606090151580611ea3578484604051602001611e8f92919091825260c01b6001600160c01b031916602082015260280190565b604051602081830303815290604052611eca565b84843385604051602001611eba9493929190613416565b6040516020818303038152906040525b9150935093915050565b5f5f611ee18585856113fb565b9092509050611ef086836120bb565b94509492505050565b611f016125a1565b3415611f2257604051637693b46f60e01b8152346004820152602401610a9a565b8251611f2d906121da565b50602083015115611f4557611f45836020015161227b565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632637a4506040518060a001604052808963ffffffff168152602001611f948a611436565b81526020018881526020018781526020015f8760200151111515815250846040518363ffffffff1660e01b8152600401611fcf9291906130bc565b6080604051808303815f875af1158015611feb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb29190613455565b6001600160a01b0382166120655760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610a9a565b8060075f8282546120769190612c60565b90915550506001600160a01b0382165f818152600560209081526040808320805486019055518481525f5160206134b15f395f51905f52910160405180910390a35050565b6001600160a01b03821661211b5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610a9a565b6001600160a01b0382165f908152600560205260409020548181101561218e5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610a9a565b6001600160a01b0383165f8181526005602090815260408083208686039055600780548790039055518581529192915f5160206134b15f395f51905f52910160405180910390a3505050565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661222257604051638dce522760e01b815260040160405180910390fd5b6122776001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016337f000000000000000000000000000000000000000000000000000000000000000085612356565b5090565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663e4fe1d946040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122d8573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122fc9190612bf0565b90506001600160a01b038116612325576040516329b99a9560e11b815260040160405180910390fd5b610b3e6001600160a01b038216337f0000000000000000000000000000000000000000000000000000000000000000855b604080516001600160a01b038581166024830152848116604483015260648083018590528351808403909101815260849092018352602080830180516001600160e01b03166323b872dd60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65649084015261163a928792915f916123ed91851690849061246c565b905080515f148061240d57508080602001905181019061240d91906130a1565b611e2a5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610a9a565b6060610cf784845f85855f5f866001600160a01b03168587604051612491919061349f565b5f6040518083038185875af1925050503d805f81146124cb576040519150601f19603f3d011682016040523d82523d5f602084013e6124d0565b606091505b50915091506124e1878383876124ec565b979650505050505050565b6060831561255a5782515f03612553576001600160a01b0385163b6125535760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610a9a565b5081610cf7565b610cf7838381511561256f5781518083602001fd5b8060405162461bcd60e51b8152600401610a9a9190612611565b60405180604001604052805f81526020015f81525090565b604080516060810182525f80825260208201529081016125bf612589565b905290565b5f5b838110156125de5781810151838201526020016125c6565b50505f910152565b5f81518084526125fd8160208601602086016125c4565b601f01601f19169290920160200192915050565b602081525f610b2560208301846125e6565b6001600160a01b03811681146112a1575f5ffd5b5f5f60408385031215612648575f5ffd5b823561265381612623565b946020939093013593505050565b5f60e08284031215612671575f5ffd5b50919050565b5f60208284031215612687575f5ffd5b81356001600160401b0381111561269c575f5ffd5b610cf784828501612661565b80518252602090810151910152565b5f60a082016126c683876126a8565b60a0604084015280855180835260c08501915060c08160051b8601019250602087015f5b828110156127325760bf19878603018452815180518652602081015190506040602087015261271c60408701826125e6565b95505060209384019391909101906001016126ea565b5050505080915050610cf760608301846126a8565b6001600160a01b0391909116815260200190565b5f60608284031215612671575f5ffd5b5f5f83601f84011261277b575f5ffd5b5081356001600160401b03811115612791575f5ffd5b6020830191508360208285010111156127a8575f5ffd5b9250929050565b5f5f5f5f5f5f5f60e0888a0312156127c5575f5ffd5b6127cf898961275b565b96506060880135955060808801356001600160401b038111156127f0575f5ffd5b6127fc8a828b0161276b565b90965094505060a088013561281081612623565b925060c08801356001600160401b0381111561282a575f5ffd5b6128368a828b0161276b565b989b979a50959850939692959293505050565b5f5f5f6060848603121561285b575f5ffd5b833561286681612623565b9250602084013561287681612623565b929592945050506040919091013590565b803563ffffffff8116811461289a575f5ffd5b919050565b5f5f604083850312156128b0575f5ffd5b61265383612887565b80151581146112a1575f5ffd5b5f5f604083850312156128d7575f5ffd5b82356001600160401b038111156128ec575f5ffd5b6128f885828601612661565b9250506020830135612909816128b9565b809150509250929050565b604081016108d382846126a8565b803561ffff8116811461289a575f5ffd5b5f5f60408385031215612944575f5ffd5b61294d83612887565b915061295b60208401612922565b90509250929050565b5f60208284031215612974575f5ffd5b8135610b2581612623565b5f5f5f5f60a08587031215612992575f5ffd5b61299c868661275b565b935060608501356001600160401b038111156129b6575f5ffd5b6129c28782880161276b565b90945092505060808501356129d681612623565b939692955090935050565b5f5f83601f8401126129f1575f5ffd5b5081356001600160401b03811115612a07575f5ffd5b6020830191508360208260051b85010111156127a8575f5ffd5b5f5f60208385031215612a32575f5ffd5b82356001600160401b03811115612a47575f5ffd5b612a53858286016129e1565b90969095509350505050565b5f60208284031215612a6f575f5ffd5b610b2582612887565b5f5f5f5f60608587031215612a8b575f5ffd5b612a9485612887565b9350612aa260208601612922565b925060408501356001600160401b03811115612abc575f5ffd5b612ac88782880161276b565b95989497509550505050565b5f5f5f8385036080811215612ae7575f5ffd5b84356001600160401b03811115612afc575f5ffd5b612b0887828801612661565b9450506040601f1982011215612b1c575f5ffd5b506020840191506060840135612b3181612623565b809150509250925092565b825181526020808401516001600160401b03169082015260408084015160c0830191612b6a908401826126a8565b50610b2560808301846126a8565b5f5f60408385031215612b89575f5ffd5b8235612b9481612623565b9150602083013561290981612623565b5f60608284031215612bb4575f5ffd5b610b25838361275b565b600181811c90821680612bd257607f821691505b60208210810361267157634e487b7160e01b5f52602260045260245ffd5b5f60208284031215612c00575f5ffd5b8151610b2581612623565b5f60208284031215612c1b575f5ffd5b5051919050565b634e487b7160e01b5f52604160045260245ffd5b63ffffffff929092168252602082015260400190565b634e487b7160e01b5f52601160045260245ffd5b808201808211156108d3576108d3612c4c565b604051606081016001600160401b0381118282101715612c9557612c95612c22565b60405290565b604080519081016001600160401b0381118282101715612c9557612c95612c22565b604051601f8201601f191681016001600160401b0381118282101715612ce557612ce5612c22565b604052919050565b5f6001600160401b03821115612d0557612d05612c22565b50601f01601f191660200190565b5f6001600160401b03831115612d2b57612d2b612c22565b8260051b612d3b60208201612cbd565b84815290830190602081019036831115612d53575f5ffd5b845b83811015612e2a5780356001600160401b03811115612d72575f5ffd5b86016060368290031215612d84575f5ffd5b612d8c612c73565b612d9582612887565b8152612da360208301612922565b602082015260408201356001600160401b03811115612dc0575f5ffd5b919091019036601f830112612dd3575f5ffd5b8135612de6612de182612ced565b612cbd565b818152366020838601011115612dfa575f5ffd5b816020850160208301375f6020838301015280604084015250508085525050602083019250602081019050612d55565b5095945050505050565b5f5f85851115612e42575f5ffd5b83861115612e4e575f5ffd5b5050820193919092039150565b5f8451612e6c8184602089016125c4565b8201838582375f930192835250909392505050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b602081525f610cf7602083018486612e81565b634e487b7160e01b5f52603260045260245ffd5b5f823561013e19833603018112612ee5575f5ffd5b9190910192915050565b5f5f8335601e19843603018112612f04575f5ffd5b8301803591506001600160401b03821115612f1d575f5ffd5b6020019150368190038213156127a8575f5ffd5b6001600160401b03811681146112a1575f5ffd5b63ffffffff612f5389612887565b168152602088810135908201525f6040890135612f6f81612f31565b6001600160401b031660408301526060820188905260e060808301819052612f9a9083018789612e81565b6001600160a01b03861660a084015282810360c0840152612fbc818587612e81565b9a9950505050505050505050565b5f60208284031215612fda575f5ffd5b81516001600160401b03811115612fef575f5ffd5b8201601f81018413612fff575f5ffd5b805161300d612de182612ced565b818152856020838501011115613021575f5ffd5b611a728260208301602086016125c4565b5f60208284031215613042575f5ffd5b8135610b2581612f31565b60018060a01b038516815283602082015261ffff83166040820152608060608201525f610bb260808301846125e6565b604081525f61308f60408301856125e6565b8281036020840152611a7281856125e6565b5f602082840312156130b1575f5ffd5b8151610b25816128b9565b6040815263ffffffff8351166040820152602083015160608201525f604084015160a060808401526130f160e08401826125e6565b90506060850151603f198483030160a085015261310e82826125e6565b60809690960151151560c08501525050506001600160a01b039190911660209091015290565b5f60408284031215613144575f5ffd5b61314c612c9b565b825181526020928301519281019290925250919050565b5f60408284031215613173575f5ffd5b610b258383613134565b601f821115611e2a57805f5260205f20601f840160051c810160208510156131a25750805b601f840160051c820191505b81811015611178575f81556001016131ae565b81516001600160401b038111156131da576131da612c22565b6131ee816131e88454612bbe565b8461317d565b6020601f821160018114613220575f83156132095750848201515b5f19600385901b1c1916600184901b178455611178565b5f84815260208120601f198516915b8281101561324f578785015182556020948501946001909201910161322f565b508482101561326c57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b828110156132fd57603f19878603018452815163ffffffff815116865261ffff602082015116602087015260408101519050606060408701526132e760608701826125e6565b95505060209384019391909101906001016132a1565b50929695505050505050565b5f604082840312801561331a575f5ffd5b50613323612c9b565b823581526020928301359281019290925250919050565b5f8261335457634e487b7160e01b5f52601260045260245ffd5b500490565b80820281158282048414176108d3576108d3612c4c565b803560208310156108d3575f19602084900360031b1b1692915050565b80356001600160c01b031981169060088410156133be576001600160c01b0319600885900360031b81901b82161691505b5092915050565b60c085901b6001600160c01b031916815260e084901b6001600160e01b0319166008820152600c810183905281515f9061340681602c8501602087016125c4565b91909101602c0195945050505050565b84815260018060c01b03198460c01b1660208201528260288201525f82516134458160488501602087016125c4565b9190910160480195945050505050565b5f6080828403128015613466575f5ffd5b5061346f612c73565b82518152602083015161348181612f31565b60208201526134938460408501613134565b60408201529392505050565b5f8251612ee58184602087016125c456feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220592a08eb2917132e800cb29e8248271d95ede5e49e281585897b87ca2479c50d64736f6c634300081e0033",
|
|
1599
|
+
"deployedBytecode": "0x60806040526004361061020c575f3560e01c806306fdde0314610210578063095ea7b31461023a5780630d35b41514610269578063111ecdad1461029757806313137d65146102c3578063134d4f25146102d8578063156a0d0f146102ff57806317442b701461032557806318160ddd146103465780631f5e13341461036457806323b872dd14610378578063313ce567146103975780633400288b146103d757806339509351146103f65780633b6f743b1461041557806352ae2879146104415780635535d461146104535780635a0dfe4d146104725780635e280f11146104915780636fc1b31e146104c457806370a08231146104e3578063715018a6146105175780637d25a05e1461052b57806382413eac14610564578063857749b0146105835780638da5cb5b146105b557806395d89b41146105c9578063963efcaa146105dd5780639f68b96414610610578063a457c2d714610622578063a9059cbb14610641578063b731ea0a14610660578063b98bd0701461067f578063bb0b6a531461069e578063bc70b354146106c9578063bd815db0146106e8578063c7c7f5b3146106fb578063ca5eb5e11461071c578063d045a0dc1461073b578063d42438851461074e578063dd62ed3e1461076d578063e1758bd81461078c578063e184c9be146107bf578063f2fde38b146107f2578063fc0c546a14610441578063ff7bd03d14610811575b5f5ffd5b34801561021b575f5ffd5b50610224610830565b6040516102319190612611565b60405180910390f35b348015610245575f5ffd5b50610259610254366004612637565b6108c0565b6040519015158152602001610231565b348015610274575f5ffd5b50610288610283366004612677565b6108d9565b604051610231939291906126b7565b3480156102a2575f5ffd5b506004546102b6906001600160a01b031681565b6040516102319190612747565b6102d66102d13660046127af565b610a4f565b005b3480156102e3575f5ffd5b506102ec600281565b60405161ffff9091168152602001610231565b34801561030a575f5ffd5b506040805162b9270b60e21b81526001602082015201610231565b348015610330575f5ffd5b5060408051600181526002602082015201610231565b348015610351575f5ffd5b506007545b604051908152602001610231565b34801561036f575f5ffd5b506102ec600181565b348015610383575f5ffd5b50610259610392366004612849565b610b07565b3480156103a2575f5ffd5b507f00000000000000000000000000000000000000000000000000000000000000005b60405160ff9091168152602001610231565b3480156103e2575f5ffd5b506102d66103f136600461289f565b610b2c565b348015610401575f5ffd5b50610259610410366004612637565b610b42565b348015610420575f5ffd5b5061043461042f3660046128c6565b610b63565b6040516102319190612914565b34801561044c575f5ffd5b50306102b6565b34801561045e575f5ffd5b5061022461046d366004612933565b610bbc565b34801561047d575f5ffd5b5061025961048c36600461289f565b610c5e565b34801561049c575f5ffd5b506102b67f000000000000000000000000000000000000000000000000000000000000000081565b3480156104cf575f5ffd5b506102d66104de366004612964565b610c79565b3480156104ee575f5ffd5b506103566104fd366004612964565b6001600160a01b03165f9081526005602052604090205490565b348015610522575f5ffd5b506102d6610cd7565b348015610536575f5ffd5b5061054c61054536600461289f565b5f92915050565b6040516001600160401b039091168152602001610231565b34801561056f575f5ffd5b5061025961057e36600461297f565b610cea565b34801561058e575f5ffd5b507f00000000000000000000000000000000000000000000000000000000000000006103c5565b3480156105c0575f5ffd5b506102b6610cff565b3480156105d4575f5ffd5b50610224610d0d565b3480156105e8575f5ffd5b506103567f000000000000000000000000000000000000000000000000000000000000000081565b34801561061b575f5ffd5b505f610259565b34801561062d575f5ffd5b5061025961063c366004612637565b610d1c565b34801561064c575f5ffd5b5061025961065b366004612637565b610da1565b34801561066b575f5ffd5b506002546102b6906001600160a01b031681565b34801561068a575f5ffd5b506102d6610699366004612a21565b610dae565b3480156106a9575f5ffd5b506103566106b8366004612a5f565b60016020525f908152604090205481565b3480156106d4575f5ffd5b506102246106e3366004612a78565b610dc8565b6102d66106f6366004612a21565b610f69565b61070e610709366004612ad4565b6110d3565b604051610231929190612b3c565b348015610727575f5ffd5b506102d6610736366004612964565b6110fb565b6102d66107493660046127af565b61117f565b348015610759575f5ffd5b506102d6610768366004612964565b6111ae565b348015610778575f5ffd5b50610356610787366004612b78565b611201565b348015610797575f5ffd5b506102b67f000000000000000000000000000000000000000000000000000000000000000081565b3480156107ca575f5ffd5b506103567f000000000000000000000000000000000000000000000000000000000000000081565b3480156107fd575f5ffd5b506102d661080c366004612964565b61122b565b34801561081c575f5ffd5b5061025961082b366004612ba4565b6112a4565b60606008805461083f90612bbe565b80601f016020809104026020016040519081016040528092919081815260200182805461086b90612bbe565b80156108b65780601f1061088d576101008083540402835291602001916108b6565b820191905f5260205f20905b81548152906001019060200180831161089957829003601f168201915b5050505050905090565b5f336108cd8185856112d8565b60019150505b92915050565b604080518082019091525f808252602082015260606108f6612589565b5f5f90505f306001600160a01b031663fc0c546a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610937573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061095b9190612bf0565b6001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610996573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ba9190612c0b565b604080518082018252848152602080820184905282515f80825291810190935290975091925090610a0d565b604080518082019091525f8152606060208201528152602001906001900390816109e65790505b5093505f80610a31604089013560608a0135610a2c60208c018c612a5f565b6113fb565b60408051808201909152918252602082015296989597505050505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163314610aa357336040516391ac5e4f60e01b8152600401610a9a9190612747565b60405180910390fd5b60208701803590610abd90610ab8908a612a5f565b611436565b14610aef57610acf6020880188612a5f565b876020013560405163309afaf360e21b8152600401610a9a929190612c36565b610afe87878787878787611471565b50505050505050565b5f33610b148582856115c8565b610b1f858585611640565b60019150505b9392505050565b610b346117d6565b610b3e8282611835565b5050565b5f336108cd818585610b548383611201565b610b5e9190612c60565b6112d8565b610b6b612589565b5f610b8660408501356060860135610a2c6020880188612a5f565b9150505f5f610b95868461188a565b9092509050610bb2610baa6020880188612a5f565b8383886119a8565b9695505050505050565b600360209081525f928352604080842090915290825290208054610bdf90612bbe565b80601f0160208091040260200160405190810160405280929190818152602001828054610c0b90612bbe565b8015610c565780601f10610c2d57610100808354040283529160200191610c56565b820191905f5260205f20905b815481529060010190602001808311610c3957829003601f168201915b505050505081565b63ffffffff919091165f908152600160205260409020541490565b610c816117d6565b600480546001600160a01b0319166001600160a01b0383161790556040517ff0be4f1e87349231d80c36b33f9e8639658eeaf474014dee15a3e6a4d441419790610ccc908390612747565b60405180910390a150565b610cdf6117d6565b610ce85f611a7b565b565b6001600160a01b03811630145b949350505050565b5f546001600160a01b031690565b60606009805461083f90612bbe565b5f3381610d298286611201565b905083811015610d895760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610a9a565b610d9682868684036112d8565b506001949350505050565b5f336108cd818585611640565b610db66117d6565b610b3e610dc38284612d13565b611aca565b63ffffffff84165f90815260036020908152604080832061ffff87168452909152812080546060929190610dfb90612bbe565b80601f0160208091040260200160405190810160405280929190818152602001828054610e2790612bbe565b8015610e725780601f10610e4957610100808354040283529160200191610e72565b820191905f5260205f20905b815481529060010190602001808311610e5557829003601f168201915b5050505050905080515f03610ec05783838080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250929450610cf79350505050565b5f839003610ecf579050610cf7565b60028310610f4c57610f1584848080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250611bcb92505050565b80610f238460028188612e34565b604051602001610f3593929190612e5b565b604051602081830303815290604052915050610cf7565b8383604051639a6d49cd60e01b8152600401610a9a929190612ea9565b5f5b818110156110565736838383818110610f8657610f86612ebc565b9050602002810190610f989190612ed0565b9050610fb4610faa6020830183612a5f565b6020830135610c5e565b610fbe575061104e565b3063d045a0dc60c08301358360a0810135610fdd610100830183612eef565b610fee610100890160e08a01612964565b610ffc6101208a018a612eef565b6040518963ffffffff1660e01b815260040161101e9796959493929190612f45565b5f604051808303818588803b158015611035575f5ffd5b505af1158015611047573d5f5f3e3d5ffd5b5050505050505b600101610f6b565b50336001600160a01b0316638e9e70996040518163ffffffff1660e01b81526004015f60405180830381865afa158015611092573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110b99190810190612fca565b604051638351eea760e01b8152600401610a9a9190612611565b6110db6125a1565b6110e3612589565b6110ee858585611bf7565b915091505b935093915050565b6111036117d6565b60405163ca5eb5e160e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063ca5eb5e19061114f908490600401612747565b5f604051808303815f87803b158015611166575f5ffd5b505af1158015611178573d5f5f3e3d5ffd5b5050505050565b33301461119f5760405163029a949d60e31b815260040160405180910390fd5b610afe87878787878787610aef565b6111b66117d6565b600280546001600160a01b0319166001600160a01b0383161790556040517fd48d879cef83a1c0bdda516f27b13ddb1b3f8bbac1c9e1511bb2a659c242776090610ccc908390612747565b6001600160a01b039182165f90815260066020908152604080832093909416825291909152205490565b6112336117d6565b6001600160a01b0381166112985760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610a9a565b6112a181611a7b565b50565b5f6020820180359060019083906112bb9086612a5f565b63ffffffff16815260208101919091526040015f20541492915050565b6001600160a01b03831661133a5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610a9a565b6001600160a01b03821661139b5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610a9a565b6001600160a01b038381165f8181526006602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b5f5f61140685611ce4565b9150819050838110156110f3576040516371c4efed60e01b81526004810182905260248101859052604401610a9a565b63ffffffff81165f90815260016020526040812054806108d35760405163f6ff4fb760e01b815263ffffffff84166004820152602401610a9a565b5f61148261147f8787611d1a565b90565b90505f6114ad8261149b6114968a8a611d31565b611d53565b6114a860208d018d612a5f565b611d87565b9050602886111561156d575f6114e96114cc60608c0160408d01613032565b6114d960208d018d612a5f565b846114e48c8c611dae565b611df8565b604051633e5ac80960e11b81529091506001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690637cb590129061153e9086908d905f90879060040161304d565b5f604051808303815f87803b158015611555575f5ffd5b505af1158015611567573d5f5f3e3d5ffd5b50505050505b6001600160a01b038216887fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c6115a660208d018d612a5f565b846040516115b5929190612c36565b60405180910390a3505050505050505050565b5f6115d38484611201565b90505f19811461163a578181101561162d5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610a9a565b61163a84848484036112d8565b50505050565b6001600160a01b0383166116a45760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610a9a565b6001600160a01b0382166117065760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610a9a565b6001600160a01b0383165f908152600560205260409020548181101561177d5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610a9a565b6001600160a01b038085165f8181526005602052604080822086860390559286168082529083902080548601905591515f5160206134b15f395f51905f52906117c99086815260200190565b60405180910390a361163a565b336117df610cff565b6001600160a01b031614610ce85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a9a565b63ffffffff82165f9081526001602052604090819020829055517f238399d427b947898edb290f5ff0f9109849b1c3ba196a42e35f00c50a54b98b9061187e9084908490612c36565b60405180910390a15050565b6060805f6118e5856020013561189f86611e2f565b6118ac60a0890189612eef565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250611e5a92505050565b90935090505f816118f75760016118fa565b60025b905061191a61190c6020880188612a5f565b826106e360808a018a612eef565b6004549093506001600160a01b0316801561199e5760405163043a78eb60e01b81526001600160a01b0382169063043a78eb9061195d908890889060040161307d565b602060405180830381865afa158015611978573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199c91906130a1565b505b5050509250929050565b6119b0612589565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663ddc28c586040518060a001604052808863ffffffff1681526020016119ff89611436565b8152602001878152602001868152602001851515815250306040518363ffffffff1660e01b8152600401611a349291906130bc565b6040805180830381865afa158015611a4e573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a729190613163565b95945050505050565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f5b8151811015611b9b57611afb828281518110611aea57611aea612ebc565b602002602001015160400151611bcb565b818181518110611b0d57611b0d612ebc565b60200260200101516040015160035f848481518110611b2e57611b2e612ebc565b60200260200101515f015163ffffffff1663ffffffff1681526020019081526020015f205f848481518110611b6557611b65612ebc565b60200260200101516020015161ffff1661ffff1681526020019081526020015f209081611b9291906131c1565b50600101611acc565b507fbe4864a8e820971c0247f5992e2da559595f7bf076a21cb5928d443d2a13b67481604051610ccc919061327b565b600281015161ffff8116600314610b3e5781604051639a6d49cd60e01b8152600401610a9a9190612611565b611bff6125a1565b611c07612589565b5f80611c2933604089013560608a0135611c2460208c018c612a5f565b611ed4565b915091505f5f611c39898461188a565b9092509050611c65611c4e60208b018b612a5f565b8383611c5f368d90038d018d613309565b8b611ef9565b60408051808201909152858152602080820186905282519298509096503391907f85496b760a4b7f8d66384b9df21b381f5d1b1e79f229a47aaf4c232edc2fe59a90611cb3908d018d612a5f565b6040805163ffffffff909216825260208201899052810187905260600160405180910390a350505050935093915050565b5f7f0000000000000000000000000000000000000000000000000000000000000000611d10818461333a565b6108d39190613359565b5f611d286020828486612e34565b610b2591613370565b5f611d40602860208486612e34565b611d499161338d565b60c01c9392505050565b5f6108d37f00000000000000000000000000000000000000000000000000000000000000006001600160401b038416613359565b5f6001600160a01b038416611d9c5761dead93505b611da6848461200f565b509092915050565b6060611dbd8260288186612e34565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250929695505050505050565b606084848484604051602001611e1194939291906133c5565b6040516020818303038152906040529050949350505050565b505050565b5f6108d37f00000000000000000000000000000000000000000000000000000000000000008361333a565b8051606090151580611ea3578484604051602001611e8f92919091825260c01b6001600160c01b031916602082015260280190565b604051602081830303815290604052611eca565b84843385604051602001611eba9493929190613416565b6040516020818303038152906040525b9150935093915050565b5f5f611ee18585856113fb565b9092509050611ef086836120bb565b94509492505050565b611f016125a1565b3415611f2257604051637693b46f60e01b8152346004820152602401610a9a565b8251611f2d906121da565b50602083015115611f4557611f45836020015161227b565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632637a4506040518060a001604052808963ffffffff168152602001611f948a611436565b81526020018881526020018781526020015f8760200151111515815250846040518363ffffffff1660e01b8152600401611fcf9291906130bc565b6080604051808303815f875af1158015611feb573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb29190613455565b6001600160a01b0382166120655760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610a9a565b8060075f8282546120769190612c60565b90915550506001600160a01b0382165f818152600560209081526040808320805486019055518481525f5160206134b15f395f51905f52910160405180910390a35050565b6001600160a01b03821661211b5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610a9a565b6001600160a01b0382165f908152600560205260409020548181101561218e5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610a9a565b6001600160a01b0383165f8181526005602090815260408083208686039055600780548790039055518581529192915f5160206134b15f395f51905f52910160405180910390a3505050565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661222257604051638dce522760e01b815260040160405180910390fd5b6122776001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016337f000000000000000000000000000000000000000000000000000000000000000085612356565b5090565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663e4fe1d946040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122d8573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122fc9190612bf0565b90506001600160a01b038116612325576040516329b99a9560e11b815260040160405180910390fd5b610b3e6001600160a01b038216337f0000000000000000000000000000000000000000000000000000000000000000855b604080516001600160a01b038581166024830152848116604483015260648083018590528351808403909101815260849092018352602080830180516001600160e01b03166323b872dd60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65649084015261163a928792915f916123ed91851690849061246c565b905080515f148061240d57508080602001905181019061240d91906130a1565b611e2a5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610a9a565b6060610cf784845f85855f5f866001600160a01b03168587604051612491919061349f565b5f6040518083038185875af1925050503d805f81146124cb576040519150601f19603f3d011682016040523d82523d5f602084013e6124d0565b606091505b50915091506124e1878383876124ec565b979650505050505050565b6060831561255a5782515f03612553576001600160a01b0385163b6125535760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610a9a565b5081610cf7565b610cf7838381511561256f5781518083602001fd5b8060405162461bcd60e51b8152600401610a9a9190612611565b60405180604001604052805f81526020015f81525090565b604080516060810182525f80825260208201529081016125bf612589565b905290565b5f5b838110156125de5781810151838201526020016125c6565b50505f910152565b5f81518084526125fd8160208601602086016125c4565b601f01601f19169290920160200192915050565b602081525f610b2560208301846125e6565b6001600160a01b03811681146112a1575f5ffd5b5f5f60408385031215612648575f5ffd5b823561265381612623565b946020939093013593505050565b5f60e08284031215612671575f5ffd5b50919050565b5f60208284031215612687575f5ffd5b81356001600160401b0381111561269c575f5ffd5b610cf784828501612661565b80518252602090810151910152565b5f60a082016126c683876126a8565b60a0604084015280855180835260c08501915060c08160051b8601019250602087015f5b828110156127325760bf19878603018452815180518652602081015190506040602087015261271c60408701826125e6565b95505060209384019391909101906001016126ea565b5050505080915050610cf760608301846126a8565b6001600160a01b0391909116815260200190565b5f60608284031215612671575f5ffd5b5f5f83601f84011261277b575f5ffd5b5081356001600160401b03811115612791575f5ffd5b6020830191508360208285010111156127a8575f5ffd5b9250929050565b5f5f5f5f5f5f5f60e0888a0312156127c5575f5ffd5b6127cf898961275b565b96506060880135955060808801356001600160401b038111156127f0575f5ffd5b6127fc8a828b0161276b565b90965094505060a088013561281081612623565b925060c08801356001600160401b0381111561282a575f5ffd5b6128368a828b0161276b565b989b979a50959850939692959293505050565b5f5f5f6060848603121561285b575f5ffd5b833561286681612623565b9250602084013561287681612623565b929592945050506040919091013590565b803563ffffffff8116811461289a575f5ffd5b919050565b5f5f604083850312156128b0575f5ffd5b61265383612887565b80151581146112a1575f5ffd5b5f5f604083850312156128d7575f5ffd5b82356001600160401b038111156128ec575f5ffd5b6128f885828601612661565b9250506020830135612909816128b9565b809150509250929050565b604081016108d382846126a8565b803561ffff8116811461289a575f5ffd5b5f5f60408385031215612944575f5ffd5b61294d83612887565b915061295b60208401612922565b90509250929050565b5f60208284031215612974575f5ffd5b8135610b2581612623565b5f5f5f5f60a08587031215612992575f5ffd5b61299c868661275b565b935060608501356001600160401b038111156129b6575f5ffd5b6129c28782880161276b565b90945092505060808501356129d681612623565b939692955090935050565b5f5f83601f8401126129f1575f5ffd5b5081356001600160401b03811115612a07575f5ffd5b6020830191508360208260051b85010111156127a8575f5ffd5b5f5f60208385031215612a32575f5ffd5b82356001600160401b03811115612a47575f5ffd5b612a53858286016129e1565b90969095509350505050565b5f60208284031215612a6f575f5ffd5b610b2582612887565b5f5f5f5f60608587031215612a8b575f5ffd5b612a9485612887565b9350612aa260208601612922565b925060408501356001600160401b03811115612abc575f5ffd5b612ac88782880161276b565b95989497509550505050565b5f5f5f8385036080811215612ae7575f5ffd5b84356001600160401b03811115612afc575f5ffd5b612b0887828801612661565b9450506040601f1982011215612b1c575f5ffd5b506020840191506060840135612b3181612623565b809150509250925092565b825181526020808401516001600160401b03169082015260408084015160c0830191612b6a908401826126a8565b50610b2560808301846126a8565b5f5f60408385031215612b89575f5ffd5b8235612b9481612623565b9150602083013561290981612623565b5f60608284031215612bb4575f5ffd5b610b25838361275b565b600181811c90821680612bd257607f821691505b60208210810361267157634e487b7160e01b5f52602260045260245ffd5b5f60208284031215612c00575f5ffd5b8151610b2581612623565b5f60208284031215612c1b575f5ffd5b5051919050565b634e487b7160e01b5f52604160045260245ffd5b63ffffffff929092168252602082015260400190565b634e487b7160e01b5f52601160045260245ffd5b808201808211156108d3576108d3612c4c565b604051606081016001600160401b0381118282101715612c9557612c95612c22565b60405290565b604080519081016001600160401b0381118282101715612c9557612c95612c22565b604051601f8201601f191681016001600160401b0381118282101715612ce557612ce5612c22565b604052919050565b5f6001600160401b03821115612d0557612d05612c22565b50601f01601f191660200190565b5f6001600160401b03831115612d2b57612d2b612c22565b8260051b612d3b60208201612cbd565b84815290830190602081019036831115612d53575f5ffd5b845b83811015612e2a5780356001600160401b03811115612d72575f5ffd5b86016060368290031215612d84575f5ffd5b612d8c612c73565b612d9582612887565b8152612da360208301612922565b602082015260408201356001600160401b03811115612dc0575f5ffd5b919091019036601f830112612dd3575f5ffd5b8135612de6612de182612ced565b612cbd565b818152366020838601011115612dfa575f5ffd5b816020850160208301375f6020838301015280604084015250508085525050602083019250602081019050612d55565b5095945050505050565b5f5f85851115612e42575f5ffd5b83861115612e4e575f5ffd5b5050820193919092039150565b5f8451612e6c8184602089016125c4565b8201838582375f930192835250909392505050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b602081525f610cf7602083018486612e81565b634e487b7160e01b5f52603260045260245ffd5b5f823561013e19833603018112612ee5575f5ffd5b9190910192915050565b5f5f8335601e19843603018112612f04575f5ffd5b8301803591506001600160401b03821115612f1d575f5ffd5b6020019150368190038213156127a8575f5ffd5b6001600160401b03811681146112a1575f5ffd5b63ffffffff612f5389612887565b168152602088810135908201525f6040890135612f6f81612f31565b6001600160401b031660408301526060820188905260e060808301819052612f9a9083018789612e81565b6001600160a01b03861660a084015282810360c0840152612fbc818587612e81565b9a9950505050505050505050565b5f60208284031215612fda575f5ffd5b81516001600160401b03811115612fef575f5ffd5b8201601f81018413612fff575f5ffd5b805161300d612de182612ced565b818152856020838501011115613021575f5ffd5b611a728260208301602086016125c4565b5f60208284031215613042575f5ffd5b8135610b2581612f31565b60018060a01b038516815283602082015261ffff83166040820152608060608201525f610bb260808301846125e6565b604081525f61308f60408301856125e6565b8281036020840152611a7281856125e6565b5f602082840312156130b1575f5ffd5b8151610b25816128b9565b6040815263ffffffff8351166040820152602083015160608201525f604084015160a060808401526130f160e08401826125e6565b90506060850151603f198483030160a085015261310e82826125e6565b60809690960151151560c08501525050506001600160a01b039190911660209091015290565b5f60408284031215613144575f5ffd5b61314c612c9b565b825181526020928301519281019290925250919050565b5f60408284031215613173575f5ffd5b610b258383613134565b601f821115611e2a57805f5260205f20601f840160051c810160208510156131a25750805b601f840160051c820191505b81811015611178575f81556001016131ae565b81516001600160401b038111156131da576131da612c22565b6131ee816131e88454612bbe565b8461317d565b6020601f821160018114613220575f83156132095750848201515b5f19600385901b1c1916600184901b178455611178565b5f84815260208120601f198516915b8281101561324f578785015182556020948501946001909201910161322f565b508482101561326c57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b828110156132fd57603f19878603018452815163ffffffff815116865261ffff602082015116602087015260408101519050606060408701526132e760608701826125e6565b95505060209384019391909101906001016132a1565b50929695505050505050565b5f604082840312801561331a575f5ffd5b50613323612c9b565b823581526020928301359281019290925250919050565b5f8261335457634e487b7160e01b5f52601260045260245ffd5b500490565b80820281158282048414176108d3576108d3612c4c565b803560208310156108d3575f19602084900360031b1b1692915050565b80356001600160c01b031981169060088410156133be576001600160c01b0319600885900360031b81901b82161691505b5092915050565b60c085901b6001600160c01b031916815260e084901b6001600160e01b0319166008820152600c810183905281515f9061340681602c8501602087016125c4565b91909101602c0195945050505050565b84815260018060c01b03198460c01b1660208201528260288201525f82516134458160488501602087016125c4565b9190910160480195945050505050565b5f6080828403128015613466575f5ffd5b5061346f612c73565b82518152602083015161348181612f31565b60208201526134938460408501613134565b60408201529392505050565b5f8251612ee58184602087016125c456feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220592a08eb2917132e800cb29e8248271d95ede5e49e281585897b87ca2479c50d64736f6c634300081e0033",
|
|
1600
|
+
"linkReferences": {},
|
|
1601
|
+
"deployedLinkReferences": {}
|
|
1602
|
+
}
|