Skip to content

Instantly share code, notes, and snippets.

View SyedImam1998's full-sized avatar
💭
GO BEYONG

Syed Imam SyedImam1998

💭
GO BEYONG
View GitHub Profile
const erc20Abi= [
'function transfer(address to, uint256 amount)',
'function balanceOf(address owner) view returns (uint256)',
'function decimals() view returns (uint8)',
'function symbol() view returns (string)',
'function name() view returns (string)',
]
const provider = new ethers.providers.AlchemyProvider(
'goerli',