WrappedROSE
Inherits: ERC20, ERC20Burnable
Functions
constructor
constructor() ERC20("Wrapped ROSE", "wROSE");
deposit
function deposit() external payable;
withdraw
function withdraw(uint256 amount) external;
receive
receive() external payable;
_deposit
function _deposit() internal;
Events
Deposit
event Deposit(address indexed dst, uint256 wad);
Withdrawal
event Withdrawal(address indexed src, uint256 wad);