找到约 9 条结果

文章 Vyper重入漏洞解析

...>=0.3.2 """ @notice EtherStore is a contract where you can deposit ETH and withdraw that same amount of ETH later. This contract is vulnerable to re-entrancy attack. Here is the attack flow: 1. Deposit 1 ETH each from Account 1 (Alice) and Account 2 (Bob) into EtherStore. 2. Deploy the Attack...

文章 Carter Feldman的贡献

...^28 powers of tau In total will generate up to 536870911 powers Type some random text and press [ENTER] to provide additional entropy... Calculating previous contribution hash... `challenge` file contains decompressed points and has a hash: d9ec6fad 4a7a7e33 58a0c4be d7171622 c9c60a91 a12a3814 4...

文章 代币化股票和股权详解

定义 **通证化股票和股权(Tokenized stocks and equities)** 是公司股票在区块链上的数字表示。通证化股票代表公开交易的股票,例如在标准普尔 500 指数上交易的股票,而通证化股权代表私人公司的股份。 通证化股票和股权将传...

文章 Meme币的文化影响

...apps.net/blog/case-studies-how-memes-influenced-the-popularity-of-dogecoin-and-shiba-inu/) 成功的关键因素之一是其强大而充满激情的社区。 这些社区积极参与推广和传播与该币相关的meme驱动的叙事,创建meme,组织活动,讨论项目开发,并提出新...

文章 用Hardhat闯关Ethernaut题4 -telephone

...m.stackexchange.com/questions/1891/whats-the-difference-between-msg-sender-and-tx-origin](https://ethereum.stackexchange.com/questions/1891/whats-the-difference-between-msg-sender-and-tx-origin) 也就是说`msg.sender`不一定是个人地址,有可能是合约地址,`tx.origin`一定是个人...

文章 MiMC7哈希算法

...26540090029823113980243221325210187593 ``` 这是实现: **MiMC-7 Hash and Golang** \[ [MiMC-7 Hash and Golang](https://asecuritysite.com/baby_jubjub/go_j_mimc7)\] ### 性能 总的来说,MiMC7 具有出色的性能,并且在编译、设置和创建证明的时间方面,与 SHA-256 相...

文章 Mina Learning - MerkleTree

...p.getWitness(Field(1)); const [calcroot1, key1] = witness1.computeRootAndKey(Field(0)); Bool.and(calcroot1.equals(root1), key1.equals(Field(1))).assertTrue('Member validation failed'); map.set(Field(1), Field(10086)); const root2 = map.getRoot(); const witness2 = map.getWi...

文章 登链 Web3 技术周刊 | 抗量子地址迁移协议以及 Uniswap V4 完全指南

...tps://www.bleepingcomputer.com/news/security/new-crocodilus-malware-steals-android-users-crypto-wallet-keys/amp/) 安全公司 ThreatFabric 旗下研究人员表示,新型恶意软件 Crocodilus 可窃取安卓用户的钱包助记词。该恶意软件通过专有的驱动程序传播,并绕过...

文章 如何理解RGB VM和scripting?

...,可用于但不限于 RGB 合约验证。 “ AluVM is simply math and few bound-width bytestring manipulations and that's it. ”(AluVM 仅仅是一些简单的数学运算和有固定宽度的字节串操作)但是因为是链下,计算资源对比链上高很多。所以基本来说...