furqansiddiqui / erc20-php

Interact with Ethereum ERC20 Tokens
MIT License
164 stars 97 forks source link

use FurqanSiddiqui\Ethereum\ERC20\ERC20 not available #41

Open yx1hlqbk opened 1 year ago

yx1hlqbk commented 1 year ago

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