Skip to content

Latest commit

 

History

History
248 lines (229 loc) · 8.41 KB

IWrbtc.md

File metadata and controls

248 lines (229 loc) · 8.41 KB

IWrbtc.sol

View Source: contracts/interfaces/IWrbtc.sol

↘ Derived Contracts: IWrbtcERC20

IWrbtc contract

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