找到约 11 条结果

文章 RWA投资的法律环境导航

目录 [切换](https://blockapps.net/blog/navigating-the-legal-landscape-of-rwa-investments/#) ## 真实世界资产(RWA)概述 真实世界资产(RWA)是指任何有形或无形的资产,它们的价值来源于区块链之外的存在。这些资产可以包括范围广泛的资产...

文章 驾驭RWA投资的法律格局

...融(DeFi)领域受到了极大的关注。[通证化](https://www.algorand.foundation/news/what-are-real-world-assets-rwas)涉及将这些资产的权利转换为数字通证,这些通证可以存储在区块链上并进行交易,从而为以前流动性不足或非商业资产的转移所...

文章 详解 ERC-1155 多代币标准

... ![image shows the token ID divided into the collection id (`X` values) and item ID (`Y` values)](https://img.learnblockchain.cn/attachments/migrate/1736159466049) 为了将集合和项目信息编码到单个 `uint256` 代币 ID 中,我们可以使用位移和加法操作。 **位移** ...

文章 abi 编解码函数及 low-level call

...//ethereum.stackexchange.com/questions/135205/what-is-a-function-signature-and-function-selector-in-solidity-and-evm-language ## 函数签名(function signature) **函数签名是函数名称和它将采用的参数类型的集合,组成的一个*没有空格*的字符串。** 例如...

文章 如何修复“数据位置必须是内存或 calldata” 问题

...全面了解底层发生了什么,务必查看 [Cyfrin Updraft Assembly and Formal Verification 课程](https://updraft.cyfrin.io/courses/formal-verification/),它会深入探讨我们在这里要涵盖的内容。 [evm codes](https://www.evm.codes/) 网站很好地保持了对 EVM 操作码...

文章 密码学基础:算术电路

...[](https://img.learnblockchain.cn/2025/02/19/1d1qSYIOe-fkFJ4x9ZuT_Yw.png) AND 门的运作 这些类型的盒子称为 [_逻辑门_](https://en.wikipedia.org/wiki/Logic_gate),它们使计算机能够进行魔法。其他 _简单_ 门的存在,例如 NOT、OR、XOR、NAND、NOR 和 XNOR——...

文章 Flashblock 级别访问列表 (FAL)

... assert computed_hash == provided_fal_hash # 3. Execute flashblock and collect actual accesses actual_account_changes = execute_and_collect_accesses(flashblock, min_tx_index, max_tx_index) # 4. Verify actual execution matches provided account_changes actual_fal_hash = keccak256(...

文章 Rust 和 Solana 中的可见性与“继承”

...见性和隐私部分](https://doc.rust-lang.org/beta/reference/visibility-and-privacy.html)中有很好的讨论,但我们将添加自己针对 Solana 的见解。 ### 内部函数 通过在程序模块内定义函数并确保其在其自己的模块及导入或使用它的其他模块内...

文章 多签名钱包使用习惯常见误区及其纠正

...ult_ > > _来源: [https://blog.bitvault.sv/common-multisig-setup-errors-and-fixes/](https://blog.bitvault.sv/common-multisig-setup-errors-and-fixes/)_ **多签名钱包** 通过要求多个密钥为交易签名来提高比特币保管装置的安全性,但是,不正确的使用习惯可能...

文章 Ethernaut 题库闯关 #6 - Delegation

...dity-by-example.org/fallback) - [Solidity Docs: Delegatecall / Callcode and Libraries](https://docs.soliditylang.org/en/latest/introduction-to-smart-contracts.html#delegatecall-callcode-and-libraries) - [SWC-112: 对不信任的被调合约的委托调用](https://swcregistry.io/docs/SWC-112) ...

文章 智能合约审计员作品集

...范围](https://solodit.xyz/issues/attacker-can-drain-protocol-tokens-by-sandwich-attacking-owner-call-to-setpositionwidth-and-unpause-to-force-redeployment-of-beefys-liquidity-into-an-unfavorable-range-cyfrin-none-cyfrin-beefy-finance-markdown) - [Polygon 链重组将改变盲盒等级,验证者...