@venusprotocol/protocol-reserve 1.1.0-dev.1 → 1.2.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 +17 -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 +1 -1
- package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +63 -0
- package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +56 -0
- package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.json +24 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol/ERC1967Upgrade.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol/ERC1967Upgrade.json +56 -0
- package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +19 -0
- package/artifacts/@openzeppelin/contracts/proxy/beacon/BeaconProxy.sol/BeaconProxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/beacon/BeaconProxy.sol/BeaconProxy.json +80 -0
- package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
- package/artifacts/{contracts/Interfaces/ComptrollerInterface.sol/ComptrollerInterface.json → @openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json} +5 -5
- package/artifacts/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.json +113 -0
- package/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.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 +1 -1
- package/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +1 -1
- 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 +1 -1
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol/IERC20PermitUpgradeable.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol/SafeERC20Upgradeable.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +1 -1
- package/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +1 -1
- package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol/AccessControlledV8.dbg.json +1 -1
- package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.dbg.json +1 -1
- 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 +1 -1
- package/artifacts/build-info/d38b6776f8d2919af17221fcc74eb552.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 +1 -1
- 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/IProtocolShareReserve.sol/IProtocolShareReserve.dbg.json +1 -1
- 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/{PoolRegistryInterface.sol/PoolRegistryInterface.json → IRiskFundConverter.sol/IRiskFundConverter.json} +23 -10
- 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 +1 -1
- 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 +1 -1
- package/artifacts/contracts/ProtocolReserve/ProtocolShareReserve.sol/ProtocolShareReserve.json +16 -16
- 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 +1395 -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 +1761 -0
- package/artifacts/contracts/Test/Mocks/MockToken.sol/MockToken.dbg.json +1 -1
- package/artifacts/contracts/Test/Mocks/MockToken.sol/MockToken.json +20 -2
- package/artifacts/contracts/TokenConverter/AbstractTokenConverter.sol/AbstractTokenConverter.dbg.json +4 -0
- package/artifacts/contracts/TokenConverter/AbstractTokenConverter.sol/AbstractTokenConverter.json +1276 -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 +446 -0
- package/artifacts/contracts/TokenConverter/RiskFundConverter.sol/RiskFundConverter.dbg.json +4 -0
- package/artifacts/contracts/TokenConverter/RiskFundConverter.sol/RiskFundConverter.json +1631 -0
- package/artifacts/contracts/TokenConverter/SingleTokenConverter.sol/SingleTokenConverter.dbg.json +4 -0
- package/artifacts/contracts/TokenConverter/SingleTokenConverter.sol/SingleTokenConverter.json +1390 -0
- package/contracts/Interfaces/IComptroller.sol +10 -0
- package/contracts/Interfaces/IConverterNetwork.sol +46 -0
- package/contracts/Interfaces/IPoolRegistry.sol +10 -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/IXVSVault.sol +9 -0
- package/contracts/ProtocolReserve/ProtocolShareReserve.sol +14 -13
- 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 +94 -0
- package/contracts/Test/Mocks/MockArraySorter.sol +14 -0
- package/contracts/Test/Mocks/MockConverter.sol +70 -0
- package/contracts/Test/Mocks/MockDeflationaryToken.sol +113 -0
- package/contracts/Test/Mocks/MockRiskFundConverter.sol +45 -0
- package/contracts/Test/Mocks/MockToken.sol +4 -0
- package/contracts/Test/imports.sol +11 -0
- package/contracts/TokenConverter/AbstractTokenConverter.sol +1168 -0
- package/contracts/TokenConverter/ConverterNetwork.sol +243 -0
- package/contracts/TokenConverter/IAbstractTokenConverter.sol +178 -0
- package/contracts/TokenConverter/RiskFundConverter.sol +449 -0
- package/contracts/TokenConverter/SingleTokenConverter.sol +102 -0
- package/contracts/Utils/ArrayHelpers.sol +41 -0
- package/contracts/Utils/Constants.sol +8 -0
- package/contracts/Utils/Validators.sol +26 -0
- package/deployments/bscmainnet.json +2039 -0
- package/deployments/bscmainnet_addresses.json +10 -0
- package/deployments/bsctestnet/BTCBPrimeConverter.json +218 -0
- package/deployments/bsctestnet/ConverterNetwork.json +723 -0
- package/deployments/bsctestnet/ConverterNetwork_Implementation.json +823 -0
- package/deployments/bsctestnet/ConverterNetwork_Proxy.json +277 -0
- package/deployments/bsctestnet/ETHPrimeConverter.json +218 -0
- package/deployments/bsctestnet/ProtocolShareReserve_Implementation.json +79 -73
- package/deployments/bsctestnet/RiskFundConverter.json +2035 -0
- package/deployments/bsctestnet/RiskFundConverter_Implementation.json +2563 -0
- package/deployments/bsctestnet/RiskFundConverter_Proxy.json +403 -0
- package/deployments/bsctestnet/RiskFundV2_Implementation.json +1049 -0
- package/deployments/bsctestnet/SingleTokenConverterBeacon.json +206 -0
- package/deployments/bsctestnet/SingleTokenConverterImp.json +2164 -0
- package/deployments/bsctestnet/USDCPrimeConverter.json +218 -0
- package/deployments/bsctestnet/USDTPrimeConverter.json +218 -0
- package/deployments/bsctestnet/XVSVaultConverter.json +218 -0
- package/deployments/bsctestnet/XVSVaultTreasury.json +579 -0
- package/deployments/bsctestnet/XVSVaultTreasury_Implementation.json +603 -0
- package/deployments/bsctestnet/XVSVaultTreasury_Proxy.json +281 -0
- package/deployments/bsctestnet/solcInputs/5d85b28b6a601f301b9d986a9cab69e1.json +168 -0
- package/deployments/bsctestnet/solcInputs/ddce8674a6dbb661f5732619dd799a66.json +228 -0
- package/deployments/bsctestnet/solcInputs/f4de763d185e08f2949b0be700500ede.json +144 -0
- package/deployments/bsctestnet.json +10088 -0
- package/deployments/bsctestnet_addresses.json +27 -0
- package/deployments/ethereum.json +5 -0
- package/deployments/ethereum_addresses.json +5 -0
- package/deployments/sepolia.json +5 -0
- package/deployments/sepolia_addresses.json +5 -0
- package/dist/deploy/001-psr.d.ts +2 -0
- package/dist/deploy/001-psr.d.ts.map +1 -0
- package/dist/deploy/001-psr.js +68 -0
- package/dist/deploy/001-psr.js.map +1 -0
- package/dist/deploy/002-risk-fund-converter.d.ts +4 -0
- package/dist/deploy/002-risk-fund-converter.d.ts.map +1 -0
- package/dist/deploy/002-risk-fund-converter.js +80 -0
- package/dist/deploy/002-risk-fund-converter.js.map +1 -0
- package/dist/deploy/003-xvs-vault-teasury.d.ts +2 -0
- package/dist/deploy/003-xvs-vault-teasury.d.ts.map +1 -0
- package/dist/deploy/003-xvs-vault-teasury.js +43 -0
- package/dist/deploy/003-xvs-vault-teasury.js.map +1 -0
- package/dist/deploy/004-single-token-converter.d.ts +4 -0
- package/dist/deploy/004-single-token-converter.d.ts.map +1 -0
- package/dist/deploy/004-single-token-converter.js +62 -0
- package/dist/deploy/004-single-token-converter.js.map +1 -0
- package/dist/deploy/005-converter-network.d.ts +2 -0
- package/dist/deploy/005-converter-network.d.ts.map +1 -0
- package/dist/deploy/005-converter-network.js +41 -0
- package/dist/deploy/005-converter-network.js.map +1 -0
- package/dist/hardhat.config.d.ts +15 -0
- package/dist/hardhat.config.d.ts.map +1 -0
- package/dist/hardhat.config.js +216 -0
- package/dist/hardhat.config.js.map +1 -0
- package/package.json +23 -21
- package/typechain/AbstractTokenConverter.d.ts +1775 -0
- package/typechain/AccessControl.d.ts +388 -0
- package/typechain/BeaconProxy.d.ts +126 -0
- package/typechain/BoundValidatorInterface.d.ts +126 -0
- package/typechain/ConverterNetwork.d.ts +723 -0
- package/typechain/{PoolRegistryInterface.d.ts → ERC165.d.ts} +20 -25
- package/typechain/ERC1967Upgrade.d.ts +126 -0
- package/typechain/IAbstractTokenConverter.d.ts +773 -0
- package/typechain/IBeacon.d.ts +101 -0
- package/typechain/IComptroller.d.ts +136 -0
- package/typechain/IConverterNetwork.d.ts +292 -0
- package/typechain/IERC165.d.ts +116 -0
- package/typechain/{ComptrollerInterface.d.ts → IERC1822Proxiable.d.ts} +11 -11
- package/typechain/IERC1967.d.ts +126 -0
- package/typechain/IPoolRegistry.d.ts +155 -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/IXVSVault.d.ts +95 -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 +1969 -0
- package/typechain/MockDeflatingToken.d.ts +486 -0
- package/typechain/MockRiskFundConverter.d.ts +2479 -0
- package/typechain/MockToken.d.ts +36 -0
- package/typechain/OracleInterface.d.ts +98 -0
- package/typechain/Ownable.d.ts +181 -0
- package/typechain/PausableUpgradeable.d.ts +129 -0
- package/typechain/ProtocolShareReserve.d.ts +6 -6
- package/typechain/Proxy.d.ts +78 -0
- package/typechain/ReserveHelpersStorage.d.ts +300 -0
- package/typechain/ResilientOracle.d.ts +1034 -0
- package/typechain/ResilientOracleInterface.d.ts +192 -0
- package/typechain/RiskFundConverter.d.ts +2235 -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 +1944 -0
- package/typechain/TwapInterface.d.ts +124 -0
- package/typechain/UpgradeableBeacon.d.ts +240 -0
- package/typechain/VBep20Interface.d.ts +379 -0
- package/typechain/XVSVaultTreasury.d.ts +515 -0
- package/typechain/factories/AbstractTokenConverter__factory.ts +1297 -0
- package/typechain/factories/AccessControl__factory.ts +227 -0
- package/typechain/factories/BeaconProxy__factory.ts +133 -0
- package/typechain/factories/BoundValidatorInterface__factory.ts +59 -0
- package/typechain/factories/ConverterNetwork__factory.ts +502 -0
- package/typechain/factories/ERC165__factory.ts +39 -0
- package/typechain/factories/ERC1967Upgrade__factory.ts +71 -0
- package/typechain/factories/IAbstractTokenConverter__factory.ts +466 -0
- package/typechain/factories/IBeacon__factory.ts +36 -0
- package/typechain/factories/IComptroller__factory.ts +68 -0
- package/typechain/factories/IConverterNetwork__factory.ts +142 -0
- package/typechain/factories/{ComptrollerInterface__factory.ts → IERC165__factory.ts} +14 -15
- package/typechain/factories/IERC1822Proxiable__factory.ts +39 -0
- package/typechain/factories/IERC1967__factory.ts +68 -0
- package/typechain/factories/IPoolRegistry__factory.ts +66 -0
- package/typechain/factories/{PoolRegistryInterface__factory.ts → IRiskFundConverter__factory.ts} +28 -19
- 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/IXVSVault__factory.ts +36 -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 +1439 -0
- package/typechain/factories/MockDeflatingToken__factory.ts +389 -0
- package/typechain/factories/MockRiskFundConverter__factory.ts +1828 -0
- package/typechain/factories/MockToken__factory.ts +19 -1
- package/typechain/factories/OracleInterface__factory.ts +45 -0
- package/typechain/factories/Ownable__factory.ts +75 -0
- package/typechain/factories/PausableUpgradeable__factory.ts +78 -0
- package/typechain/factories/ProtocolShareReserve__factory.ts +15 -15
- package/typechain/factories/Proxy__factory.ts +28 -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 +1694 -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 +1441 -0
- package/typechain/factories/TwapInterface__factory.ts +61 -0
- package/typechain/factories/UpgradeableBeacon__factory.ts +163 -0
- package/typechain/factories/VBep20Interface__factory.ts +261 -0
- package/typechain/factories/XVSVaultTreasury__factory.ts +365 -0
- package/typechain/index.ts +84 -4
- package/artifacts/build-info/0bf08ffb3b10e68a2b3f4538fccc61c5.json +0 -1
- package/artifacts/contracts/Interfaces/ComptrollerInterface.sol/ComptrollerInterface.dbg.json +0 -4
- package/artifacts/contracts/Interfaces/PoolRegistryInterface.sol/PoolRegistryInterface.dbg.json +0 -4
- package/contracts/Interfaces/ComptrollerInterface.sol +0 -6
- package/contracts/Interfaces/PoolRegistryInterface.sol +0 -7
- package/deploy/1-deploy.ts +0 -64
|
@@ -0,0 +1,1761 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "MockRiskFundConverter",
|
|
4
|
+
"sourceName": "contracts/Test/Mocks/MockRiskFundConverter.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
|
+
"name": "DeflationaryTokenNotSupported",
|
|
92
|
+
"type": "error"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"inputs": [
|
|
96
|
+
{
|
|
97
|
+
"internalType": "uint256",
|
|
98
|
+
"name": "incentive",
|
|
99
|
+
"type": "uint256"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"internalType": "uint256",
|
|
103
|
+
"name": "maxIncentive",
|
|
104
|
+
"type": "uint256"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"name": "IncentiveTooHigh",
|
|
108
|
+
"type": "error"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"inputs": [],
|
|
112
|
+
"name": "InputLengthMisMatch",
|
|
113
|
+
"type": "error"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"inputs": [],
|
|
117
|
+
"name": "InsufficientBalance",
|
|
118
|
+
"type": "error"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"inputs": [],
|
|
122
|
+
"name": "InsufficientInputAmount",
|
|
123
|
+
"type": "error"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"inputs": [],
|
|
127
|
+
"name": "InsufficientOutputAmount",
|
|
128
|
+
"type": "error"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"inputs": [],
|
|
132
|
+
"name": "InsufficientPoolLiquidity",
|
|
133
|
+
"type": "error"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"inputs": [],
|
|
137
|
+
"name": "InvalidArguments",
|
|
138
|
+
"type": "error"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"inputs": [],
|
|
142
|
+
"name": "InvalidConverterNetwork",
|
|
143
|
+
"type": "error"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"inputs": [],
|
|
147
|
+
"name": "InvalidMinimumAmountToConvert",
|
|
148
|
+
"type": "error"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"inputs": [],
|
|
152
|
+
"name": "InvalidToAddress",
|
|
153
|
+
"type": "error"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"inputs": [],
|
|
157
|
+
"name": "InvalidTokenConfigAddresses",
|
|
158
|
+
"type": "error"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"inputs": [
|
|
162
|
+
{
|
|
163
|
+
"internalType": "address",
|
|
164
|
+
"name": "comptroller",
|
|
165
|
+
"type": "address"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"internalType": "address",
|
|
169
|
+
"name": "asset",
|
|
170
|
+
"type": "address"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"name": "MarketNotExistInPool",
|
|
174
|
+
"type": "error"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"inputs": [],
|
|
178
|
+
"name": "NonZeroIncentiveForPrivateConversion",
|
|
179
|
+
"type": "error"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"inputs": [],
|
|
183
|
+
"name": "ReentrancyGuardError",
|
|
184
|
+
"type": "error"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"inputs": [
|
|
188
|
+
{
|
|
189
|
+
"internalType": "address",
|
|
190
|
+
"name": "sender",
|
|
191
|
+
"type": "address"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"internalType": "address",
|
|
195
|
+
"name": "calledContract",
|
|
196
|
+
"type": "address"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"internalType": "string",
|
|
200
|
+
"name": "methodSignature",
|
|
201
|
+
"type": "string"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"name": "Unauthorized",
|
|
205
|
+
"type": "error"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"inputs": [],
|
|
209
|
+
"name": "ZeroAddressNotAllowed",
|
|
210
|
+
"type": "error"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"inputs": [],
|
|
214
|
+
"name": "ZeroValueNotAllowed",
|
|
215
|
+
"type": "error"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"anonymous": false,
|
|
219
|
+
"inputs": [
|
|
220
|
+
{
|
|
221
|
+
"indexed": true,
|
|
222
|
+
"internalType": "address",
|
|
223
|
+
"name": "receiver",
|
|
224
|
+
"type": "address"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"indexed": true,
|
|
228
|
+
"internalType": "address",
|
|
229
|
+
"name": "comptroller",
|
|
230
|
+
"type": "address"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"indexed": true,
|
|
234
|
+
"internalType": "address",
|
|
235
|
+
"name": "asset",
|
|
236
|
+
"type": "address"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"indexed": false,
|
|
240
|
+
"internalType": "uint256",
|
|
241
|
+
"name": "amount",
|
|
242
|
+
"type": "uint256"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"name": "AssetTransferredToDestination",
|
|
246
|
+
"type": "event"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"anonymous": false,
|
|
250
|
+
"inputs": [
|
|
251
|
+
{
|
|
252
|
+
"indexed": true,
|
|
253
|
+
"internalType": "address",
|
|
254
|
+
"name": "comptroller",
|
|
255
|
+
"type": "address"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"indexed": true,
|
|
259
|
+
"internalType": "address",
|
|
260
|
+
"name": "asset",
|
|
261
|
+
"type": "address"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"indexed": false,
|
|
265
|
+
"internalType": "uint256",
|
|
266
|
+
"name": "amount",
|
|
267
|
+
"type": "uint256"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"name": "AssetsReservesUpdated",
|
|
271
|
+
"type": "event"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"anonymous": false,
|
|
275
|
+
"inputs": [
|
|
276
|
+
{
|
|
277
|
+
"indexed": true,
|
|
278
|
+
"internalType": "address",
|
|
279
|
+
"name": "tokenAddressIn",
|
|
280
|
+
"type": "address"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"indexed": true,
|
|
284
|
+
"internalType": "address",
|
|
285
|
+
"name": "tokenAddressOut",
|
|
286
|
+
"type": "address"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"indexed": false,
|
|
290
|
+
"internalType": "uint256",
|
|
291
|
+
"name": "oldIncentive",
|
|
292
|
+
"type": "uint256"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"indexed": false,
|
|
296
|
+
"internalType": "uint256",
|
|
297
|
+
"name": "newIncentive",
|
|
298
|
+
"type": "uint256"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"indexed": false,
|
|
302
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
303
|
+
"name": "oldAccess",
|
|
304
|
+
"type": "uint8"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"indexed": false,
|
|
308
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
309
|
+
"name": "newAccess",
|
|
310
|
+
"type": "uint8"
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"name": "ConversionConfigUpdated",
|
|
314
|
+
"type": "event"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"anonymous": false,
|
|
318
|
+
"inputs": [
|
|
319
|
+
{
|
|
320
|
+
"indexed": true,
|
|
321
|
+
"internalType": "address",
|
|
322
|
+
"name": "sender",
|
|
323
|
+
"type": "address"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"name": "ConversionPaused",
|
|
327
|
+
"type": "event"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"anonymous": false,
|
|
331
|
+
"inputs": [
|
|
332
|
+
{
|
|
333
|
+
"indexed": true,
|
|
334
|
+
"internalType": "address",
|
|
335
|
+
"name": "sender",
|
|
336
|
+
"type": "address"
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"name": "ConversionResumed",
|
|
340
|
+
"type": "event"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"anonymous": false,
|
|
344
|
+
"inputs": [
|
|
345
|
+
{
|
|
346
|
+
"indexed": true,
|
|
347
|
+
"internalType": "address",
|
|
348
|
+
"name": "sender",
|
|
349
|
+
"type": "address"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"indexed": true,
|
|
353
|
+
"internalType": "address",
|
|
354
|
+
"name": "receiver",
|
|
355
|
+
"type": "address"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"indexed": false,
|
|
359
|
+
"internalType": "address",
|
|
360
|
+
"name": "tokenAddressIn",
|
|
361
|
+
"type": "address"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"indexed": true,
|
|
365
|
+
"internalType": "address",
|
|
366
|
+
"name": "tokenAddressOut",
|
|
367
|
+
"type": "address"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"indexed": false,
|
|
371
|
+
"internalType": "uint256",
|
|
372
|
+
"name": "amountIn",
|
|
373
|
+
"type": "uint256"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"indexed": false,
|
|
377
|
+
"internalType": "uint256",
|
|
378
|
+
"name": "amountOut",
|
|
379
|
+
"type": "uint256"
|
|
380
|
+
}
|
|
381
|
+
],
|
|
382
|
+
"name": "ConvertedExactTokens",
|
|
383
|
+
"type": "event"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"anonymous": false,
|
|
387
|
+
"inputs": [
|
|
388
|
+
{
|
|
389
|
+
"indexed": true,
|
|
390
|
+
"internalType": "address",
|
|
391
|
+
"name": "sender",
|
|
392
|
+
"type": "address"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"indexed": true,
|
|
396
|
+
"internalType": "address",
|
|
397
|
+
"name": "receiver",
|
|
398
|
+
"type": "address"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"indexed": false,
|
|
402
|
+
"internalType": "address",
|
|
403
|
+
"name": "tokenAddressIn",
|
|
404
|
+
"type": "address"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"indexed": true,
|
|
408
|
+
"internalType": "address",
|
|
409
|
+
"name": "tokenAddressOut",
|
|
410
|
+
"type": "address"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"indexed": false,
|
|
414
|
+
"internalType": "uint256",
|
|
415
|
+
"name": "amountIn",
|
|
416
|
+
"type": "uint256"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"indexed": false,
|
|
420
|
+
"internalType": "uint256",
|
|
421
|
+
"name": "amountOut",
|
|
422
|
+
"type": "uint256"
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"name": "ConvertedExactTokensSupportingFeeOnTransferTokens",
|
|
426
|
+
"type": "event"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"anonymous": false,
|
|
430
|
+
"inputs": [
|
|
431
|
+
{
|
|
432
|
+
"indexed": true,
|
|
433
|
+
"internalType": "address",
|
|
434
|
+
"name": "sender",
|
|
435
|
+
"type": "address"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"indexed": true,
|
|
439
|
+
"internalType": "address",
|
|
440
|
+
"name": "receiver",
|
|
441
|
+
"type": "address"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"indexed": false,
|
|
445
|
+
"internalType": "address",
|
|
446
|
+
"name": "tokenAddressIn",
|
|
447
|
+
"type": "address"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"indexed": true,
|
|
451
|
+
"internalType": "address",
|
|
452
|
+
"name": "tokenAddressOut",
|
|
453
|
+
"type": "address"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"indexed": false,
|
|
457
|
+
"internalType": "uint256",
|
|
458
|
+
"name": "amountIn",
|
|
459
|
+
"type": "uint256"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"indexed": false,
|
|
463
|
+
"internalType": "uint256",
|
|
464
|
+
"name": "amountOut",
|
|
465
|
+
"type": "uint256"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"name": "ConvertedForExactTokens",
|
|
469
|
+
"type": "event"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"anonymous": false,
|
|
473
|
+
"inputs": [
|
|
474
|
+
{
|
|
475
|
+
"indexed": true,
|
|
476
|
+
"internalType": "address",
|
|
477
|
+
"name": "sender",
|
|
478
|
+
"type": "address"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"indexed": true,
|
|
482
|
+
"internalType": "address",
|
|
483
|
+
"name": "receiver",
|
|
484
|
+
"type": "address"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"indexed": false,
|
|
488
|
+
"internalType": "address",
|
|
489
|
+
"name": "tokenAddressIn",
|
|
490
|
+
"type": "address"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"indexed": true,
|
|
494
|
+
"internalType": "address",
|
|
495
|
+
"name": "tokenAddressOut",
|
|
496
|
+
"type": "address"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"indexed": false,
|
|
500
|
+
"internalType": "uint256",
|
|
501
|
+
"name": "amountIn",
|
|
502
|
+
"type": "uint256"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"indexed": false,
|
|
506
|
+
"internalType": "uint256",
|
|
507
|
+
"name": "amountOut",
|
|
508
|
+
"type": "uint256"
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"name": "ConvertedForExactTokensSupportingFeeOnTransferTokens",
|
|
512
|
+
"type": "event"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"anonymous": false,
|
|
516
|
+
"inputs": [
|
|
517
|
+
{
|
|
518
|
+
"indexed": true,
|
|
519
|
+
"internalType": "address",
|
|
520
|
+
"name": "oldConverterNetwork",
|
|
521
|
+
"type": "address"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"indexed": true,
|
|
525
|
+
"internalType": "address",
|
|
526
|
+
"name": "converterNetwork",
|
|
527
|
+
"type": "address"
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"name": "ConverterNetworkAddressUpdated",
|
|
531
|
+
"type": "event"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"anonymous": false,
|
|
535
|
+
"inputs": [
|
|
536
|
+
{
|
|
537
|
+
"indexed": true,
|
|
538
|
+
"internalType": "address",
|
|
539
|
+
"name": "oldDestinationAddress",
|
|
540
|
+
"type": "address"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"indexed": true,
|
|
544
|
+
"internalType": "address",
|
|
545
|
+
"name": "destinationAddress",
|
|
546
|
+
"type": "address"
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"name": "DestinationAddressUpdated",
|
|
550
|
+
"type": "event"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"anonymous": false,
|
|
554
|
+
"inputs": [
|
|
555
|
+
{
|
|
556
|
+
"indexed": false,
|
|
557
|
+
"internalType": "uint8",
|
|
558
|
+
"name": "version",
|
|
559
|
+
"type": "uint8"
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"name": "Initialized",
|
|
563
|
+
"type": "event"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"anonymous": false,
|
|
567
|
+
"inputs": [
|
|
568
|
+
{
|
|
569
|
+
"indexed": false,
|
|
570
|
+
"internalType": "uint256",
|
|
571
|
+
"name": "oldMinAmountToConvert",
|
|
572
|
+
"type": "uint256"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"indexed": false,
|
|
576
|
+
"internalType": "uint256",
|
|
577
|
+
"name": "newMinAmountToConvert",
|
|
578
|
+
"type": "uint256"
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"name": "MinAmountToConvertUpdated",
|
|
582
|
+
"type": "event"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"anonymous": false,
|
|
586
|
+
"inputs": [
|
|
587
|
+
{
|
|
588
|
+
"indexed": false,
|
|
589
|
+
"internalType": "address",
|
|
590
|
+
"name": "oldAccessControlManager",
|
|
591
|
+
"type": "address"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"indexed": false,
|
|
595
|
+
"internalType": "address",
|
|
596
|
+
"name": "newAccessControlManager",
|
|
597
|
+
"type": "address"
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"name": "NewAccessControlManager",
|
|
601
|
+
"type": "event"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"anonymous": false,
|
|
605
|
+
"inputs": [
|
|
606
|
+
{
|
|
607
|
+
"indexed": true,
|
|
608
|
+
"internalType": "address",
|
|
609
|
+
"name": "previousOwner",
|
|
610
|
+
"type": "address"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"indexed": true,
|
|
614
|
+
"internalType": "address",
|
|
615
|
+
"name": "newOwner",
|
|
616
|
+
"type": "address"
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"name": "OwnershipTransferStarted",
|
|
620
|
+
"type": "event"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"anonymous": false,
|
|
624
|
+
"inputs": [
|
|
625
|
+
{
|
|
626
|
+
"indexed": true,
|
|
627
|
+
"internalType": "address",
|
|
628
|
+
"name": "previousOwner",
|
|
629
|
+
"type": "address"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"indexed": true,
|
|
633
|
+
"internalType": "address",
|
|
634
|
+
"name": "newOwner",
|
|
635
|
+
"type": "address"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"name": "OwnershipTransferred",
|
|
639
|
+
"type": "event"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"anonymous": false,
|
|
643
|
+
"inputs": [
|
|
644
|
+
{
|
|
645
|
+
"indexed": true,
|
|
646
|
+
"internalType": "address",
|
|
647
|
+
"name": "comptroller",
|
|
648
|
+
"type": "address"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"indexed": true,
|
|
652
|
+
"internalType": "address",
|
|
653
|
+
"name": "asset",
|
|
654
|
+
"type": "address"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"indexed": false,
|
|
658
|
+
"internalType": "bool",
|
|
659
|
+
"name": "value",
|
|
660
|
+
"type": "bool"
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"name": "PoolAssetsDirectTransferUpdated",
|
|
664
|
+
"type": "event"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"anonymous": false,
|
|
668
|
+
"inputs": [
|
|
669
|
+
{
|
|
670
|
+
"indexed": true,
|
|
671
|
+
"internalType": "address",
|
|
672
|
+
"name": "oldPoolRegistry",
|
|
673
|
+
"type": "address"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"indexed": true,
|
|
677
|
+
"internalType": "address",
|
|
678
|
+
"name": "newPoolRegistry",
|
|
679
|
+
"type": "address"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"name": "PoolRegistryUpdated",
|
|
683
|
+
"type": "event"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"anonymous": false,
|
|
687
|
+
"inputs": [
|
|
688
|
+
{
|
|
689
|
+
"indexed": true,
|
|
690
|
+
"internalType": "contract ResilientOracle",
|
|
691
|
+
"name": "oldPriceOracle",
|
|
692
|
+
"type": "address"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"indexed": true,
|
|
696
|
+
"internalType": "contract ResilientOracle",
|
|
697
|
+
"name": "priceOracle",
|
|
698
|
+
"type": "address"
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"name": "PriceOracleUpdated",
|
|
702
|
+
"type": "event"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"anonymous": false,
|
|
706
|
+
"inputs": [
|
|
707
|
+
{
|
|
708
|
+
"indexed": true,
|
|
709
|
+
"internalType": "address",
|
|
710
|
+
"name": "token",
|
|
711
|
+
"type": "address"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"indexed": true,
|
|
715
|
+
"internalType": "address",
|
|
716
|
+
"name": "to",
|
|
717
|
+
"type": "address"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"indexed": false,
|
|
721
|
+
"internalType": "uint256",
|
|
722
|
+
"name": "amount",
|
|
723
|
+
"type": "uint256"
|
|
724
|
+
}
|
|
725
|
+
],
|
|
726
|
+
"name": "SweepToken",
|
|
727
|
+
"type": "event"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"inputs": [],
|
|
731
|
+
"name": "CORE_POOL_COMPTROLLER",
|
|
732
|
+
"outputs": [
|
|
733
|
+
{
|
|
734
|
+
"internalType": "address",
|
|
735
|
+
"name": "",
|
|
736
|
+
"type": "address"
|
|
737
|
+
}
|
|
738
|
+
],
|
|
739
|
+
"stateMutability": "view",
|
|
740
|
+
"type": "function"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"inputs": [],
|
|
744
|
+
"name": "MAX_INCENTIVE",
|
|
745
|
+
"outputs": [
|
|
746
|
+
{
|
|
747
|
+
"internalType": "uint256",
|
|
748
|
+
"name": "",
|
|
749
|
+
"type": "uint256"
|
|
750
|
+
}
|
|
751
|
+
],
|
|
752
|
+
"stateMutability": "view",
|
|
753
|
+
"type": "function"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"inputs": [],
|
|
757
|
+
"name": "NATIVE_WRAPPED",
|
|
758
|
+
"outputs": [
|
|
759
|
+
{
|
|
760
|
+
"internalType": "address",
|
|
761
|
+
"name": "",
|
|
762
|
+
"type": "address"
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"stateMutability": "view",
|
|
766
|
+
"type": "function"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"inputs": [],
|
|
770
|
+
"name": "VBNB",
|
|
771
|
+
"outputs": [
|
|
772
|
+
{
|
|
773
|
+
"internalType": "address",
|
|
774
|
+
"name": "",
|
|
775
|
+
"type": "address"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"stateMutability": "view",
|
|
779
|
+
"type": "function"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"inputs": [],
|
|
783
|
+
"name": "acceptOwnership",
|
|
784
|
+
"outputs": [],
|
|
785
|
+
"stateMutability": "nonpayable",
|
|
786
|
+
"type": "function"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"inputs": [],
|
|
790
|
+
"name": "accessControlManager",
|
|
791
|
+
"outputs": [
|
|
792
|
+
{
|
|
793
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
794
|
+
"name": "",
|
|
795
|
+
"type": "address"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"stateMutability": "view",
|
|
799
|
+
"type": "function"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"inputs": [
|
|
803
|
+
{
|
|
804
|
+
"internalType": "address",
|
|
805
|
+
"name": "tokenAddress",
|
|
806
|
+
"type": "address"
|
|
807
|
+
}
|
|
808
|
+
],
|
|
809
|
+
"name": "balanceOf",
|
|
810
|
+
"outputs": [
|
|
811
|
+
{
|
|
812
|
+
"internalType": "uint256",
|
|
813
|
+
"name": "tokenBalance",
|
|
814
|
+
"type": "uint256"
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"stateMutability": "view",
|
|
818
|
+
"type": "function"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"inputs": [
|
|
822
|
+
{
|
|
823
|
+
"internalType": "address",
|
|
824
|
+
"name": "",
|
|
825
|
+
"type": "address"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"internalType": "address",
|
|
829
|
+
"name": "",
|
|
830
|
+
"type": "address"
|
|
831
|
+
}
|
|
832
|
+
],
|
|
833
|
+
"name": "conversionConfigurations",
|
|
834
|
+
"outputs": [
|
|
835
|
+
{
|
|
836
|
+
"internalType": "uint256",
|
|
837
|
+
"name": "incentive",
|
|
838
|
+
"type": "uint256"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
842
|
+
"name": "conversionAccess",
|
|
843
|
+
"type": "uint8"
|
|
844
|
+
}
|
|
845
|
+
],
|
|
846
|
+
"stateMutability": "view",
|
|
847
|
+
"type": "function"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"inputs": [],
|
|
851
|
+
"name": "conversionPaused",
|
|
852
|
+
"outputs": [
|
|
853
|
+
{
|
|
854
|
+
"internalType": "bool",
|
|
855
|
+
"name": "",
|
|
856
|
+
"type": "bool"
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"stateMutability": "view",
|
|
860
|
+
"type": "function"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"inputs": [
|
|
864
|
+
{
|
|
865
|
+
"internalType": "uint256",
|
|
866
|
+
"name": "amountInMantissa",
|
|
867
|
+
"type": "uint256"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"internalType": "uint256",
|
|
871
|
+
"name": "amountOutMinMantissa",
|
|
872
|
+
"type": "uint256"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"internalType": "address",
|
|
876
|
+
"name": "tokenAddressIn",
|
|
877
|
+
"type": "address"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"internalType": "address",
|
|
881
|
+
"name": "tokenAddressOut",
|
|
882
|
+
"type": "address"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"internalType": "address",
|
|
886
|
+
"name": "to",
|
|
887
|
+
"type": "address"
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"name": "convertExactTokens",
|
|
891
|
+
"outputs": [
|
|
892
|
+
{
|
|
893
|
+
"internalType": "uint256",
|
|
894
|
+
"name": "actualAmountIn",
|
|
895
|
+
"type": "uint256"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"internalType": "uint256",
|
|
899
|
+
"name": "actualAmountOut",
|
|
900
|
+
"type": "uint256"
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"stateMutability": "nonpayable",
|
|
904
|
+
"type": "function"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"inputs": [
|
|
908
|
+
{
|
|
909
|
+
"internalType": "uint256",
|
|
910
|
+
"name": "amountInMantissa",
|
|
911
|
+
"type": "uint256"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"internalType": "uint256",
|
|
915
|
+
"name": "amountOutMinMantissa",
|
|
916
|
+
"type": "uint256"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"internalType": "address",
|
|
920
|
+
"name": "tokenAddressIn",
|
|
921
|
+
"type": "address"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"internalType": "address",
|
|
925
|
+
"name": "tokenAddressOut",
|
|
926
|
+
"type": "address"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"internalType": "address",
|
|
930
|
+
"name": "to",
|
|
931
|
+
"type": "address"
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"name": "convertExactTokensSupportingFeeOnTransferTokens",
|
|
935
|
+
"outputs": [
|
|
936
|
+
{
|
|
937
|
+
"internalType": "uint256",
|
|
938
|
+
"name": "actualAmountIn",
|
|
939
|
+
"type": "uint256"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"internalType": "uint256",
|
|
943
|
+
"name": "actualAmountOut",
|
|
944
|
+
"type": "uint256"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"stateMutability": "nonpayable",
|
|
948
|
+
"type": "function"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"inputs": [
|
|
952
|
+
{
|
|
953
|
+
"internalType": "uint256",
|
|
954
|
+
"name": "amountInMaxMantissa",
|
|
955
|
+
"type": "uint256"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"internalType": "uint256",
|
|
959
|
+
"name": "amountOutMantissa",
|
|
960
|
+
"type": "uint256"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"internalType": "address",
|
|
964
|
+
"name": "tokenAddressIn",
|
|
965
|
+
"type": "address"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"internalType": "address",
|
|
969
|
+
"name": "tokenAddressOut",
|
|
970
|
+
"type": "address"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"internalType": "address",
|
|
974
|
+
"name": "to",
|
|
975
|
+
"type": "address"
|
|
976
|
+
}
|
|
977
|
+
],
|
|
978
|
+
"name": "convertForExactTokens",
|
|
979
|
+
"outputs": [
|
|
980
|
+
{
|
|
981
|
+
"internalType": "uint256",
|
|
982
|
+
"name": "actualAmountIn",
|
|
983
|
+
"type": "uint256"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"internalType": "uint256",
|
|
987
|
+
"name": "actualAmountOut",
|
|
988
|
+
"type": "uint256"
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
"stateMutability": "nonpayable",
|
|
992
|
+
"type": "function"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"inputs": [
|
|
996
|
+
{
|
|
997
|
+
"internalType": "uint256",
|
|
998
|
+
"name": "amountInMaxMantissa",
|
|
999
|
+
"type": "uint256"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"internalType": "uint256",
|
|
1003
|
+
"name": "amountOutMantissa",
|
|
1004
|
+
"type": "uint256"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"internalType": "address",
|
|
1008
|
+
"name": "tokenAddressIn",
|
|
1009
|
+
"type": "address"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"internalType": "address",
|
|
1013
|
+
"name": "tokenAddressOut",
|
|
1014
|
+
"type": "address"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"internalType": "address",
|
|
1018
|
+
"name": "to",
|
|
1019
|
+
"type": "address"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"name": "convertForExactTokensSupportingFeeOnTransferTokens",
|
|
1023
|
+
"outputs": [
|
|
1024
|
+
{
|
|
1025
|
+
"internalType": "uint256",
|
|
1026
|
+
"name": "actualAmountIn",
|
|
1027
|
+
"type": "uint256"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"internalType": "uint256",
|
|
1031
|
+
"name": "actualAmountOut",
|
|
1032
|
+
"type": "uint256"
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"stateMutability": "nonpayable",
|
|
1036
|
+
"type": "function"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"inputs": [],
|
|
1040
|
+
"name": "converterNetwork",
|
|
1041
|
+
"outputs": [
|
|
1042
|
+
{
|
|
1043
|
+
"internalType": "contract IConverterNetwork",
|
|
1044
|
+
"name": "",
|
|
1045
|
+
"type": "address"
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"stateMutability": "view",
|
|
1049
|
+
"type": "function"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"inputs": [],
|
|
1053
|
+
"name": "destinationAddress",
|
|
1054
|
+
"outputs": [
|
|
1055
|
+
{
|
|
1056
|
+
"internalType": "address",
|
|
1057
|
+
"name": "",
|
|
1058
|
+
"type": "address"
|
|
1059
|
+
}
|
|
1060
|
+
],
|
|
1061
|
+
"stateMutability": "view",
|
|
1062
|
+
"type": "function"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"inputs": [
|
|
1066
|
+
{
|
|
1067
|
+
"internalType": "uint256",
|
|
1068
|
+
"name": "amountOutMantissa",
|
|
1069
|
+
"type": "uint256"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"internalType": "address",
|
|
1073
|
+
"name": "tokenAddressIn",
|
|
1074
|
+
"type": "address"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"internalType": "address",
|
|
1078
|
+
"name": "tokenAddressOut",
|
|
1079
|
+
"type": "address"
|
|
1080
|
+
}
|
|
1081
|
+
],
|
|
1082
|
+
"name": "getAmountIn",
|
|
1083
|
+
"outputs": [
|
|
1084
|
+
{
|
|
1085
|
+
"internalType": "uint256",
|
|
1086
|
+
"name": "amountConvertedMantissa",
|
|
1087
|
+
"type": "uint256"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"internalType": "uint256",
|
|
1091
|
+
"name": "amountInMantissa",
|
|
1092
|
+
"type": "uint256"
|
|
1093
|
+
}
|
|
1094
|
+
],
|
|
1095
|
+
"stateMutability": "view",
|
|
1096
|
+
"type": "function"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"inputs": [
|
|
1100
|
+
{
|
|
1101
|
+
"internalType": "uint256",
|
|
1102
|
+
"name": "amountInMantissa",
|
|
1103
|
+
"type": "uint256"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"internalType": "address",
|
|
1107
|
+
"name": "tokenAddressIn",
|
|
1108
|
+
"type": "address"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"internalType": "address",
|
|
1112
|
+
"name": "tokenAddressOut",
|
|
1113
|
+
"type": "address"
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"name": "getAmountOut",
|
|
1117
|
+
"outputs": [
|
|
1118
|
+
{
|
|
1119
|
+
"internalType": "uint256",
|
|
1120
|
+
"name": "amountConvertedMantissa",
|
|
1121
|
+
"type": "uint256"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"internalType": "uint256",
|
|
1125
|
+
"name": "amountOutMantissa",
|
|
1126
|
+
"type": "uint256"
|
|
1127
|
+
}
|
|
1128
|
+
],
|
|
1129
|
+
"stateMutability": "view",
|
|
1130
|
+
"type": "function"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"inputs": [
|
|
1134
|
+
{
|
|
1135
|
+
"internalType": "address",
|
|
1136
|
+
"name": "asset",
|
|
1137
|
+
"type": "address"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"name": "getAssetsReserves",
|
|
1141
|
+
"outputs": [
|
|
1142
|
+
{
|
|
1143
|
+
"internalType": "uint256",
|
|
1144
|
+
"name": "",
|
|
1145
|
+
"type": "uint256"
|
|
1146
|
+
}
|
|
1147
|
+
],
|
|
1148
|
+
"stateMutability": "view",
|
|
1149
|
+
"type": "function"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"inputs": [
|
|
1153
|
+
{
|
|
1154
|
+
"internalType": "address",
|
|
1155
|
+
"name": "comptroller",
|
|
1156
|
+
"type": "address"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"internalType": "address",
|
|
1160
|
+
"name": "asset",
|
|
1161
|
+
"type": "address"
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"name": "getPoolAssetReserve",
|
|
1165
|
+
"outputs": [
|
|
1166
|
+
{
|
|
1167
|
+
"internalType": "uint256",
|
|
1168
|
+
"name": "reserves",
|
|
1169
|
+
"type": "uint256"
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"stateMutability": "view",
|
|
1173
|
+
"type": "function"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"inputs": [
|
|
1177
|
+
{
|
|
1178
|
+
"internalType": "address",
|
|
1179
|
+
"name": "tokenAddress",
|
|
1180
|
+
"type": "address"
|
|
1181
|
+
}
|
|
1182
|
+
],
|
|
1183
|
+
"name": "getPools",
|
|
1184
|
+
"outputs": [
|
|
1185
|
+
{
|
|
1186
|
+
"internalType": "address[]",
|
|
1187
|
+
"name": "poolsWithCore",
|
|
1188
|
+
"type": "address[]"
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
"stateMutability": "view",
|
|
1192
|
+
"type": "function"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"inputs": [
|
|
1196
|
+
{
|
|
1197
|
+
"internalType": "address",
|
|
1198
|
+
"name": "comptroller",
|
|
1199
|
+
"type": "address"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"internalType": "address",
|
|
1203
|
+
"name": "asset",
|
|
1204
|
+
"type": "address"
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"name": "getPoolsAssetsReserves",
|
|
1208
|
+
"outputs": [
|
|
1209
|
+
{
|
|
1210
|
+
"internalType": "uint256",
|
|
1211
|
+
"name": "",
|
|
1212
|
+
"type": "uint256"
|
|
1213
|
+
}
|
|
1214
|
+
],
|
|
1215
|
+
"stateMutability": "view",
|
|
1216
|
+
"type": "function"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"inputs": [
|
|
1220
|
+
{
|
|
1221
|
+
"internalType": "uint256",
|
|
1222
|
+
"name": "amountOutMantissa",
|
|
1223
|
+
"type": "uint256"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"internalType": "address",
|
|
1227
|
+
"name": "tokenAddressIn",
|
|
1228
|
+
"type": "address"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"internalType": "address",
|
|
1232
|
+
"name": "tokenAddressOut",
|
|
1233
|
+
"type": "address"
|
|
1234
|
+
}
|
|
1235
|
+
],
|
|
1236
|
+
"name": "getUpdatedAmountIn",
|
|
1237
|
+
"outputs": [
|
|
1238
|
+
{
|
|
1239
|
+
"internalType": "uint256",
|
|
1240
|
+
"name": "amountConvertedMantissa",
|
|
1241
|
+
"type": "uint256"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"internalType": "uint256",
|
|
1245
|
+
"name": "amountInMantissa",
|
|
1246
|
+
"type": "uint256"
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"stateMutability": "nonpayable",
|
|
1250
|
+
"type": "function"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"inputs": [
|
|
1254
|
+
{
|
|
1255
|
+
"internalType": "uint256",
|
|
1256
|
+
"name": "amountInMantissa",
|
|
1257
|
+
"type": "uint256"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"internalType": "address",
|
|
1261
|
+
"name": "tokenAddressIn",
|
|
1262
|
+
"type": "address"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"internalType": "address",
|
|
1266
|
+
"name": "tokenAddressOut",
|
|
1267
|
+
"type": "address"
|
|
1268
|
+
}
|
|
1269
|
+
],
|
|
1270
|
+
"name": "getUpdatedAmountOut",
|
|
1271
|
+
"outputs": [
|
|
1272
|
+
{
|
|
1273
|
+
"internalType": "uint256",
|
|
1274
|
+
"name": "amountConvertedMantissa",
|
|
1275
|
+
"type": "uint256"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"internalType": "uint256",
|
|
1279
|
+
"name": "amountOutMantissa",
|
|
1280
|
+
"type": "uint256"
|
|
1281
|
+
}
|
|
1282
|
+
],
|
|
1283
|
+
"stateMutability": "nonpayable",
|
|
1284
|
+
"type": "function"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"inputs": [
|
|
1288
|
+
{
|
|
1289
|
+
"internalType": "address",
|
|
1290
|
+
"name": "accessControlManager_",
|
|
1291
|
+
"type": "address"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"internalType": "contract ResilientOracle",
|
|
1295
|
+
"name": "priceOracle_",
|
|
1296
|
+
"type": "address"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"internalType": "address",
|
|
1300
|
+
"name": "destinationAddress_",
|
|
1301
|
+
"type": "address"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"internalType": "address",
|
|
1305
|
+
"name": "poolRegistry_",
|
|
1306
|
+
"type": "address"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"internalType": "uint256",
|
|
1310
|
+
"name": "minAmountToConvert_",
|
|
1311
|
+
"type": "uint256"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"internalType": "address[]",
|
|
1315
|
+
"name": "comptrollers",
|
|
1316
|
+
"type": "address[]"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"internalType": "address[][]",
|
|
1320
|
+
"name": "assets",
|
|
1321
|
+
"type": "address[][]"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"internalType": "bool[][]",
|
|
1325
|
+
"name": "values",
|
|
1326
|
+
"type": "bool[][]"
|
|
1327
|
+
}
|
|
1328
|
+
],
|
|
1329
|
+
"name": "initialize",
|
|
1330
|
+
"outputs": [],
|
|
1331
|
+
"stateMutability": "nonpayable",
|
|
1332
|
+
"type": "function"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"inputs": [],
|
|
1336
|
+
"name": "minAmountToConvert",
|
|
1337
|
+
"outputs": [
|
|
1338
|
+
{
|
|
1339
|
+
"internalType": "uint256",
|
|
1340
|
+
"name": "",
|
|
1341
|
+
"type": "uint256"
|
|
1342
|
+
}
|
|
1343
|
+
],
|
|
1344
|
+
"stateMutability": "view",
|
|
1345
|
+
"type": "function"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"inputs": [],
|
|
1349
|
+
"name": "owner",
|
|
1350
|
+
"outputs": [
|
|
1351
|
+
{
|
|
1352
|
+
"internalType": "address",
|
|
1353
|
+
"name": "",
|
|
1354
|
+
"type": "address"
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"stateMutability": "view",
|
|
1358
|
+
"type": "function"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"inputs": [],
|
|
1362
|
+
"name": "pauseConversion",
|
|
1363
|
+
"outputs": [],
|
|
1364
|
+
"stateMutability": "nonpayable",
|
|
1365
|
+
"type": "function"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"inputs": [],
|
|
1369
|
+
"name": "pendingOwner",
|
|
1370
|
+
"outputs": [
|
|
1371
|
+
{
|
|
1372
|
+
"internalType": "address",
|
|
1373
|
+
"name": "",
|
|
1374
|
+
"type": "address"
|
|
1375
|
+
}
|
|
1376
|
+
],
|
|
1377
|
+
"stateMutability": "view",
|
|
1378
|
+
"type": "function"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"inputs": [],
|
|
1382
|
+
"name": "poolRegistry",
|
|
1383
|
+
"outputs": [
|
|
1384
|
+
{
|
|
1385
|
+
"internalType": "address",
|
|
1386
|
+
"name": "",
|
|
1387
|
+
"type": "address"
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"stateMutability": "view",
|
|
1391
|
+
"type": "function"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"inputs": [
|
|
1395
|
+
{
|
|
1396
|
+
"internalType": "address",
|
|
1397
|
+
"name": "",
|
|
1398
|
+
"type": "address"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"internalType": "address",
|
|
1402
|
+
"name": "",
|
|
1403
|
+
"type": "address"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"name": "poolsAssetsDirectTransfer",
|
|
1407
|
+
"outputs": [
|
|
1408
|
+
{
|
|
1409
|
+
"internalType": "bool",
|
|
1410
|
+
"name": "",
|
|
1411
|
+
"type": "bool"
|
|
1412
|
+
}
|
|
1413
|
+
],
|
|
1414
|
+
"stateMutability": "view",
|
|
1415
|
+
"type": "function"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"inputs": [
|
|
1419
|
+
{
|
|
1420
|
+
"internalType": "address",
|
|
1421
|
+
"name": "tokenInAddress",
|
|
1422
|
+
"type": "address"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"internalType": "address",
|
|
1426
|
+
"name": "tokenOutAddress",
|
|
1427
|
+
"type": "address"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"internalType": "uint256",
|
|
1431
|
+
"name": "amountIn",
|
|
1432
|
+
"type": "uint256"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"internalType": "uint256",
|
|
1436
|
+
"name": "amountOut",
|
|
1437
|
+
"type": "uint256"
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"name": "postConversionHookMock",
|
|
1441
|
+
"outputs": [],
|
|
1442
|
+
"stateMutability": "nonpayable",
|
|
1443
|
+
"type": "function"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"inputs": [
|
|
1447
|
+
{
|
|
1448
|
+
"internalType": "address",
|
|
1449
|
+
"name": "tokenOutAddress",
|
|
1450
|
+
"type": "address"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"internalType": "uint256",
|
|
1454
|
+
"name": "amountOut",
|
|
1455
|
+
"type": "uint256"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"name": "preTransferHookMock",
|
|
1459
|
+
"outputs": [],
|
|
1460
|
+
"stateMutability": "nonpayable",
|
|
1461
|
+
"type": "function"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"inputs": [],
|
|
1465
|
+
"name": "priceOracle",
|
|
1466
|
+
"outputs": [
|
|
1467
|
+
{
|
|
1468
|
+
"internalType": "contract ResilientOracle",
|
|
1469
|
+
"name": "",
|
|
1470
|
+
"type": "address"
|
|
1471
|
+
}
|
|
1472
|
+
],
|
|
1473
|
+
"stateMutability": "view",
|
|
1474
|
+
"type": "function"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"inputs": [],
|
|
1478
|
+
"name": "renounceOwnership",
|
|
1479
|
+
"outputs": [],
|
|
1480
|
+
"stateMutability": "nonpayable",
|
|
1481
|
+
"type": "function"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"inputs": [],
|
|
1485
|
+
"name": "resumeConversion",
|
|
1486
|
+
"outputs": [],
|
|
1487
|
+
"stateMutability": "nonpayable",
|
|
1488
|
+
"type": "function"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"inputs": [
|
|
1492
|
+
{
|
|
1493
|
+
"internalType": "address",
|
|
1494
|
+
"name": "accessControlManager_",
|
|
1495
|
+
"type": "address"
|
|
1496
|
+
}
|
|
1497
|
+
],
|
|
1498
|
+
"name": "setAccessControlManager",
|
|
1499
|
+
"outputs": [],
|
|
1500
|
+
"stateMutability": "nonpayable",
|
|
1501
|
+
"type": "function"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"inputs": [
|
|
1505
|
+
{
|
|
1506
|
+
"internalType": "address",
|
|
1507
|
+
"name": "asset",
|
|
1508
|
+
"type": "address"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"internalType": "uint256",
|
|
1512
|
+
"name": "amount",
|
|
1513
|
+
"type": "uint256"
|
|
1514
|
+
}
|
|
1515
|
+
],
|
|
1516
|
+
"name": "setAssetsReserves",
|
|
1517
|
+
"outputs": [],
|
|
1518
|
+
"stateMutability": "nonpayable",
|
|
1519
|
+
"type": "function"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"inputs": [
|
|
1523
|
+
{
|
|
1524
|
+
"internalType": "address",
|
|
1525
|
+
"name": "tokenAddressIn",
|
|
1526
|
+
"type": "address"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"internalType": "address",
|
|
1530
|
+
"name": "tokenAddressOut",
|
|
1531
|
+
"type": "address"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"components": [
|
|
1535
|
+
{
|
|
1536
|
+
"internalType": "uint256",
|
|
1537
|
+
"name": "incentive",
|
|
1538
|
+
"type": "uint256"
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
1542
|
+
"name": "conversionAccess",
|
|
1543
|
+
"type": "uint8"
|
|
1544
|
+
}
|
|
1545
|
+
],
|
|
1546
|
+
"internalType": "struct IAbstractTokenConverter.ConversionConfig",
|
|
1547
|
+
"name": "conversionConfig",
|
|
1548
|
+
"type": "tuple"
|
|
1549
|
+
}
|
|
1550
|
+
],
|
|
1551
|
+
"name": "setConversionConfig",
|
|
1552
|
+
"outputs": [],
|
|
1553
|
+
"stateMutability": "nonpayable",
|
|
1554
|
+
"type": "function"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"inputs": [
|
|
1558
|
+
{
|
|
1559
|
+
"internalType": "address",
|
|
1560
|
+
"name": "tokenAddressIn",
|
|
1561
|
+
"type": "address"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"internalType": "address[]",
|
|
1565
|
+
"name": "tokenAddressesOut",
|
|
1566
|
+
"type": "address[]"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"components": [
|
|
1570
|
+
{
|
|
1571
|
+
"internalType": "uint256",
|
|
1572
|
+
"name": "incentive",
|
|
1573
|
+
"type": "uint256"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"internalType": "enum IAbstractTokenConverter.ConversionAccessibility",
|
|
1577
|
+
"name": "conversionAccess",
|
|
1578
|
+
"type": "uint8"
|
|
1579
|
+
}
|
|
1580
|
+
],
|
|
1581
|
+
"internalType": "struct IAbstractTokenConverter.ConversionConfig[]",
|
|
1582
|
+
"name": "conversionConfigs",
|
|
1583
|
+
"type": "tuple[]"
|
|
1584
|
+
}
|
|
1585
|
+
],
|
|
1586
|
+
"name": "setConversionConfigs",
|
|
1587
|
+
"outputs": [],
|
|
1588
|
+
"stateMutability": "nonpayable",
|
|
1589
|
+
"type": "function"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"inputs": [
|
|
1593
|
+
{
|
|
1594
|
+
"internalType": "contract IConverterNetwork",
|
|
1595
|
+
"name": "converterNetwork_",
|
|
1596
|
+
"type": "address"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"name": "setConverterNetwork",
|
|
1600
|
+
"outputs": [],
|
|
1601
|
+
"stateMutability": "nonpayable",
|
|
1602
|
+
"type": "function"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"inputs": [
|
|
1606
|
+
{
|
|
1607
|
+
"internalType": "address",
|
|
1608
|
+
"name": "destinationAddress_",
|
|
1609
|
+
"type": "address"
|
|
1610
|
+
}
|
|
1611
|
+
],
|
|
1612
|
+
"name": "setDestination",
|
|
1613
|
+
"outputs": [],
|
|
1614
|
+
"stateMutability": "nonpayable",
|
|
1615
|
+
"type": "function"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"inputs": [
|
|
1619
|
+
{
|
|
1620
|
+
"internalType": "uint256",
|
|
1621
|
+
"name": "minAmountToConvert_",
|
|
1622
|
+
"type": "uint256"
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1625
|
+
"name": "setMinAmountToConvert",
|
|
1626
|
+
"outputs": [],
|
|
1627
|
+
"stateMutability": "nonpayable",
|
|
1628
|
+
"type": "function"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"inputs": [
|
|
1632
|
+
{
|
|
1633
|
+
"internalType": "address",
|
|
1634
|
+
"name": "poolRegistry_",
|
|
1635
|
+
"type": "address"
|
|
1636
|
+
}
|
|
1637
|
+
],
|
|
1638
|
+
"name": "setPoolRegistry",
|
|
1639
|
+
"outputs": [],
|
|
1640
|
+
"stateMutability": "nonpayable",
|
|
1641
|
+
"type": "function"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"inputs": [
|
|
1645
|
+
{
|
|
1646
|
+
"internalType": "address[]",
|
|
1647
|
+
"name": "comptrollers",
|
|
1648
|
+
"type": "address[]"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"internalType": "address[][]",
|
|
1652
|
+
"name": "assets",
|
|
1653
|
+
"type": "address[][]"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"internalType": "bool[][]",
|
|
1657
|
+
"name": "values",
|
|
1658
|
+
"type": "bool[][]"
|
|
1659
|
+
}
|
|
1660
|
+
],
|
|
1661
|
+
"name": "setPoolsAssetsDirectTransfer",
|
|
1662
|
+
"outputs": [],
|
|
1663
|
+
"stateMutability": "nonpayable",
|
|
1664
|
+
"type": "function"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"inputs": [
|
|
1668
|
+
{
|
|
1669
|
+
"internalType": "address",
|
|
1670
|
+
"name": "comptroller",
|
|
1671
|
+
"type": "address"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"internalType": "address",
|
|
1675
|
+
"name": "asset",
|
|
1676
|
+
"type": "address"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"internalType": "uint256",
|
|
1680
|
+
"name": "amount",
|
|
1681
|
+
"type": "uint256"
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
"name": "setPoolsAssetsReserves",
|
|
1685
|
+
"outputs": [],
|
|
1686
|
+
"stateMutability": "nonpayable",
|
|
1687
|
+
"type": "function"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"inputs": [
|
|
1691
|
+
{
|
|
1692
|
+
"internalType": "contract ResilientOracle",
|
|
1693
|
+
"name": "priceOracle_",
|
|
1694
|
+
"type": "address"
|
|
1695
|
+
}
|
|
1696
|
+
],
|
|
1697
|
+
"name": "setPriceOracle",
|
|
1698
|
+
"outputs": [],
|
|
1699
|
+
"stateMutability": "nonpayable",
|
|
1700
|
+
"type": "function"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"inputs": [
|
|
1704
|
+
{
|
|
1705
|
+
"internalType": "address",
|
|
1706
|
+
"name": "tokenAddress",
|
|
1707
|
+
"type": "address"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"internalType": "address",
|
|
1711
|
+
"name": "to",
|
|
1712
|
+
"type": "address"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"internalType": "uint256",
|
|
1716
|
+
"name": "amount",
|
|
1717
|
+
"type": "uint256"
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
"name": "sweepToken",
|
|
1721
|
+
"outputs": [],
|
|
1722
|
+
"stateMutability": "nonpayable",
|
|
1723
|
+
"type": "function"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"inputs": [
|
|
1727
|
+
{
|
|
1728
|
+
"internalType": "address",
|
|
1729
|
+
"name": "newOwner",
|
|
1730
|
+
"type": "address"
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"name": "transferOwnership",
|
|
1734
|
+
"outputs": [],
|
|
1735
|
+
"stateMutability": "nonpayable",
|
|
1736
|
+
"type": "function"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"inputs": [
|
|
1740
|
+
{
|
|
1741
|
+
"internalType": "address",
|
|
1742
|
+
"name": "comptroller",
|
|
1743
|
+
"type": "address"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"internalType": "address",
|
|
1747
|
+
"name": "asset",
|
|
1748
|
+
"type": "address"
|
|
1749
|
+
}
|
|
1750
|
+
],
|
|
1751
|
+
"name": "updateAssetsState",
|
|
1752
|
+
"outputs": [],
|
|
1753
|
+
"stateMutability": "nonpayable",
|
|
1754
|
+
"type": "function"
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"bytecode": "0x60e06040523480156200001157600080fd5b5060405162005c6638038062005c66833981016040819052620000349162000190565b828282620000428362000087565b6200004d8262000087565b620000588162000087565b6001600160a01b0380841660805282811660a052811660c0526200007b620000b2565b505050505050620001da565b6001600160a01b038116620000af576040516342bcdf7f60e11b815260040160405180910390fd5b50565b600054610100900460ff16156200011f5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff9081161462000171576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b80516001600160a01b03811681146200018b57600080fd5b919050565b600080600060608486031215620001a657600080fd5b620001b18462000173565b9250620001c16020850162000173565b9150620001d16040850162000173565b90509250925092565b60805160a05160c051615a396200022d600039600081816104240152612e710152600081816103fd0152612dae0152600081816107a601528181610ede01528181612cf501526135ce0152615a396000f3fe608060405234801561001057600080fd5b506004361061032b5760003560e01c8063715018a6116101b2578063b6828c57116100f9578063e30c3978116100a2578063f0dc7e9d1161007c578063f0dc7e9d1461077b578063f2fde38b1461078e578063fa7b81a0146107a1578063fe3da984146107c857600080fd5b8063e30c397814610744578063e50aa3d414610755578063f04c31871461076857600080fd5b8063c0654646116100d3578063c06546461461070f578063ca32546914610722578063e2ff7ea21461073557600080fd5b8063b6828c57146106f4578063bc368b0414610707578063bd7f33321461058f57600080fd5b806390fa7b541161015b578063afcff50f11610135578063afcff50f1461068c578063b491ddf7146106a0578063b4a0bdf3146106e357600080fd5b806390fa7b541461063b5780639fc3c0c21461064e578063aac59a751461067957600080fd5b80637b77cd6a1161018c5780637b77cd6a146105dc578063817ee19c146105ef5780638da5cb5b1461062a57600080fd5b8063715018a6146105b9578063746460a9146105c157806379ba5097146105d457600080fd5b806352e21a18116102765780635e1e63251161021f5780636f1a30a8116101f95780636f1a30a8146105695780636fb052751461057c57806370a082311461058f57600080fd5b80635e1e63251461053057806364aff9ec146105435780636daa463b1461055657600080fd5b8063556bbd8a11610250578063556bbd8a146104f557806358b904df146105085780635c39f4671461051057600080fd5b806352e21a18146104bc578063530e784f146104cf57806355374522146104e257600080fd5b80633421fc52116102d8578063439727a5116102b2578063439727a514610467578063454900fe1461047a5780634dc1c0a6146104a957600080fd5b80633421fc52146103f8578063362b67951461041f5780633d5e29101461044657600080fd5b80630a9a2b72116103095780630a9a2b72146103aa5780630e32cb86146103d25780632630c12f146103e557600080fd5b806301e201781461033057806307aa239e146103605780630a0a05e614610395575b600080fd5b60ff54610343906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b60fe546103859074010000000000000000000000000000000000000000900460ff1681565b6040519015158152602001610357565b6103a86103a3366004614f18565b6107d1565b005b6103bd6103b8366004614f35565b6107e5565b60408051928352602083019190915201610357565b6103a86103e0366004614f18565b6108e3565b60fc54610343906001600160a01b031681565b6103437f000000000000000000000000000000000000000000000000000000000000000081565b6103437f000000000000000000000000000000000000000000000000000000000000000081565b610459610454366004614f77565b6108f4565b604051908152602001610357565b6103bd610475366004614fb0565b610922565b610385610488366004614f77565b61013060209081526000928352604080842090915290825290205460ff1681565b6103a86104b736600461500f565b610a6c565b6103a86104ca366004614f18565b610a7e565b6103a86104dd366004614f18565b610a8f565b6103a86104f03660046150a1565b610aa0565b6103a861050336600461513b565b610ad7565b6103a8610cae565b61052361051e366004614f18565b610d94565b6040516103579190615228565b6103bd61053e366004614f35565b610f30565b6103a8610551366004615275565b61102a565b6103bd610564366004614f35565b6110d1565b6103bd610577366004614f35565b6111da565b61045961058a366004614f77565b6112d9565b61045961059d366004614f18565b6001600160a01b0316600090815261012d602052604090205490565b6103a861139e565b6103a86105cf3660046152b6565b6113b2565b6103a86113f9565b6103a86105ea366004614f18565b611484565b6103a86105fd366004615275565b6001600160a01b03928316600090815261012e602090815260408083209490951682529290925291902055565b6033546001600160a01b0316610343565b6103bd610649366004614fb0565b61150b565b6103a861065c3660046152cf565b6001600160a01b03909116600090815261012d6020526040902055565b6103a8610687366004614f77565b611601565b61012f54610343906001600160a01b031681565b6106d56106ae366004614f77565b60fd6020908152600092835260408084209091529082529020805460019091015460ff1682565b604051610357929190615365565b6097546001600160a01b0316610343565b6103bd610702366004614fb0565b611637565b6103a861172d565b6103a861071d366004615379565b6117df565b60fe54610343906001600160a01b031681565b6104596706f05b59d3b2000081565b6065546001600160a01b0316610343565b6103a86107633660046152cf565b61187d565b6103bd610776366004614fb0565b611887565b6103a8610789366004615429565b6119b6565b6103a861079c366004614f18565b611d5e565b6103437f000000000000000000000000000000000000000000000000000000000000000081565b61045960fb5481565b6107d9611de7565b6107e281611e41565b50565b60008060026001600160a01b03808616600090815260fd602090815260408083209388168352929052206001015460ff166003811115610827576108276152fb565b0361085e576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b849150600061086e868686611ebe565b90925090506000610895856001600160a01b0316600090815261012d602052604090205490565b9050868110156108d957816001816108b5670de0b6b3a7640000856154c9565b6108bf9190615506565b6108c9919061551e565b6108d39190615535565b92508093505b5050935093915050565b6108eb611de7565b6107e2816121e2565b6001600160a01b03808316600090815261012e60209081526040808320938516835292905220545b92915050565b6000808285856109306122d7565b6109398361232c565b816001600160a01b0316836001600160a01b0316148061096a5750806001600160a01b0316836001600160a01b0316145b156109a1576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6109a961236c565b6109b68a8a8a8a8a6123c5565b90955093508985146109f4576040517fc214279600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610a0088888787612445565b604080516001600160a01b038a81168252602082018890529181018690528189169188169033907f795a235be939acb902ac69562805f86e1341a9b019c351b996e2aa2dfc34c67c906060015b60405180910390a4610a5f600160c955565b5050509550959350505050565b610a7884848484612445565b50505050565b610a86611de7565b6107e2816127c0565b610a97611de7565b6107e28161283d565b610ac16040518060600160405280603c81526020016159c8603c91396128ba565b610acf868686868686612986565b505050505050565b600054610100900460ff1615808015610af75750600054600160ff909116105b80610b115750303b158015610b11575060005460ff166001145b610b885760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084015b60405180910390fd5b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660011790558015610be657600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b610bf28c8c8c8b612c57565b610bfb8961232c565b61012f80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038b16179055610c3d878787878787612986565b8015610ca057600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050505050565b610cec6040518060400160405280601281526020017f726573756d65436f6e76657273696f6e282900000000000000000000000000008152506128ba565b60fe5474010000000000000000000000000000000000000000900460ff16610d3f576040517e6d8dbb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fe80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16905560405133907f89b79206f08dadd78502cff5075d2b094fa0abea0b063cfafe4475e2a380c51f90600090a2565b61012f546040517ff36dba380000000000000000000000000000000000000000000000000000000081526001600160a01b038381166004830152606092169063f36dba3890602401600060405180830381865afa158015610df9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e219190810190615668565b9050610e2c82612cf0565b15610f2b5780516000610e40826001615506565b67ffffffffffffffff811115610e5857610e58615570565b604051908082528060200260200182016040528015610e81578160200160208202803683370190505b50905060005b82811015610edb57838181518110610ea157610ea161569d565b6020026020010151828281518110610ebb57610ebb61569d565b6001600160a01b0390921660209283029190910190910152600101610e87565b507f0000000000000000000000000000000000000000000000000000000000000000818381518110610f0f57610f0f61569d565b6001600160a01b03909216602092830291909101909101529150505b919050565b60008060026001600160a01b03808616600090815260fd602090815260408083209388168352929052206001015460ff166003811115610f7257610f726152fb565b03610fa9576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8491506000610fb9868686612ebc565b90925090506000610fe0856001600160a01b0316600090815261012d602052604090205490565b9050828110156108d95781600181611000670de0b6b3a7640000856154c9565b61100a9190615506565b611014919061551e565b61101e9190615535565b97909650945050505050565b611032611de7565b61103a61236c565b6110438361232c565b61104c8261232c565b611055816131dd565b826110608183613217565b6110746001600160a01b0382168484613521565b826001600160a01b0316846001600160a01b03167f6d25be279134f4ecaa4770aff0c3d916d9e7c5ef37b65ed95dbdba411f5d54d5846040516110b991815260200190565b60405180910390a3506110cc600160c955565b505050565b60fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038481166004830152600092839291169063b62cad6990602401600060405180830381600087803b15801561113557600080fd5b505af1158015611149573d6000803e3d6000fd5b505060fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152909116925063b62cad699150602401600060405180830381600087803b1580156111ad57600080fd5b505af11580156111c1573d6000803e3d6000fd5b505050506111d0858585612ebc565b5094959350505050565b60fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038481166004830152600092839291169063b62cad6990602401600060405180830381600087803b15801561123e57600080fd5b505af1158015611252573d6000803e3d6000fd5b505060fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152909116925063b62cad699150602401600060405180830381600087803b1580156112b657600080fd5b505af11580156112ca573d6000803e3d6000fd5b505050506111d0858585611ebe565b60006112e760c95460021490565b1561131e576040517f9a050fe700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61132883836135ca565b611371576040517f983f1fb50000000000000000000000000000000000000000000000000000000081526001600160a01b03808516600483015283166024820152604401610b7f565b506001600160a01b03918216600090815261012e6020908152604080832093909416825291909152205490565b6113a6611de7565b6113b060006136b8565b565b6113f06040518060400160405280601e81526020017f7365744d696e416d6f756e74546f436f6e766572742875696e743235362900008152506128ba565b6107e2816136e9565b60655433906001600160a01b0316811461147b5760405162461bcd60e51b815260206004820152602960248201527f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060448201527f6e6577206f776e657200000000000000000000000000000000000000000000006064820152608401610b7f565b6107e2816136b8565b61148c611de7565b6114958161232c565b61012f546040516001600160a01b038084169216907fa87b964d321035d2165e484ff4b722dd6eae30606c0b98887d2ed1a34e594bfe90600090a361012f80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6000808285856115196122d7565b6115228361232c565b816001600160a01b0316836001600160a01b031614806115535750806001600160a01b0316836001600160a01b0316145b1561158a576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61159261236c565b61159f8a8a8a8a8a6123c5565b90955093506115b088888787612445565b604080516001600160a01b038a81168252602082018890529181018690528189169188169033907f93b7ba2a2b0e36320375853d7466af5685c07567804b871b4fdfd31e3bb7715490606001610a4d565b61160961236c565b60006116158383613733565b9050801561162857611628838383613a90565b50611633600160c955565b5050565b6000808285856116456122d7565b61164e8361232c565b816001600160a01b0316836001600160a01b0316148061167f5750806001600160a01b0316836001600160a01b0316145b156116b6576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6116be61236c565b6116cb8a8a8a8a8a613f2c565b90955093506116dc88888787612445565b604080516001600160a01b038a81168252602082018890529181018690528189169188169033907f9b7dc1d7d2974d015b4fc39889a09f3a3923add808f5863158f3162d997d4e8290606001610a4d565b61176b6040518060400160405280601181526020017f7061757365436f6e76657273696f6e28290000000000000000000000000000008152506128ba565b6117736122d7565b60fe80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff167401000000000000000000000000000000000000000017905560405133907f490bc639fd0d96f19c8adf77bc98d17fbefdee2e1e1864d21f041360d0ee065a90600090a2565b82818114611819576040517f4d5590f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b818110156118745761186c8787878481811061183a5761183a61569d565b905060200201602081019061184f9190614f18565b8686858181106118615761186161569d565b9050604002016119b6565b60010161181c565b50505050505050565b6116338282613fbe565b6000808285856118956122d7565b61189e8361232c565b816001600160a01b0316836001600160a01b031614806118cf5750806001600160a01b0316836001600160a01b0316145b15611906576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61190e61236c565b61191b8a8a8a8a8a613ff0565b9095509350888414611959576040517fa8dc653c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61196588888787612445565b604080516001600160a01b038a81168252602082018890529181018690528189169188169033907fcb4ea7de8d069b0f443b792cba6c6df5096508951bbc75c04ac42c9251efe07690606001610a4d565b6119d7604051806060016040528060358152602001615993603591396128ba565b6119e08361232c565b6119e98261232c565b6706f05b59d3b2000081351115611a3d576040517f9770caee000000000000000000000000000000000000000000000000000000008152813560048201526706f05b59d3b200006024820152604401610b7f565b816001600160a01b0316836001600160a01b03161480611a765750611a606140ad565b6001600160a01b0316836001600160a01b031614155b80611abe575060006001600160a01b03808416600090815260fd602090815260408083209388168352929052206001015460ff166003811115611abb57611abb6152fb565b14155b15611af5576040517feebb5ac600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002611b0760408301602084016156cc565b6003811115611b1857611b186152fb565b148015611b255750803515155b15611b5c576040517fd0d4aabe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002611b6e60408301602084016156cc565b6003811115611b7f57611b7f6152fb565b1480611bab57506001611b9860408301602084016156cc565b6003811115611ba957611ba96152fb565b145b8015611bc0575060ff546001600160a01b0316155b15611bf7576040517fe7c2c99400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808416600081815260fd602090815260408083209487168084529482529182902080546001820154919594937f39fbfdd5da133303ed31b1b65e30a0ddf7a9236573368c66c859dceccc1dd12a93919288359260ff90911691611c6791908a01908a016156cc565b604051611c7794939291906156ed565b60405180910390a36000611c9160408401602085016156cc565b6003811115611ca257611ca26152fb565b03611cff576001600160a01b03808516600090815260fd60209081526040808320938716835292905290812090815560010180547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00169055610a78565b81358155611d1360408301602084016156cc565b6001808301805490917fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0090911690836003811115611d5357611d536152fb565b021790555050505050565b611d66611de7565b606580546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117909155611daf6033546001600160a01b031690565b6001600160a01b03167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6033546001600160a01b031633146113b05760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610b7f565b611e4a8161232c565b60fe546040516001600160a01b038084169216907f9be3097b5c8b276786be52a244ee90d66efd34805d9eb16f168fb2b4aaae9a2b90600090a360fe80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b60008084600003611efb576040517f42301c2300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808516600090815260fd6020908152604080832093871683529281528282208351808501909452805484526001810154929392909183019060ff166003811115611f4f57611f4f6152fb565b6003811115611f6057611f606152fb565b9052509050600081602001516003811115611f7d57611f7d6152fb565b03611fb4576040517f618ce59700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03878116600483015260009216906341976e0990602401602060405180830381865afa158015612018573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061203c919061571e565b60fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b038881166004830152929350600092909116906341976e0990602401602060405180830381865afa1580156120a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120c9919061571e565b835160ff54919250906001600160a01b031615801590612169575060ff546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015612145573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121699190615737565b15612172575060005b600061218682670de0b6b3a7640000615506565b90508261219382866154c9565b61219d9190615535565b9550856001816121b5670de0b6b3a76400008e6154c9565b6121bf9190615506565b6121c9919061551e565b6121d39190615535565b96505050505050935093915050565b6001600160a01b03811661225e5760405162461bcd60e51b815260206004820152602560248201527f696e76616c696420616365737320636f6e74726f6c206d616e6167657220616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401610b7f565b609780546001600160a01b038381167fffffffffffffffffffffffff000000000000000000000000000000000000000083168117909355604080519190921680825260208201939093527f66fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0910160405180910390a15050565b60fe5474010000000000000000000000000000000000000000900460ff16156113b0576040517f952bcf7f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381166107e2576040517f8579befe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600260c954036123be5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610b7f565b600260c955565b6000806123d28585614139565b6123dc8588614259565b91506123e98286866110d1565b91505085811015612430576040517f228f8c110000000000000000000000000000000000000000000000000000000081526004810182905260248101879052604401610b7f565b61243b8484836143a4565b9550959350505050565b600061245084610d94565b6001600160a01b038516600090815261012d602052604081205491925090612479908490615506565b9050612484816131dd565b815160008080805b848110156127ac57600061012e60008984815181106124ad576124ad61569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008c6001600160a01b03166001600160a01b03168152602001908152602001600020549050806000146127a35761250e60018761551e565b82101561256e5761253a88838151811061252a5761252a61569d565b60200260200101518c8b8a61441e565b6125449086615506565b945086612551828c6154c9565b61255b9190615535565b93506125678484615506565b9250612669565b600061257a868b61551e565b90508061012e60008b86815181106125945761259461569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008e6001600160a01b03166001600160a01b0316815260200190815260200160002060008282546125ee919061551e565b925050819055508b6001600160a01b03168984815181106126115761261161569d565b60200260200101516001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce388360405161265391815260200190565b60405180910390a3612665848c61551e565b9450505b8b6001600160a01b03168883815181106126855761268561569d565b60200260200101516001600160a01b031660fe60009054906101000a90046001600160a01b03166001600160a01b03167fadc20ad416881f76b4304665c35f5be8592297bcdfe4f0bb087b9d254222af55876040516126e691815260200190565b60405180910390a460fe5488516001600160a01b03909116906353ac3537908a90859081106127175761271761569d565b60209081029190910101516040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681526001600160a01b039182166004820152908f16602482015260448101879052606401600060405180830381600087803b15801561278a57600080fd5b505af115801561279e573d6000803e3d6000fd5b505050505b5060010161248c565b5050505050505050505050565b600160c955565b6127c98161232c565b60ff546040516001600160a01b038084169216907f50f1a16bf24734355b14ff800d132cc0a934808b8621d5623b41bc67f204881790600090a360ff80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6128468161232c565b60fc546040516001600160a01b038084169216907f56b5f80d8cac1479698aa7d01605fd6111e90b15fc4d2b377417f46034876cbd90600090a360fc80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6097546040517f18c5e8ab0000000000000000000000000000000000000000000000000000000081526000916001600160a01b0316906318c5e8ab9061290690339086906004016157b1565b602060405180830381865afa158015612923573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129479190615737565b905080611633573330836040517f4a3fa293000000000000000000000000000000000000000000000000000000008152600401610b7f939291906157d3565b8483811415806129965750808214155b156129cd576040517f5f6f132c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015612c4d5760008686838181106129ec576129ec61569d565b90506020028101906129fe91906157ff565b808060200260200160405190810160405280939291908181526020018383602002808284376000920182905250939450889250879150859050818110612a4657612a4661569d565b9050602002810190612a5891906157ff565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050845183519394509283149150612acb9050576040517f5f6f132c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015612c3e57828181518110612ae857612ae861569d565b602002602001015161013060008e8e89818110612b0757612b0761569d565b9050602002016020810190612b1c9190614f18565b6001600160a01b03166001600160a01b031681526020019081526020016000206000868481518110612b5057612b5061569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff021916908315150217905550838181518110612ba157612ba161569d565b60200260200101516001600160a01b03168c8c87818110612bc457612bc461569d565b9050602002016020810190612bd99190614f18565b6001600160a01b03167f6333c55c3657aafc9b39e2586076d198ed0250804559126489c852f28d51280c858481518110612c1557612c1561569d565b6020026020010151604051612c2e911515815260200190565b60405180910390a3600101612ace565b508360010193505050506129d0565b5050505050505050565b600054610100900460ff16612cd45760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b612cdd846144f7565b612ce5614585565b610a7883838361460a565b6000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b0772d0b6040518163ffffffff1660e01b8152600401600060405180830381865afa158015612d51573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612d799190810190615668565b805190915060005b81811015612eb457828181518110612d9b57612d9b61569d565b60200260200101516001600160a01b03167f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612e6f57846001600160a01b0316838281518110612df757612df761569d565b60200260200101516001600160a01b0316636f307dc36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e3c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e609190615867565b6001600160a01b031614612ea5565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316856001600160a01b0316145b935083612eb457600101612d81565b505050919050565b60008084600003612ef9576040517f098fb56100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808516600090815260fd6020908152604080832093871683529281528282208351808501909452805484526001810154929392909183019060ff166003811115612f4d57612f4d6152fb565b6003811115612f5e57612f5e6152fb565b9052509050600081602001516003811115612f7b57612f7b6152fb565b03612fb2576040517f618ce59700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03878116600483015260009216906341976e0990602401602060405180830381865afa158015613016573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061303a919061571e565b60fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b038881166004830152929350600092909116906341976e0990602401602060405180830381865afa1580156130a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130c7919061571e565b835160ff54919250906001600160a01b031615801590613167575060ff546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015613143573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131679190615737565b15613170575060005b600061318482670de0b6b3a7640000615506565b9050613198670de0b6b3a7640000846154c9565b816131a3868d6154c9565b6131ad91906154c9565b6131b79190615535565b9650826131c482866154c9565b6131ce9190615535565b95505050505050935093915050565b806000036107e2576040517f9cf8540c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526000906001600160a01b038416906370a0823190602401602060405180830381865afa158015613277573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061329b919061571e565b9050808211156132d7576040517ff4d678b800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038316600090815261012d60205260408120546132fb908361551e565b905082811015610a7857808303600061331386610d94565b6001600160a01b038716600090815261012d602052604081205482519293509190805b828110156134e75761012e60008683815181106133555761335561569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008b6001600160a01b03166001600160a01b03168152602001908152602001600020546000146134df576133b360018461551e565b8110156133f0576133df8582815181106133cf576133cf61569d565b60200260200101518b888761441e565b6133e99083615506565b91506134df565b60006133fc838861551e565b90508061012e60008885815181106134165761341661569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008d6001600160a01b03166001600160a01b031681526020019081526020016000206000828254613470919061551e565b925050819055508a6001600160a01b03168683815181106134935761349361569d565b60200260200101516001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce38836040516134d591815260200190565b60405180910390a3505b600101613336565b506001600160a01b038916600090815261012d60205260408120805487929061351190849061551e565b9091555050505050505050505050565b6040516001600160a01b0383166024820152604481018290526110cc9084907fa9059cbb00000000000000000000000000000000000000000000000000000000906064015b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091526146cf565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b0316036136155761360e82612cf0565b905061091c565b61012f546040517f266e0a7f0000000000000000000000000000000000000000000000000000000081526001600160a01b0385811660048301528481166024830152600092169063266e0a7f90604401602060405180830381865afa158015613682573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136a69190615867565b6001600160a01b031614159392505050565b606580547fffffffffffffffffffffffff00000000000000000000000000000000000000001690556107e2816147b7565b6136f2816131dd565b60fb5460408051918252602082018390527fada67d0d38fa20c8ae6a5c17cb9d60b0fe7f2d4e4f27ac9ee55e54ac88de9d8d910160405180910390a160fb55565b600061373f83836135ca565b613788576040517f983f1fb50000000000000000000000000000000000000000000000000000000081526001600160a01b03808516600483015283166024820152604401610b7f565b6040517f70a0823100000000000000000000000000000000000000000000000000000000815230600482015282906000906001600160a01b038316906370a0823190602401602060405180830381865afa1580156137ea573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061380e919061571e565b6001600160a01b038516600090815261012d602052604090205490915080821115613a87576001600160a01b0380871660009081526101306020908152604080832093891683529290522054818303945060ff1615613a875760fe546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918516906370a0823190602401602060405180830381865afa1580156138cc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906138f0919061571e565b60fe5490915061390d906001600160a01b03868116911687613521565b60fe546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918616906370a0823190602401602060405180830381865afa158015613972573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613996919061571e565b60fe546040518881529192506001600160a01b03898116928b82169291909116907fadc20ad416881f76b4304665c35f5be8592297bcdfe4f0bb087b9d254222af559060200160405180910390a460fe546001600160a01b03166353ac35378989613a01868661551e565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b158015613a6857600080fd5b505af1158015613a7c573d6000803e3d6000fd5b505050506000955050505b50505092915050565b6000613a9a6140ad565b60fe5460ff549192506001600160a01b03908116916000911615613f1f5760ff546040517f4e9f8f390000000000000000000000000000000000000000000000000000000081526001600160a01b03878116600483015285811660248301526000928392911690634e9f8f39906044016000604051808303816000875af1158015613b29573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052613b519190810190615884565b8151919350915060005b81811015613f1a57828181518110613b7557613b7561569d565b602002602001015160000315613f1a576000848281518110613b9957613b9961569d565b60200260200101516001600160a01b0316636f1a30a8858481518110613bc157613bc161569d565b60200260200101518c8b6040518463ffffffff1660e01b8152600401613c03939291909283526001600160a01b03918216602084015216604082015260600190565b60408051808303816000875af1158015613c21573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613c45919061593f565b91505088811115613c535750875b613c5d818b614821565b613c675750613f1a565b6040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038881166004830152600091908a16906370a0823190602401602060405180830381865afa158015613cca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613cee919061571e565b90508a6001600160a01b031663095ea7b3878581518110613d1157613d1161569d565b6020026020010151846040518363ffffffff1660e01b8152600401613d4b9291906001600160a01b03929092168252602082015260400190565b6020604051808303816000875af1158015613d6a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613d8e9190615737565b50858381518110613da157613da161569d565b60209081029190910101516040517f439727a500000000000000000000000000000000000000000000000000000000815260048101849052600060248201526001600160a01b038d811660448301528b811660648301528a811660848301529091169063439727a59060a40160408051808303816000875af1158015613e2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e4f919061593f565b50506040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038981166004830152600091908b16906370a0823190602401602060405180830381865afa158015613eb4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ed8919061571e565b9050613ee4838c61551e565b9a50613ef0828261551e565b613efa9089615506565b97508a600003613f0c57505050613f1a565b836001019350505050613b5b565b505050505b610acf8684838888614959565b600080613f398585614139565b6000613f468787876111da565b91505087811115613f8d576040517f71b5f0c10000000000000000000000000000000000000000000000000000000081526004810182905260248101899052604401610b7f565b613f978682614259565b9250613fa48387876110d1565b9250613fb390508585846143a4565b509550959350505050565b6001600160a01b038216600090815261012d602052604081208054839290613fe790849061551e565b90915550505050565b600080613ffd8585614139565b600061400a8787876111da565b9150506140178682614259565b9250808314614052576040517f0c5c1c2000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b87831115614096576040517f71b5f0c10000000000000000000000000000000000000000000000000000000081526004810182905260248101899052604401610b7f565b6140a18585896143a4565b50909694955050505050565b60fe54604080517fc8ecc0d300000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c8ecc0d39160048083019260209291908290030181865afa158015614110573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141349190615867565b905090565b60ff546000906001600160a01b0316158015906141d6575060ff546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa1580156141b2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141d69190615737565b905080158015614222575060026001600160a01b03808516600090815260fd602090815260408083209387168352929052206001015460ff166003811115614220576142206152fb565b145b156110cc576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fe546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b039182166004820152600091849183918316906370a0823190602401602060405180830381865afa1580156142c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142e6919061571e565b60fe54909150614305906001600160a01b038481169133911687614af7565b60fe546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918416906370a0823190602401602060405180830381865afa15801561436a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061438e919061571e565b905061439a828261551e565b9695505050505050565b6001600160a01b038316600090815261012d6020526040902054818110156143f8576040517f6bb2792900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6144028483613fbe565b836144176001600160a01b0382168585613521565b5050505050565b6001600160a01b03808516600090815261012e6020908152604080832093871683529290529081205482906144549085906154c9565b61445e9190615535565b6001600160a01b03808716600090815261012e6020908152604080832093891683529290529081208054929350839290919061449b90849061551e565b92505081905550836001600160a01b0316856001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce38836040516144e791815260200190565b60405180910390a3949350505050565b600054610100900460ff166145745760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b61457c614b48565b6107e281614bcd565b600054610100900460ff166146025760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6113b0614c4a565b600054610100900460ff166146875760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6146908361283d565b61469982611e41565b6146a2816136e9565b505060fe80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16905550565b6000614724826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316614cc79092919063ffffffff16565b90508051600014806147455750808060200190518101906147459190615737565b6110cc5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610b7f565b603380546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038381166004830152600092169063b62cad6990602401600060405180830381600087803b15801561488257600080fd5b505af1158015614896573d6000803e3d6000fd5b505060fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03868116600483015260009450670de0b6b3a76400009350879216906341976e0990602401602060405180830381865afa15801561490a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061492e919061571e565b61493891906154c9565b6149429190615535565b905060fb54811061495257600191505b5092915050565b8215614a305760fe546040518481526001600160a01b0386811692888216929116907fadc20ad416881f76b4304665c35f5be8592297bcdfe4f0bb087b9d254222af559060200160405180910390a460fe546040517f53ac35370000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152868116602483015260448201869052909116906353ac353790606401600060405180830381600087803b158015614a1757600080fd5b505af1158015614a2b573d6000803e3d6000fd5b505050505b8015614417576001600160a01b038216600090815261012d602052604081208054839290614a5f908490615506565b90915550506001600160a01b03808616600090815261012e6020908152604080832093861683529290529081208054839290614a9c908490615506565b92505081905550816001600160a01b0316856001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce3883604051614ae891815260200190565b60405180910390a35050505050565b6040516001600160a01b0380851660248301528316604482015260648101829052610a789085907f23b872dd0000000000000000000000000000000000000000000000000000000090608401613566565b600054610100900460ff16614bc55760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6113b0614ce0565b600054610100900460ff166108eb5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b600054610100900460ff166127b95760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6060614cd68484600085614d66565b90505b9392505050565b600054610100900460ff16614d5d5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6113b0336136b8565b606082471015614dde5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f60448201527f722063616c6c00000000000000000000000000000000000000000000000000006064820152608401610b7f565b600080866001600160a01b03168587604051614dfa9190615963565b60006040518083038185875af1925050503d8060008114614e37576040519150601f19603f3d011682016040523d82523d6000602084013e614e3c565b606091505b5091509150614e4d87838387614e5a565b925050505b949350505050565b60608315614ec9578251600003614ec2576001600160a01b0385163b614ec25760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610b7f565b5081614e52565b614e528383815115614ede5781518083602001fd5b8060405162461bcd60e51b8152600401610b7f919061597f565b6001600160a01b03811681146107e257600080fd5b8035610f2b81614ef8565b600060208284031215614f2a57600080fd5b8135614cd981614ef8565b600080600060608486031215614f4a57600080fd5b833592506020840135614f5c81614ef8565b91506040840135614f6c81614ef8565b809150509250925092565b60008060408385031215614f8a57600080fd5b8235614f9581614ef8565b91506020830135614fa581614ef8565b809150509250929050565b600080600080600060a08688031215614fc857600080fd5b85359450602086013593506040860135614fe181614ef8565b92506060860135614ff181614ef8565b9150608086013561500181614ef8565b809150509295509295909350565b6000806000806080858703121561502557600080fd5b843561503081614ef8565b9350602085013561504081614ef8565b93969395505050506040820135916060013590565b60008083601f84011261506757600080fd5b50813567ffffffffffffffff81111561507f57600080fd5b6020830191508360208260051b850101111561509a57600080fd5b9250929050565b600080600080600080606087890312156150ba57600080fd5b863567ffffffffffffffff808211156150d257600080fd5b6150de8a838b01615055565b909850965060208901359150808211156150f757600080fd5b6151038a838b01615055565b9096509450604089013591508082111561511c57600080fd5b5061512989828a01615055565b979a9699509497509295939492505050565b60008060008060008060008060008060006101008c8e03121561515d57600080fd5b6151668c614f0d565b9a5061517460208d01614f0d565b995061518260408d01614f0d565b985061519060608d01614f0d565b975060808c0135965067ffffffffffffffff8060a08e013511156151b357600080fd5b6151c38e60a08f01358f01615055565b909750955060c08d01358110156151d957600080fd5b6151e98e60c08f01358f01615055565b909550935060e08d01358110156151ff57600080fd5b506152108d60e08e01358e01615055565b81935080925050509295989b509295989b9093969950565b6020808252825182820181905260009190848201906040850190845b818110156152695783516001600160a01b031683529284019291840191600101615244565b50909695505050505050565b60008060006060848603121561528a57600080fd5b833561529581614ef8565b925060208401356152a581614ef8565b929592945050506040919091013590565b6000602082840312156152c857600080fd5b5035919050565b600080604083850312156152e257600080fd5b82356152ed81614ef8565b946020939093013593505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60048110615361577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b9052565b82815260408101614cd9602083018461532a565b60008060008060006060868803121561539157600080fd5b853561539c81614ef8565b9450602086013567ffffffffffffffff808211156153b957600080fd5b6153c589838a01615055565b909650945060408801359150808211156153de57600080fd5b818801915088601f8301126153f257600080fd5b81358181111561540157600080fd5b8960208260061b850101111561541657600080fd5b9699959850939650602001949392505050565b6000806000838503608081121561543f57600080fd5b843561544a81614ef8565b9350602085013561545a81614ef8565b925060407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08201121561548c57600080fd5b506040840190509250925092565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156155015761550161549a565b500290565b600082198211156155195761551961549a565b500190565b6000828210156155305761553061549a565b500390565b60008261556b577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156155c8576155c8615570565b604052919050565b600067ffffffffffffffff8211156155ea576155ea615570565b5060051b60200190565b600082601f83011261560557600080fd5b8151602061561a615615836155d0565b61559f565b82815260059290921b8401810191818101908684111561563957600080fd5b8286015b8481101561565d57805161565081614ef8565b835291830191830161563d565b509695505050505050565b60006020828403121561567a57600080fd5b815167ffffffffffffffff81111561569157600080fd5b614e52848285016155f4565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000602082840312156156de57600080fd5b813560048110614cd957600080fd5b8481526020810184905260808101615708604083018561532a565b615715606083018461532a565b95945050505050565b60006020828403121561573057600080fd5b5051919050565b60006020828403121561574957600080fd5b81518015158114614cd957600080fd5b60005b8381101561577457818101518382015260200161575c565b83811115610a785750506000910152565b6000815180845261579d816020860160208601615759565b601f01601f19169290920160200192915050565b6001600160a01b0383168152604060208201526000614cd66040830184615785565b60006001600160a01b038086168352808516602084015250606060408301526157156060830184615785565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261583457600080fd5b83018035915067ffffffffffffffff82111561584f57600080fd5b6020019150600581901b360382131561509a57600080fd5b60006020828403121561587957600080fd5b8151614cd981614ef8565b6000806040838503121561589757600080fd5b825167ffffffffffffffff808211156158af57600080fd5b6158bb868387016155f4565b93506020915081850151818111156158d257600080fd5b85019050601f810186136158e557600080fd5b80516158f3615615826155d0565b81815260059190911b8201830190838101908883111561591257600080fd5b928401925b8284101561593057835182529284019290840190615917565b80955050505050509250929050565b6000806040838503121561595257600080fd5b505080516020909101519092909150565b60008251615975818460208701615759565b9190910192915050565b602081526000614cd9602083018461578556fe736574436f6e76657273696f6e436f6e66696728616464726573732c616464726573732c436f6e76657273696f6e436f6e66696729736574506f6f6c734173736574734469726563745472616e7366657228616464726573735b5d2c616464726573735b5d5b5d2c626f6f6c5b5d5b5d29a264697066735822122042c0f9666605c77285cfdb42056f2da5014776283446677800cfe88c10b9188d64736f6c634300080d0033",
|
|
1758
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061032b5760003560e01c8063715018a6116101b2578063b6828c57116100f9578063e30c3978116100a2578063f0dc7e9d1161007c578063f0dc7e9d1461077b578063f2fde38b1461078e578063fa7b81a0146107a1578063fe3da984146107c857600080fd5b8063e30c397814610744578063e50aa3d414610755578063f04c31871461076857600080fd5b8063c0654646116100d3578063c06546461461070f578063ca32546914610722578063e2ff7ea21461073557600080fd5b8063b6828c57146106f4578063bc368b0414610707578063bd7f33321461058f57600080fd5b806390fa7b541161015b578063afcff50f11610135578063afcff50f1461068c578063b491ddf7146106a0578063b4a0bdf3146106e357600080fd5b806390fa7b541461063b5780639fc3c0c21461064e578063aac59a751461067957600080fd5b80637b77cd6a1161018c5780637b77cd6a146105dc578063817ee19c146105ef5780638da5cb5b1461062a57600080fd5b8063715018a6146105b9578063746460a9146105c157806379ba5097146105d457600080fd5b806352e21a18116102765780635e1e63251161021f5780636f1a30a8116101f95780636f1a30a8146105695780636fb052751461057c57806370a082311461058f57600080fd5b80635e1e63251461053057806364aff9ec146105435780636daa463b1461055657600080fd5b8063556bbd8a11610250578063556bbd8a146104f557806358b904df146105085780635c39f4671461051057600080fd5b806352e21a18146104bc578063530e784f146104cf57806355374522146104e257600080fd5b80633421fc52116102d8578063439727a5116102b2578063439727a514610467578063454900fe1461047a5780634dc1c0a6146104a957600080fd5b80633421fc52146103f8578063362b67951461041f5780633d5e29101461044657600080fd5b80630a9a2b72116103095780630a9a2b72146103aa5780630e32cb86146103d25780632630c12f146103e557600080fd5b806301e201781461033057806307aa239e146103605780630a0a05e614610395575b600080fd5b60ff54610343906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b60fe546103859074010000000000000000000000000000000000000000900460ff1681565b6040519015158152602001610357565b6103a86103a3366004614f18565b6107d1565b005b6103bd6103b8366004614f35565b6107e5565b60408051928352602083019190915201610357565b6103a86103e0366004614f18565b6108e3565b60fc54610343906001600160a01b031681565b6103437f000000000000000000000000000000000000000000000000000000000000000081565b6103437f000000000000000000000000000000000000000000000000000000000000000081565b610459610454366004614f77565b6108f4565b604051908152602001610357565b6103bd610475366004614fb0565b610922565b610385610488366004614f77565b61013060209081526000928352604080842090915290825290205460ff1681565b6103a86104b736600461500f565b610a6c565b6103a86104ca366004614f18565b610a7e565b6103a86104dd366004614f18565b610a8f565b6103a86104f03660046150a1565b610aa0565b6103a861050336600461513b565b610ad7565b6103a8610cae565b61052361051e366004614f18565b610d94565b6040516103579190615228565b6103bd61053e366004614f35565b610f30565b6103a8610551366004615275565b61102a565b6103bd610564366004614f35565b6110d1565b6103bd610577366004614f35565b6111da565b61045961058a366004614f77565b6112d9565b61045961059d366004614f18565b6001600160a01b0316600090815261012d602052604090205490565b6103a861139e565b6103a86105cf3660046152b6565b6113b2565b6103a86113f9565b6103a86105ea366004614f18565b611484565b6103a86105fd366004615275565b6001600160a01b03928316600090815261012e602090815260408083209490951682529290925291902055565b6033546001600160a01b0316610343565b6103bd610649366004614fb0565b61150b565b6103a861065c3660046152cf565b6001600160a01b03909116600090815261012d6020526040902055565b6103a8610687366004614f77565b611601565b61012f54610343906001600160a01b031681565b6106d56106ae366004614f77565b60fd6020908152600092835260408084209091529082529020805460019091015460ff1682565b604051610357929190615365565b6097546001600160a01b0316610343565b6103bd610702366004614fb0565b611637565b6103a861172d565b6103a861071d366004615379565b6117df565b60fe54610343906001600160a01b031681565b6104596706f05b59d3b2000081565b6065546001600160a01b0316610343565b6103a86107633660046152cf565b61187d565b6103bd610776366004614fb0565b611887565b6103a8610789366004615429565b6119b6565b6103a861079c366004614f18565b611d5e565b6103437f000000000000000000000000000000000000000000000000000000000000000081565b61045960fb5481565b6107d9611de7565b6107e281611e41565b50565b60008060026001600160a01b03808616600090815260fd602090815260408083209388168352929052206001015460ff166003811115610827576108276152fb565b0361085e576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b849150600061086e868686611ebe565b90925090506000610895856001600160a01b0316600090815261012d602052604090205490565b9050868110156108d957816001816108b5670de0b6b3a7640000856154c9565b6108bf9190615506565b6108c9919061551e565b6108d39190615535565b92508093505b5050935093915050565b6108eb611de7565b6107e2816121e2565b6001600160a01b03808316600090815261012e60209081526040808320938516835292905220545b92915050565b6000808285856109306122d7565b6109398361232c565b816001600160a01b0316836001600160a01b0316148061096a5750806001600160a01b0316836001600160a01b0316145b156109a1576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6109a961236c565b6109b68a8a8a8a8a6123c5565b90955093508985146109f4576040517fc214279600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610a0088888787612445565b604080516001600160a01b038a81168252602082018890529181018690528189169188169033907f795a235be939acb902ac69562805f86e1341a9b019c351b996e2aa2dfc34c67c906060015b60405180910390a4610a5f600160c955565b5050509550959350505050565b610a7884848484612445565b50505050565b610a86611de7565b6107e2816127c0565b610a97611de7565b6107e28161283d565b610ac16040518060600160405280603c81526020016159c8603c91396128ba565b610acf868686868686612986565b505050505050565b600054610100900460ff1615808015610af75750600054600160ff909116105b80610b115750303b158015610b11575060005460ff166001145b610b885760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084015b60405180910390fd5b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660011790558015610be657600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b610bf28c8c8c8b612c57565b610bfb8961232c565b61012f80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038b16179055610c3d878787878787612986565b8015610ca057600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050505050505050565b610cec6040518060400160405280601281526020017f726573756d65436f6e76657273696f6e282900000000000000000000000000008152506128ba565b60fe5474010000000000000000000000000000000000000000900460ff16610d3f576040517e6d8dbb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fe80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16905560405133907f89b79206f08dadd78502cff5075d2b094fa0abea0b063cfafe4475e2a380c51f90600090a2565b61012f546040517ff36dba380000000000000000000000000000000000000000000000000000000081526001600160a01b038381166004830152606092169063f36dba3890602401600060405180830381865afa158015610df9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e219190810190615668565b9050610e2c82612cf0565b15610f2b5780516000610e40826001615506565b67ffffffffffffffff811115610e5857610e58615570565b604051908082528060200260200182016040528015610e81578160200160208202803683370190505b50905060005b82811015610edb57838181518110610ea157610ea161569d565b6020026020010151828281518110610ebb57610ebb61569d565b6001600160a01b0390921660209283029190910190910152600101610e87565b507f0000000000000000000000000000000000000000000000000000000000000000818381518110610f0f57610f0f61569d565b6001600160a01b03909216602092830291909101909101529150505b919050565b60008060026001600160a01b03808616600090815260fd602090815260408083209388168352929052206001015460ff166003811115610f7257610f726152fb565b03610fa9576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8491506000610fb9868686612ebc565b90925090506000610fe0856001600160a01b0316600090815261012d602052604090205490565b9050828110156108d95781600181611000670de0b6b3a7640000856154c9565b61100a9190615506565b611014919061551e565b61101e9190615535565b97909650945050505050565b611032611de7565b61103a61236c565b6110438361232c565b61104c8261232c565b611055816131dd565b826110608183613217565b6110746001600160a01b0382168484613521565b826001600160a01b0316846001600160a01b03167f6d25be279134f4ecaa4770aff0c3d916d9e7c5ef37b65ed95dbdba411f5d54d5846040516110b991815260200190565b60405180910390a3506110cc600160c955565b505050565b60fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038481166004830152600092839291169063b62cad6990602401600060405180830381600087803b15801561113557600080fd5b505af1158015611149573d6000803e3d6000fd5b505060fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152909116925063b62cad699150602401600060405180830381600087803b1580156111ad57600080fd5b505af11580156111c1573d6000803e3d6000fd5b505050506111d0858585612ebc565b5094959350505050565b60fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038481166004830152600092839291169063b62cad6990602401600060405180830381600087803b15801561123e57600080fd5b505af1158015611252573d6000803e3d6000fd5b505060fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152909116925063b62cad699150602401600060405180830381600087803b1580156112b657600080fd5b505af11580156112ca573d6000803e3d6000fd5b505050506111d0858585611ebe565b60006112e760c95460021490565b1561131e576040517f9a050fe700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61132883836135ca565b611371576040517f983f1fb50000000000000000000000000000000000000000000000000000000081526001600160a01b03808516600483015283166024820152604401610b7f565b506001600160a01b03918216600090815261012e6020908152604080832093909416825291909152205490565b6113a6611de7565b6113b060006136b8565b565b6113f06040518060400160405280601e81526020017f7365744d696e416d6f756e74546f436f6e766572742875696e743235362900008152506128ba565b6107e2816136e9565b60655433906001600160a01b0316811461147b5760405162461bcd60e51b815260206004820152602960248201527f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060448201527f6e6577206f776e657200000000000000000000000000000000000000000000006064820152608401610b7f565b6107e2816136b8565b61148c611de7565b6114958161232c565b61012f546040516001600160a01b038084169216907fa87b964d321035d2165e484ff4b722dd6eae30606c0b98887d2ed1a34e594bfe90600090a361012f80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6000808285856115196122d7565b6115228361232c565b816001600160a01b0316836001600160a01b031614806115535750806001600160a01b0316836001600160a01b0316145b1561158a576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61159261236c565b61159f8a8a8a8a8a6123c5565b90955093506115b088888787612445565b604080516001600160a01b038a81168252602082018890529181018690528189169188169033907f93b7ba2a2b0e36320375853d7466af5685c07567804b871b4fdfd31e3bb7715490606001610a4d565b61160961236c565b60006116158383613733565b9050801561162857611628838383613a90565b50611633600160c955565b5050565b6000808285856116456122d7565b61164e8361232c565b816001600160a01b0316836001600160a01b0316148061167f5750806001600160a01b0316836001600160a01b0316145b156116b6576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6116be61236c565b6116cb8a8a8a8a8a613f2c565b90955093506116dc88888787612445565b604080516001600160a01b038a81168252602082018890529181018690528189169188169033907f9b7dc1d7d2974d015b4fc39889a09f3a3923add808f5863158f3162d997d4e8290606001610a4d565b61176b6040518060400160405280601181526020017f7061757365436f6e76657273696f6e28290000000000000000000000000000008152506128ba565b6117736122d7565b60fe80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff167401000000000000000000000000000000000000000017905560405133907f490bc639fd0d96f19c8adf77bc98d17fbefdee2e1e1864d21f041360d0ee065a90600090a2565b82818114611819576040517f4d5590f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b818110156118745761186c8787878481811061183a5761183a61569d565b905060200201602081019061184f9190614f18565b8686858181106118615761186161569d565b9050604002016119b6565b60010161181c565b50505050505050565b6116338282613fbe565b6000808285856118956122d7565b61189e8361232c565b816001600160a01b0316836001600160a01b031614806118cf5750806001600160a01b0316836001600160a01b0316145b15611906576040517f8aa3a72f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61190e61236c565b61191b8a8a8a8a8a613ff0565b9095509350888414611959576040517fa8dc653c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61196588888787612445565b604080516001600160a01b038a81168252602082018890529181018690528189169188169033907fcb4ea7de8d069b0f443b792cba6c6df5096508951bbc75c04ac42c9251efe07690606001610a4d565b6119d7604051806060016040528060358152602001615993603591396128ba565b6119e08361232c565b6119e98261232c565b6706f05b59d3b2000081351115611a3d576040517f9770caee000000000000000000000000000000000000000000000000000000008152813560048201526706f05b59d3b200006024820152604401610b7f565b816001600160a01b0316836001600160a01b03161480611a765750611a606140ad565b6001600160a01b0316836001600160a01b031614155b80611abe575060006001600160a01b03808416600090815260fd602090815260408083209388168352929052206001015460ff166003811115611abb57611abb6152fb565b14155b15611af5576040517feebb5ac600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002611b0760408301602084016156cc565b6003811115611b1857611b186152fb565b148015611b255750803515155b15611b5c576040517fd0d4aabe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002611b6e60408301602084016156cc565b6003811115611b7f57611b7f6152fb565b1480611bab57506001611b9860408301602084016156cc565b6003811115611ba957611ba96152fb565b145b8015611bc0575060ff546001600160a01b0316155b15611bf7576040517fe7c2c99400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808416600081815260fd602090815260408083209487168084529482529182902080546001820154919594937f39fbfdd5da133303ed31b1b65e30a0ddf7a9236573368c66c859dceccc1dd12a93919288359260ff90911691611c6791908a01908a016156cc565b604051611c7794939291906156ed565b60405180910390a36000611c9160408401602085016156cc565b6003811115611ca257611ca26152fb565b03611cff576001600160a01b03808516600090815260fd60209081526040808320938716835292905290812090815560010180547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00169055610a78565b81358155611d1360408301602084016156cc565b6001808301805490917fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0090911690836003811115611d5357611d536152fb565b021790555050505050565b611d66611de7565b606580546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117909155611daf6033546001600160a01b031690565b6001600160a01b03167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6033546001600160a01b031633146113b05760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610b7f565b611e4a8161232c565b60fe546040516001600160a01b038084169216907f9be3097b5c8b276786be52a244ee90d66efd34805d9eb16f168fb2b4aaae9a2b90600090a360fe80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b60008084600003611efb576040517f42301c2300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808516600090815260fd6020908152604080832093871683529281528282208351808501909452805484526001810154929392909183019060ff166003811115611f4f57611f4f6152fb565b6003811115611f6057611f606152fb565b9052509050600081602001516003811115611f7d57611f7d6152fb565b03611fb4576040517f618ce59700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03878116600483015260009216906341976e0990602401602060405180830381865afa158015612018573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061203c919061571e565b60fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b038881166004830152929350600092909116906341976e0990602401602060405180830381865afa1580156120a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120c9919061571e565b835160ff54919250906001600160a01b031615801590612169575060ff546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015612145573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121699190615737565b15612172575060005b600061218682670de0b6b3a7640000615506565b90508261219382866154c9565b61219d9190615535565b9550856001816121b5670de0b6b3a76400008e6154c9565b6121bf9190615506565b6121c9919061551e565b6121d39190615535565b96505050505050935093915050565b6001600160a01b03811661225e5760405162461bcd60e51b815260206004820152602560248201527f696e76616c696420616365737320636f6e74726f6c206d616e6167657220616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401610b7f565b609780546001600160a01b038381167fffffffffffffffffffffffff000000000000000000000000000000000000000083168117909355604080519190921680825260208201939093527f66fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0910160405180910390a15050565b60fe5474010000000000000000000000000000000000000000900460ff16156113b0576040517f952bcf7f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381166107e2576040517f8579befe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600260c954036123be5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610b7f565b600260c955565b6000806123d28585614139565b6123dc8588614259565b91506123e98286866110d1565b91505085811015612430576040517f228f8c110000000000000000000000000000000000000000000000000000000081526004810182905260248101879052604401610b7f565b61243b8484836143a4565b9550959350505050565b600061245084610d94565b6001600160a01b038516600090815261012d602052604081205491925090612479908490615506565b9050612484816131dd565b815160008080805b848110156127ac57600061012e60008984815181106124ad576124ad61569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008c6001600160a01b03166001600160a01b03168152602001908152602001600020549050806000146127a35761250e60018761551e565b82101561256e5761253a88838151811061252a5761252a61569d565b60200260200101518c8b8a61441e565b6125449086615506565b945086612551828c6154c9565b61255b9190615535565b93506125678484615506565b9250612669565b600061257a868b61551e565b90508061012e60008b86815181106125945761259461569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008e6001600160a01b03166001600160a01b0316815260200190815260200160002060008282546125ee919061551e565b925050819055508b6001600160a01b03168984815181106126115761261161569d565b60200260200101516001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce388360405161265391815260200190565b60405180910390a3612665848c61551e565b9450505b8b6001600160a01b03168883815181106126855761268561569d565b60200260200101516001600160a01b031660fe60009054906101000a90046001600160a01b03166001600160a01b03167fadc20ad416881f76b4304665c35f5be8592297bcdfe4f0bb087b9d254222af55876040516126e691815260200190565b60405180910390a460fe5488516001600160a01b03909116906353ac3537908a90859081106127175761271761569d565b60209081029190910101516040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b1681526001600160a01b039182166004820152908f16602482015260448101879052606401600060405180830381600087803b15801561278a57600080fd5b505af115801561279e573d6000803e3d6000fd5b505050505b5060010161248c565b5050505050505050505050565b600160c955565b6127c98161232c565b60ff546040516001600160a01b038084169216907f50f1a16bf24734355b14ff800d132cc0a934808b8621d5623b41bc67f204881790600090a360ff80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6128468161232c565b60fc546040516001600160a01b038084169216907f56b5f80d8cac1479698aa7d01605fd6111e90b15fc4d2b377417f46034876cbd90600090a360fc80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6097546040517f18c5e8ab0000000000000000000000000000000000000000000000000000000081526000916001600160a01b0316906318c5e8ab9061290690339086906004016157b1565b602060405180830381865afa158015612923573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129479190615737565b905080611633573330836040517f4a3fa293000000000000000000000000000000000000000000000000000000008152600401610b7f939291906157d3565b8483811415806129965750808214155b156129cd576040517f5f6f132c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015612c4d5760008686838181106129ec576129ec61569d565b90506020028101906129fe91906157ff565b808060200260200160405190810160405280939291908181526020018383602002808284376000920182905250939450889250879150859050818110612a4657612a4661569d565b9050602002810190612a5891906157ff565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050845183519394509283149150612acb9050576040517f5f6f132c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015612c3e57828181518110612ae857612ae861569d565b602002602001015161013060008e8e89818110612b0757612b0761569d565b9050602002016020810190612b1c9190614f18565b6001600160a01b03166001600160a01b031681526020019081526020016000206000868481518110612b5057612b5061569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff021916908315150217905550838181518110612ba157612ba161569d565b60200260200101516001600160a01b03168c8c87818110612bc457612bc461569d565b9050602002016020810190612bd99190614f18565b6001600160a01b03167f6333c55c3657aafc9b39e2586076d198ed0250804559126489c852f28d51280c858481518110612c1557612c1561569d565b6020026020010151604051612c2e911515815260200190565b60405180910390a3600101612ace565b508360010193505050506129d0565b5050505050505050565b600054610100900460ff16612cd45760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b612cdd846144f7565b612ce5614585565b610a7883838361460a565b6000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b0772d0b6040518163ffffffff1660e01b8152600401600060405180830381865afa158015612d51573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612d799190810190615668565b805190915060005b81811015612eb457828181518110612d9b57612d9b61569d565b60200260200101516001600160a01b03167f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612e6f57846001600160a01b0316838281518110612df757612df761569d565b60200260200101516001600160a01b0316636f307dc36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e3c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e609190615867565b6001600160a01b031614612ea5565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316856001600160a01b0316145b935083612eb457600101612d81565b505050919050565b60008084600003612ef9576040517f098fb56100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03808516600090815260fd6020908152604080832093871683529281528282208351808501909452805484526001810154929392909183019060ff166003811115612f4d57612f4d6152fb565b6003811115612f5e57612f5e6152fb565b9052509050600081602001516003811115612f7b57612f7b6152fb565b03612fb2576040517f618ce59700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03878116600483015260009216906341976e0990602401602060405180830381865afa158015613016573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061303a919061571e565b60fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b038881166004830152929350600092909116906341976e0990602401602060405180830381865afa1580156130a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130c7919061571e565b835160ff54919250906001600160a01b031615801590613167575060ff546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa158015613143573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131679190615737565b15613170575060005b600061318482670de0b6b3a7640000615506565b9050613198670de0b6b3a7640000846154c9565b816131a3868d6154c9565b6131ad91906154c9565b6131b79190615535565b9650826131c482866154c9565b6131ce9190615535565b95505050505050935093915050565b806000036107e2576040517f9cf8540c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526000906001600160a01b038416906370a0823190602401602060405180830381865afa158015613277573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061329b919061571e565b9050808211156132d7576040517ff4d678b800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038316600090815261012d60205260408120546132fb908361551e565b905082811015610a7857808303600061331386610d94565b6001600160a01b038716600090815261012d602052604081205482519293509190805b828110156134e75761012e60008683815181106133555761335561569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008b6001600160a01b03166001600160a01b03168152602001908152602001600020546000146134df576133b360018461551e565b8110156133f0576133df8582815181106133cf576133cf61569d565b60200260200101518b888761441e565b6133e99083615506565b91506134df565b60006133fc838861551e565b90508061012e60008885815181106134165761341661569d565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060008d6001600160a01b03166001600160a01b031681526020019081526020016000206000828254613470919061551e565b925050819055508a6001600160a01b03168683815181106134935761349361569d565b60200260200101516001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce38836040516134d591815260200190565b60405180910390a3505b600101613336565b506001600160a01b038916600090815261012d60205260408120805487929061351190849061551e565b9091555050505050505050505050565b6040516001600160a01b0383166024820152604481018290526110cc9084907fa9059cbb00000000000000000000000000000000000000000000000000000000906064015b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091526146cf565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b0316036136155761360e82612cf0565b905061091c565b61012f546040517f266e0a7f0000000000000000000000000000000000000000000000000000000081526001600160a01b0385811660048301528481166024830152600092169063266e0a7f90604401602060405180830381865afa158015613682573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136a69190615867565b6001600160a01b031614159392505050565b606580547fffffffffffffffffffffffff00000000000000000000000000000000000000001690556107e2816147b7565b6136f2816131dd565b60fb5460408051918252602082018390527fada67d0d38fa20c8ae6a5c17cb9d60b0fe7f2d4e4f27ac9ee55e54ac88de9d8d910160405180910390a160fb55565b600061373f83836135ca565b613788576040517f983f1fb50000000000000000000000000000000000000000000000000000000081526001600160a01b03808516600483015283166024820152604401610b7f565b6040517f70a0823100000000000000000000000000000000000000000000000000000000815230600482015282906000906001600160a01b038316906370a0823190602401602060405180830381865afa1580156137ea573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061380e919061571e565b6001600160a01b038516600090815261012d602052604090205490915080821115613a87576001600160a01b0380871660009081526101306020908152604080832093891683529290522054818303945060ff1615613a875760fe546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918516906370a0823190602401602060405180830381865afa1580156138cc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906138f0919061571e565b60fe5490915061390d906001600160a01b03868116911687613521565b60fe546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918616906370a0823190602401602060405180830381865afa158015613972573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613996919061571e565b60fe546040518881529192506001600160a01b03898116928b82169291909116907fadc20ad416881f76b4304665c35f5be8592297bcdfe4f0bb087b9d254222af559060200160405180910390a460fe546001600160a01b03166353ac35378989613a01868661551e565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b158015613a6857600080fd5b505af1158015613a7c573d6000803e3d6000fd5b505050506000955050505b50505092915050565b6000613a9a6140ad565b60fe5460ff549192506001600160a01b03908116916000911615613f1f5760ff546040517f4e9f8f390000000000000000000000000000000000000000000000000000000081526001600160a01b03878116600483015285811660248301526000928392911690634e9f8f39906044016000604051808303816000875af1158015613b29573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052613b519190810190615884565b8151919350915060005b81811015613f1a57828181518110613b7557613b7561569d565b602002602001015160000315613f1a576000848281518110613b9957613b9961569d565b60200260200101516001600160a01b0316636f1a30a8858481518110613bc157613bc161569d565b60200260200101518c8b6040518463ffffffff1660e01b8152600401613c03939291909283526001600160a01b03918216602084015216604082015260600190565b60408051808303816000875af1158015613c21573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613c45919061593f565b91505088811115613c535750875b613c5d818b614821565b613c675750613f1a565b6040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038881166004830152600091908a16906370a0823190602401602060405180830381865afa158015613cca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613cee919061571e565b90508a6001600160a01b031663095ea7b3878581518110613d1157613d1161569d565b6020026020010151846040518363ffffffff1660e01b8152600401613d4b9291906001600160a01b03929092168252602082015260400190565b6020604051808303816000875af1158015613d6a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613d8e9190615737565b50858381518110613da157613da161569d565b60209081029190910101516040517f439727a500000000000000000000000000000000000000000000000000000000815260048101849052600060248201526001600160a01b038d811660448301528b811660648301528a811660848301529091169063439727a59060a40160408051808303816000875af1158015613e2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e4f919061593f565b50506040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038981166004830152600091908b16906370a0823190602401602060405180830381865afa158015613eb4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ed8919061571e565b9050613ee4838c61551e565b9a50613ef0828261551e565b613efa9089615506565b97508a600003613f0c57505050613f1a565b836001019350505050613b5b565b505050505b610acf8684838888614959565b600080613f398585614139565b6000613f468787876111da565b91505087811115613f8d576040517f71b5f0c10000000000000000000000000000000000000000000000000000000081526004810182905260248101899052604401610b7f565b613f978682614259565b9250613fa48387876110d1565b9250613fb390508585846143a4565b509550959350505050565b6001600160a01b038216600090815261012d602052604081208054839290613fe790849061551e565b90915550505050565b600080613ffd8585614139565b600061400a8787876111da565b9150506140178682614259565b9250808314614052576040517f0c5c1c2000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b87831115614096576040517f71b5f0c10000000000000000000000000000000000000000000000000000000081526004810182905260248101899052604401610b7f565b6140a18585896143a4565b50909694955050505050565b60fe54604080517fc8ecc0d300000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c8ecc0d39160048083019260209291908290030181865afa158015614110573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141349190615867565b905090565b60ff546000906001600160a01b0316158015906141d6575060ff546040517f6c059fb10000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0390911690636c059fb190602401602060405180830381865afa1580156141b2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141d69190615737565b905080158015614222575060026001600160a01b03808516600090815260fd602090815260408083209387168352929052206001015460ff166003811115614220576142206152fb565b145b156110cc576040517f03410cd100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60fe546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b039182166004820152600091849183918316906370a0823190602401602060405180830381865afa1580156142c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142e6919061571e565b60fe54909150614305906001600160a01b038481169133911687614af7565b60fe546040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b0391821660048201526000918416906370a0823190602401602060405180830381865afa15801561436a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061438e919061571e565b905061439a828261551e565b9695505050505050565b6001600160a01b038316600090815261012d6020526040902054818110156143f8576040517f6bb2792900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6144028483613fbe565b836144176001600160a01b0382168585613521565b5050505050565b6001600160a01b03808516600090815261012e6020908152604080832093871683529290529081205482906144549085906154c9565b61445e9190615535565b6001600160a01b03808716600090815261012e6020908152604080832093891683529290529081208054929350839290919061449b90849061551e565b92505081905550836001600160a01b0316856001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce38836040516144e791815260200190565b60405180910390a3949350505050565b600054610100900460ff166145745760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b61457c614b48565b6107e281614bcd565b600054610100900460ff166146025760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6113b0614c4a565b600054610100900460ff166146875760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6146908361283d565b61469982611e41565b6146a2816136e9565b505060fe80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16905550565b6000614724826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316614cc79092919063ffffffff16565b90508051600014806147455750808060200190518101906147459190615737565b6110cc5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610b7f565b603380546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60fc546040517fb62cad690000000000000000000000000000000000000000000000000000000081526001600160a01b038381166004830152600092169063b62cad6990602401600060405180830381600087803b15801561488257600080fd5b505af1158015614896573d6000803e3d6000fd5b505060fc546040517f41976e090000000000000000000000000000000000000000000000000000000081526001600160a01b03868116600483015260009450670de0b6b3a76400009350879216906341976e0990602401602060405180830381865afa15801561490a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061492e919061571e565b61493891906154c9565b6149429190615535565b905060fb54811061495257600191505b5092915050565b8215614a305760fe546040518481526001600160a01b0386811692888216929116907fadc20ad416881f76b4304665c35f5be8592297bcdfe4f0bb087b9d254222af559060200160405180910390a460fe546040517f53ac35370000000000000000000000000000000000000000000000000000000081526001600160a01b038781166004830152868116602483015260448201869052909116906353ac353790606401600060405180830381600087803b158015614a1757600080fd5b505af1158015614a2b573d6000803e3d6000fd5b505050505b8015614417576001600160a01b038216600090815261012d602052604081208054839290614a5f908490615506565b90915550506001600160a01b03808616600090815261012e6020908152604080832093861683529290529081208054839290614a9c908490615506565b92505081905550816001600160a01b0316856001600160a01b03167fc39e3e80c0219fde334a8cb5d8468b628482e23388b6e809c90cb00c63c8ce3883604051614ae891815260200190565b60405180910390a35050505050565b6040516001600160a01b0380851660248301528316604482015260648101829052610a789085907f23b872dd0000000000000000000000000000000000000000000000000000000090608401613566565b600054610100900460ff16614bc55760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6113b0614ce0565b600054610100900460ff166108eb5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b600054610100900460ff166127b95760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6060614cd68484600085614d66565b90505b9392505050565b600054610100900460ff16614d5d5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610b7f565b6113b0336136b8565b606082471015614dde5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f60448201527f722063616c6c00000000000000000000000000000000000000000000000000006064820152608401610b7f565b600080866001600160a01b03168587604051614dfa9190615963565b60006040518083038185875af1925050503d8060008114614e37576040519150601f19603f3d011682016040523d82523d6000602084013e614e3c565b606091505b5091509150614e4d87838387614e5a565b925050505b949350505050565b60608315614ec9578251600003614ec2576001600160a01b0385163b614ec25760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610b7f565b5081614e52565b614e528383815115614ede5781518083602001fd5b8060405162461bcd60e51b8152600401610b7f919061597f565b6001600160a01b03811681146107e257600080fd5b8035610f2b81614ef8565b600060208284031215614f2a57600080fd5b8135614cd981614ef8565b600080600060608486031215614f4a57600080fd5b833592506020840135614f5c81614ef8565b91506040840135614f6c81614ef8565b809150509250925092565b60008060408385031215614f8a57600080fd5b8235614f9581614ef8565b91506020830135614fa581614ef8565b809150509250929050565b600080600080600060a08688031215614fc857600080fd5b85359450602086013593506040860135614fe181614ef8565b92506060860135614ff181614ef8565b9150608086013561500181614ef8565b809150509295509295909350565b6000806000806080858703121561502557600080fd5b843561503081614ef8565b9350602085013561504081614ef8565b93969395505050506040820135916060013590565b60008083601f84011261506757600080fd5b50813567ffffffffffffffff81111561507f57600080fd5b6020830191508360208260051b850101111561509a57600080fd5b9250929050565b600080600080600080606087890312156150ba57600080fd5b863567ffffffffffffffff808211156150d257600080fd5b6150de8a838b01615055565b909850965060208901359150808211156150f757600080fd5b6151038a838b01615055565b9096509450604089013591508082111561511c57600080fd5b5061512989828a01615055565b979a9699509497509295939492505050565b60008060008060008060008060008060006101008c8e03121561515d57600080fd5b6151668c614f0d565b9a5061517460208d01614f0d565b995061518260408d01614f0d565b985061519060608d01614f0d565b975060808c0135965067ffffffffffffffff8060a08e013511156151b357600080fd5b6151c38e60a08f01358f01615055565b909750955060c08d01358110156151d957600080fd5b6151e98e60c08f01358f01615055565b909550935060e08d01358110156151ff57600080fd5b506152108d60e08e01358e01615055565b81935080925050509295989b509295989b9093969950565b6020808252825182820181905260009190848201906040850190845b818110156152695783516001600160a01b031683529284019291840191600101615244565b50909695505050505050565b60008060006060848603121561528a57600080fd5b833561529581614ef8565b925060208401356152a581614ef8565b929592945050506040919091013590565b6000602082840312156152c857600080fd5b5035919050565b600080604083850312156152e257600080fd5b82356152ed81614ef8565b946020939093013593505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60048110615361577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b9052565b82815260408101614cd9602083018461532a565b60008060008060006060868803121561539157600080fd5b853561539c81614ef8565b9450602086013567ffffffffffffffff808211156153b957600080fd5b6153c589838a01615055565b909650945060408801359150808211156153de57600080fd5b818801915088601f8301126153f257600080fd5b81358181111561540157600080fd5b8960208260061b850101111561541657600080fd5b9699959850939650602001949392505050565b6000806000838503608081121561543f57600080fd5b843561544a81614ef8565b9350602085013561545a81614ef8565b925060407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08201121561548c57600080fd5b506040840190509250925092565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156155015761550161549a565b500290565b600082198211156155195761551961549a565b500190565b6000828210156155305761553061549a565b500390565b60008261556b577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156155c8576155c8615570565b604052919050565b600067ffffffffffffffff8211156155ea576155ea615570565b5060051b60200190565b600082601f83011261560557600080fd5b8151602061561a615615836155d0565b61559f565b82815260059290921b8401810191818101908684111561563957600080fd5b8286015b8481101561565d57805161565081614ef8565b835291830191830161563d565b509695505050505050565b60006020828403121561567a57600080fd5b815167ffffffffffffffff81111561569157600080fd5b614e52848285016155f4565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000602082840312156156de57600080fd5b813560048110614cd957600080fd5b8481526020810184905260808101615708604083018561532a565b615715606083018461532a565b95945050505050565b60006020828403121561573057600080fd5b5051919050565b60006020828403121561574957600080fd5b81518015158114614cd957600080fd5b60005b8381101561577457818101518382015260200161575c565b83811115610a785750506000910152565b6000815180845261579d816020860160208601615759565b601f01601f19169290920160200192915050565b6001600160a01b0383168152604060208201526000614cd66040830184615785565b60006001600160a01b038086168352808516602084015250606060408301526157156060830184615785565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261583457600080fd5b83018035915067ffffffffffffffff82111561584f57600080fd5b6020019150600581901b360382131561509a57600080fd5b60006020828403121561587957600080fd5b8151614cd981614ef8565b6000806040838503121561589757600080fd5b825167ffffffffffffffff808211156158af57600080fd5b6158bb868387016155f4565b93506020915081850151818111156158d257600080fd5b85019050601f810186136158e557600080fd5b80516158f3615615826155d0565b81815260059190911b8201830190838101908883111561591257600080fd5b928401925b8284101561593057835182529284019290840190615917565b80955050505050509250929050565b6000806040838503121561595257600080fd5b505080516020909101519092909150565b60008251615975818460208701615759565b9190910192915050565b602081526000614cd9602083018461578556fe736574436f6e76657273696f6e436f6e66696728616464726573732c616464726573732c436f6e76657273696f6e436f6e66696729736574506f6f6c734173736574734469726563745472616e7366657228616464726573735b5d2c616464726573735b5d5b5d2c626f6f6c5b5d5b5d29a264697066735822122042c0f9666605c77285cfdb42056f2da5014776283446677800cfe88c10b9188d64736f6c634300080d0033",
|
|
1759
|
+
"linkReferences": {},
|
|
1760
|
+
"deployedLinkReferences": {}
|
|
1761
|
+
}
|