找到约 4 条结果

文章 Foundry教程:使用多种方式编写可升级的智能合约(上)

...etValueFail(); contract VoteFirst { address eternalStorage; constructor(address _eternalStorage) { eternalStorage = _eternalStorage; } function getNumberOfVotes() public returns (uint256) { (bool success, bytes memory data) = eternalStorage.call( ...

文章 比特币巨额粉尘攻击:“所罗门兄弟”客户试图认领休眠钱包

...律信息研究所将推定占有 [定义](https://www.law.cornell.edu/wex/constructive_possession) 为“对某人没有直接物理控制的物体的合法占有。... 例如,_拥有保险箱钥匙的人_可能对该保险箱的内容拥有推定占有权。”(强调部分为原文。) 钱...

文章 比特币 - bips/bip-tap.mediawiki,位于Roasbeef/bips - Roasbeef

...e is itself a branch, so we need the two siblings # used to construct the branch. case BranchReveal(sibling_1, sibling_2): expected_branch_hash = tagged_hash("TapBranch", sort(sibling_1, sibling_2)) if expected_branch_hash != const...

文章 Across协议OFT集成差异化审计

...的文档](https://docs.layerzero.network/v2/developers/evm/oft/quickstart#constructing-an-oft-contract) 指出 _“在 NON-default OFT 中,amountSentLD 可能是 100,费用为 10%,amountReceivedLD 金额为 90,因此 amountSentLD 可能与 amountReceivedLD 不同。”_ 当前的实现尝...