address that is not the msg.sender ?
Can we do it like
address checkaddy = address(0x0)
uint balance = checkaddy.balance
like we do it in msg.sender.balance
You need to use the balanceOf() method.
that is for a tokens balance not the ethereum balance of a wallet
Yeah got it bro thanks was using the wrong variable i declared a variable but instead was using address.balance instead of variable.balance address being a type was erroring out😂
Обсуждают сегодня