我正在使用 remix 发布合同,但我收到这样的错误:
Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending?
内部 JSON-RPC 错误。 { "code": -32000, "message": "gas required 超过限额 (30000000) 或总是失败交易" }
出于目的,可能有问题的合同是已经在 BSC 中发布的合同副本,并且我在我的帐户上测试了 BNB。另一个问题煎饼路由器是否在 BSC 测试网中工作?我注意到当我删除所有与增加流动性等相关的代码时,它运行良好。