Buttonswap-PeripheryTechnical ReferenceinterfacesIWETHOn this pageIWETHFunctionsdepositfunction deposit() external payable;transferfunction transfer(address to, uint256 value) external returns (bool);withdrawfunction withdraw(uint256) external;approvefunction approve(address guy, uint256 wad) external returns (bool);