...个帐户执行合同和签发交易,从而改善了这种不便。通过ERC-4337,Vitalik向社区提出了这个概念,并于2021年被采纳,现在在以太坊网络中实施。 总之,帐户抽象提供了以下好处: - 其他人支付我的交易费用,或者我为其他人...
...VG NFT * [EIP5269](https://github.com/ethereum/EIPs/pull/5269/files): ERC 接口检测 * [EIP5289](https://github.com/ethereum/EIPs/pull/5289/files): 公证接口,让智能合约在链下具有法律约束力 * [EIP5313](https://eips.ethereum.org/EIPS/eip-5313): 轻合约所有权 * ...
...gma solidity ^0.8.2;import “@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol”; import “@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol”; import “@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol”; import “@openzeppelin/contracts-...
...inal,你就可以通过 scaffold-et 和 OpenZeppelin 合约[创建一种 ERC-20 代币](https://www.linumlabs.com/articles/create-an-open-zeppelin-erc20-in-scaffold-eth-with-great-ease) * [类 Python 的语言 Fe 更新](https://snakecharmers.ethereum.org/fe-development-update-1/) * web3j [v4.8]...
...,在 Remix Terminal 显示 Hardhat 控制台日志 * Etherscan 添加 [ERC1155](https://etherscan.io/tokentxns-nft1155) 多代币标准支持 * [使用 SMTChecker 检查 Solidity 合约不变量的教程](https://medium.com/@sblowpckcr/smtchecker-almost-practical-superpower-5a3efdb3cf19) * [Ten...
...取款。 * L2上的代币合约作为L1代币合约的对手方(例如,ERC20, ERC721)。  *图2:L2的构建区块* *图3:描述了L3和它的底层L2和L1之...
.../learnblockchain.cn/2018/02/28/ico-crowdsale/) * [剖析非同质化代币ERC721--全面解析ERC721标准](https://learnblockchain.cn/2018/03/23/token-erc721/) * [Web3与智能合约交互实战](https://learnblockchain.cn/2018/04/15/web3-html/) * [Web3监听合约事件](https://learnblockchain...
...,包括费用。它可以通过使用以下代码来实现: ``` IERC20(tokenBorrow).transfer(pair, amountToRepay); ``` 这就完成了我们的**uniswapV2Call**函数,它看起来类似于下面:  现在,我们的f...
...37.com/) - [BeInCrypto 关于 4337 的文章](https://beincrypto.com/learn/erc-4337/) - [Biconomy 推文](https://twitter.com/biconomy/status/1632678779511504896) ## EIP-6780 - `SELFDESTRUCT` 不再销毁 好吧,不完全是。除非合约是在同一交易中创建的,否则 SELFDESTRUCT 操...
...](https://pic4.zhimg.com/80/v2-e336b19b2a1fddeb73f42ef266f8a93f_720w.jpg) ERC20 私钥 这种问题,只要有点经验的人都是能够避免的,别人会让你提交私钥,请大家千万记住,但凡提供私钥的宁可错过千万别参与,别贪便宜。这种原则性的问题...
... SELECT t.tx_hash, e.amount FROM ethereum.transactions t JOIN ethereum.erc20_events e ON t.tx_hash = e.tx_hash; -- ✅ 正确:清晰的表名和明确的 AS -- ✅ 正确:清晰的联接 select txs.tx_hash , evt.amount from ethereum.transactions as txs join ethereum.e...
...建立在区块链技术之上的加密代币,通常使用以太坊 的 ERC-721 或 ERC-1155 标准。 与比特币或以太坊等加密货币不同,NFT 代表独特的资产,使每个代币与网络上的其他代币不同。 这种独特性和稀缺性为不同领域中令人兴奋的应用...
...8840833) (Foundry 测试库): 更新了`bound`方法,`stdChains`变量,ERC20/165/721/1155/4626 接口,`assumeNoPrecompiles` helper 方法和`vmSafe`接口 * Remix [项目站点](https://remix-project.org/): 线上 IDE、桌面 IDE、VS Code 扩展、Remixd CLI 和插件 * Paul R Berg 的...