Functions
withdraw
| Name | Type | Description |
|---|---|---|
receiver | address | This address will receive a transfer. |
wad | uint256 | Amount in wei |
function withdraw(
address receiver,
uint256 wad
) external
| Name | Type | Description |
|---|---|---|
receiver | address | This address will receive a transfer. |
wad | uint256 | Amount in wei |