I follow the example to do
but ERC20 deployedAt method is not work
$erc20 = new ERC20($infura);
$usdt = $erc20->deployedAt("0xdac17f958d2ee523a2206206994597c13d831ec7");
i get this error
FurqanSiddiqui\Ethereum\ERC20\ERC20::deployedAt(): Argument #1 ($address) must be of type FurqanSiddiqui\Ethereum\Buffers\EthereumAddress, string given
I follow the example to do but ERC20 deployedAt method is not work
i get this error