Source Code
Overview
ETH Balance
0 ETH
Token Holdings
More Info
ContractCreator
Multi Chain
Multichain Addresses
1 address found via
Latest 25 from a total of 126 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
Value | ||||
---|---|---|---|---|---|---|---|---|---|
Set Address As P... | 9044342 | 126 days 6 hrs ago | IN | 0 ETH | 0.01112325 | ||||
Set Address As P... | 9044269 | 126 days 7 hrs ago | IN | 0 ETH | 0.01112325 | ||||
Set Address As P... | 9043313 | 126 days 11 hrs ago | IN | 0 ETH | 0.01112325 | ||||
Set Address As P... | 9003854 | 133 days 10 hrs ago | IN | 0 ETH | 0.1712045 | ||||
Set NFT Oracle | 8975315 | 138 days 9 hrs ago | IN | 0 ETH | 0.00003032 | ||||
Set Address | 8969732 | 139 days 8 hrs ago | IN | 0 ETH | 0.00806725 | ||||
Set Address | 8969714 | 139 days 8 hrs ago | IN | 0 ETH | 0.00737025 | ||||
Set Address | 8969713 | 139 days 8 hrs ago | IN | 0 ETH | 0.00807025 | ||||
Set Address | 8968885 | 139 days 11 hrs ago | IN | 0 ETH | 0.00737025 | ||||
Set Address | 8968884 | 139 days 11 hrs ago | IN | 0 ETH | 0.00807025 | ||||
Set NFT Oracle | 8968818 | 139 days 12 hrs ago | IN | 0 ETH | 0.00758025 | ||||
Set UI Data Prov... | 8968781 | 139 days 12 hrs ago | IN | 0 ETH | 0.00754875 | ||||
Set Unlockd Data... | 8968774 | 139 days 12 hrs ago | IN | 0 ETH | 0.00758025 | ||||
Set Address | 8968763 | 139 days 12 hrs ago | IN | 0 ETH | 0.00737025 | ||||
Set Address As P... | 8968762 | 139 days 12 hrs ago | IN | 0 ETH | 0.01112325 | ||||
Set Address | 8968747 | 139 days 12 hrs ago | IN | 0 ETH | 0.00737025 | ||||
Set Address As P... | 8968746 | 139 days 12 hrs ago | IN | 0 ETH | 0.01112325 | ||||
Set Lend Pool Co... | 8968721 | 139 days 12 hrs ago | IN | 0 ETH | 0.0108375 | ||||
Set Lend Pool Lo... | 8968714 | 139 days 12 hrs ago | IN | 0 ETH | 0.010849 | ||||
Set Lend Pool Im... | 8968708 | 139 days 12 hrs ago | IN | 0 ETH | 0.01083775 | ||||
Set Address | 8856290 | 159 days 5 hrs ago | IN | 0 ETH | 0.0058962 | ||||
Set Address As P... | 8856289 | 159 days 5 hrs ago | IN | 0 ETH | 0.0088986 | ||||
Set Address | 8856285 | 159 days 5 hrs ago | IN | 0 ETH | 0.0058962 | ||||
Set Address As P... | 8856284 | 159 days 5 hrs ago | IN | 0 ETH | 0.0088986 | ||||
Set Address | 8856274 | 159 days 5 hrs ago | IN | 0 ETH | 0.0058962 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Txn Hash | Block | From | To | Value | ||
---|---|---|---|---|---|---|
9670680 | 15 days 6 hrs ago | 0 ETH | ||||
9670680 | 15 days 6 hrs ago | 0 ETH | ||||
9670680 | 15 days 6 hrs ago | 0 ETH | ||||
9670680 | 15 days 6 hrs ago | 0 ETH | ||||
9670680 | 15 days 6 hrs ago | 0 ETH | ||||
9670680 | 15 days 6 hrs ago | 0 ETH | ||||
9670680 | 15 days 6 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426270 | 58 days 15 hrs ago | 0 ETH | ||||
9426245 | 58 days 15 hrs ago | 0 ETH | ||||
9426245 | 58 days 15 hrs ago | 0 ETH | ||||
9426245 | 58 days 15 hrs ago | 0 ETH | ||||
9426244 | 58 days 15 hrs ago | 0 ETH |
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
LendPoolAddressesProvider
Compiler Version
v0.8.4+commit.c7e474f2
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: agpl-3.0 pragma solidity 0.8.4; // Prettier ignore to prevent buidler flatter bug // prettier-ignore import {ILendPoolAddressesProvider} from "../interfaces/ILendPoolAddressesProvider.sol"; import {UnlockdUpgradeableProxy} from "../libraries/proxy/UnlockdUpgradeableProxy.sol"; import {Errors} from "../libraries/helpers/Errors.sol"; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {Address} from "@openzeppelin/contracts/utils/Address.sol"; /** * @title LendPoolAddressesProvider contract * @dev Main registry of addresses part of or connected to the protocol, including permissioned roles * - Acting also as factory of proxies and admin of those, so with right to change its implementations * - Owned by the Unlockd Governance * @author Unlockd **/ contract LendPoolAddressesProvider is Ownable, ILendPoolAddressesProvider { string private _marketId; mapping(bytes32 => address) private _addresses; bytes32 private constant LEND_POOL = "LEND_POOL"; bytes32 private constant LEND_POOL_CONFIGURATOR = "LEND_POOL_CONFIGURATOR"; bytes32 private constant POOL_ADMIN = "POOL_ADMIN"; bytes32 private constant EMERGENCY_ADMIN = "EMERGENCY_ADMIN"; bytes32 private constant RESERVE_ORACLE = "RESERVE_ORACLE"; bytes32 private constant NFT_ORACLE = "NFT_ORACLE"; bytes32 private constant LEND_POOL_LOAN = "LEND_POOL_LOAN"; bytes32 private constant UNFT_REGISTRY = "UNFT_REGISTRY"; bytes32 private constant LEND_POOL_LIQUIDATOR = "LEND_POOL_LIQUIDATOR"; bytes32 private constant INCENTIVES_CONTROLLER = "INCENTIVES_CONTROLLER"; bytes32 private constant UNLOCKD_DATA_PROVIDER = "UNLOCKD_DATA_PROVIDER"; bytes32 private constant UI_DATA_PROVIDER = "UI_DATA_PROVIDER"; bytes32 private constant WALLET_BALANCE_PROVIDER = "WALLET_BALANCE_PROVIDER"; bytes32 private constant NFTX_VAULT_FACTORY = "NFTX_VAULT_FACTORY"; bytes32 private constant SUSHI_SWAP_ROUTER = "SUSHI_SWAP_ROUTER"; bytes32 private constant LSSVM_ROUTER = "LSSVM_ROUTER"; constructor(string memory marketId) { _setMarketId(marketId); } /** * @dev Returns the id of the Unlockd market to which this contracts points to * @return The market id **/ function getMarketId() external view override returns (string memory) { return _marketId; } /** * @dev Allows to set the market which this LendPoolAddressesProvider represents * @param marketId The market id */ function setMarketId(string memory marketId) external override onlyOwner { _setMarketId(marketId); } /** * @dev General function to update the implementation of a proxy registered with * certain `id`. If there is no proxy registered, it will instantiate one and * set as implementation the `implementationAddress` * IMPORTANT Use this function carefully, only for ids that don't have an explicit * setter function, in order to avoid unexpected consequences * @param id The id * @param implementationAddress The address of the new implementation */ function setAddressAsProxy( bytes32 id, address implementationAddress, bytes memory encodedCallData ) external override onlyOwner { require(implementationAddress != address(0), Errors.INVALID_ZERO_ADDRESS); _updateImpl(id, implementationAddress); emit AddressSet(id, implementationAddress, true, encodedCallData); if (encodedCallData.length > 0) { Address.functionCall(_addresses[id], encodedCallData); } } /** * @dev Sets an address for an id replacing the address saved in the addresses map * IMPORTANT Use this function carefully, as it will do a hard replacement * @param id The id * @param newAddress The address to set */ function setAddress(bytes32 id, address newAddress) external override onlyOwner { require(newAddress != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[id] = newAddress; emit AddressSet(id, newAddress, false, new bytes(0)); } /** * @dev Returns an address by id * @return The address */ function getAddress(bytes32 id) public view override returns (address) { return _addresses[id]; } /** * @dev Returns the address of the LendPool proxy * @return The LendPool proxy address **/ function getLendPool() external view override returns (address) { return getAddress(LEND_POOL); } /** * @dev Updates the implementation of the LendPool, or creates the proxy * setting the new `pool` implementation on the first time calling it * @param pool The new LendPool implementation * @param encodedCallData calldata to execute **/ function setLendPoolImpl(address pool, bytes memory encodedCallData) external override onlyOwner { require(pool != address(0), Errors.INVALID_ZERO_ADDRESS); _updateImpl(LEND_POOL, pool); emit LendPoolUpdated(pool, encodedCallData); if (encodedCallData.length > 0) { Address.functionCall(_addresses[LEND_POOL], encodedCallData); } } /** * @dev Returns the address of the LendPoolConfigurator proxy * @return The LendPoolConfigurator proxy address **/ function getLendPoolConfigurator() external view override returns (address) { return getAddress(LEND_POOL_CONFIGURATOR); } /** * @dev Updates the implementation of the LendPoolConfigurator, or creates the proxy * setting the new `configurator` implementation on the first time calling it * @param configurator The new LendPoolConfigurator implementation * @param encodedCallData calldata to execute **/ function setLendPoolConfiguratorImpl(address configurator, bytes memory encodedCallData) external override onlyOwner { require(configurator != address(0), Errors.INVALID_ZERO_ADDRESS); _updateImpl(LEND_POOL_CONFIGURATOR, configurator); emit LendPoolConfiguratorUpdated(configurator, encodedCallData); if (encodedCallData.length > 0) { Address.functionCall(_addresses[LEND_POOL_CONFIGURATOR], encodedCallData); } } /** * @dev returns the address of the LendPool admin * @return the LendPoolAdmin address **/ function getPoolAdmin() external view override returns (address) { return getAddress(POOL_ADMIN); } /** * @dev sets the address of the LendPool admin * @param admin the LendPoolAdmin address **/ function setPoolAdmin(address admin) external override onlyOwner { require(admin != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[POOL_ADMIN] = admin; emit ConfigurationAdminUpdated(admin); } /** * @dev returns the address of the emergency admin * @return the EmergencyAdmin address **/ function getEmergencyAdmin() external view override returns (address) { return getAddress(EMERGENCY_ADMIN); } /** * @dev sets the address of the emergency admin * @param emergencyAdmin the EmergencyAdmin address **/ function setEmergencyAdmin(address emergencyAdmin) external override onlyOwner { require(emergencyAdmin != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[EMERGENCY_ADMIN] = emergencyAdmin; emit EmergencyAdminUpdated(emergencyAdmin); } /** * @dev returns the address of the reserve oracle * @return the ReserveOracle address **/ function getReserveOracle() external view override returns (address) { return getAddress(RESERVE_ORACLE); } /** * @dev sets the address of the reserve oracle * @param reserveOracle the ReserveOracle address **/ function setReserveOracle(address reserveOracle) external override onlyOwner { require(reserveOracle != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[RESERVE_ORACLE] = reserveOracle; emit ReserveOracleUpdated(reserveOracle); } /** * @dev returns the address of the NFT oracle * @return the NFTOracle address **/ function getNFTOracle() external view override returns (address) { return getAddress(NFT_ORACLE); } /** * @dev sets the address of the NFT oracle * @param nftOracle the NFTOracle address **/ function setNFTOracle(address nftOracle) external override onlyOwner { require(nftOracle != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[NFT_ORACLE] = nftOracle; emit NftOracleUpdated(nftOracle); } /** * @dev returns the address of the lendpool loan * @return the LendPoolLoan address **/ function getLendPoolLoan() external view override returns (address) { return getAddress(LEND_POOL_LOAN); } /** * @dev sets the address of the lendpool loan * @param loanAddress the LendPoolLoan address * @param encodedCallData calldata to execute **/ function setLendPoolLoanImpl(address loanAddress, bytes memory encodedCallData) external override onlyOwner { require(loanAddress != address(0), Errors.INVALID_ZERO_ADDRESS); _updateImpl(LEND_POOL_LOAN, loanAddress); emit LendPoolLoanUpdated(loanAddress, encodedCallData); if (encodedCallData.length > 0) { Address.functionCall(_addresses[LEND_POOL_LOAN], encodedCallData); } } /** * @dev returns the address of the UNFT Registry * @return the UNFTRegistry address **/ function getUNFTRegistry() external view override returns (address) { return getAddress(UNFT_REGISTRY); } /** * @dev sets the address of the UNFT registry * @param factory the UNFTRegistry address **/ function setUNFTRegistry(address factory) external override onlyOwner { require(factory != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[UNFT_REGISTRY] = factory; emit UNFTRegistryUpdated(factory); } /** * @dev returns the address of the incentives controller * @return the IncentivesController address **/ function getIncentivesController() external view override returns (address) { return getAddress(INCENTIVES_CONTROLLER); } /** * @dev sets the address of the incentives controller * @param controller the IncentivesController address **/ function setIncentivesController(address controller) external override onlyOwner { require(controller != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[INCENTIVES_CONTROLLER] = controller; emit IncentivesControllerUpdated(controller); } /** * @dev returns the address of the UI data provider * @return the UIDataProvider address **/ function getUIDataProvider() external view override returns (address) { return getAddress(UI_DATA_PROVIDER); } /** * @dev sets the address of the UI data provider * @param provider the UIDataProvider address **/ function setUIDataProvider(address provider) external override onlyOwner { _addresses[UI_DATA_PROVIDER] = provider; emit UIDataProviderUpdated(provider); } /** * @dev returns the address of the Unlockd data provider * @return the UnlockdDataProvider address **/ function getUnlockdDataProvider() external view override returns (address) { return getAddress(UNLOCKD_DATA_PROVIDER); } /** * @dev sets the address of the Unlockd data provider * @param provider the UnlockdDataProvider address **/ function setUnlockdDataProvider(address provider) external override onlyOwner { require(provider != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[UNLOCKD_DATA_PROVIDER] = provider; emit UnlockdDataProviderUpdated(provider); } /** * @dev returns the address of the wallet balance provider * @return the WalletBalanceProvider address **/ function getWalletBalanceProvider() external view override returns (address) { return getAddress(WALLET_BALANCE_PROVIDER); } /** * @dev sets the address of the wallet balance provider * @param provider the WalletBalanceProvider address **/ function setWalletBalanceProvider(address provider) external override onlyOwner { require(provider != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[WALLET_BALANCE_PROVIDER] = provider; emit WalletBalanceProviderUpdated(provider); } /** * @inheritdoc ILendPoolAddressesProvider */ function getNFTXVaultFactory() external view override returns (address) { return getAddress(NFTX_VAULT_FACTORY); } /** * @inheritdoc ILendPoolAddressesProvider */ function setNFTXVaultFactory(address factory) external override onlyOwner { require(factory != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[NFTX_VAULT_FACTORY] = factory; emit NFTXVaultFactoryUpdated(factory); } /** * @inheritdoc ILendPoolAddressesProvider */ function getLSSVMRouter() external view override returns (address) { return getAddress(LSSVM_ROUTER); } /** * @inheritdoc ILendPoolAddressesProvider */ function setLSSVMRouter(address router) external override onlyOwner { require(router != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[LSSVM_ROUTER] = router; emit LSSVMRouterUpdated(router); } /** * @inheritdoc ILendPoolAddressesProvider */ function getSushiSwapRouter() external view override returns (address) { return getAddress(SUSHI_SWAP_ROUTER); } /** * @inheritdoc ILendPoolAddressesProvider */ function setSushiSwapRouter(address router) external override onlyOwner { require(router != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[SUSHI_SWAP_ROUTER] = router; emit SushiSwapRouterUpdated(router); } /** * @inheritdoc ILendPoolAddressesProvider */ function getLendPoolLiquidator() external view override returns (address) { return getAddress(LEND_POOL_LIQUIDATOR); } /** * @inheritdoc ILendPoolAddressesProvider */ function setLendPoolLiquidator(address liquidator) external override onlyOwner { require(liquidator != address(0), Errors.INVALID_ZERO_ADDRESS); _addresses[LEND_POOL_LIQUIDATOR] = liquidator; emit LendPoolLiquidatorUpdated(liquidator); } /** * @dev Returns the implementation contract pointed by a proxy * @param proxyAddress the proxy to request the implementation from */ function getImplementation(address proxyAddress) external view onlyOwner returns (address) { UnlockdUpgradeableProxy proxy = UnlockdUpgradeableProxy(payable(proxyAddress)); return proxy.getImplementation(); } /** * @dev Internal function to update the implementation of a specific proxied component of the protocol * - If there is no proxy registered in the given `id`, it creates the proxy setting `newAdress` * as implementation and calls the initialize() function on the proxy * - If there is already a proxy registered, it just updates the implementation to `newAddress` and * calls the encoded method function via upgradeToAndCall() in the proxy * @param id The id of the proxy to be updated * @param newAddress The address of the new implementation **/ function _updateImpl(bytes32 id, address newAddress) internal { address payable proxyAddress = payable(_addresses[id]); if (proxyAddress == address(0)) { bytes memory params = abi.encodeWithSignature("initialize(address)", address(this)); // create proxy, then init proxy & implementation UnlockdUpgradeableProxy proxy = new UnlockdUpgradeableProxy(newAddress, address(this), params); _addresses[id] = address(proxy); emit ProxyCreated(id, address(proxy)); } else { // upgrade implementation UnlockdUpgradeableProxy proxy = UnlockdUpgradeableProxy(proxyAddress); proxy.upgradeTo(newAddress); } } /** * @dev Allows to set the market which this LendPoolAddressesProvider represents * @param marketId The market id */ function _setMarketId(string memory marketId) internal { _marketId = marketId; emit MarketIdSet(marketId); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol) pragma solidity ^0.8.0; import "../utils/Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { require(owner() == _msgSender(), "Ownable: caller is not the owner"); _; } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (proxy/beacon/IBeacon.sol) pragma solidity ^0.8.0; /** * @dev This is the interface that {BeaconProxy} expects of its beacon. */ interface IBeacon { /** * @dev Must return an address that can be used as a delegate call target. * * {BeaconProxy} will check that this address is a contract. */ function implementation() external view returns (address); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (proxy/ERC1967/ERC1967Proxy.sol) pragma solidity ^0.8.0; import "../Proxy.sol"; import "./ERC1967Upgrade.sol"; /** * @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an * implementation address that can be changed. This address is stored in storage in the location specified by * https://eips.ethereum.org/EIPS/eip-1967[EIP1967], so that it doesn't conflict with the storage layout of the * implementation behind the proxy. */ contract ERC1967Proxy is Proxy, ERC1967Upgrade { /** * @dev Initializes the upgradeable proxy with an initial implementation specified by `_logic`. * * If `_data` is nonempty, it's used as data in a delegate call to `_logic`. This will typically be an encoded * function call, and allows initializating the storage of the proxy like a Solidity constructor. */ constructor(address _logic, bytes memory _data) payable { assert(_IMPLEMENTATION_SLOT == bytes32(uint256(keccak256("eip1967.proxy.implementation")) - 1)); _upgradeToAndCall(_logic, _data, false); } /** * @dev Returns the current implementation address. */ function _implementation() internal view virtual override returns (address impl) { return ERC1967Upgrade._getImplementation(); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (proxy/ERC1967/ERC1967Upgrade.sol) pragma solidity ^0.8.2; import "../beacon/IBeacon.sol"; import "../../utils/Address.sol"; import "../../utils/StorageSlot.sol"; /** * @dev This abstract contract provides getters and event emitting update functions for * https://eips.ethereum.org/EIPS/eip-1967[EIP1967] slots. * * _Available since v4.1._ * * @custom:oz-upgrades-unsafe-allow delegatecall */ abstract contract ERC1967Upgrade { // This is the keccak-256 hash of "eip1967.proxy.rollback" subtracted by 1 bytes32 private constant _ROLLBACK_SLOT = 0x4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd9143; /** * @dev Storage slot with the address of the current implementation. * This is the keccak-256 hash of "eip1967.proxy.implementation" subtracted by 1, and is * validated in the constructor. */ bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc; /** * @dev Emitted when the implementation is upgraded. */ event Upgraded(address indexed implementation); /** * @dev Returns the current implementation address. */ function _getImplementation() internal view returns (address) { return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value; } /** * @dev Stores a new address in the EIP1967 implementation slot. */ function _setImplementation(address newImplementation) private { require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract"); StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation; } /** * @dev Perform implementation upgrade * * Emits an {Upgraded} event. */ function _upgradeTo(address newImplementation) internal { _setImplementation(newImplementation); emit Upgraded(newImplementation); } /** * @dev Perform implementation upgrade with additional setup call. * * Emits an {Upgraded} event. */ function _upgradeToAndCall( address newImplementation, bytes memory data, bool forceCall ) internal { _upgradeTo(newImplementation); if (data.length > 0 || forceCall) { Address.functionDelegateCall(newImplementation, data); } } /** * @dev Perform implementation upgrade with security checks for UUPS proxies, and additional setup call. * * Emits an {Upgraded} event. */ function _upgradeToAndCallSecure( address newImplementation, bytes memory data, bool forceCall ) internal { address oldImplementation = _getImplementation(); // Initial upgrade and setup call _setImplementation(newImplementation); if (data.length > 0 || forceCall) { Address.functionDelegateCall(newImplementation, data); } // Perform rollback test if not already in progress StorageSlot.BooleanSlot storage rollbackTesting = StorageSlot.getBooleanSlot(_ROLLBACK_SLOT); if (!rollbackTesting.value) { // Trigger rollback using upgradeTo from the new implementation rollbackTesting.value = true; Address.functionDelegateCall( newImplementation, abi.encodeWithSignature("upgradeTo(address)", oldImplementation) ); rollbackTesting.value = false; // Check rollback was effective require(oldImplementation == _getImplementation(), "ERC1967Upgrade: upgrade breaks further upgrades"); // Finally reset to the new implementation and log the upgrade _upgradeTo(newImplementation); } } /** * @dev Storage slot with the admin of the contract. * This is the keccak-256 hash of "eip1967.proxy.admin" subtracted by 1, and is * validated in the constructor. */ bytes32 internal constant _ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103; /** * @dev Emitted when the admin account has changed. */ event AdminChanged(address previousAdmin, address newAdmin); /** * @dev Returns the current admin. */ function _getAdmin() internal view returns (address) { return StorageSlot.getAddressSlot(_ADMIN_SLOT).value; } /** * @dev Stores a new address in the EIP1967 admin slot. */ function _setAdmin(address newAdmin) private { require(newAdmin != address(0), "ERC1967: new admin is the zero address"); StorageSlot.getAddressSlot(_ADMIN_SLOT).value = newAdmin; } /** * @dev Changes the admin of the proxy. * * Emits an {AdminChanged} event. */ function _changeAdmin(address newAdmin) internal { emit AdminChanged(_getAdmin(), newAdmin); _setAdmin(newAdmin); } /** * @dev The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy. * This is bytes32(uint256(keccak256('eip1967.proxy.beacon')) - 1)) and is validated in the constructor. */ bytes32 internal constant _BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50; /** * @dev Emitted when the beacon is upgraded. */ event BeaconUpgraded(address indexed beacon); /** * @dev Returns the current beacon. */ function _getBeacon() internal view returns (address) { return StorageSlot.getAddressSlot(_BEACON_SLOT).value; } /** * @dev Stores a new beacon in the EIP1967 beacon slot. */ function _setBeacon(address newBeacon) private { require(Address.isContract(newBeacon), "ERC1967: new beacon is not a contract"); require( Address.isContract(IBeacon(newBeacon).implementation()), "ERC1967: beacon implementation is not a contract" ); StorageSlot.getAddressSlot(_BEACON_SLOT).value = newBeacon; } /** * @dev Perform beacon upgrade with additional setup call. Note: This upgrades the address of the beacon, it does * not upgrade the implementation contained in the beacon (see {UpgradeableBeacon-_setImplementation} for that). * * Emits a {BeaconUpgraded} event. */ function _upgradeBeaconToAndCall( address newBeacon, bytes memory data, bool forceCall ) internal { _setBeacon(newBeacon); emit BeaconUpgraded(newBeacon); if (data.length > 0 || forceCall) { Address.functionDelegateCall(IBeacon(newBeacon).implementation(), data); } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (proxy/Proxy.sol) pragma solidity ^0.8.0; /** * @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM * instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to * be specified by overriding the virtual {_implementation} function. * * Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a * different contract through the {_delegate} function. * * The success and return data of the delegated call will be returned back to the caller of the proxy. */ abstract contract Proxy { /** * @dev Delegates the current call to `implementation`. * * This function does not return to its internall call site, it will return directly to the external caller. */ function _delegate(address implementation) internal virtual { assembly { // Copy msg.data. We take full control of memory in this inline assembly // block because it will not return to Solidity code. We overwrite the // Solidity scratch pad at memory position 0. calldatacopy(0, 0, calldatasize()) // Call the implementation. // out and outsize are 0 because we don't know the size yet. let result := delegatecall(gas(), implementation, 0, calldatasize(), 0, 0) // Copy the returned data. returndatacopy(0, 0, returndatasize()) switch result // delegatecall returns 0 on error. case 0 { revert(0, returndatasize()) } default { return(0, returndatasize()) } } } /** * @dev This is a virtual function that should be overriden so it returns the address to which the fallback function * and {_fallback} should delegate. */ function _implementation() internal view virtual returns (address); /** * @dev Delegates the current call to the address returned by `_implementation()`. * * This function does not return to its internall call site, it will return directly to the external caller. */ function _fallback() internal virtual { _beforeFallback(); _delegate(_implementation()); } /** * @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if no other * function in the contract matches the call data. */ fallback() external payable virtual { _fallback(); } /** * @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if call data * is empty. */ receive() external payable virtual { _fallback(); } /** * @dev Hook that is called before falling back to the implementation. Can happen as part of a manual `_fallback` * call, or as part of the Solidity `fallback` or `receive` functions. * * If overriden should call `super._beforeFallback()`. */ function _beforeFallback() internal virtual {} }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (proxy/transparent/TransparentUpgradeableProxy.sol) pragma solidity ^0.8.0; import "../ERC1967/ERC1967Proxy.sol"; /** * @dev This contract implements a proxy that is upgradeable by an admin. * * To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector * clashing], which can potentially be used in an attack, this contract uses the * https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two * things that go hand in hand: * * 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if * that call matches one of the admin functions exposed by the proxy itself. * 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the * implementation. If the admin tries to call a function on the implementation it will fail with an error that says * "admin cannot fallback to proxy target". * * These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing * the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due * to sudden errors when trying to call a function from the proxy implementation. * * Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, * you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy. */ contract TransparentUpgradeableProxy is ERC1967Proxy { /** * @dev Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and * optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}. */ constructor( address _logic, address admin_, bytes memory _data ) payable ERC1967Proxy(_logic, _data) { assert(_ADMIN_SLOT == bytes32(uint256(keccak256("eip1967.proxy.admin")) - 1)); _changeAdmin(admin_); } /** * @dev Modifier used internally that will delegate the call to the implementation unless the sender is the admin. */ modifier ifAdmin() { if (msg.sender == _getAdmin()) { _; } else { _fallback(); } } /** * @dev Returns the current admin. * * NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. * * TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the * https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. * `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103` */ function admin() external ifAdmin returns (address admin_) { admin_ = _getAdmin(); } /** * @dev Returns the current implementation. * * NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}. * * TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the * https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. * `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` */ function implementation() external ifAdmin returns (address implementation_) { implementation_ = _implementation(); } /** * @dev Changes the admin of the proxy. * * Emits an {AdminChanged} event. * * NOTE: Only the admin can call this function. See {ProxyAdmin-changeProxyAdmin}. */ function changeAdmin(address newAdmin) external virtual ifAdmin { _changeAdmin(newAdmin); } /** * @dev Upgrade the implementation of the proxy. * * NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}. */ function upgradeTo(address newImplementation) external ifAdmin { _upgradeToAndCall(newImplementation, bytes(""), false); } /** * @dev Upgrade the implementation of the proxy, and then call a function from the new implementation as specified * by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the * proxied contract. * * NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}. */ function upgradeToAndCall(address newImplementation, bytes calldata data) external payable ifAdmin { _upgradeToAndCall(newImplementation, data, true); } /** * @dev Returns the current admin. */ function _admin() internal view virtual returns (address) { return _getAdmin(); } /** * @dev Makes sure the admin cannot access the fallback function. See {Proxy-_beforeFallback}. */ function _beforeFallback() internal virtual override { require(msg.sender != _getAdmin(), "TransparentUpgradeableProxy: admin cannot fallback to proxy target"); super._beforeFallback(); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Address.sol) pragma solidity ^0.8.0; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. uint256 size; assembly { size := extcodesize(account) } return size > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); (bool success, ) = recipient.call{value: amount}(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/StorageSlot.sol) pragma solidity ^0.8.0; /** * @dev Library for reading and writing primitive types to specific storage slots. * * Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts. * This library helps with reading and writing to such slots without the need for inline assembly. * * The functions in this library return Slot structs that contain a `value` member that can be used to read or write. * * Example usage to set ERC1967 implementation slot: * ``` * contract ERC1967 { * bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc; * * function _getImplementation() internal view returns (address) { * return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value; * } * * function _setImplementation(address newImplementation) internal { * require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract"); * StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation; * } * } * ``` * * _Available since v4.1 for `address`, `bool`, `bytes32`, and `uint256`._ */ library StorageSlot { struct AddressSlot { address value; } struct BooleanSlot { bool value; } struct Bytes32Slot { bytes32 value; } struct Uint256Slot { uint256 value; } /** * @dev Returns an `AddressSlot` with member `value` located at `slot`. */ function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) { assembly { r.slot := slot } } /** * @dev Returns an `BooleanSlot` with member `value` located at `slot`. */ function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) { assembly { r.slot := slot } } /** * @dev Returns an `Bytes32Slot` with member `value` located at `slot`. */ function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) { assembly { r.slot := slot } } /** * @dev Returns an `Uint256Slot` with member `value` located at `slot`. */ function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) { assembly { r.slot := slot } } }
// SPDX-License-Identifier: agpl-3.0 pragma solidity 0.8.4; /** * @title LendPoolAddressesProvider contract * @dev Main registry of addresses part of or connected to the protocol, including permissioned roles * - Acting also as factory of proxies and admin of those, so with right to change its implementations * - Owned by the Unlockd Governance * @author Unlockd **/ interface ILendPoolAddressesProvider { event MarketIdSet(string newMarketId); event LendPoolUpdated(address indexed newAddress, bytes encodedCallData); event ConfigurationAdminUpdated(address indexed newAddress); event EmergencyAdminUpdated(address indexed newAddress); event LendPoolConfiguratorUpdated(address indexed newAddress, bytes encodedCallData); event ReserveOracleUpdated(address indexed newAddress); event NftOracleUpdated(address indexed newAddress); event LendPoolLoanUpdated(address indexed newAddress, bytes encodedCallData); event ProxyCreated(bytes32 id, address indexed newAddress); event AddressSet(bytes32 id, address indexed newAddress, bool hasProxy, bytes encodedCallData); event UNFTRegistryUpdated(address indexed newAddress); event IncentivesControllerUpdated(address indexed newAddress); event UIDataProviderUpdated(address indexed newAddress); event UnlockdDataProviderUpdated(address indexed newAddress); event WalletBalanceProviderUpdated(address indexed newAddress); event NFTXVaultFactoryUpdated(address indexed newAddress); event SushiSwapRouterUpdated(address indexed newAddress); event LSSVMRouterUpdated(address indexed newAddress); event LendPoolLiquidatorUpdated(address indexed newAddress); event LtvManagerUpdated(address indexed newAddress); /** * @dev Returns the id of the Unlockd market to which this contracts points to * @return The market id **/ function getMarketId() external view returns (string memory); /** * @dev Allows to set the market which this LendPoolAddressesProvider represents * @param marketId The market id */ function setMarketId(string calldata marketId) external; /** * @dev Sets an address for an id replacing the address saved in the addresses map * IMPORTANT Use this function carefully, as it will do a hard replacement * @param id The id * @param newAddress The address to set */ function setAddress(bytes32 id, address newAddress) external; /** * @dev General function to update the implementation of a proxy registered with * certain `id`. If there is no proxy registered, it will instantiate one and * set as implementation the `implementationAddress` * IMPORTANT Use this function carefully, only for ids that don't have an explicit * setter function, in order to avoid unexpected consequences * @param id The id * @param impl The address of the new implementation */ function setAddressAsProxy(bytes32 id, address impl, bytes memory encodedCallData) external; /** * @dev Returns an address by id * @return The address */ function getAddress(bytes32 id) external view returns (address); /** * @dev Returns the address of the LendPool proxy * @return The LendPool proxy address **/ function getLendPool() external view returns (address); /** * @dev Updates the implementation of the LendPool, or creates the proxy * setting the new `pool` implementation on the first time calling it * @param pool The new LendPool implementation * @param encodedCallData calldata to execute **/ function setLendPoolImpl(address pool, bytes memory encodedCallData) external; /** * @dev Returns the address of the LendPoolConfigurator proxy * @return The LendPoolConfigurator proxy address **/ function getLendPoolConfigurator() external view returns (address); /** * @dev Updates the implementation of the LendPoolConfigurator, or creates the proxy * setting the new `configurator` implementation on the first time calling it * @param configurator The new LendPoolConfigurator implementation * @param encodedCallData calldata to execute **/ function setLendPoolConfiguratorImpl(address configurator, bytes memory encodedCallData) external; /** * @dev returns the address of the LendPool admin * @return the LendPoolAdmin address **/ function getPoolAdmin() external view returns (address); /** * @dev sets the address of the LendPool admin * @param admin the LendPoolAdmin address **/ function setPoolAdmin(address admin) external; /** * @dev returns the address of the emergency admin * @return the EmergencyAdmin address **/ function getEmergencyAdmin() external view returns (address); /** * @dev sets the address of the emergency admin * @param admin the EmergencyAdmin address **/ function setEmergencyAdmin(address admin) external; /** * @dev returns the address of the reserve oracle * @return the ReserveOracle address **/ function getReserveOracle() external view returns (address); /** * @dev sets the address of the reserve oracle * @param reserveOracle the ReserveOracle address **/ function setReserveOracle(address reserveOracle) external; /** * @dev returns the address of the NFT oracle * @return the NFTOracle address **/ function getNFTOracle() external view returns (address); /** * @dev sets the address of the NFT oracle * @param nftOracle the NFTOracle address **/ function setNFTOracle(address nftOracle) external; /** * @dev returns the address of the lendpool loan * @return the LendPoolLoan address **/ function getLendPoolLoan() external view returns (address); /** * @dev sets the address of the lendpool loan * @param loan the LendPoolLoan address * @param encodedCallData calldata to execute **/ function setLendPoolLoanImpl(address loan, bytes memory encodedCallData) external; /** * @dev returns the address of the UNFT Registry * @return the UNFTRegistry address **/ function getUNFTRegistry() external view returns (address); /** * @dev sets the address of the UNFT registry * @param factory the UNFTRegistry address **/ function setUNFTRegistry(address factory) external; /** * @dev returns the address of the incentives controller * @return the IncentivesController address **/ function getIncentivesController() external view returns (address); /** * @dev sets the address of the incentives controller * @param controller the IncentivesController address **/ function setIncentivesController(address controller) external; /** * @dev returns the address of the UI data provider * @return the UIDataProvider address **/ function getUIDataProvider() external view returns (address); /** * @dev sets the address of the UI data provider * @param provider the UIDataProvider address **/ function setUIDataProvider(address provider) external; /** * @dev returns the address of the Unlockd data provider * @return the UnlockdDataProvider address **/ function getUnlockdDataProvider() external view returns (address); /** * @dev sets the address of the Unlockd data provider * @param provider the UnlockdDataProvider address **/ function setUnlockdDataProvider(address provider) external; /** * @dev returns the address of the wallet balance provider * @return the WalletBalanceProvider address **/ function getWalletBalanceProvider() external view returns (address); /** * @dev sets the address of the wallet balance provider * @param provider the WalletBalanceProvider address **/ function setWalletBalanceProvider(address provider) external; function getNFTXVaultFactory() external view returns (address); /** * @dev sets the address of the NFTXVault Factory contract * @param factory the NFTXVault Factory address **/ function setNFTXVaultFactory(address factory) external; /** * @dev returns the address of the SushiSwap router contract **/ function getSushiSwapRouter() external view returns (address); /** * @dev sets the address of the LSSVM router contract * @param router the LSSVM router address **/ function setSushiSwapRouter(address router) external; /** * @dev returns the address of the LSSVM router contract **/ function getLSSVMRouter() external view returns (address); /** * @dev sets the address of the LSSVM router contract * @param router the SushiSwap router address **/ function setLSSVMRouter(address router) external; /** * @dev returns the address of the LendPool liquidator contract **/ function getLendPoolLiquidator() external view returns (address); /** * @dev sets the address of the LendPool liquidator contract * @param liquidator the LendPool liquidator address **/ function setLendPoolLiquidator(address liquidator) external; }
// SPDX-License-Identifier: agpl-3.0 pragma solidity 0.8.4; /** * @title Errors library * @author Unlockd * @notice Defines the error messages emitted by the different contracts of the Unlockd protocol */ library Errors { enum ReturnCode { SUCCESS, FAILED } string public constant SUCCESS = "0"; //common errors string public constant CALLER_NOT_POOL_ADMIN = "100"; // 'The caller must be the pool admin' string public constant CALLER_NOT_ADDRESS_PROVIDER = "101"; string public constant INVALID_FROM_BALANCE_AFTER_TRANSFER = "102"; string public constant INVALID_TO_BALANCE_AFTER_TRANSFER = "103"; string public constant CALLER_NOT_ONBEHALFOF_OR_IN_WHITELIST = "104"; string public constant CALLER_NOT_POOL_LIQUIDATOR = "105"; string public constant INVALID_ZERO_ADDRESS = "106"; string public constant CALLER_NOT_LTV_MANAGER = "107"; string public constant CALLER_NOT_PRICE_MANAGER = "108"; //math library errors string public constant MATH_MULTIPLICATION_OVERFLOW = "200"; string public constant MATH_ADDITION_OVERFLOW = "201"; string public constant MATH_DIVISION_BY_ZERO = "202"; //validation & check errors string public constant VL_INVALID_AMOUNT = "301"; // 'Amount must be greater than 0' string public constant VL_NO_ACTIVE_RESERVE = "302"; // 'Action requires an active reserve' string public constant VL_RESERVE_FROZEN = "303"; // 'Action cannot be performed because the reserve is frozen' string public constant VL_NOT_ENOUGH_AVAILABLE_USER_BALANCE = "304"; // 'User cannot withdraw more than the available balance' string public constant VL_BORROWING_NOT_ENABLED = "305"; // 'Borrowing is not enabled' string public constant VL_COLLATERAL_BALANCE_IS_0 = "306"; // 'The collateral balance is 0' string public constant VL_HEALTH_FACTOR_LOWER_THAN_LIQUIDATION_THRESHOLD = "307"; // 'Health factor is lesser than the liquidation threshold' string public constant VL_COLLATERAL_CANNOT_COVER_NEW_BORROW = "308"; // 'There is not enough collateral to cover a new borrow' string public constant VL_NO_DEBT_OF_SELECTED_TYPE = "309"; // 'for repayment of stable debt, the user needs to have stable debt, otherwise, he needs to have variable debt' string public constant VL_NO_ACTIVE_NFT = "310"; string public constant VL_NFT_FROZEN = "311"; string public constant VL_SPECIFIED_CURRENCY_NOT_BORROWED_BY_USER = "312"; // 'User did not borrow the specified currency' string public constant VL_INVALID_HEALTH_FACTOR = "313"; string public constant VL_INVALID_ONBEHALFOF_ADDRESS = "314"; string public constant VL_INVALID_TARGET_ADDRESS = "315"; string public constant VL_INVALID_RESERVE_ADDRESS = "316"; string public constant VL_SPECIFIED_LOAN_NOT_BORROWED_BY_USER = "317"; string public constant VL_SPECIFIED_RESERVE_NOT_BORROWED_BY_USER = "318"; string public constant VL_HEALTH_FACTOR_HIGHER_THAN_LIQUIDATION_THRESHOLD = "319"; string public constant VL_TIMEFRAME_EXCEEDED = "320"; string public constant VL_VALUE_EXCEED_TREASURY_BALANCE = "321"; //lend pool errors string public constant LP_CALLER_NOT_LEND_POOL_CONFIGURATOR = "400"; // 'The caller of the function is not the lending pool configurator' string public constant LP_IS_PAUSED = "401"; // 'Pool is paused' string public constant LP_NO_MORE_RESERVES_ALLOWED = "402"; string public constant LP_NOT_CONTRACT = "403"; string public constant LP_BORROW_NOT_EXCEED_LIQUIDATION_THRESHOLD = "404"; string public constant LP_BORROW_IS_EXCEED_LIQUIDATION_PRICE = "405"; string public constant LP_NO_MORE_NFTS_ALLOWED = "406"; string public constant LP_INVALID_USER_NFT_AMOUNT = "407"; string public constant LP_INCONSISTENT_PARAMS = "408"; string public constant LP_NFT_IS_NOT_USED_AS_COLLATERAL = "409"; string public constant LP_CALLER_MUST_BE_AN_UTOKEN = "410"; string public constant LP_INVALID_NFT_AMOUNT = "411"; string public constant LP_NFT_HAS_USED_AS_COLLATERAL = "412"; string public constant LP_DELEGATE_CALL_FAILED = "413"; string public constant LP_AMOUNT_LESS_THAN_EXTRA_DEBT = "414"; string public constant LP_AMOUNT_LESS_THAN_REDEEM_THRESHOLD = "415"; string public constant LP_AMOUNT_GREATER_THAN_MAX_REPAY = "416"; string public constant LP_NFT_TOKEN_ID_EXCEED_MAX_LIMIT = "417"; string public constant LP_NFT_SUPPLY_NUM_EXCEED_MAX_LIMIT = "418"; string public constant LP_CALLER_NOT_LEND_POOL_LIQUIDATOR_NOR_GATEWAY = "419"; string public constant LP_CONSECUTIVE_BIDS_NOT_ALLOWED = "420"; string public constant LP_INVALID_OVERFLOW_VALUE = "421"; string public constant LP_CALLER_NOT_NFT_HOLDER = "422"; string public constant LP_NFT_NOT_ALLOWED_TO_SELL = "423"; string public constant LP_RESERVES_WITHOUT_ENOUGH_LIQUIDITY = "424"; string public constant LP_COLLECTION_NOT_SUPPORTED = "425"; string public constant LP_MSG_VALUE_DIFFERENT_FROM_CONFIG_FEE = "426"; string public constant LP_INVALID_SAFE_HEALTH_FACTOR = "427"; //lend pool loan errors string public constant LPL_INVALID_LOAN_STATE = "480"; string public constant LPL_INVALID_LOAN_AMOUNT = "481"; string public constant LPL_INVALID_TAKEN_AMOUNT = "482"; string public constant LPL_AMOUNT_OVERFLOW = "483"; string public constant LPL_BID_PRICE_LESS_THAN_LIQUIDATION_PRICE = "484"; string public constant LPL_BID_PRICE_LESS_THAN_HIGHEST_PRICE = "485"; string public constant LPL_BID_REDEEM_DURATION_HAS_END = "486"; string public constant LPL_BID_USER_NOT_SAME = "487"; string public constant LPL_BID_REPAY_AMOUNT_NOT_ENOUGH = "488"; string public constant LPL_BID_AUCTION_DURATION_HAS_END = "489"; string public constant LPL_BID_AUCTION_DURATION_NOT_END = "490"; string public constant LPL_BID_PRICE_LESS_THAN_BORROW = "491"; string public constant LPL_INVALID_BIDDER_ADDRESS = "492"; string public constant LPL_AMOUNT_LESS_THAN_BID_FINE = "493"; string public constant LPL_INVALID_BID_FINE = "494"; string public constant LPL_BID_PRICE_LESS_THAN_MIN_BID_REQUIRED = "495"; //common token errors string public constant CT_CALLER_MUST_BE_LEND_POOL = "500"; // 'The caller of this function must be a lending pool' string public constant CT_INVALID_MINT_AMOUNT = "501"; //invalid amount to mint string public constant CT_INVALID_BURN_AMOUNT = "502"; //invalid amount to burn string public constant CT_BORROW_ALLOWANCE_NOT_ENOUGH = "503"; //reserve logic errors string public constant RL_RESERVE_ALREADY_INITIALIZED = "601"; // 'Reserve has already been initialized' string public constant RL_LIQUIDITY_INDEX_OVERFLOW = "602"; // Liquidity index overflows uint128 string public constant RL_VARIABLE_BORROW_INDEX_OVERFLOW = "603"; // Variable borrow index overflows uint128 string public constant RL_LIQUIDITY_RATE_OVERFLOW = "604"; // Liquidity rate overflows uint128 string public constant RL_VARIABLE_BORROW_RATE_OVERFLOW = "605"; // Variable borrow rate overflows uint128 //configure errors string public constant LPC_RESERVE_LIQUIDITY_NOT_0 = "700"; // 'The liquidity of the reserve needs to be 0' string public constant LPC_INVALID_CONFIGURATION = "701"; // 'Invalid risk parameters for the reserve' string public constant LPC_CALLER_NOT_EMERGENCY_ADMIN = "702"; // 'The caller must be the emergency admin' string public constant LPC_INVALID_UNFT_ADDRESS = "703"; string public constant LPC_INVALIED_LOAN_ADDRESS = "704"; string public constant LPC_NFT_LIQUIDITY_NOT_0 = "705"; string public constant LPC_PARAMS_MISMATCH = "706"; // NFT assets & token ids mismatch string public constant LPC_FEE_PERCENTAGE_TOO_HIGH = "707"; string public constant LPC_INVALID_LTVMANAGER_ADDRESS = "708"; string public constant LPC_INCONSISTENT_PARAMS = "709"; string public constant LPC_INVALID_SAFE_HEALTH_FACTOR = "710"; //reserve config errors string public constant RC_INVALID_LTV = "730"; string public constant RC_INVALID_LIQ_THRESHOLD = "731"; string public constant RC_INVALID_LIQ_BONUS = "732"; string public constant RC_INVALID_DECIMALS = "733"; string public constant RC_INVALID_RESERVE_FACTOR = "734"; string public constant RC_INVALID_REDEEM_DURATION = "735"; string public constant RC_INVALID_AUCTION_DURATION = "736"; string public constant RC_INVALID_REDEEM_FINE = "737"; string public constant RC_INVALID_REDEEM_THRESHOLD = "738"; string public constant RC_INVALID_MIN_BID_FINE = "739"; string public constant RC_INVALID_MAX_BID_FINE = "740"; string public constant RC_INVALID_MAX_CONFIG_TIMESTAMP = "741"; //address provider erros string public constant LPAPR_PROVIDER_NOT_REGISTERED = "760"; // 'Provider is not registered' string public constant LPAPR_INVALID_ADDRESSES_PROVIDER_ID = "761"; //NFTXHelper string public constant NFTX_INVALID_VAULTS_LENGTH = "800"; //NFTOracleErrors string public constant NFTO_INVALID_PRICEM_ADDRESS = "900"; }
// SPDX-License-Identifier: agpl-3.0 pragma solidity 0.8.4; import {TransparentUpgradeableProxy} from "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol"; import "../helpers/Errors.sol"; contract UnlockdUpgradeableProxy is TransparentUpgradeableProxy { constructor( address _logic, address admin_, bytes memory _data ) payable TransparentUpgradeableProxy(_logic, admin_, _data) {} modifier OnlyAdmin() { require(msg.sender == _getAdmin(), Errors.CALLER_NOT_POOL_ADMIN); _; } /** @dev Returns the implementation contract for the proxy */ function getImplementation() external view OnlyAdmin returns (address) { return _getImplementation(); } }
{ "optimizer": { "enabled": true, "runs": 200 }, "evmVersion": "istanbul", "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
[{"inputs":[{"internalType":"string","name":"marketId","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"id","type":"bytes32"},{"indexed":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":false,"internalType":"bool","name":"hasProxy","type":"bool"},{"indexed":false,"internalType":"bytes","name":"encodedCallData","type":"bytes"}],"name":"AddressSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"ConfigurationAdminUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"EmergencyAdminUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"IncentivesControllerUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"LSSVMRouterUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":false,"internalType":"bytes","name":"encodedCallData","type":"bytes"}],"name":"LendPoolConfiguratorUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"LendPoolLiquidatorUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":false,"internalType":"bytes","name":"encodedCallData","type":"bytes"}],"name":"LendPoolLoanUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":false,"internalType":"bytes","name":"encodedCallData","type":"bytes"}],"name":"LendPoolUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"LtvManagerUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"newMarketId","type":"string"}],"name":"MarketIdSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"NFTXVaultFactoryUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"NftOracleUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"id","type":"bytes32"},{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"ProxyCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"ReserveOracleUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"SushiSwapRouterUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"UIDataProviderUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"UNFTRegistryUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"UnlockdDataProviderUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"}],"name":"WalletBalanceProviderUpdated","type":"event"},{"inputs":[{"internalType":"bytes32","name":"id","type":"bytes32"}],"name":"getAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getEmergencyAdmin","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"proxyAddress","type":"address"}],"name":"getImplementation","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getIncentivesController","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getLSSVMRouter","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getLendPool","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getLendPoolConfigurator","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getLendPoolLiquidator","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getLendPoolLoan","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getMarketId","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getNFTOracle","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getNFTXVaultFactory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getPoolAdmin","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getReserveOracle","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getSushiSwapRouter","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getUIDataProvider","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getUNFTRegistry","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getUnlockdDataProvider","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getWalletBalanceProvider","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"id","type":"bytes32"},{"internalType":"address","name":"newAddress","type":"address"}],"name":"setAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"id","type":"bytes32"},{"internalType":"address","name":"implementationAddress","type":"address"},{"internalType":"bytes","name":"encodedCallData","type":"bytes"}],"name":"setAddressAsProxy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"emergencyAdmin","type":"address"}],"name":"setEmergencyAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"controller","type":"address"}],"name":"setIncentivesController","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"router","type":"address"}],"name":"setLSSVMRouter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"configurator","type":"address"},{"internalType":"bytes","name":"encodedCallData","type":"bytes"}],"name":"setLendPoolConfiguratorImpl","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"pool","type":"address"},{"internalType":"bytes","name":"encodedCallData","type":"bytes"}],"name":"setLendPoolImpl","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"liquidator","type":"address"}],"name":"setLendPoolLiquidator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"loanAddress","type":"address"},{"internalType":"bytes","name":"encodedCallData","type":"bytes"}],"name":"setLendPoolLoanImpl","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"marketId","type":"string"}],"name":"setMarketId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"nftOracle","type":"address"}],"name":"setNFTOracle","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"factory","type":"address"}],"name":"setNFTXVaultFactory","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"setPoolAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"reserveOracle","type":"address"}],"name":"setReserveOracle","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"router","type":"address"}],"name":"setSushiSwapRouter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"provider","type":"address"}],"name":"setUIDataProvider","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"factory","type":"address"}],"name":"setUNFTRegistry","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"provider","type":"address"}],"name":"setUnlockdDataProvider","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"provider","type":"address"}],"name":"setWalletBalanceProvider","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60806040523480156200001157600080fd5b506040516200370438038062003704833981016040819052620000349162000199565b6200003f3362000051565b6200004a81620000a1565b5062000308565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b8051620000b6906001906020840190620000f3565b507f5e667c32fd847cf8bce48ab3400175cbf107bdc82b2dea62e3364909dfaee79981604051620000e891906200024d565b60405180910390a150565b8280546200010190620002b5565b90600052602060002090601f01602090048101928262000125576000855562000170565b82601f106200014057805160ff191683800117855562000170565b8280016001018555821562000170579182015b828111156200017057825182559160200191906001019062000153565b506200017e92915062000182565b5090565b5b808211156200017e576000815560010162000183565b600060208284031215620001ab578081fd5b81516001600160401b0380821115620001c2578283fd5b818401915084601f830112620001d6578283fd5b815181811115620001eb57620001eb620002f2565b604051601f8201601f19908116603f01168101908382118183101715620002165762000216620002f2565b816040528281528760208487010111156200022f578586fd5b6200024283602083016020880162000282565b979650505050505050565b60208152600082518060208401526200026e81604085016020870162000282565b601f01601f19169190910160400192915050565b60005b838110156200029f57818101518382015260200162000285565b83811115620002af576000848401525b50505050565b600181811c90821680620002ca57607f821691505b60208210811415620002ec57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6133ec80620003186000396000f3fe60806040523480156200001157600080fd5b5060043610620002855760003560e01c806391aefd4c1162000161578063bfb0fb8611620000d3578063ddcaa9ea1162000092578063ddcaa9ea1462000508578063e655dbd81462000512578063ec778a1a1462000529578063f2fde38b1462000533578063f67b1847146200054a578063fccce7f1146200056157600080fd5b8063bfb0fb8614620004a2578063c297b56214620004b9578063ca446dd914620004d0578063d35d46e114620004e7578063d93f2d9b14620004f157600080fd5b8063af899b161162000120578063af899b161462000456578063b422d62a146200046d578063ba8211651462000477578063bb2c01f2146200048e578063bc1a3202146200049857600080fd5b806391aefd4c1462000417578063a77abced1462000421578063ae356fb71462000438578063aecda3781462000442578063aeeb7fcd146200044c57600080fd5b806352bda02311620001fb578063715018a611620001ba578063715018a614620003d057806375d2641314620003da578063818f344f14620003e45780638da5cb5b14620003fb5780638f56cf78146200040d57600080fd5b806352bda023146200035b578063568ef47014620003725780635732dd5f146200038b5780635aad534314620003a25780636e681e5414620003b957600080fd5b806335da3394116200024857806335da3394146200030f57806335e6e4d0146200032657806337a06c74146200033057806344dca17a146200033a5780634fec146d146200035157600080fd5b806303df3f10146200028a57806315ac72ca14620002b157806321b131f014620002c857806321f8a72114620002e1578063283d62ad14620002f8575b600080fd5b6200029462000578565b6040516001600160a01b0390911681526020015b60405180910390f35b62000294620002c2366004620020ef565b6200059d565b620002df620002d93660046200212d565b62000655565b005b62000294620002f236600462002181565b62000786565b620002df62000309366004620020ef565b620007a1565b620002df62000320366004620020ef565b62000893565b620002946200098a565b62000294620009a8565b620002df6200034b366004620020ef565b620009ce565b6200029462000acb565b620002df6200036c3660046200212d565b62000aed565b6200037c62000c0e565b604051620002a891906200231a565b620002df6200039c366004620020ef565b62000ca8565b620002df620003b3366004620020ef565b62000da1565b620002df620003ca366004620020ef565b62000e93565b620002df62000f8f565b6200029462000fca565b620002df620003f5366004620020ef565b62000fef565b6000546001600160a01b031662000294565b62000294620010a2565b62000294620010bb565b620002df62000432366004620020ef565b620010d5565b62000294620011cf565b62000294620011f0565b620002946200120a565b620002df620004673660046200212d565b6200122e565b6200029462001369565b620002df62000488366004620021cc565b62001390565b6200029462001488565b62000294620014a4565b620002df620004b3366004620020ef565b620014c1565b620002df620004ca366004620020ef565b620015b7565b620002df620004e13660046200219a565b620016ac565b6200029462001795565b620002df62000502366004620020ef565b620017b3565b62000294620018a7565b620002df62000523366004620020ef565b620018c6565b62000294620019c3565b620002df62000544366004620020ef565b620019e8565b620002df6200055b36600462002229565b62001a8a565b620002df62000572366004620020ef565b62001ac2565b6000620005986f2aa4afa220aa20afa82927ab24a222a960811b62000786565b905090565b600080546001600160a01b03163314620005d45760405162461bcd60e51b8152600401620005cb906200232f565b60405180910390fd5b6000829050806001600160a01b031663aaf10f426040518163ffffffff1660e01b815260040160206040518083038186803b1580156200061357600080fd5b505afa15801562000628573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200064e91906200210e565b9392505050565b6000546001600160a01b03163314620006825760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038316620006c65760405162461bcd60e51b8152600401620005cb91906200231a565b50620006e46d2622a7222fa827a7a62fa627a0a760911b8362001bc1565b816001600160a01b03167f7345eb1dc0b2ae8f1ac58331469a9310234754aacbee20b72629d096c97f319a826040516200071f91906200231a565b60405180910390a280511562000782576d2622a7222fa827a7a62fa627a0a760911b60005260026020527fbcfea3a7cc82b77872ae73f540105101695b452f9c59f5fa3e708c258cac38145462000780906001600160a01b03168262001d2d565b505b5050565b6000908152600260205260409020546001600160a01b031690565b6000546001600160a01b03163314620007ce5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620008125760405162461bcd60e51b8152600401620005cb91906200231a565b50692827a7a62fa0a226a4a760b11b600090815260026020527f8625fbc469bac10fd11de1d783dcd446542784dbcc535ef64a1da61860fda74c80546001600160a01b0319166001600160a01b03841690811790915560405190917fc20a317155a9e7d84e06b716b4b355d47742ab9f8c5d630e7f556553f582430d91a250565b6000546001600160a01b03163314620008c05760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620009045760405162461bcd60e51b8152600401620005cb91906200231a565b506e22a6a2a923a2a721acafa0a226a4a760891b600090815260026020527f767aa9c986e1d88108b2558f00fbd21b689a0397581446e2e868cd70421026cc80546001600160a01b0319166001600160a01b03841690811790915560405190917fe19673fc861bfeb894cf2d6b7662505497ef31c0f489b742db24ee331082691691a250565b6000620005986d2622a7222fa827a7a62fa627a0a760911b62000786565b600062000598752622a7222fa827a7a62fa1a7a72324a3aaa920aa27a960511b62000786565b6000546001600160a01b03163314620009fb5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662000a3f5760405162461bcd60e51b8152600401620005cb91906200231a565b50742aa72627a1a5a22fa220aa20afa82927ab24a222a960591b600090815260026020527f562d64f4ad3698b20247cf2a6ffdba7ad8b309877b0df1391cfb65e02a3ff55a80546001600160a01b0319166001600160a01b03841690811790915560405190917f8635e660df51cea5d41609c18171ed3e8bafc68d4e1cb956c0d995f92af721ab91a250565b600062000598714e4654585f5641554c545f464143544f525960701b62000786565b6000546001600160a01b0316331462000b1a5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03831662000b5e5760405162461bcd60e51b8152600401620005cb91906200231a565b5062000b77681311539117d413d3d360ba1b8362001bc1565b816001600160a01b03167fbfc619737e89c65560f2d6eb6a2bda1e3834de5076fea75cd0f5f536a8cfe7fd8260405162000bb291906200231a565b60405180910390a28051156200078257681311539117d413d3d360ba1b60005260026020527ff44b190733c20356be296687832bd64d839805efb0c8983b2e607f5029c6810f5462000780906001600160a01b03168262001d2d565b60606001805462000c1f9062002393565b80601f016020809104026020016040519081016040528092919081815260200182805462000c4d9062002393565b801562000c9e5780601f1062000c725761010080835404028352916020019162000c9e565b820191906000526020600020905b81548152906001019060200180831162000c8057829003601f168201915b5050505050905090565b6000546001600160a01b0316331462000cd55760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662000d195760405162461bcd60e51b8152600401620005cb91906200231a565b507029aaa9a424afa9aba0a82fa927aaaa22a960791b600090815260026020527f9a0702bfc9700ffdc73847b346a818cb431f284037f417b59ea4799966f9f28780546001600160a01b0319166001600160a01b03841690811790915560405190917f3d124d1fb399eb3717982ea16ae24de4534adcae8a2dce47d6095e5de51eb5ee91a250565b6000546001600160a01b0316331462000dce5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662000e125760405162461bcd60e51b8152600401620005cb91906200231a565b50694e46545f4f5241434c4560b01b600090815260026020527fd256573a67b68ec71e80505deb5528e1963f10c169c1e68138ece712979ccaa280546001600160a01b0319166001600160a01b03841690811790915560405190917f076102b2bd22aa096a5b351d8fa11c0f6d64b8d204f6a3ca79c56f3f7f7942f191a250565b6000546001600160a01b0316331462000ec05760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662000f045760405162461bcd60e51b8152600401620005cb91906200231a565b50732622a7222fa827a7a62fa624a8aaa4a220aa27a960611b600090815260026020527fa9d91df84c206e894f14a28b002586d1b0315459a75bcfbe094968542d05803580546001600160a01b0319166001600160a01b03841690811790915560405190917f259df59635e2b3c9b49a6198a1245176324e18f7fe9249520de324461b73ba4e91a250565b6000546001600160a01b0316331462000fbc5760405162461bcd60e51b8152600401620005cb906200232f565b62000fc8600062001d71565b565b6000620005987424a721a2a72a24ab22a9afa1a7a72a2927a62622a960591b62000786565b6000546001600160a01b031633146200101c5760405162461bcd60e51b8152600401620005cb906200232f565b6f2aa4afa220aa20afa82927ab24a222a960811b600090815260026020527f272e0cba8abd91390952f922e44b8d795ba647bb47e67fe8fa0307bbbab34de780546001600160a01b0319166001600160a01b03841690811790915560405190917fbaa158b0a3ca8f35a499f3aef76ff525981f7c75ca46abad634a08c9e81a36dc91a250565b600062000598681311539117d413d3d360ba1b62000786565b600062000598694e46545f4f5241434c4560b01b62000786565b6000546001600160a01b03163314620011025760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620011465760405162461bcd60e51b8152600401620005cb91906200231a565b50714e4654585f5641554c545f464143544f525960701b600090815260026020527f87baa552f555cb2b30750e344acb6ff9ba5d0c6d22c97b9a7f7888b38b3f810280546001600160a01b0319166001600160a01b03841690811790915560405190917f3a7ef17bf4cd0de95350dbb8a102f4f6d40bec3ef26c47b6694c6b3682917a3691a250565b6000620005987029aaa9a424afa9aba0a82fa927aaaa22a960791b62000786565b600062000598692827a7a62fa0a226a4a760b11b62000786565b600062000598732622a7222fa827a7a62fa624a8aaa4a220aa27a960611b62000786565b6000546001600160a01b031633146200125b5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b0383166200129f5760405162461bcd60e51b8152600401620005cb91906200231a565b50620012c5752622a7222fa827a7a62fa1a7a72324a3aaa920aa27a960511b8362001bc1565b816001600160a01b03167f6ced294e02c31ff00da9d7bbee40da5921dd55bf9e6f9ca5056e064dd9b11b6d826040516200130091906200231a565b60405180910390a28051156200078257752622a7222fa827a7a62fa1a7a72324a3aaa920aa27a960511b60005260026020527faac1a476734545f8509278d2ed5612497386cbf00e67bd7e6542f3abae5e204d5462000780906001600160a01b03168262001d2d565b600062000598762ba0a62622aa2fa120a620a721a2afa82927ab24a222a960491b62000786565b6000546001600160a01b03163314620013bd5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038316620014015760405162461bcd60e51b8152600401620005cb91906200231a565b506200140e838362001bc1565b816001600160a01b03167f59947b80568bcefcf96a9a2061cd82e808a7f3050c394d532f3701c6ebbaa5a1846001846040516200144e93929190620022f7565b60405180910390a2805115620007805760008381526002602052604090205462001482906001600160a01b03168262001d2d565b50505050565b6000620005986b2629a9ab26afa927aaaa22a960a11b62000786565b6000620005986c554e46545f524547495354525960981b62000786565b6000546001600160a01b03163314620014ee5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620015325760405162461bcd60e51b8152600401620005cb91906200231a565b506d524553455256455f4f5241434c4560901b600090815260026020527f6d49d3d1030b77d16b7f72fc1f20c66702df8a8a9018ce19a7b44f0f77f5b33180546001600160a01b0319166001600160a01b03841690811790915560405190917fec19139981cfa00035ca96c73ca2968b8a2183ac5e4fb3d1077504985458df3a91a250565b6000546001600160a01b03163314620015e45760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620016285760405162461bcd60e51b8152600401620005cb91906200231a565b506c554e46545f524547495354525960981b600090815260026020527fddc6f23c3df8c57c24d4d0ec2cdbc3b07e2f4f8b09cc9fe1fe4d02db8f6a441580546001600160a01b0319166001600160a01b03841690811790915560405190917fc3e9ad31db00fbc1952bca0895b284835c768a81628405743f7051c8373b75df91a250565b6000546001600160a01b03163314620016d95760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b0382166200171d5760405162461bcd60e51b8152600401620005cb91906200231a565b50600082815260026020908152604080832080546001600160a01b0319166001600160a01b038616908117909155815184815292830191829052927f59947b80568bcefcf96a9a2061cd82e808a7f3050c394d532f3701c6ebbaa5a192620017899287929190620022f7565b60405180910390a25050565b6000620005986d524553455256455f4f5241434c4560901b62000786565b6000546001600160a01b03163314620017e05760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620018245760405162461bcd60e51b8152600401620005cb91906200231a565b506b2629a9ab26afa927aaaa22a960a11b600090815260026020527fe98696f8d1c328cf9cad2bf4dac8c0e24e1329bd6d5978f95ca053925a30b7ed80546001600160a01b0319166001600160a01b03841690811790915560405190917f35690a82e994cd611b402cfb430e4a7ae7a5ba59329348c4387f16b126e01d5491a250565b6000620005986e22a6a2a923a2a721acafa0a226a4a760891b62000786565b6000546001600160a01b03163314620018f35760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620019375760405162461bcd60e51b8152600401620005cb91906200231a565b507424a721a2a72a24ab22a9afa1a7a72a2927a62622a960591b600090815260026020527fa1d1dc73c448a2a4571045da8eae1d3ea099be61034855cbad3ce8306a6a1b8d80546001600160a01b0319166001600160a01b03841690811790915560405190917f403ef00a4bbd70ab05a0358b1a65c9f58c25a689bfdbe212b2fa6e9e6b19b0e091a250565b600062000598742aa72627a1a5a22fa220aa20afa82927ab24a222a960591b62000786565b6000546001600160a01b0316331462001a155760405162461bcd60e51b8152600401620005cb906200232f565b6001600160a01b03811662001a7c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401620005cb565b62001a878162001d71565b50565b6000546001600160a01b0316331462001ab75760405162461bcd60e51b8152600401620005cb906200232f565b62001a878162001dc1565b6000546001600160a01b0316331462001aef5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662001b335760405162461bcd60e51b8152600401620005cb91906200231a565b50762ba0a62622aa2fa120a620a721a2afa82927ab24a222a960491b600090815260026020527f540b2f1e3473a36c0370f42bcfe3fccd59bc6a1dd65d140d72607a643488128080546001600160a01b0319166001600160a01b03841690811790915560405190917f0ce1befd314c4a7bf54306803211a0a3199358aef3eff7b91a76f7b2c8c8e4ee91a250565b6000828152600260205260409020546001600160a01b03168062001cc75760405130602482015260009060440160408051601f198184030181529181526020820180516001600160e01b031663189acdbd60e31b1790525190915060009084903090849062001c309062001f9c565b62001c3e93929190620022c0565b604051809103906000f08015801562001c5b573d6000803e3d6000fd5b5060008681526002602090815260409182902080546001600160a01b0319166001600160a01b038516908117909155915188815292935090917f1eb35cb4b5bbb23d152f3b4016a5a46c37a07ae930ed0956aba951e231142438910160405180910390a2505062000780565b604051631b2ce7f360e11b81526001600160a01b038381166004830152829190821690633659cfe690602401600060405180830381600087803b15801562001d0e57600080fd5b505af115801562001d23573d6000803e3d6000fd5b5050505050505050565b60606200064e83836040518060400160405280601e81526020017f416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564000081525062001e13565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b805162001dd690600190602084019062001faa565b507f5e667c32fd847cf8bce48ab3400175cbf107bdc82b2dea62e3364909dfaee7998160405162001e0891906200231a565b60405180910390a150565b606062001e24848460008562001e2c565b949350505050565b60608247101562001e8f5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401620005cb565b843b62001edf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401620005cb565b600080866001600160a01b0316858760405162001efd9190620022a2565b60006040518083038185875af1925050503d806000811462001f3c576040519150601f19603f3d011682016040523d82523d6000602084013e62001f41565b606091505b509150915062001f5382828662001f5e565b979650505050505050565b6060831562001f6f5750816200064e565b82511562001f805782518084602001fd5b8160405162461bcd60e51b8152600401620005cb91906200231a565b610fba80620023fd83390190565b82805462001fb89062002393565b90600052602060002090601f01602090048101928262001fdc576000855562002027565b82601f1062001ff757805160ff191683800117855562002027565b8280016001018555821562002027579182015b82811115620020275782518255916020019190600101906200200a565b506200203592915062002039565b5090565b5b808211156200203557600081556001016200203a565b600067ffffffffffffffff808411156200206e576200206e620023d0565b604051601f8501601f19908116603f01168101908282118183101715620020995762002099620023d0565b81604052809350858152868686011115620020b357600080fd5b858560208301376000602087830101525050509392505050565b600082601f830112620020de578081fd5b6200064e8383356020850162002050565b60006020828403121562002101578081fd5b81356200064e81620023e6565b60006020828403121562002120578081fd5b81516200064e81620023e6565b6000806040838503121562002140578081fd5b82356200214d81620023e6565b9150602083013567ffffffffffffffff81111562002169578182fd5b6200217785828601620020cd565b9150509250929050565b60006020828403121562002193578081fd5b5035919050565b60008060408385031215620021ad578182fd5b823591506020830135620021c181620023e6565b809150509250929050565b600080600060608486031215620021e1578081fd5b833592506020840135620021f581620023e6565b9150604084013567ffffffffffffffff81111562002211578182fd5b6200221f86828701620020cd565b9150509250925092565b6000602082840312156200223b578081fd5b813567ffffffffffffffff81111562002252578182fd5b8201601f8101841362002263578182fd5b62001e248482356020840162002050565b600081518084526200228e81602086016020860162002364565b601f01601f19169290920160200192915050565b60008251620022b681846020870162002364565b9190910192915050565b6001600160a01b03848116825283166020820152606060408201819052600090620022ee9083018462002274565b95945050505050565b8381528215156020820152606060408201526000620022ee606083018462002274565b6020815260006200064e602083018462002274565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60005b838110156200238157818101518382015260200162002367565b83811115620014825750506000910152565b600181811c90821680620023a857607f821691505b60208210811415620023ca57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811462001a8757600080fdfe608060405260405162000fba38038062000fba8339810160408190526200002691620004e0565b82828282816200005860017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd6200060f565b60008051602062000f73833981519152146200008457634e487b7160e01b600052600160045260246000fd5b620000928282600062000105565b50620000c2905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61046200060f565b60008051602062000f5383398151915214620000ee57634e487b7160e01b600052600160045260246000fd5b620000f98262000142565b50505050505062000678565b62000110836200019d565b6000825111806200011e5750805b156200013d576200013b8383620001df60201b620002ea1760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200016d6200020e565b604080516001600160a01b03928316815291841660208301520160405180910390a16200019a8162000247565b50565b620001a881620002fc565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606062000207838360405180606001604052806027815260200162000f93602791396200039f565b9392505050565b60006200023860008051602062000f5383398151915260001b6200047c60201b620002281760201c565b546001600160a01b0316919050565b6001600160a01b038116620002b25760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002db60008051602062000f5383398151915260001b6200047c60201b620002281760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b62000312816200047f60201b620003161760201c565b620003765760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620002a9565b80620002db60008051602062000f7383398151915260001b6200047c60201b620002281760201c565b6060833b620004005760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620002a9565b600080856001600160a01b0316856040516200041d9190620005bc565b600060405180830381855af49150503d80600081146200045a576040519150601f19603f3d011682016040523d82523d6000602084013e6200045f565b606091505b5090925090506200047282828662000485565b9695505050505050565b90565b3b151590565b606083156200049657508162000207565b825115620004a75782518084602001fd5b8160405162461bcd60e51b8152600401620002a99190620005da565b80516001600160a01b0381168114620004db57600080fd5b919050565b600080600060608486031215620004f5578283fd5b6200050084620004c3565b92506200051060208501620004c3565b60408501519092506001600160401b03808211156200052d578283fd5b818601915086601f83011262000541578283fd5b81518181111562000556576200055662000662565b604051601f8201601f19908116603f0116810190838211818310171562000581576200058162000662565b816040528281528960208487010111156200059a578586fd5b620005ad83602083016020880162000633565b80955050505050509250925092565b60008251620005d081846020870162000633565b9190910192915050565b6020815260008251806020840152620005fb81604085016020870162000633565b601f01601f19169190910160400192915050565b6000828210156200062e57634e487b7160e01b81526011600452602481fd5b500390565b60005b838110156200065057818101518382015260200162000636565b838111156200013b5750506000910152565b634e487b7160e01b600052604160045260246000fd5b6108cb80620006886000396000f3fe6080604052600436106100595760003560e01c80633659cfe6146100705780634f1ef286146100905780635c60da1b146100a35780638f283970146100d4578063aaf10f42146100f4578063f851a4401461010957610068565b366100685761006661011e565b005b61006661011e565b34801561007c57600080fd5b5061006661008b36600461075b565b610138565b61006661009e366004610775565b61017f565b3480156100af57600080fd5b506100b86101f0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100e057600080fd5b506100666100ef36600461075b565b61022b565b34801561010057600080fd5b506100b8610255565b34801561011557600080fd5b506100b86102bf565b61012661031c565b6101366101316103b6565b6103c0565b565b6101406103e4565b6001600160a01b0316336001600160a01b031614156101775761017481604051806020016040528060008152506000610417565b50565b61017461011e565b6101876103e4565b6001600160a01b0316336001600160a01b031614156101e8576101e38383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610417915050565b505050565b6101e361011e565b60006101fa6103e4565b6001600160a01b0316336001600160a01b031614156102205761021b6103b6565b905090565b61022861011e565b90565b6102336103e4565b6001600160a01b0316336001600160a01b031614156101775761017481610442565b600061025f6103e4565b6001600160a01b0316336001600160a01b0316146040518060400160405280600381526020016203130360ec1b815250906102b65760405162461bcd60e51b81526004016102ad919061080f565b60405180910390fd5b5061021b610496565b60006102c96103e4565b6001600160a01b0316336001600160a01b031614156102205761021b6103e4565b606061030f838360405180606001604052806027815260200161086f602791396104be565b9392505050565b3b151590565b6103246103e4565b6001600160a01b0316336001600160a01b031614156101365760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4016102ad565b600061021b610496565b3660008037600080366000845af43d6000803e8080156103df573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b61042083610592565b60008251118061042d5750805b156101e35761043c83836102ea565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61046b6103e4565b604080516001600160a01b03928316815291841660208301520160405180910390a1610174816105d2565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc610408565b6060833b61051d5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016102ad565b600080856001600160a01b03168560405161053891906107f3565b600060405180830381855af49150503d8060008114610573576040519150601f19603f3d011682016040523d82523d6000602084013e610578565b606091505b509150915061058882828661067b565b9695505050505050565b61059b816106b4565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166106375760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084016102ad565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060831561068a57508161030f565b82511561069a5782518084602001fd5b8160405162461bcd60e51b81526004016102ad919061080f565b803b6107185760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016102ad565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61065a565b80356001600160a01b038116811461075657600080fd5b919050565b60006020828403121561076c578081fd5b61030f8261073f565b600080600060408486031215610789578182fd5b6107928461073f565b9250602084013567ffffffffffffffff808211156107ae578384fd5b818601915086601f8301126107c1578384fd5b8135818111156107cf578485fd5b8760208285010111156107e0578485fd5b6020830194508093505050509250925092565b60008251610805818460208701610842565b9190910192915050565b602081526000825180602084015261082e816040850160208701610842565b601f01601f19169190910160400192915050565b60005b8381101561085d578181015183820152602001610845565b8381111561043c575050600091015256fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a264697066735822122075f62e708ce15eb0b25b59a296048f32db4cd3106c5c0c15f3f70e78add60da564736f6c63430008040033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206b3faec7e30d7f447f63672358fde58ba7d4ac63654de04e331b8ff3dba9deb964736f6c6343000804003300000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000016556e6c6f636b642067656e65736973206d61726b657400000000000000000000
Deployed Bytecode
0x60806040523480156200001157600080fd5b5060043610620002855760003560e01c806391aefd4c1162000161578063bfb0fb8611620000d3578063ddcaa9ea1162000092578063ddcaa9ea1462000508578063e655dbd81462000512578063ec778a1a1462000529578063f2fde38b1462000533578063f67b1847146200054a578063fccce7f1146200056157600080fd5b8063bfb0fb8614620004a2578063c297b56214620004b9578063ca446dd914620004d0578063d35d46e114620004e7578063d93f2d9b14620004f157600080fd5b8063af899b161162000120578063af899b161462000456578063b422d62a146200046d578063ba8211651462000477578063bb2c01f2146200048e578063bc1a3202146200049857600080fd5b806391aefd4c1462000417578063a77abced1462000421578063ae356fb71462000438578063aecda3781462000442578063aeeb7fcd146200044c57600080fd5b806352bda02311620001fb578063715018a611620001ba578063715018a614620003d057806375d2641314620003da578063818f344f14620003e45780638da5cb5b14620003fb5780638f56cf78146200040d57600080fd5b806352bda023146200035b578063568ef47014620003725780635732dd5f146200038b5780635aad534314620003a25780636e681e5414620003b957600080fd5b806335da3394116200024857806335da3394146200030f57806335e6e4d0146200032657806337a06c74146200033057806344dca17a146200033a5780634fec146d146200035157600080fd5b806303df3f10146200028a57806315ac72ca14620002b157806321b131f014620002c857806321f8a72114620002e1578063283d62ad14620002f8575b600080fd5b6200029462000578565b6040516001600160a01b0390911681526020015b60405180910390f35b62000294620002c2366004620020ef565b6200059d565b620002df620002d93660046200212d565b62000655565b005b62000294620002f236600462002181565b62000786565b620002df62000309366004620020ef565b620007a1565b620002df62000320366004620020ef565b62000893565b620002946200098a565b62000294620009a8565b620002df6200034b366004620020ef565b620009ce565b6200029462000acb565b620002df6200036c3660046200212d565b62000aed565b6200037c62000c0e565b604051620002a891906200231a565b620002df6200039c366004620020ef565b62000ca8565b620002df620003b3366004620020ef565b62000da1565b620002df620003ca366004620020ef565b62000e93565b620002df62000f8f565b6200029462000fca565b620002df620003f5366004620020ef565b62000fef565b6000546001600160a01b031662000294565b62000294620010a2565b62000294620010bb565b620002df62000432366004620020ef565b620010d5565b62000294620011cf565b62000294620011f0565b620002946200120a565b620002df620004673660046200212d565b6200122e565b6200029462001369565b620002df62000488366004620021cc565b62001390565b6200029462001488565b62000294620014a4565b620002df620004b3366004620020ef565b620014c1565b620002df620004ca366004620020ef565b620015b7565b620002df620004e13660046200219a565b620016ac565b6200029462001795565b620002df62000502366004620020ef565b620017b3565b62000294620018a7565b620002df62000523366004620020ef565b620018c6565b62000294620019c3565b620002df62000544366004620020ef565b620019e8565b620002df6200055b36600462002229565b62001a8a565b620002df62000572366004620020ef565b62001ac2565b6000620005986f2aa4afa220aa20afa82927ab24a222a960811b62000786565b905090565b600080546001600160a01b03163314620005d45760405162461bcd60e51b8152600401620005cb906200232f565b60405180910390fd5b6000829050806001600160a01b031663aaf10f426040518163ffffffff1660e01b815260040160206040518083038186803b1580156200061357600080fd5b505afa15801562000628573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200064e91906200210e565b9392505050565b6000546001600160a01b03163314620006825760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038316620006c65760405162461bcd60e51b8152600401620005cb91906200231a565b50620006e46d2622a7222fa827a7a62fa627a0a760911b8362001bc1565b816001600160a01b03167f7345eb1dc0b2ae8f1ac58331469a9310234754aacbee20b72629d096c97f319a826040516200071f91906200231a565b60405180910390a280511562000782576d2622a7222fa827a7a62fa627a0a760911b60005260026020527fbcfea3a7cc82b77872ae73f540105101695b452f9c59f5fa3e708c258cac38145462000780906001600160a01b03168262001d2d565b505b5050565b6000908152600260205260409020546001600160a01b031690565b6000546001600160a01b03163314620007ce5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620008125760405162461bcd60e51b8152600401620005cb91906200231a565b50692827a7a62fa0a226a4a760b11b600090815260026020527f8625fbc469bac10fd11de1d783dcd446542784dbcc535ef64a1da61860fda74c80546001600160a01b0319166001600160a01b03841690811790915560405190917fc20a317155a9e7d84e06b716b4b355d47742ab9f8c5d630e7f556553f582430d91a250565b6000546001600160a01b03163314620008c05760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620009045760405162461bcd60e51b8152600401620005cb91906200231a565b506e22a6a2a923a2a721acafa0a226a4a760891b600090815260026020527f767aa9c986e1d88108b2558f00fbd21b689a0397581446e2e868cd70421026cc80546001600160a01b0319166001600160a01b03841690811790915560405190917fe19673fc861bfeb894cf2d6b7662505497ef31c0f489b742db24ee331082691691a250565b6000620005986d2622a7222fa827a7a62fa627a0a760911b62000786565b600062000598752622a7222fa827a7a62fa1a7a72324a3aaa920aa27a960511b62000786565b6000546001600160a01b03163314620009fb5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662000a3f5760405162461bcd60e51b8152600401620005cb91906200231a565b50742aa72627a1a5a22fa220aa20afa82927ab24a222a960591b600090815260026020527f562d64f4ad3698b20247cf2a6ffdba7ad8b309877b0df1391cfb65e02a3ff55a80546001600160a01b0319166001600160a01b03841690811790915560405190917f8635e660df51cea5d41609c18171ed3e8bafc68d4e1cb956c0d995f92af721ab91a250565b600062000598714e4654585f5641554c545f464143544f525960701b62000786565b6000546001600160a01b0316331462000b1a5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03831662000b5e5760405162461bcd60e51b8152600401620005cb91906200231a565b5062000b77681311539117d413d3d360ba1b8362001bc1565b816001600160a01b03167fbfc619737e89c65560f2d6eb6a2bda1e3834de5076fea75cd0f5f536a8cfe7fd8260405162000bb291906200231a565b60405180910390a28051156200078257681311539117d413d3d360ba1b60005260026020527ff44b190733c20356be296687832bd64d839805efb0c8983b2e607f5029c6810f5462000780906001600160a01b03168262001d2d565b60606001805462000c1f9062002393565b80601f016020809104026020016040519081016040528092919081815260200182805462000c4d9062002393565b801562000c9e5780601f1062000c725761010080835404028352916020019162000c9e565b820191906000526020600020905b81548152906001019060200180831162000c8057829003601f168201915b5050505050905090565b6000546001600160a01b0316331462000cd55760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662000d195760405162461bcd60e51b8152600401620005cb91906200231a565b507029aaa9a424afa9aba0a82fa927aaaa22a960791b600090815260026020527f9a0702bfc9700ffdc73847b346a818cb431f284037f417b59ea4799966f9f28780546001600160a01b0319166001600160a01b03841690811790915560405190917f3d124d1fb399eb3717982ea16ae24de4534adcae8a2dce47d6095e5de51eb5ee91a250565b6000546001600160a01b0316331462000dce5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662000e125760405162461bcd60e51b8152600401620005cb91906200231a565b50694e46545f4f5241434c4560b01b600090815260026020527fd256573a67b68ec71e80505deb5528e1963f10c169c1e68138ece712979ccaa280546001600160a01b0319166001600160a01b03841690811790915560405190917f076102b2bd22aa096a5b351d8fa11c0f6d64b8d204f6a3ca79c56f3f7f7942f191a250565b6000546001600160a01b0316331462000ec05760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662000f045760405162461bcd60e51b8152600401620005cb91906200231a565b50732622a7222fa827a7a62fa624a8aaa4a220aa27a960611b600090815260026020527fa9d91df84c206e894f14a28b002586d1b0315459a75bcfbe094968542d05803580546001600160a01b0319166001600160a01b03841690811790915560405190917f259df59635e2b3c9b49a6198a1245176324e18f7fe9249520de324461b73ba4e91a250565b6000546001600160a01b0316331462000fbc5760405162461bcd60e51b8152600401620005cb906200232f565b62000fc8600062001d71565b565b6000620005987424a721a2a72a24ab22a9afa1a7a72a2927a62622a960591b62000786565b6000546001600160a01b031633146200101c5760405162461bcd60e51b8152600401620005cb906200232f565b6f2aa4afa220aa20afa82927ab24a222a960811b600090815260026020527f272e0cba8abd91390952f922e44b8d795ba647bb47e67fe8fa0307bbbab34de780546001600160a01b0319166001600160a01b03841690811790915560405190917fbaa158b0a3ca8f35a499f3aef76ff525981f7c75ca46abad634a08c9e81a36dc91a250565b600062000598681311539117d413d3d360ba1b62000786565b600062000598694e46545f4f5241434c4560b01b62000786565b6000546001600160a01b03163314620011025760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620011465760405162461bcd60e51b8152600401620005cb91906200231a565b50714e4654585f5641554c545f464143544f525960701b600090815260026020527f87baa552f555cb2b30750e344acb6ff9ba5d0c6d22c97b9a7f7888b38b3f810280546001600160a01b0319166001600160a01b03841690811790915560405190917f3a7ef17bf4cd0de95350dbb8a102f4f6d40bec3ef26c47b6694c6b3682917a3691a250565b6000620005987029aaa9a424afa9aba0a82fa927aaaa22a960791b62000786565b600062000598692827a7a62fa0a226a4a760b11b62000786565b600062000598732622a7222fa827a7a62fa624a8aaa4a220aa27a960611b62000786565b6000546001600160a01b031633146200125b5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b0383166200129f5760405162461bcd60e51b8152600401620005cb91906200231a565b50620012c5752622a7222fa827a7a62fa1a7a72324a3aaa920aa27a960511b8362001bc1565b816001600160a01b03167f6ced294e02c31ff00da9d7bbee40da5921dd55bf9e6f9ca5056e064dd9b11b6d826040516200130091906200231a565b60405180910390a28051156200078257752622a7222fa827a7a62fa1a7a72324a3aaa920aa27a960511b60005260026020527faac1a476734545f8509278d2ed5612497386cbf00e67bd7e6542f3abae5e204d5462000780906001600160a01b03168262001d2d565b600062000598762ba0a62622aa2fa120a620a721a2afa82927ab24a222a960491b62000786565b6000546001600160a01b03163314620013bd5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038316620014015760405162461bcd60e51b8152600401620005cb91906200231a565b506200140e838362001bc1565b816001600160a01b03167f59947b80568bcefcf96a9a2061cd82e808a7f3050c394d532f3701c6ebbaa5a1846001846040516200144e93929190620022f7565b60405180910390a2805115620007805760008381526002602052604090205462001482906001600160a01b03168262001d2d565b50505050565b6000620005986b2629a9ab26afa927aaaa22a960a11b62000786565b6000620005986c554e46545f524547495354525960981b62000786565b6000546001600160a01b03163314620014ee5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620015325760405162461bcd60e51b8152600401620005cb91906200231a565b506d524553455256455f4f5241434c4560901b600090815260026020527f6d49d3d1030b77d16b7f72fc1f20c66702df8a8a9018ce19a7b44f0f77f5b33180546001600160a01b0319166001600160a01b03841690811790915560405190917fec19139981cfa00035ca96c73ca2968b8a2183ac5e4fb3d1077504985458df3a91a250565b6000546001600160a01b03163314620015e45760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620016285760405162461bcd60e51b8152600401620005cb91906200231a565b506c554e46545f524547495354525960981b600090815260026020527fddc6f23c3df8c57c24d4d0ec2cdbc3b07e2f4f8b09cc9fe1fe4d02db8f6a441580546001600160a01b0319166001600160a01b03841690811790915560405190917fc3e9ad31db00fbc1952bca0895b284835c768a81628405743f7051c8373b75df91a250565b6000546001600160a01b03163314620016d95760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b0382166200171d5760405162461bcd60e51b8152600401620005cb91906200231a565b50600082815260026020908152604080832080546001600160a01b0319166001600160a01b038616908117909155815184815292830191829052927f59947b80568bcefcf96a9a2061cd82e808a7f3050c394d532f3701c6ebbaa5a192620017899287929190620022f7565b60405180910390a25050565b6000620005986d524553455256455f4f5241434c4560901b62000786565b6000546001600160a01b03163314620017e05760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620018245760405162461bcd60e51b8152600401620005cb91906200231a565b506b2629a9ab26afa927aaaa22a960a11b600090815260026020527fe98696f8d1c328cf9cad2bf4dac8c0e24e1329bd6d5978f95ca053925a30b7ed80546001600160a01b0319166001600160a01b03841690811790915560405190917f35690a82e994cd611b402cfb430e4a7ae7a5ba59329348c4387f16b126e01d5491a250565b6000620005986e22a6a2a923a2a721acafa0a226a4a760891b62000786565b6000546001600160a01b03163314620018f35760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b038216620019375760405162461bcd60e51b8152600401620005cb91906200231a565b507424a721a2a72a24ab22a9afa1a7a72a2927a62622a960591b600090815260026020527fa1d1dc73c448a2a4571045da8eae1d3ea099be61034855cbad3ce8306a6a1b8d80546001600160a01b0319166001600160a01b03841690811790915560405190917f403ef00a4bbd70ab05a0358b1a65c9f58c25a689bfdbe212b2fa6e9e6b19b0e091a250565b600062000598742aa72627a1a5a22fa220aa20afa82927ab24a222a960591b62000786565b6000546001600160a01b0316331462001a155760405162461bcd60e51b8152600401620005cb906200232f565b6001600160a01b03811662001a7c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401620005cb565b62001a878162001d71565b50565b6000546001600160a01b0316331462001ab75760405162461bcd60e51b8152600401620005cb906200232f565b62001a878162001dc1565b6000546001600160a01b0316331462001aef5760405162461bcd60e51b8152600401620005cb906200232f565b60408051808201909152600381526218981b60e91b60208201526001600160a01b03821662001b335760405162461bcd60e51b8152600401620005cb91906200231a565b50762ba0a62622aa2fa120a620a721a2afa82927ab24a222a960491b600090815260026020527f540b2f1e3473a36c0370f42bcfe3fccd59bc6a1dd65d140d72607a643488128080546001600160a01b0319166001600160a01b03841690811790915560405190917f0ce1befd314c4a7bf54306803211a0a3199358aef3eff7b91a76f7b2c8c8e4ee91a250565b6000828152600260205260409020546001600160a01b03168062001cc75760405130602482015260009060440160408051601f198184030181529181526020820180516001600160e01b031663189acdbd60e31b1790525190915060009084903090849062001c309062001f9c565b62001c3e93929190620022c0565b604051809103906000f08015801562001c5b573d6000803e3d6000fd5b5060008681526002602090815260409182902080546001600160a01b0319166001600160a01b038516908117909155915188815292935090917f1eb35cb4b5bbb23d152f3b4016a5a46c37a07ae930ed0956aba951e231142438910160405180910390a2505062000780565b604051631b2ce7f360e11b81526001600160a01b038381166004830152829190821690633659cfe690602401600060405180830381600087803b15801562001d0e57600080fd5b505af115801562001d23573d6000803e3d6000fd5b5050505050505050565b60606200064e83836040518060400160405280601e81526020017f416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564000081525062001e13565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b805162001dd690600190602084019062001faa565b507f5e667c32fd847cf8bce48ab3400175cbf107bdc82b2dea62e3364909dfaee7998160405162001e0891906200231a565b60405180910390a150565b606062001e24848460008562001e2c565b949350505050565b60608247101562001e8f5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401620005cb565b843b62001edf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401620005cb565b600080866001600160a01b0316858760405162001efd9190620022a2565b60006040518083038185875af1925050503d806000811462001f3c576040519150601f19603f3d011682016040523d82523d6000602084013e62001f41565b606091505b509150915062001f5382828662001f5e565b979650505050505050565b6060831562001f6f5750816200064e565b82511562001f805782518084602001fd5b8160405162461bcd60e51b8152600401620005cb91906200231a565b610fba80620023fd83390190565b82805462001fb89062002393565b90600052602060002090601f01602090048101928262001fdc576000855562002027565b82601f1062001ff757805160ff191683800117855562002027565b8280016001018555821562002027579182015b82811115620020275782518255916020019190600101906200200a565b506200203592915062002039565b5090565b5b808211156200203557600081556001016200203a565b600067ffffffffffffffff808411156200206e576200206e620023d0565b604051601f8501601f19908116603f01168101908282118183101715620020995762002099620023d0565b81604052809350858152868686011115620020b357600080fd5b858560208301376000602087830101525050509392505050565b600082601f830112620020de578081fd5b6200064e8383356020850162002050565b60006020828403121562002101578081fd5b81356200064e81620023e6565b60006020828403121562002120578081fd5b81516200064e81620023e6565b6000806040838503121562002140578081fd5b82356200214d81620023e6565b9150602083013567ffffffffffffffff81111562002169578182fd5b6200217785828601620020cd565b9150509250929050565b60006020828403121562002193578081fd5b5035919050565b60008060408385031215620021ad578182fd5b823591506020830135620021c181620023e6565b809150509250929050565b600080600060608486031215620021e1578081fd5b833592506020840135620021f581620023e6565b9150604084013567ffffffffffffffff81111562002211578182fd5b6200221f86828701620020cd565b9150509250925092565b6000602082840312156200223b578081fd5b813567ffffffffffffffff81111562002252578182fd5b8201601f8101841362002263578182fd5b62001e248482356020840162002050565b600081518084526200228e81602086016020860162002364565b601f01601f19169290920160200192915050565b60008251620022b681846020870162002364565b9190910192915050565b6001600160a01b03848116825283166020820152606060408201819052600090620022ee9083018462002274565b95945050505050565b8381528215156020820152606060408201526000620022ee606083018462002274565b6020815260006200064e602083018462002274565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60005b838110156200238157818101518382015260200162002367565b83811115620014825750506000910152565b600181811c90821680620023a857607f821691505b60208210811415620023ca57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811462001a8757600080fdfe608060405260405162000fba38038062000fba8339810160408190526200002691620004e0565b82828282816200005860017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd6200060f565b60008051602062000f73833981519152146200008457634e487b7160e01b600052600160045260246000fd5b620000928282600062000105565b50620000c2905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61046200060f565b60008051602062000f5383398151915214620000ee57634e487b7160e01b600052600160045260246000fd5b620000f98262000142565b50505050505062000678565b62000110836200019d565b6000825111806200011e5750805b156200013d576200013b8383620001df60201b620002ea1760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200016d6200020e565b604080516001600160a01b03928316815291841660208301520160405180910390a16200019a8162000247565b50565b620001a881620002fc565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606062000207838360405180606001604052806027815260200162000f93602791396200039f565b9392505050565b60006200023860008051602062000f5383398151915260001b6200047c60201b620002281760201c565b546001600160a01b0316919050565b6001600160a01b038116620002b25760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002db60008051602062000f5383398151915260001b6200047c60201b620002281760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b62000312816200047f60201b620003161760201c565b620003765760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620002a9565b80620002db60008051602062000f7383398151915260001b6200047c60201b620002281760201c565b6060833b620004005760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620002a9565b600080856001600160a01b0316856040516200041d9190620005bc565b600060405180830381855af49150503d80600081146200045a576040519150601f19603f3d011682016040523d82523d6000602084013e6200045f565b606091505b5090925090506200047282828662000485565b9695505050505050565b90565b3b151590565b606083156200049657508162000207565b825115620004a75782518084602001fd5b8160405162461bcd60e51b8152600401620002a99190620005da565b80516001600160a01b0381168114620004db57600080fd5b919050565b600080600060608486031215620004f5578283fd5b6200050084620004c3565b92506200051060208501620004c3565b60408501519092506001600160401b03808211156200052d578283fd5b818601915086601f83011262000541578283fd5b81518181111562000556576200055662000662565b604051601f8201601f19908116603f0116810190838211818310171562000581576200058162000662565b816040528281528960208487010111156200059a578586fd5b620005ad83602083016020880162000633565b80955050505050509250925092565b60008251620005d081846020870162000633565b9190910192915050565b6020815260008251806020840152620005fb81604085016020870162000633565b601f01601f19169190910160400192915050565b6000828210156200062e57634e487b7160e01b81526011600452602481fd5b500390565b60005b838110156200065057818101518382015260200162000636565b838111156200013b5750506000910152565b634e487b7160e01b600052604160045260246000fd5b6108cb80620006886000396000f3fe6080604052600436106100595760003560e01c80633659cfe6146100705780634f1ef286146100905780635c60da1b146100a35780638f283970146100d4578063aaf10f42146100f4578063f851a4401461010957610068565b366100685761006661011e565b005b61006661011e565b34801561007c57600080fd5b5061006661008b36600461075b565b610138565b61006661009e366004610775565b61017f565b3480156100af57600080fd5b506100b86101f0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100e057600080fd5b506100666100ef36600461075b565b61022b565b34801561010057600080fd5b506100b8610255565b34801561011557600080fd5b506100b86102bf565b61012661031c565b6101366101316103b6565b6103c0565b565b6101406103e4565b6001600160a01b0316336001600160a01b031614156101775761017481604051806020016040528060008152506000610417565b50565b61017461011e565b6101876103e4565b6001600160a01b0316336001600160a01b031614156101e8576101e38383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610417915050565b505050565b6101e361011e565b60006101fa6103e4565b6001600160a01b0316336001600160a01b031614156102205761021b6103b6565b905090565b61022861011e565b90565b6102336103e4565b6001600160a01b0316336001600160a01b031614156101775761017481610442565b600061025f6103e4565b6001600160a01b0316336001600160a01b0316146040518060400160405280600381526020016203130360ec1b815250906102b65760405162461bcd60e51b81526004016102ad919061080f565b60405180910390fd5b5061021b610496565b60006102c96103e4565b6001600160a01b0316336001600160a01b031614156102205761021b6103e4565b606061030f838360405180606001604052806027815260200161086f602791396104be565b9392505050565b3b151590565b6103246103e4565b6001600160a01b0316336001600160a01b031614156101365760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4016102ad565b600061021b610496565b3660008037600080366000845af43d6000803e8080156103df573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b61042083610592565b60008251118061042d5750805b156101e35761043c83836102ea565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61046b6103e4565b604080516001600160a01b03928316815291841660208301520160405180910390a1610174816105d2565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc610408565b6060833b61051d5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016102ad565b600080856001600160a01b03168560405161053891906107f3565b600060405180830381855af49150503d8060008114610573576040519150601f19603f3d011682016040523d82523d6000602084013e610578565b606091505b509150915061058882828661067b565b9695505050505050565b61059b816106b4565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166106375760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084016102ad565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060831561068a57508161030f565b82511561069a5782518084602001fd5b8160405162461bcd60e51b81526004016102ad919061080f565b803b6107185760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016102ad565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61065a565b80356001600160a01b038116811461075657600080fd5b919050565b60006020828403121561076c578081fd5b61030f8261073f565b600080600060408486031215610789578182fd5b6107928461073f565b9250602084013567ffffffffffffffff808211156107ae578384fd5b818601915086601f8301126107c1578384fd5b8135818111156107cf578485fd5b8760208285010111156107e0578485fd5b6020830194508093505050509250925092565b60008251610805818460208701610842565b9190910192915050565b602081526000825180602084015261082e816040850160208701610842565b601f01601f19169190910160400192915050565b60005b8381101561085d578181015183820152602001610845565b8381111561043c575050600091015256fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a264697066735822122075f62e708ce15eb0b25b59a296048f32db4cd3106c5c0c15f3f70e78add60da564736f6c63430008040033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206b3faec7e30d7f447f63672358fde58ba7d4ac63654de04e331b8ff3dba9deb964736f6c63430008040033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000016556e6c6f636b642067656e65736973206d61726b657400000000000000000000
-----Decoded View---------------
Arg [0] : marketId (string): Unlockd genesis market
-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000020
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000016
Arg [2] : 556e6c6f636b642067656e65736973206d61726b657400000000000000000000
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.