...es) (EIP7667 的 zk rollups 克隆): 提高哈希函数的 gas 成本 * ERCs (应用层标准): * [ERC838](https://github.com/ethereum/ERCs/pull/477/files) (复活): REVERT 原因字符串的 ABI 规范 * [ERC7720](https://ercs.ethereum.org/ERCS/erc-7720): 延迟代币转移 (ERC20)...
...a:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%271064%27%20height=%27456%27/%3e) 上周,来自世界各地的以太坊客户端、测试和研究团队齐聚一...
...hereum/EIPs/pull/8385/files):EOF – 为地址空间扩展做准备 * ERC(应用层): * [ERC7672](https://github.com/ethereum/ERCs/pull/353/files):基于事件的 NFT 设施 * [ERC7673](https://github.com/ethereum/ERCs/pull/354/files):可区分的 base256emoji 地址 ...
...st"] } ``` `hardhat.config.ts`: ```typescript import { HardhatUserConfig } from "hardhat/config"; import "@nomicfoundation/hardhat-toolbox"; const config: HardhatUserConfig = { solidity: { version: "0.8.20", settings: { optimizer: { enabled: true, ...
...om/ethereum/EIPs/pull/7944/files):将委员会索引移到见证外 * ERC(应用层): * [ERC7548](https://github.com/ethereum/ERCs/pull/77/files):开放 IP 协议(remix ERC721 NFT) * [ERC7550](https://github.com/ethereum/ERCs/pull/81/files):临时 ERC20 批准 *...
.../下溢检查,安全可靠。 - **OpenZeppelin**:提供安全的ERC20和访问控制库。 - **Hardhat**:测试和调试燃烧逻辑。 - **EVM特性**: - 燃烧到`0x0`地址只是转移,实际销毁需更新`totalSupply`。 - `delegatecall`或外部调用需防重入...
...IP 定义了一种用智能合约钱包签署授权的方法 ## ERC-4337 目前的状态  public payable { IERC20 token = IERC20(_tokenAddress); token.approve(address(this),amount); token.transferFrom(msg.sender,address(this),amount); } ``` 以上是我写的ERC20向合约地址转账的代码,转账失...
创建了erc20代币,但是不知道咋么添加图标,请老师指点,详细的步骤
你好! 我写了一个合约 是转erc20_usdt的,现在用remix_javascript vm调用 approveofUsdt 来授权。授权完了,再执行我合约写的转账方法pledgeUsdt,无法把代币转走。报错:The called function should be payable if you send value and the value you send should b...
请问,调用什么 **API** ,才能查询到给 ERC20 代币授权过