{
  "address": "0x95264cb1A72486d8623c155CEA83E4DDB8be152C",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "Claimed",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint8",
          "name": "version",
          "type": "uint8"
        }
      ],
      "name": "Initialized",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "Staked",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "Propel",
      "outputs": [
        {
          "internalType": "contract IPropel",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "PropelCore",
      "outputs": [
        {
          "internalType": "contract IPropelCore",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "WETH",
      "outputs": [
        {
          "internalType": "contract IWETH",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256[]",
          "name": "ids",
          "type": "uint256[]"
        }
      ],
      "name": "batchEarned",
      "outputs": [
        {
          "internalType": "uint256[]",
          "name": "earneds",
          "type": "uint256[]"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "blast",
      "outputs": [
        {
          "internalType": "contract IBlast",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        }
      ],
      "name": "claim",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256[]",
          "name": "ids",
          "type": "uint256[]"
        }
      ],
      "name": "claimAll",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "cliffTime",
      "outputs": [
        {
          "internalType": "uint64",
          "name": "",
          "type": "uint64"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "currentIds",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        }
      ],
      "name": "earned",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "esPropel",
      "outputs": [
        {
          "internalType": "contract IEsPropel",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "guardian",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IPropelCore",
          "name": "_PropelCore",
          "type": "address"
        },
        {
          "internalType": "contract IPropel",
          "name": "_Propel",
          "type": "address"
        },
        {
          "internalType": "contract IEsPropel",
          "name": "_esPropel",
          "type": "address"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "minDeposits",
      "outputs": [
        {
          "internalType": "uint64",
          "name": "",
          "type": "uint64"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "name": "orderInfos",
      "outputs": [
        {
          "internalType": "uint64",
          "name": "start",
          "type": "uint64"
        },
        {
          "internalType": "uint64",
          "name": "cliffEnd",
          "type": "uint64"
        },
        {
          "internalType": "uint64",
          "name": "releaseEnd",
          "type": "uint64"
        },
        {
          "internalType": "uint64",
          "name": "released",
          "type": "uint64"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "releaseTime",
      "outputs": [
        {
          "internalType": "uint64",
          "name": "",
          "type": "uint64"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "stake",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        }
      ],
      "name": "stateOf",
      "outputs": [
        {
          "internalType": "enum Vest.State",
          "name": "",
          "type": "uint8"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256[]",
          "name": "ids",
          "type": "uint256[]"
        }
      ],
      "name": "totalEarned",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "total",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "transactionHash": "0xd61f6b1f2ac1d142c9911d03e8cb8e91b6fe2866a6461f8c6a7427401f0173aa",
  "receipt": {
    "to": null,
    "from": "0xF1658C608708172655A8e70a1624c29F956Ee63D",
    "contractAddress": "0x95264cb1A72486d8623c155CEA83E4DDB8be152C",
    "transactionIndex": 3,
    "gasUsed": "1639445",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "blockHash": "0x00c952f738a051cfbc6edcc399645cd9ab344df2977f6a352e4489950962f878",
    "transactionHash": "0xd61f6b1f2ac1d142c9911d03e8cb8e91b6fe2866a6461f8c6a7427401f0173aa",
    "logs": [],
    "blockNumber": 2166400,
    "cumulativeGasUsed": "1792917",
    "status": 1,
    "byzantium": true
  },
  "args": [],
  "numDeployments": 1,
  "solcInputHash": "4de37676d1c004b36b5963ce08e9eb57",
  "metadata": "{\"compiler\":{\"version\":\"0.8.19+commit.7dd6d404\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"Claimed\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"Staked\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"Propel\",\"outputs\":[{\"internalType\":\"contract IPropel\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PropelCore\",\"outputs\":[{\"internalType\":\"contract IPropelCore\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"WETH\",\"outputs\":[{\"internalType\":\"contract IWETH\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"}],\"name\":\"batchEarned\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"earneds\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"blast\",\"outputs\":[{\"internalType\":\"contract IBlast\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"claim\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"}],\"name\":\"claimAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"cliffTime\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"currentIds\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"earned\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"esPropel\",\"outputs\":[{\"internalType\":\"contract IEsPropel\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"guardian\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IPropelCore\",\"name\":\"_PropelCore\",\"type\":\"address\"},{\"internalType\":\"contract IPropel\",\"name\":\"_Propel\",\"type\":\"address\"},{\"internalType\":\"contract IEsPropel\",\"name\":\"_esPropel\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"minDeposits\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"orderInfos\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"start\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"cliffEnd\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"releaseEnd\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"released\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"releaseTime\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"stake\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"stateOf\",\"outputs\":[{\"internalType\":\"enum Vest.State\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"}],\"name\":\"totalEarned\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"total\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/core/Vest.sol\":\"Vest\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":2000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```solidity\\n * contract MyToken is ERC20Upgradeable {\\n *     function initialize() initializer public {\\n *         __ERC20_init(\\\"MyToken\\\", \\\"MTK\\\");\\n *     }\\n * }\\n *\\n * contract MyTokenV2 is MyToken, ERC20PermitUpgradeable {\\n *     function initializeV2() reinitializer(2) public {\\n *         __ERC20Permit_init(\\\"MyToken\\\");\\n *     }\\n * }\\n * ```\\n *\\n * TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as\\n * possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}.\\n *\\n * CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure\\n * that all initializers are idempotent. This is not verified automatically as constructors are by Solidity.\\n *\\n * [CAUTION]\\n * ====\\n * Avoid leaving a contract uninitialized.\\n *\\n * An uninitialized contract can be taken over by an attacker. This applies to both a proxy and its implementation\\n * contract, which may impact the proxy. To prevent the implementation contract from being used, you should invoke\\n * the {_disableInitializers} function in the constructor to automatically lock it when it is deployed:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```\\n * /// @custom:oz-upgrades-unsafe-allow constructor\\n * constructor() {\\n *     _disableInitializers();\\n * }\\n * ```\\n * ====\\n */\\nabstract contract Initializable {\\n    /**\\n     * @dev Indicates that the contract has been initialized.\\n     * @custom:oz-retyped-from bool\\n     */\\n    uint8 private _initialized;\\n\\n    /**\\n     * @dev Indicates that the contract is in the process of being initialized.\\n     */\\n    bool private _initializing;\\n\\n    /**\\n     * @dev Triggered when the contract has been initialized or reinitialized.\\n     */\\n    event Initialized(uint8 version);\\n\\n    /**\\n     * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n     * `onlyInitializing` functions can be used to initialize parent contracts.\\n     *\\n     * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n     * constructor.\\n     *\\n     * Emits an {Initialized} event.\\n     */\\n    modifier initializer() {\\n        bool isTopLevelCall = !_initializing;\\n        require(\\n            (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n            \\\"Initializable: contract is already initialized\\\"\\n        );\\n        _initialized = 1;\\n        if (isTopLevelCall) {\\n            _initializing = true;\\n        }\\n        _;\\n        if (isTopLevelCall) {\\n            _initializing = false;\\n            emit Initialized(1);\\n        }\\n    }\\n\\n    /**\\n     * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n     * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n     * used to initialize parent contracts.\\n     *\\n     * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n     * are added through upgrades and that require initialization.\\n     *\\n     * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n     * cannot be nested. If one is invoked in the context of another, execution will revert.\\n     *\\n     * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n     * a contract, executing them in the right order is up to the developer or operator.\\n     *\\n     * WARNING: setting the version to 255 will prevent any future reinitialization.\\n     *\\n     * Emits an {Initialized} event.\\n     */\\n    modifier reinitializer(uint8 version) {\\n        require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n        _initialized = version;\\n        _initializing = true;\\n        _;\\n        _initializing = false;\\n        emit Initialized(version);\\n    }\\n\\n    /**\\n     * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n     * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n     */\\n    modifier onlyInitializing() {\\n        require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n        _;\\n    }\\n\\n    /**\\n     * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n     * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n     * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n     * through proxies.\\n     *\\n     * Emits an {Initialized} event the first time it is successfully executed.\\n     */\\n    function _disableInitializers() internal virtual {\\n        require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n        if (_initialized != type(uint8).max) {\\n            _initialized = type(uint8).max;\\n            emit Initialized(type(uint8).max);\\n        }\\n    }\\n\\n    /**\\n     * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n     */\\n    function _getInitializedVersion() internal view returns (uint8) {\\n        return _initialized;\\n    }\\n\\n    /**\\n     * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n     */\\n    function _isInitializing() internal view returns (bool) {\\n        return _initializing;\\n    }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n    /**\\n     * @dev Returns true if `account` is a contract.\\n     *\\n     * [IMPORTANT]\\n     * ====\\n     * It is unsafe to assume that an address for which this function returns\\n     * false is an externally-owned account (EOA) and not a contract.\\n     *\\n     * Among others, `isContract` will return false for the following\\n     * types of addresses:\\n     *\\n     *  - an externally-owned account\\n     *  - a contract in construction\\n     *  - an address where a contract will be created\\n     *  - an address where a contract lived, but was destroyed\\n     *\\n     * Furthermore, `isContract` will also return true if the target contract within\\n     * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n     * which only has an effect at the end of a transaction.\\n     * ====\\n     *\\n     * [IMPORTANT]\\n     * ====\\n     * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n     *\\n     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n     * constructor.\\n     * ====\\n     */\\n    function isContract(address account) internal view returns (bool) {\\n        // This method relies on extcodesize/address.code.length, which returns 0\\n        // for contracts in construction, since the code is only stored at the end\\n        // of the constructor execution.\\n\\n        return account.code.length > 0;\\n    }\\n\\n    /**\\n     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n     * `recipient`, forwarding all available gas and reverting on errors.\\n     *\\n     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n     * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n     * imposed by `transfer`, making them unable to receive funds via\\n     * `transfer`. {sendValue} removes this limitation.\\n     *\\n     * https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].\\n     *\\n     * IMPORTANT: because control is transferred to `recipient`, care must be\\n     * taken to not create reentrancy vulnerabilities. Consider using\\n     * {ReentrancyGuard} or the\\n     * https://solidity.readthedocs.io/en/v0.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n     */\\n    function sendValue(address payable recipient, uint256 amount) internal {\\n        require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n        (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n        require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n    }\\n\\n    /**\\n     * @dev Performs a Solidity function call using a low level `call`. A\\n     * plain `call` is an unsafe replacement for a function call: use this\\n     * function instead.\\n     *\\n     * If `target` reverts with a revert reason, it is bubbled up by this\\n     * function (like regular Solidity function calls).\\n     *\\n     * Returns the raw returned data. To convert to the expected return value,\\n     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n     *\\n     * Requirements:\\n     *\\n     * - `target` must be a contract.\\n     * - calling `target` with `data` must not revert.\\n     *\\n     * _Available since v3.1._\\n     */\\n    function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n        return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n     * `errorMessage` as a fallback revert reason when `target` reverts.\\n     *\\n     * _Available since v3.1._\\n     */\\n    function functionCall(\\n        address target,\\n        bytes memory data,\\n        string memory errorMessage\\n    ) internal returns (bytes memory) {\\n        return functionCallWithValue(target, data, 0, errorMessage);\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n     * but also transferring `value` wei to `target`.\\n     *\\n     * Requirements:\\n     *\\n     * - the calling contract must have an ETH balance of at least `value`.\\n     * - the called Solidity function must be `payable`.\\n     *\\n     * _Available since v3.1._\\n     */\\n    function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n        return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n     * with `errorMessage` as a fallback revert reason when `target` reverts.\\n     *\\n     * _Available since v3.1._\\n     */\\n    function functionCallWithValue(\\n        address target,\\n        bytes memory data,\\n        uint256 value,\\n        string memory errorMessage\\n    ) internal returns (bytes memory) {\\n        require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n        (bool success, bytes memory returndata) = target.call{value: value}(data);\\n        return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n     * but performing a static call.\\n     *\\n     * _Available since v3.3._\\n     */\\n    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n        return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n     * but performing a static call.\\n     *\\n     * _Available since v3.3._\\n     */\\n    function functionStaticCall(\\n        address target,\\n        bytes memory data,\\n        string memory errorMessage\\n    ) internal view returns (bytes memory) {\\n        (bool success, bytes memory returndata) = target.staticcall(data);\\n        return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n     * but performing a delegate call.\\n     *\\n     * _Available since v3.4._\\n     */\\n    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n        return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n     * but performing a delegate call.\\n     *\\n     * _Available since v3.4._\\n     */\\n    function functionDelegateCall(\\n        address target,\\n        bytes memory data,\\n        string memory errorMessage\\n    ) internal returns (bytes memory) {\\n        (bool success, bytes memory returndata) = target.delegatecall(data);\\n        return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n    }\\n\\n    /**\\n     * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n     * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n     *\\n     * _Available since v4.8._\\n     */\\n    function verifyCallResultFromTarget(\\n        address target,\\n        bool success,\\n        bytes memory returndata,\\n        string memory errorMessage\\n    ) internal view returns (bytes memory) {\\n        if (success) {\\n            if (returndata.length == 0) {\\n                // only check isContract if the call was successful and the return data is empty\\n                // otherwise we already know that it was a contract\\n                require(isContract(target), \\\"Address: call to non-contract\\\");\\n            }\\n            return returndata;\\n        } else {\\n            _revert(returndata, errorMessage);\\n        }\\n    }\\n\\n    /**\\n     * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n     * revert reason or using the provided one.\\n     *\\n     * _Available since v4.3._\\n     */\\n    function verifyCallResult(\\n        bool success,\\n        bytes memory returndata,\\n        string memory errorMessage\\n    ) internal pure returns (bytes memory) {\\n        if (success) {\\n            return returndata;\\n        } else {\\n            _revert(returndata, errorMessage);\\n        }\\n    }\\n\\n    function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n        // Look for revert reason and bubble it up if present\\n        if (returndata.length > 0) {\\n            // The easiest way to bubble the revert reason is using memory via assembly\\n            /// @solidity memory-safe-assembly\\n            assembly {\\n                let returndata_size := mload(returndata)\\n                revert(add(32, returndata), returndata_size)\\n            }\\n        } else {\\n            revert(errorMessage);\\n        }\\n    }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n    /**\\n     * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n     * another (`to`).\\n     *\\n     * Note that `value` may be zero.\\n     */\\n    event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n    /**\\n     * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n     * a call to {approve}. `value` is the new allowance.\\n     */\\n    event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n    /**\\n     * @dev Returns the amount of tokens in existence.\\n     */\\n    function totalSupply() external view returns (uint256);\\n\\n    /**\\n     * @dev Returns the amount of tokens owned by `account`.\\n     */\\n    function balanceOf(address account) external view returns (uint256);\\n\\n    /**\\n     * @dev Moves `amount` tokens from the caller's account to `to`.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * Emits a {Transfer} event.\\n     */\\n    function transfer(address to, uint256 amount) external returns (bool);\\n\\n    /**\\n     * @dev Returns the remaining number of tokens that `spender` will be\\n     * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n     * zero by default.\\n     *\\n     * This value changes when {approve} or {transferFrom} are called.\\n     */\\n    function allowance(address owner, address spender) external view returns (uint256);\\n\\n    /**\\n     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n     * that someone may use both the old and the new allowance by unfortunate\\n     * transaction ordering. One possible solution to mitigate this race\\n     * condition is to first reduce the spender's allowance to 0 and set the\\n     * desired value afterwards:\\n     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n     *\\n     * Emits an {Approval} event.\\n     */\\n    function approve(address spender, uint256 amount) external returns (bool);\\n\\n    /**\\n     * @dev Moves `amount` tokens from `from` to `to` using the\\n     * allowance mechanism. `amount` is then deducted from the caller's\\n     * allowance.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * Emits a {Transfer} event.\\n     */\\n    function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/core/Vest.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity 0.8.19;\\n\\nimport \\\"../dependencies/PropelOwnableUpgradeable.sol\\\";\\nimport \\\"../interfaces/IPropel.sol\\\";\\nimport \\\"../interfaces/IEsPropel.sol\\\";\\n\\ncontract Vest is PropelOwnableUpgradeable {\\n\\tenum State {\\n\\t\\tinCliff,\\n\\t\\tinRelease,\\n\\t\\toutOfRelease\\n\\t}\\n\\n\\tstruct OrderInfo {\\n\\t\\tuint64 start;\\n\\t\\tuint64 cliffEnd;\\n\\t\\tuint64 releaseEnd;\\n\\t\\tuint64 released;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\tIEsPropel public esPropel;\\n\\tIPropel public Propel;\\n\\n\\tuint64 public cliffTime;\\n\\tuint64 public releaseTime;\\n\\tuint64 public minDeposits;\\n\\n\\tmapping(address => uint256) public currentIds;\\n\\tmapping(address => mapping(uint256 => OrderInfo)) public orderInfos;\\n\\n\\tevent Staked(address account, uint256 id, uint256 amount);\\n\\tevent Claimed(address account, uint256 id, uint256 amount);\\n\\n\\tfunction initialize(IPropelCore _PropelCore, IPropel _Propel, IEsPropel _esPropel) external initializer {\\n\\t\\t__InitCore(_PropelCore);\\n\\t\\tPropel = _Propel;\\n\\t\\tesPropel = _esPropel;\\n\\t\\tcliffTime = 14 days;\\n\\t\\treleaseTime = 14 days;\\n\\t\\tminDeposits = 1e18;\\n\\t}\\n\\n\\tfunction stake(uint256 amount) external {\\n\\t\\trequire(amount >= minDeposits, \\\"Vest: too little deposits to stake\\\");\\n\\t\\taddress account = msg.sender;\\n\\t\\tesPropel.sendToken(account, amount);\\n\\t\\tuint256 currentId = currentIds[account]++;\\n\\t\\torderInfos[account][currentId] = OrderInfo({ start: uint64(block.timestamp), cliffEnd: uint64(block.timestamp + cliffTime), releaseEnd: uint64(block.timestamp + cliffTime + releaseTime), released: 0, amount: amount });\\n\\t\\temit Staked(account, currentId, amount);\\n\\t}\\n\\n\\tfunction stateOf(address account, uint256 id) public view returns (State) {\\n\\t\\trequire(id < currentIds[account], \\\"Vest: invalid order id\\\");\\n\\t\\tif (block.timestamp < orderInfos[account][id].cliffEnd) {\\n\\t\\t\\treturn State.inCliff;\\n\\t\\t} else if (block.timestamp < orderInfos[account][id].releaseEnd) {\\n\\t\\t\\treturn State.inRelease;\\n\\t\\t}\\n\\t\\treturn State.outOfRelease;\\n\\t}\\n\\n\\tfunction claimAll(uint256[] memory ids) external {\\n\\t\\taddress account = msg.sender;\\n\\t\\tfor (uint256 i = 0; i < ids.length; i++) {\\n\\t\\t\\tuint256 id = ids[i];\\n\\t\\t\\trequire(id < currentIds[account], \\\"Vest: invalid id\\\");\\n\\t\\t\\tState state = stateOf(account, id);\\n\\t\\t\\tuint64 total = orderInfos[account][id].releaseEnd - orderInfos[account][id].cliffEnd;\\n\\t\\t\\tif (orderInfos[account][id].released == total) {\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\tif (state == State.inCliff) {\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t} else if (state == State.inRelease) {\\n\\t\\t\\t\\tuint64 walked = uint64(block.timestamp - orderInfos[account][id].cliffEnd);\\n\\t\\t\\t\\tuint256 amount = ((walked - orderInfos[account][id].released) * orderInfos[account][id].amount) / total;\\n\\t\\t\\t\\torderInfos[account][id].released = walked;\\n\\t\\t\\t\\tPropel.esPropel2Propel(account, amount);\\n\\t\\t\\t\\temit Claimed(account, id, amount);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tuint64 leftWalk = total - orderInfos[account][id].released;\\n\\t\\t\\t\\tuint256 amount = (leftWalk * orderInfos[account][id].amount) / total;\\n\\t\\t\\t\\torderInfos[account][id].released = total;\\n\\t\\t\\t\\tPropel.esPropel2Propel(account, amount);\\n\\t\\t\\t\\temit Claimed(account, id, amount);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\tfunction claim(uint256 id) external {\\n\\t\\taddress account = msg.sender;\\n\\t\\trequire(id < currentIds[account], \\\"Vest: invalid id\\\");\\n\\t\\tState state = stateOf(account, id);\\n\\t\\tuint64 total = orderInfos[account][id].releaseEnd - orderInfos[account][id].cliffEnd;\\n\\t\\trequire(orderInfos[account][id].released < total, \\\"Vest: order claimed\\\");\\n\\t\\tif (state == State.inCliff) {\\n\\t\\t\\trevert(\\\"Vest: in cliff\\\");\\n\\t\\t} else if (state == State.inRelease) {\\n\\t\\t\\tuint64 walked = uint64(block.timestamp - orderInfos[account][id].cliffEnd);\\n\\t\\t\\tuint256 amount = ((walked - orderInfos[account][id].released) * orderInfos[account][id].amount) / total;\\n\\t\\t\\torderInfos[account][id].released = walked;\\n\\t\\t\\tPropel.esPropel2Propel(account, amount);\\n\\t\\t\\temit Claimed(account, id, amount);\\n\\t\\t} else {\\n\\t\\t\\tuint64 leftWalk = total - orderInfos[account][id].released;\\n\\t\\t\\tuint256 amount = (leftWalk * orderInfos[account][id].amount) / total;\\n\\t\\t\\torderInfos[account][id].released = total;\\n\\t\\t\\tPropel.esPropel2Propel(account, amount);\\n\\t\\t\\temit Claimed(account, id, amount);\\n\\t\\t}\\n\\t}\\n\\n\\tfunction earned(address account, uint256 id) public view returns (uint256) {\\n\\t\\trequire(id < currentIds[account], \\\"Vest: invalid id\\\");\\n\\t\\tState state = stateOf(account, id);\\n\\t\\tuint64 total = orderInfos[account][id].releaseEnd - orderInfos[account][id].cliffEnd;\\n\\t\\tif (total == orderInfos[account][id].released) {\\n\\t\\t\\treturn 0;\\n\\t\\t}\\n\\t\\tif (state == State.inCliff) {\\n\\t\\t\\treturn 0;\\n\\t\\t} else if (state == State.inRelease) {\\n\\t\\t\\tuint64 walked = uint64(block.timestamp - orderInfos[account][id].cliffEnd);\\n\\t\\t\\treturn ((walked - orderInfos[account][id].released) * orderInfos[account][id].amount) / total;\\n\\t\\t} else {\\n\\t\\t\\tuint64 leftWalk = total - orderInfos[account][id].released;\\n\\t\\t\\treturn (leftWalk * orderInfos[account][id].amount) / total;\\n\\t\\t}\\n\\t}\\n\\n\\tfunction batchEarned(address account, uint256[] memory ids) public view returns (uint256[] memory earneds) {\\n\\t\\tearneds = new uint256[](ids.length);\\n\\t\\tfor (uint256 i = 0; i < ids.length; i++) {\\n\\t\\t\\tearneds[i] = earned(account, ids[i]);\\n\\t\\t}\\n\\t}\\n\\n\\tfunction totalEarned(address account, uint256[] memory ids) public view returns (uint256 total) {\\n\\t\\tfor (uint256 i = 0; i < ids.length; i++) {\\n\\t\\t\\ttotal += earned(account, ids[i]);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x0033009f2a160a69f0e6d3ddf96ac1ef609f6f984689253e3616cbda3b4e89f7\",\"license\":\"MIT\"},\"contracts/dependencies/PropelOwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity 0.8.19;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\\\";\\nimport \\\"../interfaces/IPropelCore.sol\\\";\\n\\n/**\\n    @title Propel Ownable\\n    @notice Contracts inheriting `PropelOwnable` have the same owner as `PropelCore`.\\n            The ownership cannot be independently modified or renounced.\\n */\\ncontract PropelOwnableUpgradeable is Initializable {\\n\\tIPropelCore public PropelCore;\\n\\n\\tfunction __InitCore(IPropelCore _PropelCore) internal {\\n\\t\\tPropelCore = _PropelCore;\\n\\t}\\n\\n\\tmodifier onlyOwner() {\\n\\t\\trequire(msg.sender == owner(), \\\"Only owner\\\");\\n\\t\\t_;\\n\\t}\\n\\n\\tmodifier onlyGuardian() {\\n\\t\\trequire(msg.sender == guardian(), \\\"Only guardian\\\");\\n\\t\\t_;\\n\\t}\\n\\n\\tfunction owner() public view returns (address) {\\n\\t\\treturn PropelCore.owner();\\n\\t}\\n\\n\\tfunction guardian() public view returns (address) {\\n\\t\\treturn PropelCore.guardian();\\n\\t}\\n\\n\\tfunction WETH() public view returns(IWETH) {\\n\\t\\treturn PropelCore.WETH();\\n\\t}\\n\\n\\tfunction blast() public view returns(IBlast) {\\n\\t\\treturn PropelCore.blast();\\n\\t}\\n}\\n\",\"keccak256\":\"0xb4487b159531107e2e13683d30f6ccca2b39284906b482a73e164bba213de959\",\"license\":\"MIT\"},\"contracts/interfaces/IBlast.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity 0.8.19;\\n\\nenum YieldMode {\\n\\tAUTOMATIC,\\n\\tVOID,\\n\\tCLAIMABLE\\n}\\n\\nenum GasMode {\\n\\tVOID,\\n\\tCLAIMABLE\\n}\\n\\ninterface IERC20Rebasing {\\n\\t// changes the yield mode of the caller and update the balance\\n\\t// to reflect the configuration\\n\\tfunction configure(YieldMode) external returns (uint256);\\n\\n\\t// \\\"claimable\\\" yield mode accounts can call this this claim their yield\\n\\t// to another address\\n\\tfunction claim(address recipient, uint256 amount) external returns (uint256);\\n\\n\\t// read the claimable amount for an account\\n\\tfunction getClaimableAmount(address account) external view returns (uint256);\\n}\\n\\ninterface IBlast {\\n\\t// configure\\n\\tfunction configureContract(address contractAddress, YieldMode _yield, GasMode gasMode, address governor) external;\\n\\n\\tfunction configure(YieldMode _yield, GasMode gasMode, address governor) external;\\n\\n\\t// base configuration options\\n\\tfunction configureClaimableYield() external;\\n\\n\\tfunction configureClaimableYieldOnBehalf(address contractAddress) external;\\n\\n\\tfunction configureAutomaticYield() external;\\n\\n\\tfunction configureAutomaticYieldOnBehalf(address contractAddress) external;\\n\\n\\tfunction configureVoidYield() external;\\n\\n\\tfunction configureVoidYieldOnBehalf(address contractAddress) external;\\n\\n\\tfunction configureClaimableGas() external;\\n\\n\\tfunction configureClaimableGasOnBehalf(address contractAddress) external;\\n\\n\\tfunction configureVoidGas() external;\\n\\n\\tfunction configureVoidGasOnBehalf(address contractAddress) external;\\n\\n\\tfunction configureGovernor(address _governor) external;\\n\\n\\tfunction configureGovernorOnBehalf(address _newGovernor, address contractAddress) external;\\n\\n\\t// claim yield\\n\\tfunction claimYield(address contractAddress, address recipientOfYield, uint256 amount) external returns (uint256);\\n\\n\\tfunction claimAllYield(address contractAddress, address recipientOfYield) external returns (uint256);\\n\\n\\t// claim gas\\n\\tfunction claimAllGas(address contractAddress, address recipientOfGas) external returns (uint256);\\n\\n\\tfunction claimGasAtMinClaimRate(address contractAddress, address recipientOfGas, uint256 minClaimRateBips) external returns (uint256);\\n\\n\\tfunction claimMaxGas(address contractAddress, address recipientOfGas) external returns (uint256);\\n\\n\\tfunction claimGas(address contractAddress, address recipientOfGas, uint256 gasToClaim, uint256 gasSecondsToConsume) external returns (uint256);\\n\\n\\t// read functions\\n\\tfunction readClaimableYield(address contractAddress) external view returns (uint256);\\n\\n\\tfunction readYieldConfiguration(address contractAddress) external view returns (uint8);\\n\\n\\tfunction readGasParams(address contractAddress) external view returns (uint256 etherSeconds, uint256 etherBalance, uint256 lastUpdated, GasMode);\\n}\\n\",\"keccak256\":\"0xffaa54f302ba2c47f29080863318906f4094105afb1d5a57798177a9b34f142a\",\"license\":\"MIT\"},\"contracts/interfaces/IEsPropel.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity 0.8.19;\\n\\nimport \\\"@openzeppelin/contracts/token/ERC20/IERC20.sol\\\";\\n\\ninterface IEsPropel is IERC20 {\\n\\tevent SenderUpdated(address sender, bool enabled);\\n\\tevent ReceiverUpdated(address receiver, bool enabled);\\n\\n\\tfunction mint(address account, uint256 amount) external;\\n\\n\\tfunction burn(uint256 amount) external;\\n\\n\\tfunction burnFrom(address account, uint256 amount) external;\\n\\n\\tfunction burnFromPropel(address account, uint256 amount) external;\\n\\n\\tfunction sendToken(address account, uint256 amount) external;\\n}\\n\",\"keccak256\":\"0x6388d396684f53d25b6a87392d688dc6209cb81380c67591a482eee6d62272c9\",\"license\":\"MIT\"},\"contracts/interfaces/IPropel.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity 0.8.19;\\n\\nimport \\\"@openzeppelin/contracts/token/ERC20/IERC20.sol\\\";\\n\\ninterface IPropel is IERC20 {\\n\\tevent EsPropelToPropel(address account, uint256 amount);\\n\\n\\tevent PropelToEsPropel(address account, uint256 amount);\\n\\n\\tfunction propel2EsPropel(address account, uint256 amount) external;\\n\\n\\tfunction esPropel2Propel(address account, uint256 amount) external;\\n\\n\\tfunction burn(uint256 amount) external;\\n\\n\\tfunction burnFrom(address account, uint256 amount) external;\\n}\\n\",\"keccak256\":\"0x8307f8c6b1d4490399a7972696d89dd0e1b473567892c390e4ba6285aab4fdc7\",\"license\":\"MIT\"},\"contracts/interfaces/IPropelCore.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity 0.8.19;\\n\\nimport \\\"../interfaces/IBlast.sol\\\";\\nimport \\\"../interfaces/IWETH.sol\\\";\\n\\ninterface IPropelCore {\\n\\tevent FeeReceiverSet(address feeReceiver);\\n\\tevent GuardianSet(address guardian);\\n\\tevent NewOwnerAccepted(address oldOwner, address owner);\\n\\tevent NewOwnerCommitted(address owner, address pendingOwner, uint256 deadline);\\n\\tevent NewOwnerRevoked(address owner, address revokedOwner);\\n\\tevent Paused();\\n\\tevent PriceFeedSet(address priceFeed);\\n\\tevent Unpaused();\\n\\n\\tfunction acceptTransferOwnership() external;\\n\\n\\tfunction commitTransferOwnership(address newOwner) external;\\n\\n\\tfunction revokeTransferOwnership() external;\\n\\n\\tfunction setFeeReceiver(address _feeReceiver) external;\\n\\n\\tfunction setGuardian(address _guardian) external;\\n\\n\\tfunction setPaused(bool _paused) external;\\n\\n\\tfunction setPriceFeed(address _priceFeed) external;\\n\\n\\tfunction OWNERSHIP_TRANSFER_DELAY() external view returns (uint256);\\n\\n\\tfunction feeReceiver() external view returns (address);\\n\\n\\tfunction guardian() external view returns (address);\\n\\n\\tfunction owner() external view returns (address);\\n\\n\\tfunction WETH() external view returns(IWETH);\\n\\n\\tfunction blast() external view returns(IBlast);\\n\\n\\tfunction ownershipTransferDeadline() external view returns (uint256);\\n\\n\\tfunction paused() external view returns (bool);\\n\\n\\tfunction pendingOwner() external view returns (address);\\n\\n\\tfunction startTime() external view returns (uint256);\\n}\\n\",\"keccak256\":\"0xe099656468b3bdf731d4f5bd1e8e1cc8cece0d45cdef837194c1282fdbcac177\",\"license\":\"MIT\"},\"contracts/interfaces/IWETH.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity 0.8.19;\\n\\nimport \\\"../interfaces/IBlast.sol\\\";\\nimport \\\"@openzeppelin/contracts/token/ERC20/IERC20.sol\\\";\\n\\ninterface IWETH is IERC20, IERC20Rebasing {\\n\\tfunction deposit() external payable;\\n}\\n\",\"keccak256\":\"0x63d5514ce911f067af3312ed496bb55dae2526835692c6d3e01b2c68c6b28d54\",\"license\":\"MIT\"}},\"version\":1}",
  "bytecode": "0x608060405234801561001057600080fd5b50611cc6806100206000396000f3fe608060405234801561001057600080fd5b506004361061016c5760003560e01c80638da5cb5b116100cd578063c0c53b8b11610081578063cf888ec311610066578063cf888ec31461039c578063d30fa005146103bc578063f2b6db51146103cf57600080fd5b8063c0c53b8b14610369578063cd23bcf61461037c57600080fd5b8063ad5c4648116100b2578063ad5c46481461032d578063b4bb228514610335578063b91d40011461035557600080fd5b80638da5cb5b14610312578063a694fc3a1461031a57600080fd5b80633e491d471161012457806360a1cbd71161010957806360a1cbd71461023f57806381a94573146102df578063882af843146102ff57600080fd5b80633e491d4714610216578063452a93201461023757600080fd5b806328c778201161015557806328c77820146101db578063379607f5146101f05780633bb249dc1461020357600080fd5b80630f1a644414610171578063175e1a7d146101bb575b600080fd5b60025461019d9074010000000000000000000000000000000000000000900467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020015b60405180910390f35b6101c36103e8565b6040516001600160a01b0390911681526020016101b2565b6101ee6101e93660046119b4565b610465565b005b6101ee6101fe3660046119f1565b61094c565b6001546101c3906001600160a01b031681565b610229610224366004611a22565b610e58565b6040519081526020016101b2565b6101c36110e6565b6102a361024d366004611a22565b60056020908152600092835260408084209091529082529020805460019091015467ffffffffffffffff80831692680100000000000000008104821692600160801b8204831692600160c01b9092049091169085565b6040805167ffffffffffffffff96871681529486166020860152928516928401929092529092166060820152608081019190915260a0016101b2565b60035461019d9068010000000000000000900467ffffffffffffffff1681565b6002546101c3906001600160a01b031681565b6101c361113a565b6101ee6103283660046119f1565b61118e565b6101c361147e565b610229610343366004611a4e565b60046020526000908152604090205481565b60035461019d9067ffffffffffffffff1681565b6101ee610377366004611a72565b6114d2565b61038f61038a366004611abd565b6116fa565b6040516101b29190611b0d565b6103af6103aa366004611a22565b6117a7565b6040516101b29190611b67565b6102296103ca366004611abd565b6118a4565b6000546101c3906201000090046001600160a01b031681565b60008060029054906101000a90046001600160a01b03166001600160a01b031663175e1a7d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104609190611b8f565b905090565b3360005b825181101561094757600083828151811061048657610486611bac565b6020026020010151905060046000846001600160a01b03166001600160a01b031681526020019081526020016000205481106105095760405162461bcd60e51b815260206004820152601060248201527f566573743a20696e76616c69642069640000000000000000000000000000000060448201526064015b60405180910390fd5b600061051584836117a7565b6001600160a01b0385166000908152600560209081526040808320868452909152812054919250906105669067ffffffffffffffff680100000000000000008204811691600160801b900416611bd8565b6001600160a01b038616600090815260056020908152604080832087845290915290205490915067ffffffffffffffff808316600160c01b90920416036105af57505050610935565b60008260028111156105c3576105c3611b51565b036105d057505050610935565b60018260028111156105e4576105e4611b51565b036107a2576001600160a01b038516600090815260056020908152604080832086845290915281205461062d9068010000000000000000900467ffffffffffffffff1642611bf9565b6001600160a01b0387166000908152600560209081526040808320888452909152812060018101549054929350909167ffffffffffffffff858116929161067d91600160c01b9091041685611bd8565b67ffffffffffffffff166106919190611c0c565b61069b9190611c23565b6001600160a01b0388811660008181526005602090815260408083208b845290915290819020805477ffffffffffffffffffffffffffffffffffffffffffffffff16600160c01b67ffffffffffffffff89160217905560025490516314b1289f60e31b815260048101929092526024820184905292935091169063a58944f890604401600060405180830381600087803b15801561073857600080fd5b505af115801561074c573d6000803e3d6000fd5b5050604080516001600160a01b038b168152602081018990529081018490527f987d620f307ff6b94d58743cb7a7509f24071586a77759b77c2d4e29f75a2f9a9250606001905060405180910390a15050610931565b6001600160a01b03851660009081526005602090815260408083208684529091528120546107e190600160c01b900467ffffffffffffffff1683611bd8565b6001600160a01b03871660009081526005602090815260408083208884529091528120600101549192509067ffffffffffffffff80851691610824918516611c0c565b61082e9190611c23565b6001600160a01b0388811660008181526005602090815260408083208b845290915290819020805477ffffffffffffffffffffffffffffffffffffffffffffffff16600160c01b67ffffffffffffffff8a160217905560025490516314b1289f60e31b815260048101929092526024820184905292935091169063a58944f890604401600060405180830381600087803b1580156108cb57600080fd5b505af11580156108df573d6000803e3d6000fd5b5050604080516001600160a01b038b168152602081018990529081018490527f987d620f307ff6b94d58743cb7a7509f24071586a77759b77c2d4e29f75a2f9a9250606001905060405180910390a150505b5050505b8061093f81611c45565b915050610469565b505050565b3360008181526004602052604090205482106109aa5760405162461bcd60e51b815260206004820152601060248201527f566573743a20696e76616c6964206964000000000000000000000000000000006044820152606401610500565b60006109b682846117a7565b6001600160a01b038316600090815260056020908152604080832087845290915281205491925090610a079067ffffffffffffffff680100000000000000008204811691600160801b900416611bd8565b6001600160a01b038416600090815260056020908152604080832088845290915290205490915067ffffffffffffffff808316600160c01b9092041610610a905760405162461bcd60e51b815260206004820152601360248201527f566573743a206f7264657220636c61696d6564000000000000000000000000006044820152606401610500565b6000826002811115610aa457610aa4611b51565b03610af15760405162461bcd60e51b815260206004820152600e60248201527f566573743a20696e20636c6966660000000000000000000000000000000000006044820152606401610500565b6001826002811115610b0557610b05611b51565b03610cc3576001600160a01b0383166000908152600560209081526040808320878452909152812054610b4e9068010000000000000000900467ffffffffffffffff1642611bf9565b6001600160a01b0385166000908152600560209081526040808320898452909152812060018101549054929350909167ffffffffffffffff8581169291610b9e91600160c01b9091041685611bd8565b67ffffffffffffffff16610bb29190611c0c565b610bbc9190611c23565b6001600160a01b0386811660008181526005602090815260408083208c845290915290819020805477ffffffffffffffffffffffffffffffffffffffffffffffff16600160c01b67ffffffffffffffff89160217905560025490516314b1289f60e31b815260048101929092526024820184905292935091169063a58944f890604401600060405180830381600087803b158015610c5957600080fd5b505af1158015610c6d573d6000803e3d6000fd5b5050604080516001600160a01b0389168152602081018a90529081018490527f987d620f307ff6b94d58743cb7a7509f24071586a77759b77c2d4e29f75a2f9a9250606001905060405180910390a15050610e52565b6001600160a01b0383166000908152600560209081526040808320878452909152812054610d0290600160c01b900467ffffffffffffffff1683611bd8565b6001600160a01b03851660009081526005602090815260408083208984529091528120600101549192509067ffffffffffffffff80851691610d45918516611c0c565b610d4f9190611c23565b6001600160a01b0386811660008181526005602090815260408083208c845290915290819020805477ffffffffffffffffffffffffffffffffffffffffffffffff16600160c01b67ffffffffffffffff8a160217905560025490516314b1289f60e31b815260048101929092526024820184905292935091169063a58944f890604401600060405180830381600087803b158015610dec57600080fd5b505af1158015610e00573d6000803e3d6000fd5b5050604080516001600160a01b0389168152602081018a90529081018490527f987d620f307ff6b94d58743cb7a7509f24071586a77759b77c2d4e29f75a2f9a9250606001905060405180910390a150505b50505050565b6001600160a01b0382166000908152600460205260408120548210610ebf5760405162461bcd60e51b815260206004820152601060248201527f566573743a20696e76616c6964206964000000000000000000000000000000006044820152606401610500565b6000610ecb84846117a7565b6001600160a01b038516600090815260056020908152604080832087845290915281205491925090610f1c9067ffffffffffffffff680100000000000000008204811691600160801b900416611bd8565b6001600160a01b038616600090815260056020908152604080832088845290915290205490915067ffffffffffffffff600160c01b909104811690821603610f69576000925050506110e0565b6000826002811115610f7d57610f7d611b51565b03610f8d576000925050506110e0565b6001826002811115610fa157610fa1611b51565b0361105f576001600160a01b0385166000908152600560209081526040808320878452909152812054610fea9068010000000000000000900467ffffffffffffffff1642611bf9565b6001600160a01b038716600090815260056020908152604080832089845290915290206001810154905491925067ffffffffffffffff8481169261103791600160c01b9091041684611bd8565b67ffffffffffffffff1661104b9190611c0c565b6110559190611c23565b93505050506110e0565b6001600160a01b038516600090815260056020908152604080832087845290915281205461109e90600160c01b900467ffffffffffffffff1683611bd8565b6001600160a01b038716600090815260056020908152604080832089845290915290206001015490915067ffffffffffffffff8084169161104b918416611c0c565b92915050565b60008060029054906101000a90046001600160a01b03166001600160a01b031663452a93206040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043c573d6000803e3d6000fd5b60008060029054906101000a90046001600160a01b03166001600160a01b0316638da5cb5b6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043c573d6000803e3d6000fd5b60035468010000000000000000900467ffffffffffffffff1681101561121c5760405162461bcd60e51b815260206004820152602260248201527f566573743a20746f6f206c6974746c65206465706f7369747320746f2073746160448201527f6b650000000000000000000000000000000000000000000000000000000000006064820152608401610500565b6001546040517f412664ae000000000000000000000000000000000000000000000000000000008152336004820181905260248201849052916001600160a01b03169063412664ae90604401600060405180830381600087803b15801561128257600080fd5b505af1158015611296573d6000803e3d6000fd5b505050506001600160a01b0381166000908152600460205260408120805490826112bf83611c45565b9190505590506040518060a001604052804267ffffffffffffffff168152602001600260149054906101000a900467ffffffffffffffff1667ffffffffffffffff164261130c9190611c7d565b67ffffffffffffffff90811682526003546002546020909301929082169161134d917401000000000000000000000000000000000000000090041642611c7d565b6113579190611c7d565b67ffffffffffffffff90811682526000602080840182905260409384018890526001600160a01b038716808352600582528483208784528252918490208551815487840151888801516060808b01518916600160c01b0277ffffffffffffffffffffffffffffffffffffffffffffffff928a16600160801b02929092166fffffffffffffffffffffffffffffffff938a1668010000000000000000027fffffffffffffffffffffffffffffffff00000000000000000000000000000000909516959099169490941792909217169590951794909417815560809095015160019095019490945582519081529283018490529082018590527f1449c6dd7851abc30abf37f57715f492010519147cc2652fbc38202c18a6ee90910160405180910390a1505050565b60008060029054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043c573d6000803e3d6000fd5b600054610100900460ff16158080156114f25750600054600160ff909116105b8061150c5750303b15801561150c575060005460ff166001145b61157e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a65640000000000000000000000000000000000006064820152608401610500565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016600117905580156115bf576000805461ff0019166101001790555b600080547fffffffffffffffffffff0000000000000000000000000000000000000000ffff16620100006001600160a01b0387160217905560028054600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038681169190911790915585167fffffffff0000000000000000000000000000000000000000000000000000000090911617761275000000000000000000000000000000000000000000179055600380547fffffffffffffffffffffffffffffffff00000000000000000000000000000000166f0de0b6b3a764000000000000001275001790558015610e52576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a150505050565b6060815167ffffffffffffffff811115611716576117166118e5565b60405190808252806020026020018201604052801561173f578160200160208202803683370190505b50905060005b82518110156117a0576117718484838151811061176457611764611bac565b6020026020010151610e58565b82828151811061178357611783611bac565b60209081029190910101528061179881611c45565b915050611745565b5092915050565b6001600160a01b038216600090815260046020526040812054821061180e5760405162461bcd60e51b815260206004820152601660248201527f566573743a20696e76616c6964206f72646572206964000000000000000000006044820152606401610500565b6001600160a01b038316600090815260056020908152604080832085845290915290205468010000000000000000900467ffffffffffffffff16421015611857575060006110e0565b6001600160a01b0383166000908152600560209081526040808320858452909152902054600160801b900467ffffffffffffffff1642101561189b575060016110e0565b50600292915050565b6000805b82518110156117a0576118c78484838151811061176457611764611bac565b6118d19083611c7d565b9150806118dd81611c45565b9150506118a8565b634e487b7160e01b600052604160045260246000fd5b600082601f83011261190c57600080fd5b8135602067ffffffffffffffff80831115611929576119296118e5565b8260051b6040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0603f8301168101818110848211171561196c5761196c6118e5565b60405293845285810183019383810192508785111561198a57600080fd5b83870191505b848210156119a957813583529183019190830190611990565b979650505050505050565b6000602082840312156119c657600080fd5b813567ffffffffffffffff8111156119dd57600080fd5b6119e9848285016118fb565b949350505050565b600060208284031215611a0357600080fd5b5035919050565b6001600160a01b0381168114611a1f57600080fd5b50565b60008060408385031215611a3557600080fd5b8235611a4081611a0a565b946020939093013593505050565b600060208284031215611a6057600080fd5b8135611a6b81611a0a565b9392505050565b600080600060608486031215611a8757600080fd5b8335611a9281611a0a565b92506020840135611aa281611a0a565b91506040840135611ab281611a0a565b809150509250925092565b60008060408385031215611ad057600080fd5b8235611adb81611a0a565b9150602083013567ffffffffffffffff811115611af757600080fd5b611b03858286016118fb565b9150509250929050565b6020808252825182820181905260009190848201906040850190845b81811015611b4557835183529284019291840191600101611b29565b50909695505050505050565b634e487b7160e01b600052602160045260246000fd5b6020810160038310611b8957634e487b7160e01b600052602160045260246000fd5b91905290565b600060208284031215611ba157600080fd5b8151611a6b81611a0a565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b67ffffffffffffffff8281168282160390808211156117a0576117a0611bc2565b818103818111156110e0576110e0611bc2565b80820281158282048414176110e0576110e0611bc2565b600082611c4057634e487b7160e01b600052601260045260246000fd5b500490565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203611c7657611c76611bc2565b5060010190565b808201808211156110e0576110e0611bc256fea26469706673582212204cc9ebc2faac16a4bd60acdf9eb96ffc8e9bb631965a568dc3a31ef49b293e6964736f6c63430008130033",
  "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061016c5760003560e01c80638da5cb5b116100cd578063c0c53b8b11610081578063cf888ec311610066578063cf888ec31461039c578063d30fa005146103bc578063f2b6db51146103cf57600080fd5b8063c0c53b8b14610369578063cd23bcf61461037c57600080fd5b8063ad5c4648116100b2578063ad5c46481461032d578063b4bb228514610335578063b91d40011461035557600080fd5b80638da5cb5b14610312578063a694fc3a1461031a57600080fd5b80633e491d471161012457806360a1cbd71161010957806360a1cbd71461023f57806381a94573146102df578063882af843146102ff57600080fd5b80633e491d4714610216578063452a93201461023757600080fd5b806328c778201161015557806328c77820146101db578063379607f5146101f05780633bb249dc1461020357600080fd5b80630f1a644414610171578063175e1a7d146101bb575b600080fd5b60025461019d9074010000000000000000000000000000000000000000900467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020015b60405180910390f35b6101c36103e8565b6040516001600160a01b0390911681526020016101b2565b6101ee6101e93660046119b4565b610465565b005b6101ee6101fe3660046119f1565b61094c565b6001546101c3906001600160a01b031681565b610229610224366004611a22565b610e58565b6040519081526020016101b2565b6101c36110e6565b6102a361024d366004611a22565b60056020908152600092835260408084209091529082529020805460019091015467ffffffffffffffff80831692680100000000000000008104821692600160801b8204831692600160c01b9092049091169085565b6040805167ffffffffffffffff96871681529486166020860152928516928401929092529092166060820152608081019190915260a0016101b2565b60035461019d9068010000000000000000900467ffffffffffffffff1681565b6002546101c3906001600160a01b031681565b6101c361113a565b6101ee6103283660046119f1565b61118e565b6101c361147e565b610229610343366004611a4e565b60046020526000908152604090205481565b60035461019d9067ffffffffffffffff1681565b6101ee610377366004611a72565b6114d2565b61038f61038a366004611abd565b6116fa565b6040516101b29190611b0d565b6103af6103aa366004611a22565b6117a7565b6040516101b29190611b67565b6102296103ca366004611abd565b6118a4565b6000546101c3906201000090046001600160a01b031681565b60008060029054906101000a90046001600160a01b03166001600160a01b031663175e1a7d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104609190611b8f565b905090565b3360005b825181101561094757600083828151811061048657610486611bac565b6020026020010151905060046000846001600160a01b03166001600160a01b031681526020019081526020016000205481106105095760405162461bcd60e51b815260206004820152601060248201527f566573743a20696e76616c69642069640000000000000000000000000000000060448201526064015b60405180910390fd5b600061051584836117a7565b6001600160a01b0385166000908152600560209081526040808320868452909152812054919250906105669067ffffffffffffffff680100000000000000008204811691600160801b900416611bd8565b6001600160a01b038616600090815260056020908152604080832087845290915290205490915067ffffffffffffffff808316600160c01b90920416036105af57505050610935565b60008260028111156105c3576105c3611b51565b036105d057505050610935565b60018260028111156105e4576105e4611b51565b036107a2576001600160a01b038516600090815260056020908152604080832086845290915281205461062d9068010000000000000000900467ffffffffffffffff1642611bf9565b6001600160a01b0387166000908152600560209081526040808320888452909152812060018101549054929350909167ffffffffffffffff858116929161067d91600160c01b9091041685611bd8565b67ffffffffffffffff166106919190611c0c565b61069b9190611c23565b6001600160a01b0388811660008181526005602090815260408083208b845290915290819020805477ffffffffffffffffffffffffffffffffffffffffffffffff16600160c01b67ffffffffffffffff89160217905560025490516314b1289f60e31b815260048101929092526024820184905292935091169063a58944f890604401600060405180830381600087803b15801561073857600080fd5b505af115801561074c573d6000803e3d6000fd5b5050604080516001600160a01b038b168152602081018990529081018490527f987d620f307ff6b94d58743cb7a7509f24071586a77759b77c2d4e29f75a2f9a9250606001905060405180910390a15050610931565b6001600160a01b03851660009081526005602090815260408083208684529091528120546107e190600160c01b900467ffffffffffffffff1683611bd8565b6001600160a01b03871660009081526005602090815260408083208884529091528120600101549192509067ffffffffffffffff80851691610824918516611c0c565b61082e9190611c23565b6001600160a01b0388811660008181526005602090815260408083208b845290915290819020805477ffffffffffffffffffffffffffffffffffffffffffffffff16600160c01b67ffffffffffffffff8a160217905560025490516314b1289f60e31b815260048101929092526024820184905292935091169063a58944f890604401600060405180830381600087803b1580156108cb57600080fd5b505af11580156108df573d6000803e3d6000fd5b5050604080516001600160a01b038b168152602081018990529081018490527f987d620f307ff6b94d58743cb7a7509f24071586a77759b77c2d4e29f75a2f9a9250606001905060405180910390a150505b5050505b8061093f81611c45565b915050610469565b505050565b3360008181526004602052604090205482106109aa5760405162461bcd60e51b815260206004820152601060248201527f566573743a20696e76616c6964206964000000000000000000000000000000006044820152606401610500565b60006109b682846117a7565b6001600160a01b038316600090815260056020908152604080832087845290915281205491925090610a079067ffffffffffffffff680100000000000000008204811691600160801b900416611bd8565b6001600160a01b038416600090815260056020908152604080832088845290915290205490915067ffffffffffffffff808316600160c01b9092041610610a905760405162461bcd60e51b815260206004820152601360248201527f566573743a206f7264657220636c61696d6564000000000000000000000000006044820152606401610500565b6000826002811115610aa457610aa4611b51565b03610af15760405162461bcd60e51b815260206004820152600e60248201527f566573743a20696e20636c6966660000000000000000000000000000000000006044820152606401610500565b6001826002811115610b0557610b05611b51565b03610cc3576001600160a01b0383166000908152600560209081526040808320878452909152812054610b4e9068010000000000000000900467ffffffffffffffff1642611bf9565b6001600160a01b0385166000908152600560209081526040808320898452909152812060018101549054929350909167ffffffffffffffff8581169291610b9e91600160c01b9091041685611bd8565b67ffffffffffffffff16610bb29190611c0c565b610bbc9190611c23565b6001600160a01b0386811660008181526005602090815260408083208c845290915290819020805477ffffffffffffffffffffffffffffffffffffffffffffffff16600160c01b67ffffffffffffffff89160217905560025490516314b1289f60e31b815260048101929092526024820184905292935091169063a58944f890604401600060405180830381600087803b158015610c5957600080fd5b505af1158015610c6d573d6000803e3d6000fd5b5050604080516001600160a01b0389168152602081018a90529081018490527f987d620f307ff6b94d58743cb7a7509f24071586a77759b77c2d4e29f75a2f9a9250606001905060405180910390a15050610e52565b6001600160a01b0383166000908152600560209081526040808320878452909152812054610d0290600160c01b900467ffffffffffffffff1683611bd8565b6001600160a01b03851660009081526005602090815260408083208984529091528120600101549192509067ffffffffffffffff80851691610d45918516611c0c565b610d4f9190611c23565b6001600160a01b0386811660008181526005602090815260408083208c845290915290819020805477ffffffffffffffffffffffffffffffffffffffffffffffff16600160c01b67ffffffffffffffff8a160217905560025490516314b1289f60e31b815260048101929092526024820184905292935091169063a58944f890604401600060405180830381600087803b158015610dec57600080fd5b505af1158015610e00573d6000803e3d6000fd5b5050604080516001600160a01b0389168152602081018a90529081018490527f987d620f307ff6b94d58743cb7a7509f24071586a77759b77c2d4e29f75a2f9a9250606001905060405180910390a150505b50505050565b6001600160a01b0382166000908152600460205260408120548210610ebf5760405162461bcd60e51b815260206004820152601060248201527f566573743a20696e76616c6964206964000000000000000000000000000000006044820152606401610500565b6000610ecb84846117a7565b6001600160a01b038516600090815260056020908152604080832087845290915281205491925090610f1c9067ffffffffffffffff680100000000000000008204811691600160801b900416611bd8565b6001600160a01b038616600090815260056020908152604080832088845290915290205490915067ffffffffffffffff600160c01b909104811690821603610f69576000925050506110e0565b6000826002811115610f7d57610f7d611b51565b03610f8d576000925050506110e0565b6001826002811115610fa157610fa1611b51565b0361105f576001600160a01b0385166000908152600560209081526040808320878452909152812054610fea9068010000000000000000900467ffffffffffffffff1642611bf9565b6001600160a01b038716600090815260056020908152604080832089845290915290206001810154905491925067ffffffffffffffff8481169261103791600160c01b9091041684611bd8565b67ffffffffffffffff1661104b9190611c0c565b6110559190611c23565b93505050506110e0565b6001600160a01b038516600090815260056020908152604080832087845290915281205461109e90600160c01b900467ffffffffffffffff1683611bd8565b6001600160a01b038716600090815260056020908152604080832089845290915290206001015490915067ffffffffffffffff8084169161104b918416611c0c565b92915050565b60008060029054906101000a90046001600160a01b03166001600160a01b031663452a93206040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043c573d6000803e3d6000fd5b60008060029054906101000a90046001600160a01b03166001600160a01b0316638da5cb5b6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043c573d6000803e3d6000fd5b60035468010000000000000000900467ffffffffffffffff1681101561121c5760405162461bcd60e51b815260206004820152602260248201527f566573743a20746f6f206c6974746c65206465706f7369747320746f2073746160448201527f6b650000000000000000000000000000000000000000000000000000000000006064820152608401610500565b6001546040517f412664ae000000000000000000000000000000000000000000000000000000008152336004820181905260248201849052916001600160a01b03169063412664ae90604401600060405180830381600087803b15801561128257600080fd5b505af1158015611296573d6000803e3d6000fd5b505050506001600160a01b0381166000908152600460205260408120805490826112bf83611c45565b9190505590506040518060a001604052804267ffffffffffffffff168152602001600260149054906101000a900467ffffffffffffffff1667ffffffffffffffff164261130c9190611c7d565b67ffffffffffffffff90811682526003546002546020909301929082169161134d917401000000000000000000000000000000000000000090041642611c7d565b6113579190611c7d565b67ffffffffffffffff90811682526000602080840182905260409384018890526001600160a01b038716808352600582528483208784528252918490208551815487840151888801516060808b01518916600160c01b0277ffffffffffffffffffffffffffffffffffffffffffffffff928a16600160801b02929092166fffffffffffffffffffffffffffffffff938a1668010000000000000000027fffffffffffffffffffffffffffffffff00000000000000000000000000000000909516959099169490941792909217169590951794909417815560809095015160019095019490945582519081529283018490529082018590527f1449c6dd7851abc30abf37f57715f492010519147cc2652fbc38202c18a6ee90910160405180910390a1505050565b60008060029054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043c573d6000803e3d6000fd5b600054610100900460ff16158080156114f25750600054600160ff909116105b8061150c5750303b15801561150c575060005460ff166001145b61157e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a65640000000000000000000000000000000000006064820152608401610500565b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016600117905580156115bf576000805461ff0019166101001790555b600080547fffffffffffffffffffff0000000000000000000000000000000000000000ffff16620100006001600160a01b0387160217905560028054600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038681169190911790915585167fffffffff0000000000000000000000000000000000000000000000000000000090911617761275000000000000000000000000000000000000000000179055600380547fffffffffffffffffffffffffffffffff00000000000000000000000000000000166f0de0b6b3a764000000000000001275001790558015610e52576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a150505050565b6060815167ffffffffffffffff811115611716576117166118e5565b60405190808252806020026020018201604052801561173f578160200160208202803683370190505b50905060005b82518110156117a0576117718484838151811061176457611764611bac565b6020026020010151610e58565b82828151811061178357611783611bac565b60209081029190910101528061179881611c45565b915050611745565b5092915050565b6001600160a01b038216600090815260046020526040812054821061180e5760405162461bcd60e51b815260206004820152601660248201527f566573743a20696e76616c6964206f72646572206964000000000000000000006044820152606401610500565b6001600160a01b038316600090815260056020908152604080832085845290915290205468010000000000000000900467ffffffffffffffff16421015611857575060006110e0565b6001600160a01b0383166000908152600560209081526040808320858452909152902054600160801b900467ffffffffffffffff1642101561189b575060016110e0565b50600292915050565b6000805b82518110156117a0576118c78484838151811061176457611764611bac565b6118d19083611c7d565b9150806118dd81611c45565b9150506118a8565b634e487b7160e01b600052604160045260246000fd5b600082601f83011261190c57600080fd5b8135602067ffffffffffffffff80831115611929576119296118e5565b8260051b6040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0603f8301168101818110848211171561196c5761196c6118e5565b60405293845285810183019383810192508785111561198a57600080fd5b83870191505b848210156119a957813583529183019190830190611990565b979650505050505050565b6000602082840312156119c657600080fd5b813567ffffffffffffffff8111156119dd57600080fd5b6119e9848285016118fb565b949350505050565b600060208284031215611a0357600080fd5b5035919050565b6001600160a01b0381168114611a1f57600080fd5b50565b60008060408385031215611a3557600080fd5b8235611a4081611a0a565b946020939093013593505050565b600060208284031215611a6057600080fd5b8135611a6b81611a0a565b9392505050565b600080600060608486031215611a8757600080fd5b8335611a9281611a0a565b92506020840135611aa281611a0a565b91506040840135611ab281611a0a565b809150509250925092565b60008060408385031215611ad057600080fd5b8235611adb81611a0a565b9150602083013567ffffffffffffffff811115611af757600080fd5b611b03858286016118fb565b9150509250929050565b6020808252825182820181905260009190848201906040850190845b81811015611b4557835183529284019291840191600101611b29565b50909695505050505050565b634e487b7160e01b600052602160045260246000fd5b6020810160038310611b8957634e487b7160e01b600052602160045260246000fd5b91905290565b600060208284031215611ba157600080fd5b8151611a6b81611a0a565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b67ffffffffffffffff8281168282160390808211156117a0576117a0611bc2565b818103818111156110e0576110e0611bc2565b80820281158282048414176110e0576110e0611bc2565b600082611c4057634e487b7160e01b600052601260045260246000fd5b500490565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203611c7657611c76611bc2565b5060010190565b808201808211156110e0576110e0611bc256fea26469706673582212204cc9ebc2faac16a4bd60acdf9eb96ffc8e9bb631965a568dc3a31ef49b293e6964736f6c63430008130033",
  "devdoc": {
    "events": {
      "Initialized(uint8)": {
        "details": "Triggered when the contract has been initialized or reinitialized."
      }
    },
    "kind": "dev",
    "methods": {},
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  },
  "storageLayout": {
    "storage": [
      {
        "astId": 6,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "_initialized",
        "offset": 0,
        "slot": "0",
        "type": "t_uint8"
      },
      {
        "astId": 9,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "_initializing",
        "offset": 1,
        "slot": "0",
        "type": "t_bool"
      },
      {
        "astId": 20214,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "PropelCore",
        "offset": 2,
        "slot": "0",
        "type": "t_contract(IPropelCore)31236"
      },
      {
        "astId": 18736,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "esPropel",
        "offset": 0,
        "slot": "1",
        "type": "t_contract(IEsPropel)30787"
      },
      {
        "astId": 18739,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "Propel",
        "offset": 0,
        "slot": "2",
        "type": "t_contract(IPropel)31089"
      },
      {
        "astId": 18741,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "cliffTime",
        "offset": 20,
        "slot": "2",
        "type": "t_uint64"
      },
      {
        "astId": 18743,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "releaseTime",
        "offset": 0,
        "slot": "3",
        "type": "t_uint64"
      },
      {
        "astId": 18745,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "minDeposits",
        "offset": 8,
        "slot": "3",
        "type": "t_uint64"
      },
      {
        "astId": 18749,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "currentIds",
        "offset": 0,
        "slot": "4",
        "type": "t_mapping(t_address,t_uint256)"
      },
      {
        "astId": 18756,
        "contract": "contracts/core/Vest.sol:Vest",
        "label": "orderInfos",
        "offset": 0,
        "slot": "5",
        "type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(OrderInfo)18733_storage))"
      }
    ],
    "types": {
      "t_address": {
        "encoding": "inplace",
        "label": "address",
        "numberOfBytes": "20"
      },
      "t_bool": {
        "encoding": "inplace",
        "label": "bool",
        "numberOfBytes": "1"
      },
      "t_contract(IEsPropel)30787": {
        "encoding": "inplace",
        "label": "contract IEsPropel",
        "numberOfBytes": "20"
      },
      "t_contract(IPropel)31089": {
        "encoding": "inplace",
        "label": "contract IPropel",
        "numberOfBytes": "20"
      },
      "t_contract(IPropelCore)31236": {
        "encoding": "inplace",
        "label": "contract IPropelCore",
        "numberOfBytes": "20"
      },
      "t_mapping(t_address,t_mapping(t_uint256,t_struct(OrderInfo)18733_storage))": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => mapping(uint256 => struct Vest.OrderInfo))",
        "numberOfBytes": "32",
        "value": "t_mapping(t_uint256,t_struct(OrderInfo)18733_storage)"
      },
      "t_mapping(t_address,t_uint256)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => uint256)",
        "numberOfBytes": "32",
        "value": "t_uint256"
      },
      "t_mapping(t_uint256,t_struct(OrderInfo)18733_storage)": {
        "encoding": "mapping",
        "key": "t_uint256",
        "label": "mapping(uint256 => struct Vest.OrderInfo)",
        "numberOfBytes": "32",
        "value": "t_struct(OrderInfo)18733_storage"
      },
      "t_struct(OrderInfo)18733_storage": {
        "encoding": "inplace",
        "label": "struct Vest.OrderInfo",
        "members": [
          {
            "astId": 18724,
            "contract": "contracts/core/Vest.sol:Vest",
            "label": "start",
            "offset": 0,
            "slot": "0",
            "type": "t_uint64"
          },
          {
            "astId": 18726,
            "contract": "contracts/core/Vest.sol:Vest",
            "label": "cliffEnd",
            "offset": 8,
            "slot": "0",
            "type": "t_uint64"
          },
          {
            "astId": 18728,
            "contract": "contracts/core/Vest.sol:Vest",
            "label": "releaseEnd",
            "offset": 16,
            "slot": "0",
            "type": "t_uint64"
          },
          {
            "astId": 18730,
            "contract": "contracts/core/Vest.sol:Vest",
            "label": "released",
            "offset": 24,
            "slot": "0",
            "type": "t_uint64"
          },
          {
            "astId": 18732,
            "contract": "contracts/core/Vest.sol:Vest",
            "label": "amount",
            "offset": 0,
            "slot": "1",
            "type": "t_uint256"
          }
        ],
        "numberOfBytes": "64"
      },
      "t_uint256": {
        "encoding": "inplace",
        "label": "uint256",
        "numberOfBytes": "32"
      },
      "t_uint64": {
        "encoding": "inplace",
        "label": "uint64",
        "numberOfBytes": "8"
      },
      "t_uint8": {
        "encoding": "inplace",
        "label": "uint8",
        "numberOfBytes": "1"
      }
    }
  }
}