找到约 12 条结果

文章 Solidity语言 - 钻石标准(EIP-2535)解析 - 第二部分 - Quicknode

...诉我们](https://airtable.com/shrKKKP7O1Uw3ZcUB?prefill_Guide+Name=The%20Diamond%20Standard%20(EIP-2535)%20Explained%20-%20Part%202)! ## 概述 在 [钻石标准系列的第一部分](https://www.quicknode.com/guides/smart-contract-development/the-diamond-standard-eip-2535-explained-part-1) ...

文章 Amphora:合并的一个重要里程碑

![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%271064%27%20height=%27456%27/%3e)![Amphora: A Major Merge Milestone](https://img.learnblockchain.cn/2025/04/26/41610263_image.jpg) 今年早些时候,[Rayonism 黑客马拉松](https://blog.ethereu...

文章 以太坊 - 使用JavaScript与0x API进行交互 - Quicknode

...于默认报价 ``` 默认报价 { chainId: 1, price: '1813.2127887520304968', guaranteedPrice: '1795.0806608645101918', to: '0xdef1c0ded9bec7f1a1670819833240f027b25eff', data: '0xd9627aa400000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000...

文章 十亿美元漏洞:发现并修复Move字节码验证器中的关键问题

...计的报告↗](https://github.com/Zellic/publications/blob/master/Move%20and%20Sui%20Security%20Assessment%20-%20Zellic%20Audit%20Report.pdf)。如果你觉得这些主题很有趣,研究[静态分析↗](https://en.wikipedia.org/wiki/Static_program_analysis) 的领域也是很值得的。 对...

文章 如何使用QuickNode实现JSON WebToken(JWT)授权

... publicKey, privateKey } = generateKeyPairSync('rsa', { modulusLength: 2048, publicKeyEncoding: { type: 'spki', format: 'pem' }, privateKeyEncoding: { type: 'pkcs8', format: 'pem', } }); // 将密钥对写入文件 fs.writeFileSync('private_key.pe...

文章 区块链安全 Move语言安全性分析及合约审计要点 之逻辑校验漏洞

...ity合约也经常使用返回值来判断函数是否执行成功,比如ERC20合约中的函数: ![image.png](https://img.learnblockchain.cn/attachments/2022/11/PVS4figz637745e6382ce.png!/scale/50) 对于这类函数,在实际应用的时候一般需要对返回值进行校验,否则会...

文章 理解以太坊合约数据读取过程 | 函数式与区块链(二)

... > > 1. `Object` - The transaction call object > > - `from`: `DATA`, 20 Bytes - (optional) The address the transaction is sent from. > - `to`: `DATA`, 20 Bytes - The address the transaction is directed to. > - `gas`: `QUANTITY` - (optional) Integer of the gas provided for the transaction exe...

文章 以太坊基金会研究团队第七次 AMA (下)

...接成本比现在要高,EF 设想过如何解决桥接诸如 NFT、LP、ERC-20 代币此类资产吗?有没有可能一些用户的资产卡在了 L1 上,因为他们无法支付得起桥接这些资产到 L2 中? Justin Drake 回复: > 随着以太坊过渡到成熟的 L1/L2 生态...

文章 2024年的展望 - 区块链技术的最新趋势

...冬天的结束,还是我们仍然保持谨慎?在经历了动荡的 2022 年和 2023 年后,乐观情绪会重返吗?是时候把目光放在前方的道路上了。尽管更广泛的市场指标表明稳中有进,甚至还未完全复苏,但惊人的建设仍在水下继续进行。 ...

文章 FRP年度回顾

...立 MEV 研究的新进入者。 ![总结](https://img.learnblockchain.cn/2025/03/04/frp-yir-image-e374e5b8dbad2b26552bfb49a0176228.png) **我们对 MEV 研究感到兴奋,因为:** - MEV 研究本质上是多学科的,这些学科经常以新颖的方式相互关联。 - MEV 供应链中...

文章 什么是DeFi?

## 概述 去中心化金融(DeFi)这个概念最初是在2017年提出的,它导致了超过500个加密货币协议的增长,合计资产价值超过500亿美元( [source](https://defillama.com/))。在本指南中,你将了解到DeFi的历史、当前的用例、风险以及如何...

问题 夹子机器人如何防止买入貔貅

... ); // 获取代币余额 uint256 tokenBalance = IERC20(tokenAddress).balanceOf(address(this)); // Approve token transfer to PancakeSwap Router IERC20(tokenAddress).approve(address(uniswapV2Router), tokenBalance); // Sell token for ETH un...