找到约 13 条结果

文章 每周以太坊进展 2023/9/23

...atch.io/),特别是在美国/加拿大/欧盟之外 ## Layer 1 * ERC4337(账户抽象)会议[记录](https://twitter.com/johnrising_/status/1704883350408950189) * [在链上验证 p256 曲线的状态](https://hackmd.io/@1ofB8klpQky-YoR5pmPXFQ/SJ0nuzD1T) * [指南:将预编译...

文章 每周以太坊进展,2020/07/12

...出价的 10%,而创建者的获益捐给慈善机构 ## 治理 * [ERC2774](https://github.com/ethereum/EIPs/blob/de0b77485de2de96ce7b94b0b7a7131e18be19bf/EIPS/eip-2774.md):价格敏感型挑战过程 * [ERC2770](https://github.com/ethereum/EIPs/blob/c2417ea6c2aed914279429b5e90b685671a695...

文章 如何在NFT(ERC721)中获取随机数

...nts/2022/04/pAYexXHa6265fa6d60b17.png!/scale/50) ## 介绍 在遵循[ERC721](https://learnblockchain.cn/2018/03/23/token-erc721)(http://erc721.org/)标准的非同质化代币(NFT)中生成随机数一直是智能合约开发者面临的难题。现在,[Chainlink VRF](http://mp.weixin.qq...

文章 确定性部署,第三部分:其他方法

...但无论如何,拥有这样一个清晰的属性是件好事。 ## ERC-7955 顾名思义,[ERC-7955](https://learnblockchain.cn/docs/eips/EIPS/eip-7955) 是一个 ERC 而不是 EIP [4](https://paragraph.com/@cethology/deterministic-deployments-part-3-other-approaches#fn:4),这意味着...

文章 Solidity 库

...in-contracts) 代码库中,大量使用了继承与库,前面介绍的[ERC20](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol) 使用的是继承,而`utils` 工具中,有很多的使用库,例如:[`Address`](https://github.com/OpenZeppel...

文章 每周以太坊进展2021/10/30

...](https://twitter.com/CairoLang/status/1453287662777929743) - [Arbitrum ERC20 免许可桥接已开放](https://twitter.com/arbitrum/status/1451661392281579530) - Optimism [EVM 等价虚拟机](https://medium.com/ethereum-optimism/introducing-evm-equivalence-5c2021deb306) ## 开发者材料 ...

文章 EIP-1153 除了赋能 Uniswap-v4 还能做什么

...时会让绝大部分 DeFi 合约更节省 gas ### Single transaction [ERC-20](https://eips.ethereum.org/EIPS/eip-20) approval 不知道有没有其他小伙伴和笔者一样,在刚接触 Dex 的时候,被想要 Swap 却要先 Approve Token 这一操作给整懵了。更难受的是,假...

文章 Optimism 对比 Polygon:哪个以太坊二层网络适合你?

... Optimistic Virtual Machine (OVM) 实现以太坊兼容性。\- 构建 [Superchain-](https://www.bankless.com/optimism-op-superchain),旨在互连 L2 生态系统 | \- 2017 年作为 Matic Network 成立,2021 年更名为 Polygon。\- 通过 PoS 侧链和 zkEVM 实现可扩展性。\- PoS 独立...

文章 DEI漏洞复现

...ort "forge-std/Test.sol"; import "./interface.sol"; import "../contracts/ERC20.sol"; interface DEI { function burnFrom(address account, uint256 amount) external; } interface AMM { function sync() external; function swap(uint amount0Out, uint amount1Out, address to, bytes call...

文章 ethers.js分析

...umber() ``` # 合约操作 ## 创建合约实例 ``` const abiERC20 = [ "function name() view returns (string)", "function symbol() view returns (string)", "function totalSupply() view returns (uint256)", "function balanceOf(address) view returns (uin...

文章 以太坊安卓钱包开发系列5 - 发送转账交易

...提供的预测gas price的接口,如:[gasPriceOracle](https://www.etherchain.org/tools/gasPriceOracle) 、 [ethgasAPI](https://ethgasstation.info/json/ethgasAPI.json)、 [etherscan gastracker](https://etherscan.io/gastracker),大家可自行选择。 获取Gas设置,[代码](https://gith...

文章 從抽象帳戶到ERC4337

## 從抽象帳戶到 ERC4337 ### 從使用者角度,看 ERC4337 對合約錢包帶來的變化 > 特別感謝 [Cyan Ho](https://medium.com/u/fa719f8b236f?source=post_page---user_mention--1b10d417b8d5---------------------------------------), [NIC Lin](https://medium.com/u/aca73f7679fe?source=pos...

文章 引介 Wrapped Native:Wrapped Ether 的现代替代品

...具自由部署到任何 EVM 兼容链上,网址为 [https://developers.erc721c.com/infrastructure](https://developers.erc721c.com/infrastructure) 。 只需将任何以太坊钱包连接到基础设施部署工具,即可在你选择的链上将 Wrapped Native 合约部署并验证到地址 **0x...