Hello people, has anyone deployed contracts in Avalanche? I have deployed an erc20, that when I run it by console from truffle, I get this message when I call any function of it:

truffle(avalancheFUJICChain)> instance.totalSupply()
Thrown: { code: -32000,
message:
'err: insufficient funds for gas * price + value: address 0x06bc30aA363C8Da1821Ea6B0a05D822d180867bc have 573806275000000000 want 6750000000000000000000 (supplied gas 3000000)' }

any suggestions?

thanks

Sep 14, 2021, 2:58 PM
I thinks error is clear, "err: insufficient funds for gas * price + value"
you dont have suficcient amount on this wallet for pay gas
https://t.me/ethereum_jobs_market
try to ask on this
Sep 14, 2021, 3:03 PM

© 2024 Draquery.com All rights reserved.