Inherits: IERC20
function deposit() external payable;
function withdraw(uint256) external;
event Deposit(address indexed dst, uint256 wad);
event Withdrawal(address indexed src, uint256 wad);
Last updated 6 months ago