Now via callStatic it doesn't change state but without it I can't get returned values from function call:
let minted = await token.callStatic.mint(account, amount);
how to make it change values to check balances?
hardhat
you should emit events
I need return values to contract-to-contract calls
inside the contracrt you can
Обсуждают сегодня