MockWstETH
Overview
License: MIT
contract MockWstETH is ERC20Functions info
constructor
constructor(
string memory name,
string memory symbol,
uint8 decimals_
) ERC20(name, symbol)mint (0x40c10f19)
function mint(address account, uint256 amount) publicdecimals (0x313ce567)
function decimals() public view override returns (uint8)setStETHPerToken (0x3def00f2)
stEthPerToken (0x035faf82)
Last updated