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