@venusprotocol/protocol-reserve 1.0.0-converters.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/README.md +75 -0
- package/artifacts/@openzeppelin/contracts/access/AccessControl.sol/AccessControl.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/AccessControl.sol/AccessControl.json +215 -0
- package/artifacts/@openzeppelin/contracts/access/IAccessControl.sol/IAccessControl.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/IAccessControl.sol/IAccessControl.json +183 -0
- package/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +297 -0
- package/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.json +194 -0
- package/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.json +233 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.json +30 -0
- package/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.json +30 -0
- package/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.json +10 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.json +115 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.json +76 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.json +24 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.json +63 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol/ReentrancyGuardUpgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol/ReentrancyGuardUpgradeable.json +24 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.json +194 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol/IERC20PermitUpgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol/IERC20PermitUpgradeable.json +86 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol/SafeERC20Upgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol/SafeERC20Upgradeable.json +10 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.json +10 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.json +24 -0
- package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol/AccessControlledV8.dbg.json +4 -0
- package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol/AccessControlledV8.json +181 -0
- package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.dbg.json +4 -0
- package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.json +282 -0
- package/artifacts/@venusprotocol/isolated-pools/contracts/MaxLoopsLimitHelper.sol/MaxLoopsLimitHelper.dbg.json +4 -0
- package/artifacts/@venusprotocol/isolated-pools/contracts/MaxLoopsLimitHelper.sol/MaxLoopsLimitHelper.json +59 -0
- package/artifacts/@venusprotocol/oracle/contracts/ResilientOracle.sol/ResilientOracle.dbg.json +4 -0
- package/artifacts/@venusprotocol/oracle/contracts/ResilientOracle.sol/ResilientOracle.json +649 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/BoundValidatorInterface.dbg.json +4 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/BoundValidatorInterface.json +40 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/OracleInterface.dbg.json +4 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/OracleInterface.json +30 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/ResilientOracleInterface.dbg.json +4 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/ResilientOracleInterface.json +75 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/TwapInterface.dbg.json +4 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/TwapInterface.json +49 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/VBep20Interface.sol/VBep20Interface.dbg.json +4 -0
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/VBep20Interface.sol/VBep20Interface.json +246 -0
- package/artifacts/@venusprotocol/solidity-utilities/contracts/MaxLoopsLimitHelper.sol/MaxLoopsLimitHelper.dbg.json +4 -0
- package/artifacts/@venusprotocol/solidity-utilities/contracts/MaxLoopsLimitHelper.sol/MaxLoopsLimitHelper.json +59 -0
- package/artifacts/build-info/09a7fbe40ee8fdfd62afe79292e77863.json +1 -0
- package/artifacts/contracts/Interfaces/IComptroller.sol/IComptroller.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IComptroller.sol/IComptroller.json +56 -0
- package/artifacts/contracts/Interfaces/IConverterNetwork.sol/IConverterNetwork.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IConverterNetwork.sol/IConverterNetwork.json +127 -0
- package/artifacts/contracts/Interfaces/IIncomeDestination.sol/IIncomeDestination.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IIncomeDestination.sol/IIncomeDestination.json +29 -0
- package/artifacts/contracts/Interfaces/IPoolRegistry.sol/IPoolRegistry.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IPoolRegistry.sol/IPoolRegistry.json +54 -0
- package/artifacts/contracts/Interfaces/IPrime.sol/IPrime.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IPrime.sol/IPrime.json +74 -0
- package/artifacts/contracts/Interfaces/IProtocolShareReserve.sol/IProtocolShareReserve.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IProtocolShareReserve.sol/IProtocolShareReserve.json +34 -0
- package/artifacts/contracts/Interfaces/IRiskFund.sol/IRiskFund.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IRiskFund.sol/IRiskFund.json +77 -0
- package/artifacts/contracts/Interfaces/IRiskFund.sol/IRiskFundGetters.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IRiskFund.sol/IRiskFundGetters.json +24 -0
- package/artifacts/contracts/Interfaces/IRiskFundConverter.sol/IRiskFundConverter.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IRiskFundConverter.sol/IRiskFundConverter.json +48 -0
- package/artifacts/contracts/Interfaces/IShortfall.sol/IShortfall.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IShortfall.sol/IShortfall.json +24 -0
- package/artifacts/contracts/Interfaces/IVToken.sol/IVToken.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IVToken.sol/IVToken.json +24 -0
- package/artifacts/contracts/Interfaces/IXVSVault.sol/IXVSVault.dbg.json +4 -0
- package/artifacts/contracts/Interfaces/IXVSVault.sol/IXVSVault.json +24 -0
- package/artifacts/contracts/ProtocolReserve/ProtocolShareReserve.sol/ProtocolShareReserve.dbg.json +4 -0
- package/artifacts/contracts/ProtocolReserve/ProtocolShareReserve.sol/ProtocolShareReserve.json +892 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundStorage.sol/MaxLoopsLimitHelpersStorage.dbg.json +4 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundStorage.sol/MaxLoopsLimitHelpersStorage.json +24 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundStorage.sol/ReserveHelpersStorage.dbg.json +4 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundStorage.sol/ReserveHelpersStorage.json +139 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundStorage.sol/RiskFundV1Storage.dbg.json +4 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundStorage.sol/RiskFundV1Storage.json +178 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundStorage.sol/RiskFundV2Storage.dbg.json +4 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundStorage.sol/RiskFundV2Storage.json +191 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundV2.sol/RiskFundV2.dbg.json +4 -0
- package/artifacts/contracts/ProtocolReserve/RiskFundV2.sol/RiskFundV2.json +582 -0
- package/artifacts/contracts/ProtocolReserve/XVSVaultTreasury.sol/XVSVaultTreasury.dbg.json +4 -0
- package/artifacts/contracts/ProtocolReserve/XVSVaultTreasury.sol/XVSVaultTreasury.json +315 -0
- package/artifacts/contracts/Test/Mocks/MockACM.sol/MockACM.dbg.json +4 -0
- package/artifacts/contracts/Test/Mocks/MockACM.sol/MockACM.json +369 -0
- package/artifacts/contracts/Test/Mocks/MockArraySorter.sol/MockArraySorter.dbg.json +4 -0
- package/artifacts/contracts/Test/Mocks/MockArraySorter.sol/MockArraySorter.json +40 -0
- package/artifacts/contracts/Test/Mocks/MockConverter.sol/MockConverter.dbg.json +4 -0
- package/artifacts/contracts/Test/Mocks/MockConverter.sol/MockConverter.json +1199 -0
- package/artifacts/contracts/Test/Mocks/MockDeflationaryToken.sol/MockDeflatingToken.dbg.json +4 -0
- package/artifacts/contracts/Test/Mocks/MockDeflationaryToken.sol/MockDeflatingToken.json +332 -0
- package/artifacts/contracts/Test/Mocks/MockRiskFundConverter.sol/MockRiskFundConverter.dbg.json +4 -0
- package/artifacts/contracts/Test/Mocks/MockRiskFundConverter.sol/MockRiskFundConverter.json +1559 -0
- package/artifacts/contracts/Test/Mocks/MockToken.sol/MockToken.dbg.json +4 -0
- package/artifacts/contracts/Test/Mocks/MockToken.sol/MockToken.json +333 -0
- package/artifacts/contracts/TokenConverter/AbstractTokenConverter.sol/AbstractTokenConverter.dbg.json +4 -0
- package/artifacts/contracts/TokenConverter/AbstractTokenConverter.sol/AbstractTokenConverter.json +1085 -0
- package/artifacts/contracts/TokenConverter/ConverterNetwork.sol/ConverterNetwork.dbg.json +4 -0
- package/artifacts/contracts/TokenConverter/ConverterNetwork.sol/ConverterNetwork.json +457 -0
- package/artifacts/contracts/TokenConverter/IAbstractTokenConverter.sol/IAbstractTokenConverter.dbg.json +4 -0
- package/artifacts/contracts/TokenConverter/IAbstractTokenConverter.sol/IAbstractTokenConverter.json +344 -0
- package/artifacts/contracts/TokenConverter/RiskFundConverter.sol/RiskFundConverter.dbg.json +4 -0
- package/artifacts/contracts/TokenConverter/RiskFundConverter.sol/RiskFundConverter.json +1429 -0
- package/artifacts/contracts/TokenConverter/SingleTokenConverter.sol/SingleTokenConverter.dbg.json +4 -0
- package/artifacts/contracts/TokenConverter/SingleTokenConverter.sol/SingleTokenConverter.json +1145 -0
- package/contracts/Interfaces/IComptroller.sol +10 -0
- package/contracts/Interfaces/IConverterNetwork.sol +46 -0
- package/contracts/Interfaces/IIncomeDestination.sol +6 -0
- package/contracts/Interfaces/IPoolRegistry.sol +10 -0
- package/contracts/Interfaces/IPrime.sol +12 -0
- package/contracts/Interfaces/IProtocolShareReserve.sol +16 -0
- package/contracts/Interfaces/IRiskFund.sol +28 -0
- package/contracts/Interfaces/IRiskFundConverter.sol +8 -0
- package/contracts/Interfaces/IShortfall.sol +11 -0
- package/contracts/Interfaces/IVToken.sol +6 -0
- package/contracts/Interfaces/IXVSVault.sol +9 -0
- package/contracts/ProtocolReserve/ProtocolShareReserve.sol +547 -0
- package/contracts/ProtocolReserve/RiskFundStorage.sol +67 -0
- package/contracts/ProtocolReserve/RiskFundV2.sol +220 -0
- package/contracts/ProtocolReserve/XVSVaultTreasury.sol +95 -0
- package/contracts/Test/Mocks/MockACM.sol +93 -0
- package/contracts/Test/Mocks/MockArraySorter.sol +14 -0
- package/contracts/Test/Mocks/MockConverter.sol +69 -0
- package/contracts/Test/Mocks/MockDeflationaryToken.sol +113 -0
- package/contracts/Test/Mocks/MockRiskFundConverter.sol +45 -0
- package/contracts/Test/Mocks/MockToken.sol +30 -0
- package/contracts/TokenConverter/AbstractTokenConverter.sol +1022 -0
- package/contracts/TokenConverter/ConverterNetwork.sol +242 -0
- package/contracts/TokenConverter/IAbstractTokenConverter.sol +132 -0
- package/contracts/TokenConverter/RiskFundConverter.sol +436 -0
- package/contracts/TokenConverter/SingleTokenConverter.sol +77 -0
- package/contracts/Utils/ArrayHelpers.sol +41 -0
- package/contracts/Utils/Constants.sol +11 -0
- package/contracts/Utils/Validators.sol +26 -0
- package/deploy/001-risk-fund-converter.ts +124 -0
- package/deploy/1-deploy.ts +64 -0
- package/deployments/bscmainnet/.chainId +1 -0
- package/deployments/bscmainnet/DefaultProxyAdmin.json +257 -0
- package/deployments/bscmainnet/ProtocolShareReserve.json +1126 -0
- package/deployments/bscmainnet/ProtocolShareReserve_Implementation.json +1400 -0
- package/deployments/bscmainnet/ProtocolShareReserve_Proxy.json +261 -0
- package/deployments/bscmainnet/solcInputs/0e89febeebc7444140de8e67c9067d2c.json +78 -0
- package/deployments/bscmainnet/solcInputs/aee5f1db1180ece295e59c8f036fe600.json +90 -0
- package/deployments/bsctestnet/.chainId +1 -0
- package/deployments/bsctestnet/DefaultProxyAdmin.json +257 -0
- package/deployments/bsctestnet/ProtocolShareReserve.json +1126 -0
- package/deployments/bsctestnet/ProtocolShareReserve_Implementation.json +1400 -0
- package/deployments/bsctestnet/ProtocolShareReserve_Proxy.json +261 -0
- package/deployments/bsctestnet/solcInputs/0e89febeebc7444140de8e67c9067d2c.json +78 -0
- package/deployments/bsctestnet/solcInputs/aee5f1db1180ece295e59c8f036fe600.json +90 -0
- package/package.json +119 -0
- package/typechain/AbstractTokenConverter.d.ts +1516 -0
- package/typechain/AccessControl.d.ts +388 -0
- package/typechain/AccessControlledV8.d.ts +341 -0
- package/typechain/BoundValidatorInterface.d.ts +126 -0
- package/typechain/ContextUpgradeable.d.ts +92 -0
- package/typechain/ConverterNetwork.d.ts +721 -0
- package/typechain/ERC165.d.ts +116 -0
- package/typechain/ERC20.d.ts +441 -0
- package/typechain/IAbstractTokenConverter.d.ts +606 -0
- package/typechain/IAccessControl.d.ts +333 -0
- package/typechain/IAccessControlManagerV8.d.ts +504 -0
- package/typechain/IComptroller.d.ts +136 -0
- package/typechain/IConverterNetwork.d.ts +292 -0
- package/typechain/IERC165.d.ts +116 -0
- package/typechain/IERC20.d.ts +324 -0
- package/typechain/IERC20Metadata.d.ts +363 -0
- package/typechain/IERC20PermitUpgradeable.d.ts +187 -0
- package/typechain/IERC20Upgradeable.d.ts +324 -0
- package/typechain/IIncomeDestination.d.ts +122 -0
- package/typechain/IPoolRegistry.d.ts +155 -0
- package/typechain/IPrime.d.ts +197 -0
- package/typechain/IProtocolShareReserve.d.ts +127 -0
- package/typechain/IRiskFund.d.ts +200 -0
- package/typechain/IRiskFundConverter.d.ts +138 -0
- package/typechain/IRiskFundGetters.d.ts +103 -0
- package/typechain/IShortfall.d.ts +110 -0
- package/typechain/IVToken.d.ts +98 -0
- package/typechain/IXVSVault.d.ts +95 -0
- package/typechain/Initializable.d.ts +92 -0
- package/typechain/MaxLoopsLimitHelper.d.ts +128 -0
- package/typechain/MaxLoopsLimitHelpersStorage.d.ts +101 -0
- package/typechain/MockACM.d.ts +615 -0
- package/typechain/MockArraySorter.d.ts +118 -0
- package/typechain/MockConverter.d.ts +1705 -0
- package/typechain/MockDeflatingToken.d.ts +486 -0
- package/typechain/MockRiskFundConverter.d.ts +2193 -0
- package/typechain/MockToken.d.ts +505 -0
- package/typechain/OracleInterface.d.ts +98 -0
- package/typechain/Ownable2StepUpgradeable.d.ts +261 -0
- package/typechain/OwnableUpgradeable.d.ts +193 -0
- package/typechain/PausableUpgradeable.d.ts +129 -0
- package/typechain/ProtocolShareReserve.d.ts +1332 -0
- package/typechain/ReentrancyGuardUpgradeable.d.ts +92 -0
- package/typechain/ReserveHelpersStorage.d.ts +300 -0
- package/typechain/ResilientOracle.d.ts +1022 -0
- package/typechain/ResilientOracleInterface.d.ts +192 -0
- package/typechain/RiskFundConverter.d.ts +1949 -0
- package/typechain/RiskFundV1Storage.d.ts +353 -0
- package/typechain/RiskFundV2.d.ts +893 -0
- package/typechain/RiskFundV2Storage.d.ts +372 -0
- package/typechain/SingleTokenConverter.d.ts +1598 -0
- package/typechain/TwapInterface.d.ts +124 -0
- package/typechain/VBep20Interface.d.ts +379 -0
- package/typechain/XVSVaultTreasury.d.ts +515 -0
- package/typechain/common.d.ts +35 -0
- package/typechain/factories/AbstractTokenConverter__factory.ts +1105 -0
- package/typechain/factories/AccessControl__factory.ts +227 -0
- package/typechain/factories/AccessControlledV8__factory.ts +196 -0
- package/typechain/factories/BoundValidatorInterface__factory.ts +59 -0
- package/typechain/factories/ContextUpgradeable__factory.ts +39 -0
- package/typechain/factories/ConverterNetwork__factory.ts +502 -0
- package/typechain/factories/ERC165__factory.ts +39 -0
- package/typechain/factories/ERC20__factory.ts +340 -0
- package/typechain/factories/IAbstractTokenConverter__factory.ts +364 -0
- package/typechain/factories/IAccessControlManagerV8__factory.ts +301 -0
- package/typechain/factories/IAccessControl__factory.ts +198 -0
- package/typechain/factories/IComptroller__factory.ts +68 -0
- package/typechain/factories/IConverterNetwork__factory.ts +142 -0
- package/typechain/factories/IERC165__factory.ts +42 -0
- package/typechain/factories/IERC20Metadata__factory.ts +248 -0
- package/typechain/factories/IERC20PermitUpgradeable__factory.ts +105 -0
- package/typechain/factories/IERC20Upgradeable__factory.ts +209 -0
- package/typechain/factories/IERC20__factory.ts +203 -0
- package/typechain/factories/IIncomeDestination__factory.ts +44 -0
- package/typechain/factories/IPoolRegistry__factory.ts +66 -0
- package/typechain/factories/IPrime__factory.ts +83 -0
- package/typechain/factories/IProtocolShareReserve__factory.ts +53 -0
- package/typechain/factories/IRiskFundConverter__factory.ts +63 -0
- package/typechain/factories/IRiskFundGetters__factory.ts +39 -0
- package/typechain/factories/IRiskFund__factory.ts +89 -0
- package/typechain/factories/IShortfall__factory.ts +36 -0
- package/typechain/factories/IVToken__factory.ts +36 -0
- package/typechain/factories/IXVSVault__factory.ts +36 -0
- package/typechain/factories/Initializable__factory.ts +36 -0
- package/typechain/factories/MaxLoopsLimitHelper__factory.ts +74 -0
- package/typechain/factories/MaxLoopsLimitHelpersStorage__factory.ts +75 -0
- package/typechain/factories/MockACM__factory.ts +411 -0
- package/typechain/factories/MockArraySorter__factory.ts +85 -0
- package/typechain/factories/MockConverter__factory.ts +1242 -0
- package/typechain/factories/MockDeflatingToken__factory.ts +389 -0
- package/typechain/factories/MockRiskFundConverter__factory.ts +1625 -0
- package/typechain/factories/MockToken__factory.ts +398 -0
- package/typechain/factories/OracleInterface__factory.ts +45 -0
- package/typechain/factories/Ownable2StepUpgradeable__factory.ts +134 -0
- package/typechain/factories/OwnableUpgradeable__factory.ts +91 -0
- package/typechain/factories/PausableUpgradeable__factory.ts +78 -0
- package/typechain/factories/ProtocolShareReserve__factory.ts +957 -0
- package/typechain/factories/ReentrancyGuardUpgradeable__factory.ts +43 -0
- package/typechain/factories/ReserveHelpersStorage__factory.ts +188 -0
- package/typechain/factories/ResilientOracleInterface__factory.ts +94 -0
- package/typechain/factories/ResilientOracle__factory.ts +710 -0
- package/typechain/factories/RiskFundConverter__factory.ts +1491 -0
- package/typechain/factories/RiskFundV1Storage__factory.ts +223 -0
- package/typechain/factories/RiskFundV2Storage__factory.ts +236 -0
- package/typechain/factories/RiskFundV2__factory.ts +624 -0
- package/typechain/factories/SingleTokenConverter__factory.ts +1200 -0
- package/typechain/factories/TwapInterface__factory.ts +61 -0
- package/typechain/factories/VBep20Interface__factory.ts +261 -0
- package/typechain/factories/XVSVaultTreasury__factory.ts +365 -0
- package/typechain/index.ts +112 -0
|
@@ -0,0 +1,1429 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "RiskFundConverter",
|
|
4
|
+
"sourceName": "contracts/TokenConverter/RiskFundConverter.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "corePoolComptroller_",
|
|
11
|
+
"type": "address"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"internalType": "address",
|
|
15
|
+
"name": "vBNB_",
|
|
16
|
+
"type": "address"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"internalType": "address",
|
|
20
|
+
"name": "nativeWrapped_",
|
|
21
|
+
"type": "address"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"stateMutability": "nonpayable",
|
|
25
|
+
"type": "constructor"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"inputs": [
|
|
29
|
+
{
|
|
30
|
+
"internalType": "uint256",
|
|
31
|
+
"name": "amountInMantissa",
|
|
32
|
+
"type": "uint256"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"internalType": "uint256",
|
|
36
|
+
"name": "amountInMaxMantissa",
|
|
37
|
+
"type": "uint256"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"name": "AmountInHigherThanMax",
|
|
41
|
+
"type": "error"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"inputs": [],
|
|
45
|
+
"name": "AmountInMismatched",
|
|
46
|
+
"type": "error"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"inputs": [
|
|
50
|
+
{
|
|
51
|
+
"internalType": "uint256",
|
|
52
|
+
"name": "amountOutMantissa",
|
|
53
|
+
"type": "uint256"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"internalType": "uint256",
|
|
57
|
+
"name": "amountOutMinMantissa",
|
|
58
|
+
"type": "uint256"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"name": "AmountOutLowerThanMinRequired",
|
|
62
|
+
"type": "error"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"inputs": [],
|
|
66
|
+
"name": "AmountOutMismatched",
|
|
67
|
+
"type": "error"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"inputs": [],
|
|
71
|
+
"name": "ConversionConfigNotEnabled",
|
|
72
|
+
"type": "error"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"inputs": [],
|
|
76
|
+
"name": "ConversionEnabledOnlyForPrivateConversions",
|
|
77
|
+
"type": "error"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"inputs": [],
|
|
81
|
+
"name": "ConversionTokensActive",
|
|
82
|
+
"type": "error"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"inputs": [],
|
|
86
|
+
"name": "ConversionTokensPaused",
|
|
87
|
+
"type": "error"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"inputs": [
|
|
91
|
+
{
|
|
92
|
+
"internalType": "uint256",
|
|
93
|
+
"name": "incentive",
|
|
94
|
+
"type": "uint256"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"internalType": "uint256",
|
|
98
|
+
"name": "maxIncentive",
|
|
99
|
+
"type": "uint256"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"name": "IncentiveTooHigh",
|
|
103
|
+
"type": "error"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"inputs": [],
|
|
107
|
+
"name": "InsufficientBalance",
|
|
108
|
+
"type": "error"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"inputs": [],
|
|
112
|
+
"name": "InsufficientInputAmount",
|
|
113
|
+
"type": "error"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"inputs": [],
|
|
117
|
+
"name": "InsufficientOutputAmount",
|
|
118
|
+
"type": "error"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"inputs": [],
|
|
122
|
+
"name": "InsufficientPoolLiquidity",
|
|
123
|
+
"type": "error"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"inputs": [],
|
|
127
|
+
"name": "InvalidArguments",
|
|
128
|
+
"type": "error"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"inputs": [],
|
|
132
|
+
"name": "InvalidConverterNetwork",
|
|
133
|
+
"type": "error"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"inputs": [],
|
|
137
|
+
"name": "InvalidToAddress",
|
|
138
|
+
"type": "error"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"inputs": [],
|
|
142
|
+
"name": "InvalidTokenConfigAddresses",
|
|
143
|
+
"type": "error"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"inputs": [
|
|
147
|
+
{
|
|
148
|
+
"internalType": "address",
|
|
149
|
+
"name": "comptroller",
|
|
150
|
+
"type": "address"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"internalType": "address",
|
|
154
|
+
"name": "asset",
|
|
155
|
+
"type": "address"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"name": "MarketNotExistInPool",
|
|
159
|
+
"type": "error"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"inputs": [],
|
|
163
|
+
"name": "NonZeroIncentiveForPrivateConversion",
|
|
164
|
+
"type": "error"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"inputs": [],
|
|
168
|
+
"name": "ReentrancyGuardError",
|
|
169
|
+
"type": "error"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"inputs": [
|
|
173
|
+
{
|
|
174
|
+
"internalType": "address",
|
|
175
|
+
"name": "sender",
|
|
176
|
+
"type": "address"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"internalType": "address",
|
|
180
|
+
"name": "calledContract",
|
|
181
|
+
"type": "address"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"internalType": "string",
|
|
185
|
+
"name": "methodSignature",
|
|
186
|
+
"type": "string"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"name": "Unauthorized",
|
|
190
|
+
"type": "error"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"inputs": [],
|
|
194
|
+
"name": "ZeroAddressNotAllowed",
|
|
195
|
+
"type": "error"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"inputs": [],
|
|
199
|
+
"name": "ZeroValueNotAllowed",
|
|
200
|
+
"type": "error"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"anonymous": false,
|
|
204
|
+
"inputs": [
|
|
205
|
+
{
|
|
206
|
+
"indexed": true,
|
|
207
|
+
"internalType": "address",
|
|
208
|
+
"name": "comptroller",
|
|
209
|
+
"type": "address"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"indexed": true,
|
|
213
|
+
"internalType": "address",
|
|
214
|
+
"name": "asset",
|
|
215
|
+
"type": "address"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"indexed": false,
|
|
219
|
+
"internalType": "uint256",
|
|
220
|
+
"name": "amount",
|
|
221
|
+
"type": "uint256"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"name": "AssetTransferredToDestination",
|
|
225
|
+
"type": "event"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"anonymous": false,
|
|
229
|
+
"inputs": [
|
|
230
|
+
{
|
|
231
|
+
"indexed": true,
|
|
232
|
+
"internalType": "address",
|
|
233
|
+
"name": "comptroller",
|
|
234
|
+
"type": "address"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"indexed": true,
|
|
238
|
+
"internalType": "address",
|
|
239
|
+
"name": "asset",
|
|
240
|
+
"type": "address"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"indexed": false,
|
|
244
|
+
"internalType": "uint256",
|
|
245
|
+
"name": "amount",
|
|
246
|
+
"type": "uint256"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"name": "AssetsReservesUpdated",
|
|
250
|
+
"type": "event"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"anonymous": false,
|
|
254
|
+
"inputs": [
|
|
255
|
+
{
|
|
256
|
+
"indexed": true,
|
|
257
|
+
"internalType": "address",
|
|
258
|
+
"name": "tokenAddressIn",
|
|
259
|
+
"type": "address"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"indexed": true,
|
|
263
|
+
"internalType": "address",
|
|
264
|
+
"name": "tokenAddressOut",
|
|
265
|
+
"type": "address"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"indexed": false,
|
|
269
|
+
"internalType": "uint256",
|
|
270
|
+
"name": "oldIncentive",
|
|
271
|
+
"type": "uint256"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"indexed": false,
|
|
275
|
+
"internalType": "uint256",
|
|
276
|
+
"name": "newIncentive",
|
|
277
|
+
"type": "uint256"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"indexed": false,
|
|
281
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
282
|
+
"name": "oldAccess",
|
|
283
|
+
"type": "uint8"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"indexed": false,
|
|
287
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
288
|
+
"name": "newAccess",
|
|
289
|
+
"type": "uint8"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"name": "ConversionConfigUpdated",
|
|
293
|
+
"type": "event"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"anonymous": false,
|
|
297
|
+
"inputs": [
|
|
298
|
+
{
|
|
299
|
+
"indexed": true,
|
|
300
|
+
"internalType": "address",
|
|
301
|
+
"name": "sender",
|
|
302
|
+
"type": "address"
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"name": "ConversionPaused",
|
|
306
|
+
"type": "event"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"anonymous": false,
|
|
310
|
+
"inputs": [
|
|
311
|
+
{
|
|
312
|
+
"indexed": true,
|
|
313
|
+
"internalType": "address",
|
|
314
|
+
"name": "sender",
|
|
315
|
+
"type": "address"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"name": "ConversionResumed",
|
|
319
|
+
"type": "event"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"anonymous": false,
|
|
323
|
+
"inputs": [
|
|
324
|
+
{
|
|
325
|
+
"indexed": false,
|
|
326
|
+
"internalType": "uint256",
|
|
327
|
+
"name": "amountIn",
|
|
328
|
+
"type": "uint256"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"indexed": false,
|
|
332
|
+
"internalType": "uint256",
|
|
333
|
+
"name": "amountOut",
|
|
334
|
+
"type": "uint256"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"name": "ConvertedExactTokens",
|
|
338
|
+
"type": "event"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"anonymous": false,
|
|
342
|
+
"inputs": [
|
|
343
|
+
{
|
|
344
|
+
"indexed": false,
|
|
345
|
+
"internalType": "uint256",
|
|
346
|
+
"name": "amountIn",
|
|
347
|
+
"type": "uint256"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"indexed": false,
|
|
351
|
+
"internalType": "uint256",
|
|
352
|
+
"name": "amountOut",
|
|
353
|
+
"type": "uint256"
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"name": "ConvertedExactTokensSupportingFeeOnTransferTokens",
|
|
357
|
+
"type": "event"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"anonymous": false,
|
|
361
|
+
"inputs": [
|
|
362
|
+
{
|
|
363
|
+
"indexed": false,
|
|
364
|
+
"internalType": "uint256",
|
|
365
|
+
"name": "amountIn",
|
|
366
|
+
"type": "uint256"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"indexed": false,
|
|
370
|
+
"internalType": "uint256",
|
|
371
|
+
"name": "amountOut",
|
|
372
|
+
"type": "uint256"
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"name": "ConvertedForExactTokens",
|
|
376
|
+
"type": "event"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"anonymous": false,
|
|
380
|
+
"inputs": [
|
|
381
|
+
{
|
|
382
|
+
"indexed": false,
|
|
383
|
+
"internalType": "uint256",
|
|
384
|
+
"name": "amountIn",
|
|
385
|
+
"type": "uint256"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"indexed": false,
|
|
389
|
+
"internalType": "uint256",
|
|
390
|
+
"name": "amountOut",
|
|
391
|
+
"type": "uint256"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"name": "ConvertedForExactTokensSupportingFeeOnTransferTokens",
|
|
395
|
+
"type": "event"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"anonymous": false,
|
|
399
|
+
"inputs": [
|
|
400
|
+
{
|
|
401
|
+
"indexed": true,
|
|
402
|
+
"internalType": "address",
|
|
403
|
+
"name": "oldConverterNetwork",
|
|
404
|
+
"type": "address"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"indexed": true,
|
|
408
|
+
"internalType": "address",
|
|
409
|
+
"name": "converterNetwork",
|
|
410
|
+
"type": "address"
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"name": "ConverterNetworkAddressUpdated",
|
|
414
|
+
"type": "event"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"anonymous": false,
|
|
418
|
+
"inputs": [
|
|
419
|
+
{
|
|
420
|
+
"indexed": true,
|
|
421
|
+
"internalType": "address",
|
|
422
|
+
"name": "oldDestinationAddress",
|
|
423
|
+
"type": "address"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"indexed": true,
|
|
427
|
+
"internalType": "address",
|
|
428
|
+
"name": "destinationAddress",
|
|
429
|
+
"type": "address"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"name": "DestinationAddressUpdated",
|
|
433
|
+
"type": "event"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"anonymous": false,
|
|
437
|
+
"inputs": [
|
|
438
|
+
{
|
|
439
|
+
"indexed": false,
|
|
440
|
+
"internalType": "uint8",
|
|
441
|
+
"name": "version",
|
|
442
|
+
"type": "uint8"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"name": "Initialized",
|
|
446
|
+
"type": "event"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"anonymous": false,
|
|
450
|
+
"inputs": [
|
|
451
|
+
{
|
|
452
|
+
"indexed": false,
|
|
453
|
+
"internalType": "address",
|
|
454
|
+
"name": "oldAccessControlManager",
|
|
455
|
+
"type": "address"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"indexed": false,
|
|
459
|
+
"internalType": "address",
|
|
460
|
+
"name": "newAccessControlManager",
|
|
461
|
+
"type": "address"
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"name": "NewAccessControlManager",
|
|
465
|
+
"type": "event"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"anonymous": false,
|
|
469
|
+
"inputs": [
|
|
470
|
+
{
|
|
471
|
+
"indexed": true,
|
|
472
|
+
"internalType": "address",
|
|
473
|
+
"name": "previousOwner",
|
|
474
|
+
"type": "address"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"indexed": true,
|
|
478
|
+
"internalType": "address",
|
|
479
|
+
"name": "newOwner",
|
|
480
|
+
"type": "address"
|
|
481
|
+
}
|
|
482
|
+
],
|
|
483
|
+
"name": "OwnershipTransferStarted",
|
|
484
|
+
"type": "event"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"anonymous": false,
|
|
488
|
+
"inputs": [
|
|
489
|
+
{
|
|
490
|
+
"indexed": true,
|
|
491
|
+
"internalType": "address",
|
|
492
|
+
"name": "previousOwner",
|
|
493
|
+
"type": "address"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"indexed": true,
|
|
497
|
+
"internalType": "address",
|
|
498
|
+
"name": "newOwner",
|
|
499
|
+
"type": "address"
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"name": "OwnershipTransferred",
|
|
503
|
+
"type": "event"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"anonymous": false,
|
|
507
|
+
"inputs": [
|
|
508
|
+
{
|
|
509
|
+
"indexed": true,
|
|
510
|
+
"internalType": "address",
|
|
511
|
+
"name": "comptroller",
|
|
512
|
+
"type": "address"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"indexed": true,
|
|
516
|
+
"internalType": "address",
|
|
517
|
+
"name": "asset",
|
|
518
|
+
"type": "address"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"indexed": false,
|
|
522
|
+
"internalType": "bool",
|
|
523
|
+
"name": "value",
|
|
524
|
+
"type": "bool"
|
|
525
|
+
}
|
|
526
|
+
],
|
|
527
|
+
"name": "PoolAssetsDirectTransferUpdated",
|
|
528
|
+
"type": "event"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"anonymous": false,
|
|
532
|
+
"inputs": [
|
|
533
|
+
{
|
|
534
|
+
"indexed": true,
|
|
535
|
+
"internalType": "address",
|
|
536
|
+
"name": "oldPoolRegistry",
|
|
537
|
+
"type": "address"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"indexed": true,
|
|
541
|
+
"internalType": "address",
|
|
542
|
+
"name": "newPoolRegistry",
|
|
543
|
+
"type": "address"
|
|
544
|
+
}
|
|
545
|
+
],
|
|
546
|
+
"name": "PoolRegistryUpdated",
|
|
547
|
+
"type": "event"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"anonymous": false,
|
|
551
|
+
"inputs": [
|
|
552
|
+
{
|
|
553
|
+
"indexed": true,
|
|
554
|
+
"internalType": "contract ResilientOracle",
|
|
555
|
+
"name": "oldPriceOracle",
|
|
556
|
+
"type": "address"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"indexed": true,
|
|
560
|
+
"internalType": "contract ResilientOracle",
|
|
561
|
+
"name": "priceOracle",
|
|
562
|
+
"type": "address"
|
|
563
|
+
}
|
|
564
|
+
],
|
|
565
|
+
"name": "PriceOracleUpdated",
|
|
566
|
+
"type": "event"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"anonymous": false,
|
|
570
|
+
"inputs": [
|
|
571
|
+
{
|
|
572
|
+
"indexed": true,
|
|
573
|
+
"internalType": "address",
|
|
574
|
+
"name": "token",
|
|
575
|
+
"type": "address"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"indexed": true,
|
|
579
|
+
"internalType": "address",
|
|
580
|
+
"name": "to",
|
|
581
|
+
"type": "address"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"indexed": false,
|
|
585
|
+
"internalType": "uint256",
|
|
586
|
+
"name": "amount",
|
|
587
|
+
"type": "uint256"
|
|
588
|
+
}
|
|
589
|
+
],
|
|
590
|
+
"name": "SweepToken",
|
|
591
|
+
"type": "event"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"inputs": [],
|
|
595
|
+
"name": "CORE_POOL_COMPTROLLER",
|
|
596
|
+
"outputs": [
|
|
597
|
+
{
|
|
598
|
+
"internalType": "address",
|
|
599
|
+
"name": "",
|
|
600
|
+
"type": "address"
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"stateMutability": "view",
|
|
604
|
+
"type": "function"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"inputs": [],
|
|
608
|
+
"name": "MAX_INCENTIVE",
|
|
609
|
+
"outputs": [
|
|
610
|
+
{
|
|
611
|
+
"internalType": "uint256",
|
|
612
|
+
"name": "",
|
|
613
|
+
"type": "uint256"
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"stateMutability": "view",
|
|
617
|
+
"type": "function"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"inputs": [],
|
|
621
|
+
"name": "NATIVE_WRAPPED",
|
|
622
|
+
"outputs": [
|
|
623
|
+
{
|
|
624
|
+
"internalType": "address",
|
|
625
|
+
"name": "",
|
|
626
|
+
"type": "address"
|
|
627
|
+
}
|
|
628
|
+
],
|
|
629
|
+
"stateMutability": "view",
|
|
630
|
+
"type": "function"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"inputs": [],
|
|
634
|
+
"name": "VBNB",
|
|
635
|
+
"outputs": [
|
|
636
|
+
{
|
|
637
|
+
"internalType": "address",
|
|
638
|
+
"name": "",
|
|
639
|
+
"type": "address"
|
|
640
|
+
}
|
|
641
|
+
],
|
|
642
|
+
"stateMutability": "view",
|
|
643
|
+
"type": "function"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"inputs": [],
|
|
647
|
+
"name": "acceptOwnership",
|
|
648
|
+
"outputs": [],
|
|
649
|
+
"stateMutability": "nonpayable",
|
|
650
|
+
"type": "function"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"inputs": [],
|
|
654
|
+
"name": "accessControlManager",
|
|
655
|
+
"outputs": [
|
|
656
|
+
{
|
|
657
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
658
|
+
"name": "",
|
|
659
|
+
"type": "address"
|
|
660
|
+
}
|
|
661
|
+
],
|
|
662
|
+
"stateMutability": "view",
|
|
663
|
+
"type": "function"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"inputs": [
|
|
667
|
+
{
|
|
668
|
+
"internalType": "address",
|
|
669
|
+
"name": "tokenAddress",
|
|
670
|
+
"type": "address"
|
|
671
|
+
}
|
|
672
|
+
],
|
|
673
|
+
"name": "balanceOf",
|
|
674
|
+
"outputs": [
|
|
675
|
+
{
|
|
676
|
+
"internalType": "uint256",
|
|
677
|
+
"name": "",
|
|
678
|
+
"type": "uint256"
|
|
679
|
+
}
|
|
680
|
+
],
|
|
681
|
+
"stateMutability": "view",
|
|
682
|
+
"type": "function"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"inputs": [
|
|
686
|
+
{
|
|
687
|
+
"internalType": "address",
|
|
688
|
+
"name": "",
|
|
689
|
+
"type": "address"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"internalType": "address",
|
|
693
|
+
"name": "",
|
|
694
|
+
"type": "address"
|
|
695
|
+
}
|
|
696
|
+
],
|
|
697
|
+
"name": "conversionConfigurations",
|
|
698
|
+
"outputs": [
|
|
699
|
+
{
|
|
700
|
+
"internalType": "uint256",
|
|
701
|
+
"name": "incentive",
|
|
702
|
+
"type": "uint256"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
706
|
+
"name": "conversionAccess",
|
|
707
|
+
"type": "uint8"
|
|
708
|
+
}
|
|
709
|
+
],
|
|
710
|
+
"stateMutability": "view",
|
|
711
|
+
"type": "function"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"inputs": [],
|
|
715
|
+
"name": "conversionPaused",
|
|
716
|
+
"outputs": [
|
|
717
|
+
{
|
|
718
|
+
"internalType": "bool",
|
|
719
|
+
"name": "",
|
|
720
|
+
"type": "bool"
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
"stateMutability": "view",
|
|
724
|
+
"type": "function"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"inputs": [
|
|
728
|
+
{
|
|
729
|
+
"internalType": "uint256",
|
|
730
|
+
"name": "amountInMantissa",
|
|
731
|
+
"type": "uint256"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"internalType": "uint256",
|
|
735
|
+
"name": "amountOutMinMantissa",
|
|
736
|
+
"type": "uint256"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"internalType": "address",
|
|
740
|
+
"name": "tokenAddressIn",
|
|
741
|
+
"type": "address"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"internalType": "address",
|
|
745
|
+
"name": "tokenAddressOut",
|
|
746
|
+
"type": "address"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"internalType": "address",
|
|
750
|
+
"name": "to",
|
|
751
|
+
"type": "address"
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"name": "convertExactTokens",
|
|
755
|
+
"outputs": [
|
|
756
|
+
{
|
|
757
|
+
"internalType": "uint256",
|
|
758
|
+
"name": "actualAmountIn",
|
|
759
|
+
"type": "uint256"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"internalType": "uint256",
|
|
763
|
+
"name": "actualAmountOut",
|
|
764
|
+
"type": "uint256"
|
|
765
|
+
}
|
|
766
|
+
],
|
|
767
|
+
"stateMutability": "nonpayable",
|
|
768
|
+
"type": "function"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"inputs": [
|
|
772
|
+
{
|
|
773
|
+
"internalType": "uint256",
|
|
774
|
+
"name": "amountInMantissa",
|
|
775
|
+
"type": "uint256"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"internalType": "uint256",
|
|
779
|
+
"name": "amountOutMinMantissa",
|
|
780
|
+
"type": "uint256"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"internalType": "address",
|
|
784
|
+
"name": "tokenAddressIn",
|
|
785
|
+
"type": "address"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"internalType": "address",
|
|
789
|
+
"name": "tokenAddressOut",
|
|
790
|
+
"type": "address"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"internalType": "address",
|
|
794
|
+
"name": "to",
|
|
795
|
+
"type": "address"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"name": "convertExactTokensSupportingFeeOnTransferTokens",
|
|
799
|
+
"outputs": [
|
|
800
|
+
{
|
|
801
|
+
"internalType": "uint256",
|
|
802
|
+
"name": "actualAmountIn",
|
|
803
|
+
"type": "uint256"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"internalType": "uint256",
|
|
807
|
+
"name": "actualAmountOut",
|
|
808
|
+
"type": "uint256"
|
|
809
|
+
}
|
|
810
|
+
],
|
|
811
|
+
"stateMutability": "nonpayable",
|
|
812
|
+
"type": "function"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"inputs": [
|
|
816
|
+
{
|
|
817
|
+
"internalType": "uint256",
|
|
818
|
+
"name": "amountInMaxMantissa",
|
|
819
|
+
"type": "uint256"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"internalType": "uint256",
|
|
823
|
+
"name": "amountOutMantissa",
|
|
824
|
+
"type": "uint256"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"internalType": "address",
|
|
828
|
+
"name": "tokenAddressIn",
|
|
829
|
+
"type": "address"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"internalType": "address",
|
|
833
|
+
"name": "tokenAddressOut",
|
|
834
|
+
"type": "address"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"internalType": "address",
|
|
838
|
+
"name": "to",
|
|
839
|
+
"type": "address"
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"name": "convertForExactTokens",
|
|
843
|
+
"outputs": [
|
|
844
|
+
{
|
|
845
|
+
"internalType": "uint256",
|
|
846
|
+
"name": "actualAmountIn",
|
|
847
|
+
"type": "uint256"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"internalType": "uint256",
|
|
851
|
+
"name": "actualAmountOut",
|
|
852
|
+
"type": "uint256"
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"stateMutability": "nonpayable",
|
|
856
|
+
"type": "function"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"inputs": [
|
|
860
|
+
{
|
|
861
|
+
"internalType": "uint256",
|
|
862
|
+
"name": "amountInMaxMantissa",
|
|
863
|
+
"type": "uint256"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"internalType": "uint256",
|
|
867
|
+
"name": "amountOutMantissa",
|
|
868
|
+
"type": "uint256"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"internalType": "address",
|
|
872
|
+
"name": "tokenAddressIn",
|
|
873
|
+
"type": "address"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"internalType": "address",
|
|
877
|
+
"name": "tokenAddressOut",
|
|
878
|
+
"type": "address"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"internalType": "address",
|
|
882
|
+
"name": "to",
|
|
883
|
+
"type": "address"
|
|
884
|
+
}
|
|
885
|
+
],
|
|
886
|
+
"name": "convertForExactTokensSupportingFeeOnTransferTokens",
|
|
887
|
+
"outputs": [
|
|
888
|
+
{
|
|
889
|
+
"internalType": "uint256",
|
|
890
|
+
"name": "actualAmountIn",
|
|
891
|
+
"type": "uint256"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"internalType": "uint256",
|
|
895
|
+
"name": "actualAmountOut",
|
|
896
|
+
"type": "uint256"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"stateMutability": "nonpayable",
|
|
900
|
+
"type": "function"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"inputs": [],
|
|
904
|
+
"name": "converterNetwork",
|
|
905
|
+
"outputs": [
|
|
906
|
+
{
|
|
907
|
+
"internalType": "contract IConverterNetwork",
|
|
908
|
+
"name": "",
|
|
909
|
+
"type": "address"
|
|
910
|
+
}
|
|
911
|
+
],
|
|
912
|
+
"stateMutability": "view",
|
|
913
|
+
"type": "function"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"inputs": [],
|
|
917
|
+
"name": "destinationAddress",
|
|
918
|
+
"outputs": [
|
|
919
|
+
{
|
|
920
|
+
"internalType": "address",
|
|
921
|
+
"name": "",
|
|
922
|
+
"type": "address"
|
|
923
|
+
}
|
|
924
|
+
],
|
|
925
|
+
"stateMutability": "view",
|
|
926
|
+
"type": "function"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"inputs": [
|
|
930
|
+
{
|
|
931
|
+
"internalType": "uint256",
|
|
932
|
+
"name": "amountOutMantissa",
|
|
933
|
+
"type": "uint256"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"internalType": "address",
|
|
937
|
+
"name": "tokenAddressIn",
|
|
938
|
+
"type": "address"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"internalType": "address",
|
|
942
|
+
"name": "tokenAddressOut",
|
|
943
|
+
"type": "address"
|
|
944
|
+
}
|
|
945
|
+
],
|
|
946
|
+
"name": "getAmountIn",
|
|
947
|
+
"outputs": [
|
|
948
|
+
{
|
|
949
|
+
"internalType": "uint256",
|
|
950
|
+
"name": "amountConvertedMantissa",
|
|
951
|
+
"type": "uint256"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"internalType": "uint256",
|
|
955
|
+
"name": "amountInMantissa",
|
|
956
|
+
"type": "uint256"
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"stateMutability": "view",
|
|
960
|
+
"type": "function"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"inputs": [
|
|
964
|
+
{
|
|
965
|
+
"internalType": "uint256",
|
|
966
|
+
"name": "amountInMantissa",
|
|
967
|
+
"type": "uint256"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"internalType": "address",
|
|
971
|
+
"name": "tokenAddressIn",
|
|
972
|
+
"type": "address"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"internalType": "address",
|
|
976
|
+
"name": "tokenAddressOut",
|
|
977
|
+
"type": "address"
|
|
978
|
+
}
|
|
979
|
+
],
|
|
980
|
+
"name": "getAmountOut",
|
|
981
|
+
"outputs": [
|
|
982
|
+
{
|
|
983
|
+
"internalType": "uint256",
|
|
984
|
+
"name": "amountConvertedMantissa",
|
|
985
|
+
"type": "uint256"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"internalType": "uint256",
|
|
989
|
+
"name": "amountOutMantissa",
|
|
990
|
+
"type": "uint256"
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"stateMutability": "view",
|
|
994
|
+
"type": "function"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"inputs": [
|
|
998
|
+
{
|
|
999
|
+
"internalType": "address",
|
|
1000
|
+
"name": "comptroller",
|
|
1001
|
+
"type": "address"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"internalType": "address",
|
|
1005
|
+
"name": "asset",
|
|
1006
|
+
"type": "address"
|
|
1007
|
+
}
|
|
1008
|
+
],
|
|
1009
|
+
"name": "getPoolAssetReserve",
|
|
1010
|
+
"outputs": [
|
|
1011
|
+
{
|
|
1012
|
+
"internalType": "uint256",
|
|
1013
|
+
"name": "",
|
|
1014
|
+
"type": "uint256"
|
|
1015
|
+
}
|
|
1016
|
+
],
|
|
1017
|
+
"stateMutability": "view",
|
|
1018
|
+
"type": "function"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"inputs": [
|
|
1022
|
+
{
|
|
1023
|
+
"internalType": "address",
|
|
1024
|
+
"name": "tokenAddress",
|
|
1025
|
+
"type": "address"
|
|
1026
|
+
}
|
|
1027
|
+
],
|
|
1028
|
+
"name": "getPools",
|
|
1029
|
+
"outputs": [
|
|
1030
|
+
{
|
|
1031
|
+
"internalType": "address[]",
|
|
1032
|
+
"name": "",
|
|
1033
|
+
"type": "address[]"
|
|
1034
|
+
}
|
|
1035
|
+
],
|
|
1036
|
+
"stateMutability": "view",
|
|
1037
|
+
"type": "function"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"inputs": [
|
|
1041
|
+
{
|
|
1042
|
+
"internalType": "uint256",
|
|
1043
|
+
"name": "amountOutMantissa",
|
|
1044
|
+
"type": "uint256"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"internalType": "address",
|
|
1048
|
+
"name": "tokenAddressIn",
|
|
1049
|
+
"type": "address"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"internalType": "address",
|
|
1053
|
+
"name": "tokenAddressOut",
|
|
1054
|
+
"type": "address"
|
|
1055
|
+
}
|
|
1056
|
+
],
|
|
1057
|
+
"name": "getUpdatedAmountIn",
|
|
1058
|
+
"outputs": [
|
|
1059
|
+
{
|
|
1060
|
+
"internalType": "uint256",
|
|
1061
|
+
"name": "amountConvertedMantissa",
|
|
1062
|
+
"type": "uint256"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"internalType": "uint256",
|
|
1066
|
+
"name": "amountInMantissa",
|
|
1067
|
+
"type": "uint256"
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"stateMutability": "nonpayable",
|
|
1071
|
+
"type": "function"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"inputs": [
|
|
1075
|
+
{
|
|
1076
|
+
"internalType": "uint256",
|
|
1077
|
+
"name": "amountInMantissa",
|
|
1078
|
+
"type": "uint256"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"internalType": "address",
|
|
1082
|
+
"name": "tokenAddressIn",
|
|
1083
|
+
"type": "address"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"internalType": "address",
|
|
1087
|
+
"name": "tokenAddressOut",
|
|
1088
|
+
"type": "address"
|
|
1089
|
+
}
|
|
1090
|
+
],
|
|
1091
|
+
"name": "getUpdatedAmountOut",
|
|
1092
|
+
"outputs": [
|
|
1093
|
+
{
|
|
1094
|
+
"internalType": "uint256",
|
|
1095
|
+
"name": "amountConvertedMantissa",
|
|
1096
|
+
"type": "uint256"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"internalType": "uint256",
|
|
1100
|
+
"name": "amountOutMantissa",
|
|
1101
|
+
"type": "uint256"
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"stateMutability": "nonpayable",
|
|
1105
|
+
"type": "function"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"inputs": [
|
|
1109
|
+
{
|
|
1110
|
+
"internalType": "address",
|
|
1111
|
+
"name": "accessControlManager_",
|
|
1112
|
+
"type": "address"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"internalType": "contract ResilientOracle",
|
|
1116
|
+
"name": "priceOracle_",
|
|
1117
|
+
"type": "address"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"internalType": "address",
|
|
1121
|
+
"name": "destinationAddress_",
|
|
1122
|
+
"type": "address"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"internalType": "address",
|
|
1126
|
+
"name": "poolRegistry_",
|
|
1127
|
+
"type": "address"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"internalType": "address[]",
|
|
1131
|
+
"name": "comptrollers",
|
|
1132
|
+
"type": "address[]"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"internalType": "address[][]",
|
|
1136
|
+
"name": "assets",
|
|
1137
|
+
"type": "address[][]"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"internalType": "bool[][]",
|
|
1141
|
+
"name": "values",
|
|
1142
|
+
"type": "bool[][]"
|
|
1143
|
+
}
|
|
1144
|
+
],
|
|
1145
|
+
"name": "initialize",
|
|
1146
|
+
"outputs": [],
|
|
1147
|
+
"stateMutability": "nonpayable",
|
|
1148
|
+
"type": "function"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"inputs": [],
|
|
1152
|
+
"name": "owner",
|
|
1153
|
+
"outputs": [
|
|
1154
|
+
{
|
|
1155
|
+
"internalType": "address",
|
|
1156
|
+
"name": "",
|
|
1157
|
+
"type": "address"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"stateMutability": "view",
|
|
1161
|
+
"type": "function"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"inputs": [],
|
|
1165
|
+
"name": "pauseConversion",
|
|
1166
|
+
"outputs": [],
|
|
1167
|
+
"stateMutability": "nonpayable",
|
|
1168
|
+
"type": "function"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"inputs": [],
|
|
1172
|
+
"name": "pendingOwner",
|
|
1173
|
+
"outputs": [
|
|
1174
|
+
{
|
|
1175
|
+
"internalType": "address",
|
|
1176
|
+
"name": "",
|
|
1177
|
+
"type": "address"
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"stateMutability": "view",
|
|
1181
|
+
"type": "function"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"inputs": [],
|
|
1185
|
+
"name": "poolRegistry",
|
|
1186
|
+
"outputs": [
|
|
1187
|
+
{
|
|
1188
|
+
"internalType": "address",
|
|
1189
|
+
"name": "",
|
|
1190
|
+
"type": "address"
|
|
1191
|
+
}
|
|
1192
|
+
],
|
|
1193
|
+
"stateMutability": "view",
|
|
1194
|
+
"type": "function"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"inputs": [
|
|
1198
|
+
{
|
|
1199
|
+
"internalType": "address",
|
|
1200
|
+
"name": "",
|
|
1201
|
+
"type": "address"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"internalType": "address",
|
|
1205
|
+
"name": "",
|
|
1206
|
+
"type": "address"
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"name": "poolsAssetsDirectTransfer",
|
|
1210
|
+
"outputs": [
|
|
1211
|
+
{
|
|
1212
|
+
"internalType": "bool",
|
|
1213
|
+
"name": "",
|
|
1214
|
+
"type": "bool"
|
|
1215
|
+
}
|
|
1216
|
+
],
|
|
1217
|
+
"stateMutability": "view",
|
|
1218
|
+
"type": "function"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"inputs": [],
|
|
1222
|
+
"name": "priceOracle",
|
|
1223
|
+
"outputs": [
|
|
1224
|
+
{
|
|
1225
|
+
"internalType": "contract ResilientOracle",
|
|
1226
|
+
"name": "",
|
|
1227
|
+
"type": "address"
|
|
1228
|
+
}
|
|
1229
|
+
],
|
|
1230
|
+
"stateMutability": "view",
|
|
1231
|
+
"type": "function"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"inputs": [],
|
|
1235
|
+
"name": "renounceOwnership",
|
|
1236
|
+
"outputs": [],
|
|
1237
|
+
"stateMutability": "nonpayable",
|
|
1238
|
+
"type": "function"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"inputs": [],
|
|
1242
|
+
"name": "resumeConversion",
|
|
1243
|
+
"outputs": [],
|
|
1244
|
+
"stateMutability": "nonpayable",
|
|
1245
|
+
"type": "function"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"inputs": [
|
|
1249
|
+
{
|
|
1250
|
+
"internalType": "address",
|
|
1251
|
+
"name": "accessControlManager_",
|
|
1252
|
+
"type": "address"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"name": "setAccessControlManager",
|
|
1256
|
+
"outputs": [],
|
|
1257
|
+
"stateMutability": "nonpayable",
|
|
1258
|
+
"type": "function"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"inputs": [
|
|
1262
|
+
{
|
|
1263
|
+
"internalType": "address",
|
|
1264
|
+
"name": "tokenAddressIn",
|
|
1265
|
+
"type": "address"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"internalType": "address",
|
|
1269
|
+
"name": "tokenAddressOut",
|
|
1270
|
+
"type": "address"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"components": [
|
|
1274
|
+
{
|
|
1275
|
+
"internalType": "uint256",
|
|
1276
|
+
"name": "incentive",
|
|
1277
|
+
"type": "uint256"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
1281
|
+
"name": "conversionAccess",
|
|
1282
|
+
"type": "uint8"
|
|
1283
|
+
}
|
|
1284
|
+
],
|
|
1285
|
+
"internalType": "struct IAbstractTokenConverter.ConversionConfig",
|
|
1286
|
+
"name": "conversionConfig",
|
|
1287
|
+
"type": "tuple"
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
"name": "setConversionConfig",
|
|
1291
|
+
"outputs": [],
|
|
1292
|
+
"stateMutability": "nonpayable",
|
|
1293
|
+
"type": "function"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"inputs": [
|
|
1297
|
+
{
|
|
1298
|
+
"internalType": "contract IConverterNetwork",
|
|
1299
|
+
"name": "converterNetwork_",
|
|
1300
|
+
"type": "address"
|
|
1301
|
+
}
|
|
1302
|
+
],
|
|
1303
|
+
"name": "setConverterNetwork",
|
|
1304
|
+
"outputs": [],
|
|
1305
|
+
"stateMutability": "nonpayable",
|
|
1306
|
+
"type": "function"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"inputs": [
|
|
1310
|
+
{
|
|
1311
|
+
"internalType": "address",
|
|
1312
|
+
"name": "destinationAddress_",
|
|
1313
|
+
"type": "address"
|
|
1314
|
+
}
|
|
1315
|
+
],
|
|
1316
|
+
"name": "setDestination",
|
|
1317
|
+
"outputs": [],
|
|
1318
|
+
"stateMutability": "nonpayable",
|
|
1319
|
+
"type": "function"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"inputs": [
|
|
1323
|
+
{
|
|
1324
|
+
"internalType": "address",
|
|
1325
|
+
"name": "poolRegistry_",
|
|
1326
|
+
"type": "address"
|
|
1327
|
+
}
|
|
1328
|
+
],
|
|
1329
|
+
"name": "setPoolRegistry",
|
|
1330
|
+
"outputs": [],
|
|
1331
|
+
"stateMutability": "nonpayable",
|
|
1332
|
+
"type": "function"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"inputs": [
|
|
1336
|
+
{
|
|
1337
|
+
"internalType": "address[]",
|
|
1338
|
+
"name": "comptrollers",
|
|
1339
|
+
"type": "address[]"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"internalType": "address[][]",
|
|
1343
|
+
"name": "assets",
|
|
1344
|
+
"type": "address[][]"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"internalType": "bool[][]",
|
|
1348
|
+
"name": "values",
|
|
1349
|
+
"type": "bool[][]"
|
|
1350
|
+
}
|
|
1351
|
+
],
|
|
1352
|
+
"name": "setPoolsAssetsDirectTransfer",
|
|
1353
|
+
"outputs": [],
|
|
1354
|
+
"stateMutability": "nonpayable",
|
|
1355
|
+
"type": "function"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"inputs": [
|
|
1359
|
+
{
|
|
1360
|
+
"internalType": "contract ResilientOracle",
|
|
1361
|
+
"name": "priceOracle_",
|
|
1362
|
+
"type": "address"
|
|
1363
|
+
}
|
|
1364
|
+
],
|
|
1365
|
+
"name": "setPriceOracle",
|
|
1366
|
+
"outputs": [],
|
|
1367
|
+
"stateMutability": "nonpayable",
|
|
1368
|
+
"type": "function"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"inputs": [
|
|
1372
|
+
{
|
|
1373
|
+
"internalType": "address",
|
|
1374
|
+
"name": "tokenAddress",
|
|
1375
|
+
"type": "address"
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"internalType": "address",
|
|
1379
|
+
"name": "to",
|
|
1380
|
+
"type": "address"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"internalType": "uint256",
|
|
1384
|
+
"name": "amount",
|
|
1385
|
+
"type": "uint256"
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"name": "sweepToken",
|
|
1389
|
+
"outputs": [],
|
|
1390
|
+
"stateMutability": "nonpayable",
|
|
1391
|
+
"type": "function"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"inputs": [
|
|
1395
|
+
{
|
|
1396
|
+
"internalType": "address",
|
|
1397
|
+
"name": "newOwner",
|
|
1398
|
+
"type": "address"
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"name": "transferOwnership",
|
|
1402
|
+
"outputs": [],
|
|
1403
|
+
"stateMutability": "nonpayable",
|
|
1404
|
+
"type": "function"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"inputs": [
|
|
1408
|
+
{
|
|
1409
|
+
"internalType": "address",
|
|
1410
|
+
"name": "comptroller",
|
|
1411
|
+
"type": "address"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"internalType": "address",
|
|
1415
|
+
"name": "asset",
|
|
1416
|
+
"type": "address"
|
|
1417
|
+
}
|
|
1418
|
+
],
|
|
1419
|
+
"name": "updateAssetsState",
|
|
1420
|
+
"outputs": [],
|
|
1421
|
+
"stateMutability": "nonpayable",
|
|
1422
|
+
"type": "function"
|
|
1423
|
+
}
|
|
1424
|
+
],
|
|
1425
|
+
"bytecode": "0x60e06040523480156200001157600080fd5b50604051620055f5380380620055f583398101604081905262000034916200018a565b6200003f8362000081565b6200004a8262000081565b620000558162000081565b6001600160a01b0380841660805282811660a052811660c05262000078620000ac565b505050620001d4565b6001600160a01b038116620000a9576040516342bcdf7f60e11b815260040160405180910390fd5b50565b600054610100900460ff1615620001195760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff908116146200016b576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b80516001600160a01b03811681146200018557600080fd5b919050565b600080600060608486031215620001a057600080fd5b620001ab846200016d565b9250620001bb602085016200016d565b9150620001cb604085016200016d565b90509250925092565b60805160a05160c0516153ce62000227600039600081816103c10152612aae01526000818161039a01526129eb01526000818161067e01528181610bad01528181612932015261325101526153ce6000f3fe608060405234801561001057600080fd5b50600436106102c85760003560e01c806370a082311161017b578063b4a0bdf3116100d8578063e30c39781161008c578063f0dc7e9d11610071578063f0dc7e9d14610653578063f2fde38b14610666578063fa7b81a01461067957600080fd5b8063e30c39781461062f578063f04c31871461064057600080fd5b8063bc368b04116100bd578063bc368b0414610605578063ca3254691461060d578063e2ff7ea21461062057600080fd5b8063b4a0bdf3146105e1578063b6828c57146105f257600080fd5b806390fa7b541161012f578063aac59a7511610114578063aac59a7514610577578063afcff50f1461058a578063b491ddf71461059e57600080fd5b806390fa7b5414610551578063a29bc2a31461056457600080fd5b806379ba50971161016057806379ba5097146105255780637b77cd6a1461052d5780638da5cb5b1461054057600080fd5b806370a08231146104f3578063715018a61461051d57600080fd5b806352e21a18116102295780635e1e6325116101dd5780636daa463b116101c25780636daa463b146104ac5780636f1a30a8146104bf5780636fb05275146104d257600080fd5b80635e1e63251461048657806364aff9ec1461049957600080fd5b8063553745221161020e578063553745221461044b57806358b904df1461045e5780635c39f4671461046657600080fd5b806352e21a1814610425578063530e784f1461043857600080fd5b80632630c12f11610280578063362b679511610265578063362b6795146103bc578063439727a5146103e3578063454900fe146103f657600080fd5b80632630c12f146103825780633421fc521461039557600080fd5b80630a0a05e6116102b15780630a0a05e6146103325780630a9a2b72146103475780630e32cb861461036f57600080fd5b806301e20178146102cd57806307aa239e146102fd575b600080fd5b60fe546102e0906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b60fd546103229074010000000000000000000000000000000000000000900460ff1681565b60405190151581526020016102f4565b6103456103403660046149f2565b6106a0565b005b61035a610355366004614a0f565b6106b4565b604080519283526020830191909152016102f4565b61034561037d3660046149f2565b6107ef565b60fb546102e0906001600160a01b031681565b6102e07f000000000000000000000000000000000000000000000000000000000000000081565b6102e07f000000000000000000000000000000000000000000000000000000000000000081565b61035a6103f1366004614a51565b610800565b610322610404366004614ab0565b61012f60209081526000928352604080842090915290825290205460ff1681565b6103456104333660046149f2565b610920565b6103456104463660046149f2565b610931565b610345610459366004614b35565b610942565b610345610979565b6104796104743660046149f2565b610a5f565b6040516102f49190614bcf565b61035a610494366004614a0f565b610c04565b6103456104a7366004614c1c565b610cfd565b61035a6104ba366004614a0f565b610da4565b61035a6104cd366004614a0f565b610eb0565b6104e56104e0366004614ab0565b610faf565b6040519081526020016102f4565b6104e56105013660046149f2565b6001600160a01b0316600090815261012c602052604090205490565b610345611079565b61034561108d565b61034561053b3660046149f2565b611118565b6033546001600160a01b03166102e0565b61035a61055f366004614a51565b61119f565b610345610572366004614c5d565b61126e565b610345610585366004614ab0565b61143e565b61012e546102e0906001600160a01b031681565b6105d36105ac366004614ab0565b60fc6020908152600092835260408084209091529082529020805460019091015460ff1682565b6040516102f4929190614daa565b6097546001600160a01b03166102e0565b61035a610600366004614a51565b611474565b610345611543565b60fd546102e0906001600160a01b031681565b6104e56706f05b59d3b2000081565b6065546001600160a01b03166102e0565b61035a61064e366004614a51565b6115f5565b610345610661366004614dbe565b6116fd565b6103456106743660046149f2565b611aa6565b6102e07f000000000000000000000000000000000000000000000000000000000000000081565b6106a8611b2f565b6106b181611b89565b50565b60008060026001600160a01b03808616600090815260fc602090815260408083209388168352929052206001015460ff1660038111156106f6576106f6614d40565b0361072d576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061073a868686611c06565b919450925090506000610763856001600160a01b0316600090815261012c602052604090205490565b9050868110156107ab5781600181610783670de0b6b3a764000085614e5e565b61078d9190614e9b565b6107979190614eb3565b6107a19190614eca565b92508093506107e5565b816001816107c1670de0b6b3a76400008b614e5e565b6107cb9190614e9b565b6107d59190614eb3565b6107df9190614eca565b92508693505b5050935093915050565b6107f7611b2f565b6106b181611f2e565b60008061080b612023565b61081361207c565b846001600160a01b0316836001600160a01b031614806108445750836001600160a01b0316836001600160a01b0316145b1561087b576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61088887878787876120d1565b90925090508682146108c6576040517fc214279600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108d285858484612147565b60408051838152602081018390527f01792e8a01532b0dfd583c98a639374a06c53ace3264841bcdc0c44d3734027c91015b60405180910390a1610916600160c955565b9550959350505050565b610928611b2f565b6106b181612496565b610939611b2f565b6106b181612513565b6109636040518060600160405280603c815260200161535d603c9139612590565b61097186868686868661265c565b505050505050565b6109b76040518060400160405280601281526020017f726573756d65436f6e76657273696f6e28290000000000000000000000000000815250612590565b60fd5474010000000000000000000000000000000000000000900460ff16610a0a576040517e6d8dbb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fd80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16905560405133907f89b79206f08dadd78502cff5075d2b094fa0abea0b063cfafe4475e2a380c51f90600090a2565b61012e546040517ff36dba380000000000000000000000000000000000000000000000000000000081526001600160a01b03838116600483015260609260009291169063f36dba3890602401600060405180830381865afa158015610ac8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610af09190810190614ffd565b9050610afb8361292d565b15610bfe5780516000610b0f826001614e9b565b67ffffffffffffffff811115610b2757610b27614f05565b604051908082528060200260200182016040528015610b50578160200160208202803683370190505b50905060005b82811015610baa57838181518110610b7057610b70615032565b6020026020010151828281518110610b8a57610b8a615032565b6001600160a01b0390921660209283029190910190910152600101610b56565b507f0000000000000000000000000000000000000000000000000000000000000000818381518110610bde57610bde615032565b6001600160a01b0390921660209283029190910190910152949350505050565b92915050565b60008060026001600160a01b03808616600090815260fc602090815260408083209388168352929052206001015460ff166003811115610c4657610c46614d40565b03610c7d576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000610c8a868686612af9565b919450925090506000610cb3856001600160a01b0316600090815261012c602052604090205490565b9050828110156107e55781600181610cd3670de0b6b3a764000085614e5e565b610cdd9190614e9b565b610ce79190614eb3565b610cf19190614eca565b97909650945050505050565b610d05611b2f565b610d0d612023565b610d1683612e20565b610d1f82612e20565b610d2881612e60565b82610d338183612e9a565b610d476001600160a01b03821684846131a4565b826001600160a01b0316846001600160a01b03167f6d25be279134f4ecaa4770aff0c3d916d9e7c5ef37b65ed95dbdba411f5d54d584604051610d8c91815260200190565b60405180910390a350610d9f600160c955565b505050565b60fb546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038481166004830152600092839291169063b62cad6990602401600060405180830381600087803b158015610e0857600080fd5b505af1158015610e1c573d6000803e3d6000fd5b505060fb546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152909116925063b62cad699150602401600060405180830381600087803b158015610e8057600080fd5b505af1158015610e94573d6000803e3d6000fd5b50505050610ea3858585612af9565b5090969095509350505050565b60fb546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038481166004830152600092839291169063b62cad6990602401600060405180830381600087803b158015610f1457600080fd5b505af1158015610f28573d6000803e3d6000fd5b505060fb546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152909116925063b62cad699150602401600060405180830381600087803b158015610f8c57600080fd5b505af1158015610fa0573d6000803e3d6000fd5b50505050610ea3858585611c06565b6000610fbd60c95460021490565b15610ff4576040517f9a050fe700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ffe838361324d565b61104c576040517f983f1fb50000000000000000000000000000000000000000000000000000000081526001600160a01b038085166004830152831660248201526044015b60405180910390fd5b506001600160a01b03918216600090815261012d6020908152604080832093909416825291909152205490565b611081611b2f565b61108b600061333b565b565b60655433906001600160a01b0316811461110f5760405162461bcd60e51b815260206004820152602960248201527f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060448201527f6e6577206f776e657200000000000000000000000000000000000000000000006064820152608401611043565b6106b18161333b565b611120611b2f565b61112981612e20565b61012e546040516001600160a01b038084169216907fa87b964d321035d2165e484ff4b722dd6eae30606c0b98887d2ed1a34e594bfe90600090a361012e80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6000806111aa612023565b6111b261207c565b846001600160a01b0316836001600160a01b031614806111e35750836001600160a01b0316836001600160a01b0316145b1561121a576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61122787878787876120d1565b909250905061123885858484612147565b60408051838152602081018390527f92ef507e546b21a1901d123e589bc1c7f3d0677b5002ef925a5e35d4b42c79ed9101610904565b600054610100900460ff161580801561128e5750600054600160ff909116105b806112a85750303b1580156112a8575060005460ff166001145b61131a5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a65640000000000000000000000000000000000006064820152608401611043565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055801561137857600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b6113838b8b8b61336c565b61138c88612e20565b61012e80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038a161790556113ce87878787878761265c565b801561143157600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050505050505050565b611446612023565b60006114528383613404565b9050801561146557611465838383613774565b50611470600160c955565b5050565b60008061147f612023565b61148761207c565b846001600160a01b0316836001600160a01b031614806114b85750836001600160a01b0316836001600160a01b0316145b156114ef576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6114fc8787878787613bfc565b909250905061150d85858484612147565b60408051838152602081018390527fa364c127f83ff536470aa9e3d37f6106ffc011565ff9e4ac40b37ccf6754a7cb9101610904565b6115816040518060400160405280601181526020017f7061757365436f6e76657273696f6e2829000000000000000000000000000000815250612590565b61158961207c565b60fd80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff167401000000000000000000000000000000000000000017905560405133907f490bc639fd0d96f19c8adf77bc98d17fbefdee2e1e1864d21f041360d0ee065a90600090a2565b600080611600612023565b61160861207c565b846001600160a01b0316836001600160a01b031614806116395750836001600160a01b0316836001600160a01b0316145b15611670576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61167d8787878787613bfc565b90925090508581146116bb576040517fa8dc653c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6116c785858484612147565b60408051838152602081018390527f677b5c232f8cd6f480caaa86461160d88dd65f5d39266aa51dba2a849ce28e939101610904565b61171e60405180606001604052806035815260200161532860359139612590565b61172783612e20565b61173082612e20565b6706f05b59d3b2000081351115611784576040517f9770caee000000000000000000000000000000000000000000000000000000008152813560048201526706f05b59d3b200006024820152604401611043565b816001600160a01b0316836001600160a01b031614806117bd57506117a7613c8e565b6001600160a01b0316836001600160a01b031614155b80611805575060006001600160a01b03808416600090815260fc602090815260408083209388168352929052206001015460ff16600381111561180257611802614d40565b14155b1561183c576040517feebb5ac600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600261184e6040830160208401615061565b600381111561185f5761185f614d40565b14801561186c5750803515155b156118a3576040517fd0d4aabe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60026118b56040830160208401615061565b60038111156118c6576118c6614d40565b14806118f2575060016118df6040830160208401615061565b60038111156118f0576118f0614d40565b145b8015611907575060fe546001600160a01b0316155b1561193e576040517fe7c2c99400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808416600081815260fc602090815260408083209487168084529482529182902080546001820154919594937f39fbfdd5da133303ed31b1b65e30a0ddf7a9236573368c66c859dceccc1dd12a93919288359260ff909116916119ae91908a01908a01615061565b6040516119be9493929190615082565b60405180910390a360006119d86040840160208501615061565b60038111156119e9576119e9614d40565b03611a46576001600160a01b03808516600090815260fc60209081526040808320938716835292905290812090815560010180547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00169055611aa0565b81358155611a5a6040830160208401615061565b6001808301805490917fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0090911690836003811115611a9a57611a9a614d40565b02179055505b50505050565b611aae611b2f565b606580546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117909155611af76033546001600160a01b031690565b6001600160a01b03167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6033546001600160a01b0316331461108b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611043565b611b9281612e20565b60fd546040516001600160a01b038084169216907f9be3097b5c8b276786be52a244ee90d66efd34805d9eb16f168fb2b4aaae9a2b90600090a360fd80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b600080600085600003611c45576040517f42301c2300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808616600090815260fc6020908152604080832093881683529281528282208351808501909452805484526001810154929392909183019060ff166003811115611c9957611c99614d40565b6003811115611caa57611caa614d40565b9052509050600081602001516003811115611cc757611cc7614d40565b03611cfe576040517f618ce59700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fb546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03888116600483015260009216906341976e0990602401602060405180830381865afa158015611d62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d8691906150b3565b60fb546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b038981166004830152929350600092909116906341976e0990602401602060405180830381865afa158015611def573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e1391906150b3565b835160fe54919250906001600160a01b031615801590611eb3575060fe546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015611e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eb391906150cc565b15611ebc575060005b6000611ed082670de0b6b3a7640000614e9b565b905082611edd8286614e5e565b611ee79190614eca565b955085600181611eff670de0b6b3a76400008f614e5e565b611f099190614e9b565b611f139190614eb3565b611f1d9190614eca565b9a9b95995094975050505050505050565b6001600160a01b038116611faa5760405162461bcd60e51b815260206004820152602560248201527f696e76616c696420616365737320636f6e74726f6c206d616e6167657220616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401611043565b609780546001600160a01b038381167fffffffffffffffffffffffff000000000000000000000000000000000000000083168117909355604080519190921680825260208201939093527f66fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0910160405180910390a15050565b600260c954036120755760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611043565b600260c955565b60fd5474010000000000000000000000000000000000000000900460ff161561108b576040517f952bcf7f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000806120de8585613d1a565b6120e88588613e3a565b91506120f5828686610da4565b9150508581101561213c576040517f228f8c110000000000000000000000000000000000000000000000000000000081526004810182905260248101879052604401611043565b610916848483613f85565b600061215284610a5f565b6001600160a01b038516600090815261012c60205260408120549192509061217b908490614e9b565b905061218681612e60565b815160008080805b8481101561143157600061012d60008984815181106121af576121af615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008c6001600160a01b03166001600160a01b031681526020019081526020016000205490508060001461248657612210600187614eb3565b8210156122705761223c88838151811061222c5761222c615032565b60200260200101518c8b8a613fff565b6122469086614e9b565b945086612253828c614e5e565b61225d9190614eca565b93506122698484614e9b565b925061236b565b600061227c868b614eb3565b90508061012d60008b868151811061229657612296615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008e6001600160a01b03166001600160a01b0316815260200190815260200160002060008282546122f09190614eb3565b925050819055508b6001600160a01b031689848151811061231357612313615032565b60200260200101516001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce388360405161235591815260200190565b60405180910390a3612367848c614eb3565b9450505b8b6001600160a01b031688838151811061238757612387615032565b60200260200101516001600160a01b03167fb2af24fca15f69d5ca3af351838ed0aeb6595776a9a642cb7b824c64eec0cc19866040516123c991815260200190565b60405180910390a360fd5488516001600160a01b03909116906353ac3537908a90859081106123fa576123fa615032565b60209081029190910101516040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681526001600160a01b039182166004820152908f16602482015260448101879052606401600060405180830381600087803b15801561246d57600080fd5b505af1158015612481573d6000803e3d6000fd5b505050505b5060010161218e565b600160c955565b61249f81612e20565b60fe546040516001600160a01b038084169216907f50f1a16bf24734355b14ff800d132cc0a934808b8621d5623b41bc67f204881790600090a360fe80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b61251c81612e20565b60fb546040516001600160a01b038084169216907f56b5f80d8cac1479698aa7d01605fd6111e90b15fc4d2b377417f46034876cbd90600090a360fb80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6097546040517f18c5e8ab0000000000000000000000000000000000000000000000000000000081526000916001600160a01b0316906318c5e8ab906125dc9033908690600401615146565b602060405180830381865afa1580156125f9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061261d91906150cc565b905080611470573330836040517f4a3fa29300000000000000000000000000000000000000000000000000000000815260040161104393929190615168565b84838114158061266c5750808214155b156126a3576040517f5f6f132c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b818110156129235760008686838181106126c2576126c2615032565b90506020028101906126d49190615194565b80806020026020016040519081016040528093929190818152602001838360200280828437600092018290525093945088925087915085905081811061271c5761271c615032565b905060200281019061272e9190615194565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250508451835193945092831491506127a19050576040517f5f6f132c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015612914578281815181106127be576127be615032565b602002602001015161012f60008e8e898181106127dd576127dd615032565b90506020020160208101906127f291906149f2565b6001600160a01b03166001600160a01b03168152602001908152602001600020600086848151811061282657612826615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff02191690831515021790555083818151811061287757612877615032565b60200260200101516001600160a01b03168c8c8781811061289a5761289a615032565b90506020020160208101906128af91906149f2565b6001600160a01b03167f6333c55c3657aafc9b39e2586076d198ed0250804559126489c852f28d51280c8584815181106128eb576128eb615032565b6020026020010151604051612904911515815260200190565b60405180910390a36001016127a4565b508360010193505050506126a6565b5050505050505050565b6000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b0772d0b6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561298e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526129b69190810190614ffd565b805190915060005b81811015612af1578281815181106129d8576129d8615032565b60200260200101516001600160a01b03167f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612aac57846001600160a01b0316838281518110612a3457612a34615032565b60200260200101516001600160a01b0316636f307dc36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a9d91906151fc565b6001600160a01b031614612ae2565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316856001600160a01b0316145b935083612af1576001016129be565b505050919050565b600080600085600003612b38576040517f098fb56100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808616600090815260fc6020908152604080832093881683529281528282208351808501909452805484526001810154929392909183019060ff166003811115612b8c57612b8c614d40565b6003811115612b9d57612b9d614d40565b9052509050600081602001516003811115612bba57612bba614d40565b03612bf1576040517f618ce59700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fb546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03888116600483015260009216906341976e0990602401602060405180830381865afa158015612c55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c7991906150b3565b60fb546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b038981166004830152929350600092909116906341976e0990602401602060405180830381865afa158015612ce2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0691906150b3565b835160fe54919250906001600160a01b031615801590612da6575060fe546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015612d82573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612da691906150cc565b15612daf575060005b6000612dc382670de0b6b3a7640000614e9b565b9050612dd7670de0b6b3a764000084614e5e565b81612de2868e614e5e565b612dec9190614e5e565b612df69190614eca565b8b9850965082612e068286614e5e565b612e109190614eca565b9550505050505093509350939050565b6001600160a01b0381166106b1576040517f8579befe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b806000036106b1576040517f9cf8540c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526000906001600160a01b038416906370a0823190602401602060405180830381865afa158015612efa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f1e91906150b3565b905080821115612f5a576040517ff4d678b800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038316600090815261012c6020526040812054612f7e9083614eb3565b905082811015611aa0578083036000612f9686610a5f565b6001600160a01b038716600090815261012c602052604081205482519293509190805b8281101561316a5761012d6000868381518110612fd857612fd8615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008b6001600160a01b03166001600160a01b031681526020019081526020016000205460001461316257613036600184614eb3565b8110156130735761306285828151811061305257613052615032565b60200260200101518b8887613fff565b61306c9083614e9b565b9150613162565b600061307f8388614eb3565b90508061012d600088858151811061309957613099615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008d6001600160a01b03166001600160a01b0316815260200190815260200160002060008282546130f39190614eb3565b925050819055508a6001600160a01b031686838151811061311657613116615032565b60200260200101516001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce388360405161315891815260200190565b60405180910390a3505b600101612fb9565b506001600160a01b038916600090815261012c602052604081208054879290613194908490614eb3565b9091555050505050505050505050565b6040516001600160a01b038316602482015260448101829052610d9f9084907fa9059cbb00000000000000000000000000000000000000000000000000000000906064015b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091526140d8565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603613298576132918261292d565b9050610bfe565b61012e546040517f266e0a7f0000000000000000000000000000000000000000000000000000000081526001600160a01b0385811660048301528481166024830152600092169063266e0a7f90604401602060405180830381865afa158015613305573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061332991906151fc565b6001600160a01b031614159392505050565b606580547fffffffffffffffffffffffff00000000000000000000000000000000000000001690556106b1816141c0565b600054610100900460ff166133e95760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b6133f28361422a565b6133fa6142b8565b610d9f828261433d565b6000613410838361324d565b613459576040517f983f1fb50000000000000000000000000000000000000000000000000000000081526001600160a01b03808516600483015283166024820152604401611043565b6040517f70a0823100000000000000000000000000000000000000000000000000000000815230600482015282906000906001600160a01b038316906370a0823190602401602060405180830381865afa1580156134bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134df91906150b3565b6001600160a01b038516600090815261012c60205260409020549091508082111561376b576001600160a01b03808716600090815261012f60209081526040808320938916835292905220548183039060ff16156137605760fd546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918616906370a0823190602401602060405180830381865afa15801561359c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135c091906150b3565b60fd549091506135dd906001600160a01b038781169116846131a4565b60fd546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918716906370a0823190602401602060405180830381865afa158015613642573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061366691906150b3565b9050876001600160a01b0316896001600160a01b03167fb2af24fca15f69d5ca3af351838ed0aeb6595776a9a642cb7b824c64eec0cc19856040516136ad91815260200190565b60405180910390a360fd546001600160a01b03166353ac35378a8a6136d28686614eb3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b15801561373957600080fd5b505af115801561374d573d6000803e3d6000fd5b5050505060009650505050505050610bfe565b9350610bfe92505050565b50505092915050565b600061377e613c8e565b60fd5460fe549192506001600160a01b03908116916000911615613bef5760fe546040517f4e9f8f390000000000000000000000000000000000000000000000000000000081526001600160a01b03878116600483015285811660248301526000928392911690634e9f8f39906044016000604051808303816000875af115801561380d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526138359190810190615219565b8151919350915060005b81811015613bea5782818151811061385957613859615032565b602002602001015160000315613bea57600084828151811061387d5761387d615032565b60200260200101516001600160a01b0316636f1a30a88584815181106138a5576138a5615032565b60200260200101518c8b6040518463ffffffff1660e01b81526004016138e7939291909283526001600160a01b03918216602084015216604082015260600190565b60408051808303816000875af1158015613905573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061392991906152d4565b915050888111156139375750875b6040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038881166004830152600091908a16906370a0823190602401602060405180830381865afa15801561399a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906139be91906150b3565b90508a6001600160a01b031663095ea7b38785815181106139e1576139e1615032565b6020026020010151846040518363ffffffff1660e01b8152600401613a1b9291906001600160a01b03929092168252602082015260400190565b6020604051808303816000875af1158015613a3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a5e91906150cc565b50858381518110613a7157613a71615032565b60209081029190910101516040517f439727a500000000000000000000000000000000000000000000000000000000815260048101849052600060248201526001600160a01b038d811660448301528b811660648301528a811660848301529091169063439727a59060a40160408051808303816000875af1158015613afb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b1f91906152d4565b50506040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038981166004830152600091908b16906370a0823190602401602060405180830381865afa158015613b84573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ba891906150b3565b9050613bb4838c614eb3565b9a50613bc08282614eb3565b613bca9089614e9b565b97508a600003613bdc57505050613bea565b83600101935050505061383f565b505050505b61097186848388886143f8565b600080613c098585613d1a565b6000613c16878787610eb0565b915050613c238682613e3a565b925087831115613c69576040517f71b5f0c10000000000000000000000000000000000000000000000000000000081526004810182905260248101899052604401611043565b613c74838787610da4565b9250613c839050858584613f85565b509550959350505050565b60fd54604080517fc8ecc0d300000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c8ecc0d39160048083019260209291908290030181865afa158015613cf1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613d1591906151fc565b905090565b60fe546000906001600160a01b031615801590613db7575060fe546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015613d93573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613db791906150cc565b905080158015613e03575060026001600160a01b03808516600090815260fc602090815260408083209387168352929052206001015460ff166003811115613e0157613e01614d40565b145b15610d9f576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fd546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b039182166004820152600091849183918316906370a0823190602401602060405180830381865afa158015613ea3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ec791906150b3565b60fd54909150613ee6906001600160a01b03848116913391168761459a565b60fd546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918416906370a0823190602401602060405180830381865afa158015613f4b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f6f91906150b3565b9050613f7b8282614eb3565b9695505050505050565b6001600160a01b038316600090815261012c602052604090205481811015613fd9576040517f6bb2792900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b613fe384836145eb565b83613ff86001600160a01b03821685856131a4565b5050505050565b6001600160a01b03808516600090815261012d602090815260408083209387168352929052908120548290614035908590614e5e565b61403f9190614eca565b6001600160a01b03808716600090815261012d6020908152604080832093891683529290529081208054929350839290919061407c908490614eb3565b92505081905550836001600160a01b0316856001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce38836040516140c891815260200190565b60405180910390a3949350505050565b600061412d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661461d9092919063ffffffff16565b905080516000148061414e57508080602001905181019061414e91906150cc565b610d9f5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401611043565b603380546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166142a75760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b6142af614636565b6106b1816146bb565b600054610100900460ff166143355760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b61108b614738565b600054610100900460ff166143ba5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b6143c382612513565b6143cc81611b89565b505060fd80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff169055565b82156144d357836001600160a01b0316856001600160a01b03167fb2af24fca15f69d5ca3af351838ed0aeb6595776a9a642cb7b824c64eec0cc198560405161444391815260200190565b60405180910390a360fd546040517f53ac35370000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152868116602483015260448201869052909116906353ac353790606401600060405180830381600087803b1580156144ba57600080fd5b505af11580156144ce573d6000803e3d6000fd5b505050505b8015613ff8576001600160a01b038216600090815261012c602052604081208054839290614502908490614e9b565b90915550506001600160a01b03808616600090815261012d602090815260408083209386168352929052908120805483929061453f908490614e9b565b92505081905550816001600160a01b0316856001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce388360405161458b91815260200190565b60405180910390a35050505050565b6040516001600160a01b0380851660248301528316604482015260648101829052611aa09085907f23b872dd00000000000000000000000000000000000000000000000000000000906084016131e9565b6001600160a01b038216600090815261012c602052604081208054839290614614908490614eb3565b90915550505050565b606061462c84846000856147b5565b90505b9392505050565b600054610100900460ff166146b35760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b61108b6148a9565b600054610100900460ff166107f75760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b600054610100900460ff1661248f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b60608247101561482d5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f60448201527f722063616c6c00000000000000000000000000000000000000000000000000006064820152608401611043565b600080866001600160a01b0316858760405161484991906152f8565b60006040518083038185875af1925050503d8060008114614886576040519150601f19603f3d011682016040523d82523d6000602084013e61488b565b606091505b509150915061489c8783838761492f565b925050505b949350505050565b600054610100900460ff166149265760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b61108b3361333b565b6060831561499e578251600003614997576001600160a01b0385163b6149975760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611043565b50816148a1565b6148a183838151156149b35781518083602001fd5b8060405162461bcd60e51b81526004016110439190615314565b6001600160a01b03811681146106b157600080fd5b80356149ed816149cd565b919050565b600060208284031215614a0457600080fd5b813561462f816149cd565b600080600060608486031215614a2457600080fd5b833592506020840135614a36816149cd565b91506040840135614a46816149cd565b809150509250925092565b600080600080600060a08688031215614a6957600080fd5b85359450602086013593506040860135614a82816149cd565b92506060860135614a92816149cd565b91506080860135614aa2816149cd565b809150509295509295909350565b60008060408385031215614ac357600080fd5b8235614ace816149cd565b91506020830135614ade816149cd565b809150509250929050565b60008083601f840112614afb57600080fd5b50813567ffffffffffffffff811115614b1357600080fd5b6020830191508360208260051b8501011115614b2e57600080fd5b9250929050565b60008060008060008060608789031215614b4e57600080fd5b863567ffffffffffffffff80821115614b6657600080fd5b614b728a838b01614ae9565b90985096506020890135915080821115614b8b57600080fd5b614b978a838b01614ae9565b90965094506040890135915080821115614bb057600080fd5b50614bbd89828a01614ae9565b979a9699509497509295939492505050565b6020808252825182820181905260009190848201906040850190845b81811015614c105783516001600160a01b031683529284019291840191600101614beb565b50909695505050505050565b600080600060608486031215614c3157600080fd5b8335614c3c816149cd565b92506020840135614c4c816149cd565b929592945050506040919091013590565b60008060008060008060008060008060e08b8d031215614c7c57600080fd5b8a35614c87816149cd565b995060208b0135614c97816149cd565b9850614ca560408c016149e2565b9750614cb360608c016149e2565b965060808b013567ffffffffffffffff80821115614cd057600080fd5b614cdc8e838f01614ae9565b909850965060a08d0135915080821115614cf557600080fd5b614d018e838f01614ae9565b909650945060c08d0135915080821115614d1a57600080fd5b50614d278d828e01614ae9565b915080935050809150509295989b9194979a5092959850565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60048110614da6577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b9052565b8281526040810161462f6020830184614d6f565b60008060008385036080811215614dd457600080fd5b8435614ddf816149cd565b93506020850135614def816149cd565b925060407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc082011215614e2157600080fd5b506040840190509250925092565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614e9657614e96614e2f565b500290565b60008219821115614eae57614eae614e2f565b500190565b600082821015614ec557614ec5614e2f565b500390565b600082614f00577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715614f5d57614f5d614f05565b604052919050565b600067ffffffffffffffff821115614f7f57614f7f614f05565b5060051b60200190565b600082601f830112614f9a57600080fd5b81516020614faf614faa83614f65565b614f34565b82815260059290921b84018101918181019086841115614fce57600080fd5b8286015b84811015614ff2578051614fe5816149cd565b8352918301918301614fd2565b509695505050505050565b60006020828403121561500f57600080fd5b815167ffffffffffffffff81111561502657600080fd5b6148a184828501614f89565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561507357600080fd5b81356004811061462f57600080fd5b848152602081018490526080810161509d6040830185614d6f565b6150aa6060830184614d6f565b95945050505050565b6000602082840312156150c557600080fd5b5051919050565b6000602082840312156150de57600080fd5b8151801515811461462f57600080fd5b60005b838110156151095781810151838201526020016150f1565b83811115611aa05750506000910152565b600081518084526151328160208601602086016150ee565b601f01601f19169290920160200192915050565b6001600160a01b038316815260406020820152600061462c604083018461511a565b60006001600160a01b038086168352808516602084015250606060408301526150aa606083018461511a565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126151c957600080fd5b83018035915067ffffffffffffffff8211156151e457600080fd5b6020019150600581901b3603821315614b2e57600080fd5b60006020828403121561520e57600080fd5b815161462f816149cd565b6000806040838503121561522c57600080fd5b825167ffffffffffffffff8082111561524457600080fd5b61525086838701614f89565b935060209150818501518181111561526757600080fd5b85019050601f8101861361527a57600080fd5b8051615288614faa82614f65565b81815260059190911b820183019083810190888311156152a757600080fd5b928401925b828410156152c5578351825292840192908401906152ac565b80955050505050509250929050565b600080604083850312156152e757600080fd5b505080516020909101519092909150565b6000825161530a8184602087016150ee565b9190910192915050565b60208152600061462f602083018461511a56fe736574436f6e76657273696f6e436f6e66696728616464726573732c616464726573732c436f6e76657273696f6e436f6e66696729736574506f6f6c734173736574734469726563745472616e7366657228616464726573735b5d2c616464726573735b5d5b5d2c626f6f6c5b5d5b5d29a2646970667358221220a875bccf93c4921c752daa15f7ef2e4fbdf16173f62fabaa3b7f26a1d949b14d64736f6c634300080d0033",
|
|
1426
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106102c85760003560e01c806370a082311161017b578063b4a0bdf3116100d8578063e30c39781161008c578063f0dc7e9d11610071578063f0dc7e9d14610653578063f2fde38b14610666578063fa7b81a01461067957600080fd5b8063e30c39781461062f578063f04c31871461064057600080fd5b8063bc368b04116100bd578063bc368b0414610605578063ca3254691461060d578063e2ff7ea21461062057600080fd5b8063b4a0bdf3146105e1578063b6828c57146105f257600080fd5b806390fa7b541161012f578063aac59a7511610114578063aac59a7514610577578063afcff50f1461058a578063b491ddf71461059e57600080fd5b806390fa7b5414610551578063a29bc2a31461056457600080fd5b806379ba50971161016057806379ba5097146105255780637b77cd6a1461052d5780638da5cb5b1461054057600080fd5b806370a08231146104f3578063715018a61461051d57600080fd5b806352e21a18116102295780635e1e6325116101dd5780636daa463b116101c25780636daa463b146104ac5780636f1a30a8146104bf5780636fb05275146104d257600080fd5b80635e1e63251461048657806364aff9ec1461049957600080fd5b8063553745221161020e578063553745221461044b57806358b904df1461045e5780635c39f4671461046657600080fd5b806352e21a1814610425578063530e784f1461043857600080fd5b80632630c12f11610280578063362b679511610265578063362b6795146103bc578063439727a5146103e3578063454900fe146103f657600080fd5b80632630c12f146103825780633421fc521461039557600080fd5b80630a0a05e6116102b15780630a0a05e6146103325780630a9a2b72146103475780630e32cb861461036f57600080fd5b806301e20178146102cd57806307aa239e146102fd575b600080fd5b60fe546102e0906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b60fd546103229074010000000000000000000000000000000000000000900460ff1681565b60405190151581526020016102f4565b6103456103403660046149f2565b6106a0565b005b61035a610355366004614a0f565b6106b4565b604080519283526020830191909152016102f4565b61034561037d3660046149f2565b6107ef565b60fb546102e0906001600160a01b031681565b6102e07f000000000000000000000000000000000000000000000000000000000000000081565b6102e07f000000000000000000000000000000000000000000000000000000000000000081565b61035a6103f1366004614a51565b610800565b610322610404366004614ab0565b61012f60209081526000928352604080842090915290825290205460ff1681565b6103456104333660046149f2565b610920565b6103456104463660046149f2565b610931565b610345610459366004614b35565b610942565b610345610979565b6104796104743660046149f2565b610a5f565b6040516102f49190614bcf565b61035a610494366004614a0f565b610c04565b6103456104a7366004614c1c565b610cfd565b61035a6104ba366004614a0f565b610da4565b61035a6104cd366004614a0f565b610eb0565b6104e56104e0366004614ab0565b610faf565b6040519081526020016102f4565b6104e56105013660046149f2565b6001600160a01b0316600090815261012c602052604090205490565b610345611079565b61034561108d565b61034561053b3660046149f2565b611118565b6033546001600160a01b03166102e0565b61035a61055f366004614a51565b61119f565b610345610572366004614c5d565b61126e565b610345610585366004614ab0565b61143e565b61012e546102e0906001600160a01b031681565b6105d36105ac366004614ab0565b60fc6020908152600092835260408084209091529082529020805460019091015460ff1682565b6040516102f4929190614daa565b6097546001600160a01b03166102e0565b61035a610600366004614a51565b611474565b610345611543565b60fd546102e0906001600160a01b031681565b6104e56706f05b59d3b2000081565b6065546001600160a01b03166102e0565b61035a61064e366004614a51565b6115f5565b610345610661366004614dbe565b6116fd565b6103456106743660046149f2565b611aa6565b6102e07f000000000000000000000000000000000000000000000000000000000000000081565b6106a8611b2f565b6106b181611b89565b50565b60008060026001600160a01b03808616600090815260fc602090815260408083209388168352929052206001015460ff1660038111156106f6576106f6614d40565b0361072d576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061073a868686611c06565b919450925090506000610763856001600160a01b0316600090815261012c602052604090205490565b9050868110156107ab5781600181610783670de0b6b3a764000085614e5e565b61078d9190614e9b565b6107979190614eb3565b6107a19190614eca565b92508093506107e5565b816001816107c1670de0b6b3a76400008b614e5e565b6107cb9190614e9b565b6107d59190614eb3565b6107df9190614eca565b92508693505b5050935093915050565b6107f7611b2f565b6106b181611f2e565b60008061080b612023565b61081361207c565b846001600160a01b0316836001600160a01b031614806108445750836001600160a01b0316836001600160a01b0316145b1561087b576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61088887878787876120d1565b90925090508682146108c6576040517fc214279600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108d285858484612147565b60408051838152602081018390527f01792e8a01532b0dfd583c98a639374a06c53ace3264841bcdc0c44d3734027c91015b60405180910390a1610916600160c955565b9550959350505050565b610928611b2f565b6106b181612496565b610939611b2f565b6106b181612513565b6109636040518060600160405280603c815260200161535d603c9139612590565b61097186868686868661265c565b505050505050565b6109b76040518060400160405280601281526020017f726573756d65436f6e76657273696f6e28290000000000000000000000000000815250612590565b60fd5474010000000000000000000000000000000000000000900460ff16610a0a576040517e6d8dbb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fd80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16905560405133907f89b79206f08dadd78502cff5075d2b094fa0abea0b063cfafe4475e2a380c51f90600090a2565b61012e546040517ff36dba380000000000000000000000000000000000000000000000000000000081526001600160a01b03838116600483015260609260009291169063f36dba3890602401600060405180830381865afa158015610ac8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610af09190810190614ffd565b9050610afb8361292d565b15610bfe5780516000610b0f826001614e9b565b67ffffffffffffffff811115610b2757610b27614f05565b604051908082528060200260200182016040528015610b50578160200160208202803683370190505b50905060005b82811015610baa57838181518110610b7057610b70615032565b6020026020010151828281518110610b8a57610b8a615032565b6001600160a01b0390921660209283029190910190910152600101610b56565b507f0000000000000000000000000000000000000000000000000000000000000000818381518110610bde57610bde615032565b6001600160a01b0390921660209283029190910190910152949350505050565b92915050565b60008060026001600160a01b03808616600090815260fc602090815260408083209388168352929052206001015460ff166003811115610c4657610c46614d40565b03610c7d576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000610c8a868686612af9565b919450925090506000610cb3856001600160a01b0316600090815261012c602052604090205490565b9050828110156107e55781600181610cd3670de0b6b3a764000085614e5e565b610cdd9190614e9b565b610ce79190614eb3565b610cf19190614eca565b97909650945050505050565b610d05611b2f565b610d0d612023565b610d1683612e20565b610d1f82612e20565b610d2881612e60565b82610d338183612e9a565b610d476001600160a01b03821684846131a4565b826001600160a01b0316846001600160a01b03167f6d25be279134f4ecaa4770aff0c3d916d9e7c5ef37b65ed95dbdba411f5d54d584604051610d8c91815260200190565b60405180910390a350610d9f600160c955565b505050565b60fb546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038481166004830152600092839291169063b62cad6990602401600060405180830381600087803b158015610e0857600080fd5b505af1158015610e1c573d6000803e3d6000fd5b505060fb546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152909116925063b62cad699150602401600060405180830381600087803b158015610e8057600080fd5b505af1158015610e94573d6000803e3d6000fd5b50505050610ea3858585612af9565b5090969095509350505050565b60fb546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038481166004830152600092839291169063b62cad6990602401600060405180830381600087803b158015610f1457600080fd5b505af1158015610f28573d6000803e3d6000fd5b505060fb546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152909116925063b62cad699150602401600060405180830381600087803b158015610f8c57600080fd5b505af1158015610fa0573d6000803e3d6000fd5b50505050610ea3858585611c06565b6000610fbd60c95460021490565b15610ff4576040517f9a050fe700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ffe838361324d565b61104c576040517f983f1fb50000000000000000000000000000000000000000000000000000000081526001600160a01b038085166004830152831660248201526044015b60405180910390fd5b506001600160a01b03918216600090815261012d6020908152604080832093909416825291909152205490565b611081611b2f565b61108b600061333b565b565b60655433906001600160a01b0316811461110f5760405162461bcd60e51b815260206004820152602960248201527f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060448201527f6e6577206f776e657200000000000000000000000000000000000000000000006064820152608401611043565b6106b18161333b565b611120611b2f565b61112981612e20565b61012e546040516001600160a01b038084169216907fa87b964d321035d2165e484ff4b722dd6eae30606c0b98887d2ed1a34e594bfe90600090a361012e80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6000806111aa612023565b6111b261207c565b846001600160a01b0316836001600160a01b031614806111e35750836001600160a01b0316836001600160a01b0316145b1561121a576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61122787878787876120d1565b909250905061123885858484612147565b60408051838152602081018390527f92ef507e546b21a1901d123e589bc1c7f3d0677b5002ef925a5e35d4b42c79ed9101610904565b600054610100900460ff161580801561128e5750600054600160ff909116105b806112a85750303b1580156112a8575060005460ff166001145b61131a5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a65640000000000000000000000000000000000006064820152608401611043565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055801561137857600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b6113838b8b8b61336c565b61138c88612e20565b61012e80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038a161790556113ce87878787878761265c565b801561143157600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050505050505050565b611446612023565b60006114528383613404565b9050801561146557611465838383613774565b50611470600160c955565b5050565b60008061147f612023565b61148761207c565b846001600160a01b0316836001600160a01b031614806114b85750836001600160a01b0316836001600160a01b0316145b156114ef576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6114fc8787878787613bfc565b909250905061150d85858484612147565b60408051838152602081018390527fa364c127f83ff536470aa9e3d37f6106ffc011565ff9e4ac40b37ccf6754a7cb9101610904565b6115816040518060400160405280601181526020017f7061757365436f6e76657273696f6e2829000000000000000000000000000000815250612590565b61158961207c565b60fd80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff167401000000000000000000000000000000000000000017905560405133907f490bc639fd0d96f19c8adf77bc98d17fbefdee2e1e1864d21f041360d0ee065a90600090a2565b600080611600612023565b61160861207c565b846001600160a01b0316836001600160a01b031614806116395750836001600160a01b0316836001600160a01b0316145b15611670576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61167d8787878787613bfc565b90925090508581146116bb576040517fa8dc653c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6116c785858484612147565b60408051838152602081018390527f677b5c232f8cd6f480caaa86461160d88dd65f5d39266aa51dba2a849ce28e939101610904565b61171e60405180606001604052806035815260200161532860359139612590565b61172783612e20565b61173082612e20565b6706f05b59d3b2000081351115611784576040517f9770caee000000000000000000000000000000000000000000000000000000008152813560048201526706f05b59d3b200006024820152604401611043565b816001600160a01b0316836001600160a01b031614806117bd57506117a7613c8e565b6001600160a01b0316836001600160a01b031614155b80611805575060006001600160a01b03808416600090815260fc602090815260408083209388168352929052206001015460ff16600381111561180257611802614d40565b14155b1561183c576040517feebb5ac600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600261184e6040830160208401615061565b600381111561185f5761185f614d40565b14801561186c5750803515155b156118a3576040517fd0d4aabe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60026118b56040830160208401615061565b60038111156118c6576118c6614d40565b14806118f2575060016118df6040830160208401615061565b60038111156118f0576118f0614d40565b145b8015611907575060fe546001600160a01b0316155b1561193e576040517fe7c2c99400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808416600081815260fc602090815260408083209487168084529482529182902080546001820154919594937f39fbfdd5da133303ed31b1b65e30a0ddf7a9236573368c66c859dceccc1dd12a93919288359260ff909116916119ae91908a01908a01615061565b6040516119be9493929190615082565b60405180910390a360006119d86040840160208501615061565b60038111156119e9576119e9614d40565b03611a46576001600160a01b03808516600090815260fc60209081526040808320938716835292905290812090815560010180547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00169055611aa0565b81358155611a5a6040830160208401615061565b6001808301805490917fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0090911690836003811115611a9a57611a9a614d40565b02179055505b50505050565b611aae611b2f565b606580546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117909155611af76033546001600160a01b031690565b6001600160a01b03167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6033546001600160a01b0316331461108b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611043565b611b9281612e20565b60fd546040516001600160a01b038084169216907f9be3097b5c8b276786be52a244ee90d66efd34805d9eb16f168fb2b4aaae9a2b90600090a360fd80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b600080600085600003611c45576040517f42301c2300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808616600090815260fc6020908152604080832093881683529281528282208351808501909452805484526001810154929392909183019060ff166003811115611c9957611c99614d40565b6003811115611caa57611caa614d40565b9052509050600081602001516003811115611cc757611cc7614d40565b03611cfe576040517f618ce59700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fb546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03888116600483015260009216906341976e0990602401602060405180830381865afa158015611d62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d8691906150b3565b60fb546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b038981166004830152929350600092909116906341976e0990602401602060405180830381865afa158015611def573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e1391906150b3565b835160fe54919250906001600160a01b031615801590611eb3575060fe546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015611e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eb391906150cc565b15611ebc575060005b6000611ed082670de0b6b3a7640000614e9b565b905082611edd8286614e5e565b611ee79190614eca565b955085600181611eff670de0b6b3a76400008f614e5e565b611f099190614e9b565b611f139190614eb3565b611f1d9190614eca565b9a9b95995094975050505050505050565b6001600160a01b038116611faa5760405162461bcd60e51b815260206004820152602560248201527f696e76616c696420616365737320636f6e74726f6c206d616e6167657220616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401611043565b609780546001600160a01b038381167fffffffffffffffffffffffff000000000000000000000000000000000000000083168117909355604080519190921680825260208201939093527f66fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0910160405180910390a15050565b600260c954036120755760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401611043565b600260c955565b60fd5474010000000000000000000000000000000000000000900460ff161561108b576040517f952bcf7f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000806120de8585613d1a565b6120e88588613e3a565b91506120f5828686610da4565b9150508581101561213c576040517f228f8c110000000000000000000000000000000000000000000000000000000081526004810182905260248101879052604401611043565b610916848483613f85565b600061215284610a5f565b6001600160a01b038516600090815261012c60205260408120549192509061217b908490614e9b565b905061218681612e60565b815160008080805b8481101561143157600061012d60008984815181106121af576121af615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008c6001600160a01b03166001600160a01b031681526020019081526020016000205490508060001461248657612210600187614eb3565b8210156122705761223c88838151811061222c5761222c615032565b60200260200101518c8b8a613fff565b6122469086614e9b565b945086612253828c614e5e565b61225d9190614eca565b93506122698484614e9b565b925061236b565b600061227c868b614eb3565b90508061012d60008b868151811061229657612296615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008e6001600160a01b03166001600160a01b0316815260200190815260200160002060008282546122f09190614eb3565b925050819055508b6001600160a01b031689848151811061231357612313615032565b60200260200101516001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce388360405161235591815260200190565b60405180910390a3612367848c614eb3565b9450505b8b6001600160a01b031688838151811061238757612387615032565b60200260200101516001600160a01b03167fb2af24fca15f69d5ca3af351838ed0aeb6595776a9a642cb7b824c64eec0cc19866040516123c991815260200190565b60405180910390a360fd5488516001600160a01b03909116906353ac3537908a90859081106123fa576123fa615032565b60209081029190910101516040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681526001600160a01b039182166004820152908f16602482015260448101879052606401600060405180830381600087803b15801561246d57600080fd5b505af1158015612481573d6000803e3d6000fd5b505050505b5060010161218e565b600160c955565b61249f81612e20565b60fe546040516001600160a01b038084169216907f50f1a16bf24734355b14ff800d132cc0a934808b8621d5623b41bc67f204881790600090a360fe80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b61251c81612e20565b60fb546040516001600160a01b038084169216907f56b5f80d8cac1479698aa7d01605fd6111e90b15fc4d2b377417f46034876cbd90600090a360fb80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6097546040517f18c5e8ab0000000000000000000000000000000000000000000000000000000081526000916001600160a01b0316906318c5e8ab906125dc9033908690600401615146565b602060405180830381865afa1580156125f9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061261d91906150cc565b905080611470573330836040517f4a3fa29300000000000000000000000000000000000000000000000000000000815260040161104393929190615168565b84838114158061266c5750808214155b156126a3576040517f5f6f132c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b818110156129235760008686838181106126c2576126c2615032565b90506020028101906126d49190615194565b80806020026020016040519081016040528093929190818152602001838360200280828437600092018290525093945088925087915085905081811061271c5761271c615032565b905060200281019061272e9190615194565b80806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250508451835193945092831491506127a19050576040517f5f6f132c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015612914578281815181106127be576127be615032565b602002602001015161012f60008e8e898181106127dd576127dd615032565b90506020020160208101906127f291906149f2565b6001600160a01b03166001600160a01b03168152602001908152602001600020600086848151811061282657612826615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff02191690831515021790555083818151811061287757612877615032565b60200260200101516001600160a01b03168c8c8781811061289a5761289a615032565b90506020020160208101906128af91906149f2565b6001600160a01b03167f6333c55c3657aafc9b39e2586076d198ed0250804559126489c852f28d51280c8584815181106128eb576128eb615032565b6020026020010151604051612904911515815260200190565b60405180910390a36001016127a4565b508360010193505050506126a6565b5050505050505050565b6000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b0772d0b6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561298e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526129b69190810190614ffd565b805190915060005b81811015612af1578281815181106129d8576129d8615032565b60200260200101516001600160a01b03167f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612aac57846001600160a01b0316838281518110612a3457612a34615032565b60200260200101516001600160a01b0316636f307dc36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a9d91906151fc565b6001600160a01b031614612ae2565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316856001600160a01b0316145b935083612af1576001016129be565b505050919050565b600080600085600003612b38576040517f098fb56100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808616600090815260fc6020908152604080832093881683529281528282208351808501909452805484526001810154929392909183019060ff166003811115612b8c57612b8c614d40565b6003811115612b9d57612b9d614d40565b9052509050600081602001516003811115612bba57612bba614d40565b03612bf1576040517f618ce59700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fb546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03888116600483015260009216906341976e0990602401602060405180830381865afa158015612c55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c7991906150b3565b60fb546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b038981166004830152929350600092909116906341976e0990602401602060405180830381865afa158015612ce2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0691906150b3565b835160fe54919250906001600160a01b031615801590612da6575060fe546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015612d82573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612da691906150cc565b15612daf575060005b6000612dc382670de0b6b3a7640000614e9b565b9050612dd7670de0b6b3a764000084614e5e565b81612de2868e614e5e565b612dec9190614e5e565b612df69190614eca565b8b9850965082612e068286614e5e565b612e109190614eca565b9550505050505093509350939050565b6001600160a01b0381166106b1576040517f8579befe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b806000036106b1576040517f9cf8540c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526000906001600160a01b038416906370a0823190602401602060405180830381865afa158015612efa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f1e91906150b3565b905080821115612f5a576040517ff4d678b800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038316600090815261012c6020526040812054612f7e9083614eb3565b905082811015611aa0578083036000612f9686610a5f565b6001600160a01b038716600090815261012c602052604081205482519293509190805b8281101561316a5761012d6000868381518110612fd857612fd8615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008b6001600160a01b03166001600160a01b031681526020019081526020016000205460001461316257613036600184614eb3565b8110156130735761306285828151811061305257613052615032565b60200260200101518b8887613fff565b61306c9083614e9b565b9150613162565b600061307f8388614eb3565b90508061012d600088858151811061309957613099615032565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008d6001600160a01b03166001600160a01b0316815260200190815260200160002060008282546130f39190614eb3565b925050819055508a6001600160a01b031686838151811061311657613116615032565b60200260200101516001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce388360405161315891815260200190565b60405180910390a3505b600101612fb9565b506001600160a01b038916600090815261012c602052604081208054879290613194908490614eb3565b9091555050505050505050505050565b6040516001600160a01b038316602482015260448101829052610d9f9084907fa9059cbb00000000000000000000000000000000000000000000000000000000906064015b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091526140d8565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603613298576132918261292d565b9050610bfe565b61012e546040517f266e0a7f0000000000000000000000000000000000000000000000000000000081526001600160a01b0385811660048301528481166024830152600092169063266e0a7f90604401602060405180830381865afa158015613305573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061332991906151fc565b6001600160a01b031614159392505050565b606580547fffffffffffffffffffffffff00000000000000000000000000000000000000001690556106b1816141c0565b600054610100900460ff166133e95760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b6133f28361422a565b6133fa6142b8565b610d9f828261433d565b6000613410838361324d565b613459576040517f983f1fb50000000000000000000000000000000000000000000000000000000081526001600160a01b03808516600483015283166024820152604401611043565b6040517f70a0823100000000000000000000000000000000000000000000000000000000815230600482015282906000906001600160a01b038316906370a0823190602401602060405180830381865afa1580156134bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134df91906150b3565b6001600160a01b038516600090815261012c60205260409020549091508082111561376b576001600160a01b03808716600090815261012f60209081526040808320938916835292905220548183039060ff16156137605760fd546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918616906370a0823190602401602060405180830381865afa15801561359c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135c091906150b3565b60fd549091506135dd906001600160a01b038781169116846131a4565b60fd546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918716906370a0823190602401602060405180830381865afa158015613642573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061366691906150b3565b9050876001600160a01b0316896001600160a01b03167fb2af24fca15f69d5ca3af351838ed0aeb6595776a9a642cb7b824c64eec0cc19856040516136ad91815260200190565b60405180910390a360fd546001600160a01b03166353ac35378a8a6136d28686614eb3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b15801561373957600080fd5b505af115801561374d573d6000803e3d6000fd5b5050505060009650505050505050610bfe565b9350610bfe92505050565b50505092915050565b600061377e613c8e565b60fd5460fe549192506001600160a01b03908116916000911615613bef5760fe546040517f4e9f8f390000000000000000000000000000000000000000000000000000000081526001600160a01b03878116600483015285811660248301526000928392911690634e9f8f39906044016000604051808303816000875af115801561380d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526138359190810190615219565b8151919350915060005b81811015613bea5782818151811061385957613859615032565b602002602001015160000315613bea57600084828151811061387d5761387d615032565b60200260200101516001600160a01b0316636f1a30a88584815181106138a5576138a5615032565b60200260200101518c8b6040518463ffffffff1660e01b81526004016138e7939291909283526001600160a01b03918216602084015216604082015260600190565b60408051808303816000875af1158015613905573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061392991906152d4565b915050888111156139375750875b6040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038881166004830152600091908a16906370a0823190602401602060405180830381865afa15801561399a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906139be91906150b3565b90508a6001600160a01b031663095ea7b38785815181106139e1576139e1615032565b6020026020010151846040518363ffffffff1660e01b8152600401613a1b9291906001600160a01b03929092168252602082015260400190565b6020604051808303816000875af1158015613a3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a5e91906150cc565b50858381518110613a7157613a71615032565b60209081029190910101516040517f439727a500000000000000000000000000000000000000000000000000000000815260048101849052600060248201526001600160a01b038d811660448301528b811660648301528a811660848301529091169063439727a59060a40160408051808303816000875af1158015613afb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b1f91906152d4565b50506040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038981166004830152600091908b16906370a0823190602401602060405180830381865afa158015613b84573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ba891906150b3565b9050613bb4838c614eb3565b9a50613bc08282614eb3565b613bca9089614e9b565b97508a600003613bdc57505050613bea565b83600101935050505061383f565b505050505b61097186848388886143f8565b600080613c098585613d1a565b6000613c16878787610eb0565b915050613c238682613e3a565b925087831115613c69576040517f71b5f0c10000000000000000000000000000000000000000000000000000000081526004810182905260248101899052604401611043565b613c74838787610da4565b9250613c839050858584613f85565b509550959350505050565b60fd54604080517fc8ecc0d300000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c8ecc0d39160048083019260209291908290030181865afa158015613cf1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613d1591906151fc565b905090565b60fe546000906001600160a01b031615801590613db7575060fe546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015613d93573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613db791906150cc565b905080158015613e03575060026001600160a01b03808516600090815260fc602090815260408083209387168352929052206001015460ff166003811115613e0157613e01614d40565b145b15610d9f576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fd546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b039182166004820152600091849183918316906370a0823190602401602060405180830381865afa158015613ea3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ec791906150b3565b60fd54909150613ee6906001600160a01b03848116913391168761459a565b60fd546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918416906370a0823190602401602060405180830381865afa158015613f4b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f6f91906150b3565b9050613f7b8282614eb3565b9695505050505050565b6001600160a01b038316600090815261012c602052604090205481811015613fd9576040517f6bb2792900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b613fe384836145eb565b83613ff86001600160a01b03821685856131a4565b5050505050565b6001600160a01b03808516600090815261012d602090815260408083209387168352929052908120548290614035908590614e5e565b61403f9190614eca565b6001600160a01b03808716600090815261012d6020908152604080832093891683529290529081208054929350839290919061407c908490614eb3565b92505081905550836001600160a01b0316856001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce38836040516140c891815260200190565b60405180910390a3949350505050565b600061412d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661461d9092919063ffffffff16565b905080516000148061414e57508080602001905181019061414e91906150cc565b610d9f5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401611043565b603380546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166142a75760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b6142af614636565b6106b1816146bb565b600054610100900460ff166143355760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b61108b614738565b600054610100900460ff166143ba5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b6143c382612513565b6143cc81611b89565b505060fd80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff169055565b82156144d357836001600160a01b0316856001600160a01b03167fb2af24fca15f69d5ca3af351838ed0aeb6595776a9a642cb7b824c64eec0cc198560405161444391815260200190565b60405180910390a360fd546040517f53ac35370000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152868116602483015260448201869052909116906353ac353790606401600060405180830381600087803b1580156144ba57600080fd5b505af11580156144ce573d6000803e3d6000fd5b505050505b8015613ff8576001600160a01b038216600090815261012c602052604081208054839290614502908490614e9b565b90915550506001600160a01b03808616600090815261012d602090815260408083209386168352929052908120805483929061453f908490614e9b565b92505081905550816001600160a01b0316856001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce388360405161458b91815260200190565b60405180910390a35050505050565b6040516001600160a01b0380851660248301528316604482015260648101829052611aa09085907f23b872dd00000000000000000000000000000000000000000000000000000000906084016131e9565b6001600160a01b038216600090815261012c602052604081208054839290614614908490614eb3565b90915550505050565b606061462c84846000856147b5565b90505b9392505050565b600054610100900460ff166146b35760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b61108b6148a9565b600054610100900460ff166107f75760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b600054610100900460ff1661248f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b60608247101561482d5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f60448201527f722063616c6c00000000000000000000000000000000000000000000000000006064820152608401611043565b600080866001600160a01b0316858760405161484991906152f8565b60006040518083038185875af1925050503d8060008114614886576040519150601f19603f3d011682016040523d82523d6000602084013e61488b565b606091505b509150915061489c8783838761492f565b925050505b949350505050565b600054610100900460ff166149265760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401611043565b61108b3361333b565b6060831561499e578251600003614997576001600160a01b0385163b6149975760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611043565b50816148a1565b6148a183838151156149b35781518083602001fd5b8060405162461bcd60e51b81526004016110439190615314565b6001600160a01b03811681146106b157600080fd5b80356149ed816149cd565b919050565b600060208284031215614a0457600080fd5b813561462f816149cd565b600080600060608486031215614a2457600080fd5b833592506020840135614a36816149cd565b91506040840135614a46816149cd565b809150509250925092565b600080600080600060a08688031215614a6957600080fd5b85359450602086013593506040860135614a82816149cd565b92506060860135614a92816149cd565b91506080860135614aa2816149cd565b809150509295509295909350565b60008060408385031215614ac357600080fd5b8235614ace816149cd565b91506020830135614ade816149cd565b809150509250929050565b60008083601f840112614afb57600080fd5b50813567ffffffffffffffff811115614b1357600080fd5b6020830191508360208260051b8501011115614b2e57600080fd5b9250929050565b60008060008060008060608789031215614b4e57600080fd5b863567ffffffffffffffff80821115614b6657600080fd5b614b728a838b01614ae9565b90985096506020890135915080821115614b8b57600080fd5b614b978a838b01614ae9565b90965094506040890135915080821115614bb057600080fd5b50614bbd89828a01614ae9565b979a9699509497509295939492505050565b6020808252825182820181905260009190848201906040850190845b81811015614c105783516001600160a01b031683529284019291840191600101614beb565b50909695505050505050565b600080600060608486031215614c3157600080fd5b8335614c3c816149cd565b92506020840135614c4c816149cd565b929592945050506040919091013590565b60008060008060008060008060008060e08b8d031215614c7c57600080fd5b8a35614c87816149cd565b995060208b0135614c97816149cd565b9850614ca560408c016149e2565b9750614cb360608c016149e2565b965060808b013567ffffffffffffffff80821115614cd057600080fd5b614cdc8e838f01614ae9565b909850965060a08d0135915080821115614cf557600080fd5b614d018e838f01614ae9565b909650945060c08d0135915080821115614d1a57600080fd5b50614d278d828e01614ae9565b915080935050809150509295989b9194979a5092959850565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60048110614da6577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b9052565b8281526040810161462f6020830184614d6f565b60008060008385036080811215614dd457600080fd5b8435614ddf816149cd565b93506020850135614def816149cd565b925060407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc082011215614e2157600080fd5b506040840190509250925092565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614e9657614e96614e2f565b500290565b60008219821115614eae57614eae614e2f565b500190565b600082821015614ec557614ec5614e2f565b500390565b600082614f00577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715614f5d57614f5d614f05565b604052919050565b600067ffffffffffffffff821115614f7f57614f7f614f05565b5060051b60200190565b600082601f830112614f9a57600080fd5b81516020614faf614faa83614f65565b614f34565b82815260059290921b84018101918181019086841115614fce57600080fd5b8286015b84811015614ff2578051614fe5816149cd565b8352918301918301614fd2565b509695505050505050565b60006020828403121561500f57600080fd5b815167ffffffffffffffff81111561502657600080fd5b6148a184828501614f89565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561507357600080fd5b81356004811061462f57600080fd5b848152602081018490526080810161509d6040830185614d6f565b6150aa6060830184614d6f565b95945050505050565b6000602082840312156150c557600080fd5b5051919050565b6000602082840312156150de57600080fd5b8151801515811461462f57600080fd5b60005b838110156151095781810151838201526020016150f1565b83811115611aa05750506000910152565b600081518084526151328160208601602086016150ee565b601f01601f19169290920160200192915050565b6001600160a01b038316815260406020820152600061462c604083018461511a565b60006001600160a01b038086168352808516602084015250606060408301526150aa606083018461511a565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126151c957600080fd5b83018035915067ffffffffffffffff8211156151e457600080fd5b6020019150600581901b3603821315614b2e57600080fd5b60006020828403121561520e57600080fd5b815161462f816149cd565b6000806040838503121561522c57600080fd5b825167ffffffffffffffff8082111561524457600080fd5b61525086838701614f89565b935060209150818501518181111561526757600080fd5b85019050601f8101861361527a57600080fd5b8051615288614faa82614f65565b81815260059190911b820183019083810190888311156152a757600080fd5b928401925b828410156152c5578351825292840192908401906152ac565b80955050505050509250929050565b600080604083850312156152e757600080fd5b505080516020909101519092909150565b6000825161530a8184602087016150ee565b9190910192915050565b60208152600061462f602083018461511a56fe736574436f6e76657273696f6e436f6e66696728616464726573732c616464726573732c436f6e76657273696f6e436f6e66696729736574506f6f6c734173736574734469726563745472616e7366657228616464726573735b5d2c616464726573735b5d5b5d2c626f6f6c5b5d5b5d29a2646970667358221220a875bccf93c4921c752daa15f7ef2e4fbdf16173f62fabaa3b7f26a1d949b14d64736f6c634300080d0033",
|
|
1427
|
+
"linkReferences": {},
|
|
1428
|
+
"deployedLinkReferences": {}
|
|
1429
|
+
}
|