Last update: September 30, 2021
ERC20Mock
Functions
constructor
function constructor(
) public
receive
function receive(
) external
deposit
function deposit(
) public
withdraw
function withdraw(
) public
Events
Deposit
event Deposit(
)
Withdrawal
event Withdrawal(
)