dsa-connectors-2.0/contracts/mainnet/connectors/eeth/interfaces.sol

7 lines
142 B
Solidity
Raw Normal View History

2024-04-15 08:41:37 +00:00
//SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
2024-04-15 11:22:20 +00:00
interface IEtherfiPool {
2024-04-15 08:41:37 +00:00
function deposit() external payable returns (uint256);
}