找到约 15 条结果

文章 Solidity 编译器:内存安全

...This function should be called at the beginning of the EVM call frame // and thus can assume all memory to be zero, including the contents of // the "zero memory area" (the position CompilerUtils::zeroPointer points to). return Whiskers{ _useMemoryGuard ? "mstore(, memoryguard())" :...

文章 Vitalik 的以太坊 2.0 规范注释

...始值](#初始值) - [时间参数](#时间参数) - [`[旁注:RANDAO、种子和委员会生成]`](#旁注-randao、种子和委员会生成) - [状态列表长度](#状态列表长度) - [奖励和惩罚](#奖励和惩罚) - [每个区块的最大操作数](#每个区块的最...

文章 Solana时钟及其他“区块”变量

...e * block.basefee * block.chainid * block.difficulty / block.prevrandao 我们假设你已经知道它们的作用,但如果你需要复习,可以查看 [Solidity 全局变量文档](https://learnblockchain.cn/docs/solidity/units-and-global-variables.html)。 ## Solana 中的 bloc...

文章 【Solana实操】64字节私钥文件解析难题:用三种姿势安全获取钱包地址

...=================================================== Save this seed phrase and your BIP39 passphrase to recover your new keypair: myself kiss alcohol burden twist answer dress noise clap crisp group ozone ========================================================================== ``` 这条...

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

...DHT 的扩展 - Barnabe:[包含列表游戏](https://ethresear.ch/t/fun-and-games-with-inclusion-lists/16557),建设者可能会被激励填充区块,提议者可能会试图贿赂/勒索对方 ## Layer2 - Base [区块生产延迟](https://status.base.org/incidents/n3q0q4z24b7h)为 45 ...

文章 实时追踪 cNFT 市场事件

...T_API_KEY, network: Network.Devnet }) . . . export default async function handler(req: ExtendedNextApiRequest, res: NextApiResponse) if (req.method === "POST") { try { const treeAddress = req.body.tree const network = req.body.network if (!treeAddress) return res.status(400)....

文章 区块链入门:走入以太坊

...](https://cryptopotato.com/ethereums-history-from-whitepaper-to-hardforks-and-the-eth-merge/)进行的! 这个新技术的重要性何在?为了更好地理解这一点,我们需要稍微拉远视角,尝试改变一下我们的思维模型。 拿一杯咖啡,让我们开始吧! ...

文章 手把手教你用 Solana Token-2022 创建支持元数据的区块链代币

...oken initialize-metadata 3QvdZgaBcoqeDrPWVGFaHmo2KCyQfKVQc5J3ygnt3C9M `, and sign with the mint authority. Address: 3QvdZgaBcoqeDrPWVGFaHmo2KCyQfKVQc5J3ygnt3C9M Decimals: 9 Signature: 32stG9bPaLod4t3bG95SMVfPDQiPCQ7CN826ixawLHmB3PSSUu23qsT2H7qcp8euN7LBNcksQ8pH59uUtwxbz2in ``` ### **...

文章 Optimism 中文周刊 #34

...模式](https://gov.optimism.io/t/situation-of-non-technical-applications-and-mission-requests/9051),因为排序器费用可能会降至零,使用社会政治模型来确保可持续性,同时尊重工作章程和用户权利。积极邀请社区贡献想法,这个过程可能会导致 Toke...

文章 Solana 上的压缩 NFT

...mpressed-nfts-solana#11-what-are-nfts-in-solana) - [1.2 What are cNFTs and how are they different?](https://accretion.xyz/blog/compressed-nfts-solana#12-what-are-cnfts-and-how-are-they-different) - [2\. account-compression](https://accretion.xyz/blog/compressed-nfts-solana#2-account-compressio...

文章 Meme 世界里的比特币

...tudy.org/2021/11/23/...](https://www.btcstudy.org/2021/11/23/on-meme-world-and-bitcoin-by-Gigi) , 如有侵权请联系管理员删除。

文章 【Solidity Yul Assembly】3.2 | Calling other contracts

...datasize()) // Call the implementation. // out and outsize are 0 because we don't know the size yet. let result := delegatecall(gas(), implementation, 0, calldatasize(), 0, 0) // Copy the returned data. returndatacopy(0, 0, returnd...

文章 闪电网络中的 Submarine Swap

...实现。 ## 哈希时间锁在闪电网络中的作用 假设你要给 Sandra 支付 1 btc,但你们之间没有支付通道;只有 Bob 跟你们俩都分别开设了一个支付通道,可以转发你的支付给她。这种连锁支付会遭遇什么问题呢? 如果没有哈希时间...

文章 Web3团队的多链持续部署指南

...约以确保预期的行为 - 在步骤 `Fund Deployer Account on Mainnet and Base` 中为部署者帐户提供资金 - 将智能合约部署到两个网络 - 提交部署信息,以供你的团队的其他成员使用 `push_on_complete` 标志 这是一个工作流程文件的示例: ```yaml h...

文章 Solidity智能合约中的重入攻击

...- [**Curve Finance**](https://medium.com/chainlight/curve-finance-analysis-and-post-mortem-ba55f2b26909) **:** 在2023年7月30日,去中心化金融(DeFi)协议Curve Finance遭受了一次重入攻击,因Vyper编译器漏洞发生,导致近7000万美元被盗。 ## 重入审计示例...