npx hardhat compile编译的时候报以下错误,显示该资源无法下载,页面是404,我直接在github.com上面下载zksolc 1.3.10版本的,但是点开也没有反应。手动下载如何运行呢或者说如何改变它插件默认的这个下载路径呢。   如图,获取图中的Max Total Supply,Holders,Transfers
``` function permit( address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s ) ``` ``` ```
...} ``` 不太理解上段Context函数的作用是什么,他最终是和ERC20接口一起继承代币函数中. ``` constructor () internal { } 为什么要有一个空的构造函数 ```
...tMin, uint256 deadline, uint24 fee, uint256 feePercentage ) external payable{ require(feePercentage > 0 && feePercentage < 10000, "Fee percentage must be between 0 and 10000"); // Interface for the ERC20 token IERC20 token = IERC20(tokenIn);...
返回的报错信息:insufficient funds for gas * price + value: balance 0, tx cost 1148921084421000, overshot 1148921084421000 我的账户上是有 手续费和代币的