python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
PHP web3 ERC20 token function call
I have a Smart Contract that represent ERC20 token. I already deployed the smart contract on Binance Testnet using HardHat.
I have a deployed Smart Contract address as well.
I have integrated Web3 lib...
Jay Vyas
Votes: 0
Answers: 0
How to Mint ERC1155 with my own ERC20 token
I'm tryin to mint my ERC1155 nfts with my own ERC20 so i did the following :
1- created a variable of ERC20
ERC20 public FCG = FCG<br>
and in the constructor i pass the address of the ERC20 t...
melhasso
Votes: 0
Answers: 1
How do I transfer ERC20 tokens using Ether.js?
I'm trying to test my smart contract in Hardhat, but in order to do so I first need to send some ERC20 tokens to my contract (for this test I'm using USDC).
In my test I've impersonated a USDC whale, ...
Jasperan
Votes: 0
Answers: 1
Error: reverted with reason string 'Blacklistable: account is blacklisted'
In my Hardhat test I'm trying to impersonate a USDC account so I can transfer USDC to a test address. The problem is no matter what address I try to impersonate, I always get the following error:
Err...
Jasperan
Votes: 0
Answers: 1