## UUPSUpgradeable 漏洞分析 ![image.png](https://img.learnblockchain.cn/attachments/2021/09/6yHvAhbf6152932147406.png) 参考链接:[UUPSUpgradeable Vulnerability Post-mortem - General / Announcements - OpenZeppelin Community](https://forum.openzeppelin.com/t/uupsupgradeable-vulnerabilit...
**本文需要读者对[区块链](https://learnblockchain.cn/2019/10/30/whatblockchain)、[以太坊](https://learnblockchain.cn/2017/11/20/whatiseth)和[智能合约](https://learnblockchain.cn/2018/01/04/understanding-smart-contracts)有一定的基础。需要对交易所有一定的认知。* ...
## 前文 [尝试爆破NFT奖励时间限制 (一) | 登链社区 | 深入浅出区块链技术 (learnblockchain.cn)](https://learnblockchain.cn/article/3516) 昨天写了,网页爆破的尝试,没有成功,今天讲讲,为什么先是网页爆破,如前面所见,智能合约...
## 核心团队会议 * 所有核心开发人员 - 执行(ACDE)#188 [视频会议](https://www.youtube.com/live/jO-BbmSsT_0?t=318s)。来自 [Tim Beiko](https://twitter.com/TimBeiko/status/1793679999809306810) 和[Christine Kim](https://www.galaxy.com/insights/research/ethereum-all-core-d...
Chainlink 开发者社区发布了一个关于全栈 web3,[solidity](https://learnblockchain.cn/2019/05/08/solidity-doc-announce) 和区块链开发的完整视频教程。本视频教程由 Chainlink 开发者大使 Patrick Collins 讲解。教程由浅入深讲解了区块链的基础知识,...
## 一、交易信息获取 ### 1.1 合约事件例子定义 举例,比如合约中事件如下:(以下内容均使用该事件例子) ``` event Transfer(address indexed from, address indexed to, uint256 value); ``` - 事件名称:Transfer - 事件的参数:address, addres...
> 请注意,在翻译时遇到一个单词 `Underlying` 相关的词组有 `Underlying Balance`和`Underlying assets`。个人觉得翻译成基础余额、底层余额、底层资产、基础资产等听着不对味,所以我根据理解,将其翻译为标的余额、标的资产。有来喷...
SharkTeam合约安全系列课程之NFT&GameFi开发与安全。第三课,让我们一起来详细聊聊ERC20协议。 本文使用的 Openzeppelin 是 4.2.0 版本,我们将 ERC20 协议分为 4 个部分: 1. 基本元数据,包括名称 `name`、符号 `symbol`、精度 `decimals` 2...
来源:[eips.ethereum.org](https://eips.ethereum.org/EIPS/eip-3529) # 简单总结 移除 SELFDESTRUCT 的 gas 返还,减少 SSTORE 的 gas 返还到一个较低水平,使得返还的量仍然相当大,但不会像现在高到可以被利用的地步。 # 原因 最初引入 SSTO...
> * 原文链接:https://moralis.io/how-to-create-a-solana-token-in-5-steps/ > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[Meta](https://learnblockchain.cn/people/5578) 校对:[Tiny 熊](https://learnblockchain.cn/people/15) > * 本文永久链接...
![在这里插入图片描述](https://img.learnblockchain.cn/2021/02/22_/495813181.png!/scale/20) [原文地址](https://blog.chain.link/build-deploy-and-sell-your-own-dynamic-nft/) [NFT](https://blog.chain.link/random-numbers-nft-erc721/)是只有在区块链领域里才存在的工具,有...
> * 原文链接:https://blog.openzeppelin.com/arbitrary-address-spoofing-vulnerability-erc2771context-multicall-public-disclosure > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) ,校对:[Tiny ...
## Eth1 * Turbogeth 客户端测试版[每周更新](https://github.com/ledgerwatch/turbo-geth/releases/tag/v2020.09.01):升级到最新的 geth 内核,实验性的机械硬盘同步功能,加入更多 RPC API * [在 Ubuntu 系统上使用 Turbogeth](https://chasewright.com/getting-started...