Skip to content

Latest commit

 

History

History
138 lines (119 loc) · 3.85 KB

IWrbtc.md

File metadata and controls

138 lines (119 loc) · 3.85 KB

IWrbtc.sol

View Source: contracts/Interfaces/IWrbtc.sol

↗ Extends: IERC20

IWrbtc

Functions


deposit

function deposit() external payable
Source Code
function deposit() external payable;

withdraw

function withdraw(uint256 wad) external nonpayable

Arguments

Name Type Description
wad uint256
Source Code
function withdraw(uint256 wad) external;

Contracts