IWBERA
Inherits: IERC20
The deposit function allows users to deposit EVM balance (BERA) into the contract. It mints an equivalent amount of WBERA tokens and assigns them to the sender.
Functions
deposit
function deposit() external payable;
withdraw
function withdraw(uint256 amount) external;