set_balance
Sets the balance of token`` for
target`` contract to new_balance
target
- address of the contract, which balance you want to modifynew_balance
- new balance valuetoken
- token for which the balance is being set
Fully qualified path: snforge_std::cheatcodes::erc20::set_balance
pub fn set_balance(target: ContractAddress, new_balance: u256, token: Token)