...//ethereum-magicians.org/t/outlining-a-standard-interface-for-cross-domain-erc20-transfers/6151) ## 开发者材料 * [Typechain v5](https://twitter.com/krzKaczor/status/1391473971531587584)(给 Eth 代码做得额 TypeScript 捆绑) * [ETK](https://quilt.github.io/etk/):EVM 字节码...
...存入智能合约,并从其存款中赚取利息。该智能合约以 [ERC 4626](https://ethereum.org/en/developers/docs/standards/tokens/erc-4626/) 为模型,ERC 4626 是 ERC 20 通证标准的流行扩展,用于构建生息金库。质押存款的收益率由 Maker 治理决定,并根据...
...t112 _reserve1,) = getReserves(); // gas savings uint balance0 = IERC20(token0).balanceOf(address(this)); uint balance1 = IERC20(token1).balanceOf(address(this)); uint amount0 = balance0.sub(_reserve0); uint amount1 = balance1.sub(_reserve1); bool feeOn...
...esearch, galaxy podcast, crypto research, ](https://img.learnblockchain.cn/2025/04/29/67082493_image.jpg)\\ \\ Christine Kim\\ \\ 研究副总裁](https://www.galaxy.com/authors/christine-kim) 主题 - [以太坊](https://www.galaxy.com/insights/topics/ethereum) - [质押](https://www.galaxy.com/i...
...最大的交易发送方,他们的激励是看到Compound及其支持的ERC-20资产的增长。Binance团队对潜在新抵押资产的安全性和流动性有深入理解,作为一个流动性场所,希望支持Compound上的资产,反之亦然。 ##### **[IDEO CoLab Ventures](https://c...
...EIPs/blob/43d367eacca27bb6e251a7a7e783921b9b277695/EIPS/eip-4521.md):兼容ERC721/20 * [EIP4546](https://github.com/ethereum/EIPs/blob/7069a3c4b6c59e755a000fc870b0085920eadb2c/EIPS/eip-4546.md):包装存储资金 * [EIP4573](https://github.com/ethereum/EIPs/blob/5b0e6575d0eb7578f238b52e78b85d12fa6...
我已经完成了NFT(ERC721,Polygon链)的铸造,是OpenSea通用的ERC721标准的代币合约,但是卡在了更新元数据上,看了OpenSea的说明教程,大概意思能明白,但操作起来一直不顺利。我是个新手,没有Solidity代码经验,希望各位大佬援...
...导致哈希冲突,特别是在连接多个变量时。 ## 6\. 🔄 ERC4626 中的通胀攻击 **问题:** 什么是 ERC4626 中的通胀攻击,如何演示? ```solidity pragma solidity ^0.8.18; contract ERC4626Vault { mapping(address => uint256) public balances; u...
...理与终端用户分离。该概念最早在2017年就被提出,但在[ERC-4337](https://eips.ethereum.org/EIPS/eip-4337)于2021年提出之前,基本上未能获得任何关注。账户抽象的初步努力最终导致了**智能合约钱包**(smart contract-wallet)的发展,通常称为...
...过多重签名方案控制权限**,以及更多…… EIP-7702 与 [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337) 的组合性也带来了显著优势。这种组合性使智能 EOA 能够与围绕 ERC-4337 构建的现有 SC 钱包和基础设施无缝集成,从而简化新功能的开...