找到约 15 条结果

文章 对 DID Document 的思考 | Move dApp 极速入门(九)

...eys, that the DID subject or a DID delegate can use to authenticate itself and prove its association with the DID. A DID document might have one or more different representations as defined in 6. Representations or in the W3C DID Specification Registries \[DID-SPEC-REGISTRIES]. > > —— https://...

文章 JAY项目攻击事件

... require(msg.sender == address(Vault)); // Transfer WETH to ETH and start the attack. // weth提现 weth.withdraw(amounts[0]); // 花22eth买Jay JAY.buyJay{value: 22 ether}(new address[](0),new uint256[](0),new address[](0),new uint256[](0),new uint256[]...

文章 以太坊 - | ACP | 77提案 |

... Balance uint64 `json:"balance"` // [Signer] is the BLS public key and proof-of-possession for this validator. // Note: We do not enforce that the BLS key is unique across all validators. // This means that validators can share a key if they so choose. // However, a N...

文章 解释供应在加密代币经济学中的作用

...com/science/game-theory) 和 [供需](https://www.imf.org/en/Publications/fandd/issues/Series/Back-to-Basics/Supply-and-Demand) 的内容。 ## 代币设计 设计代币涉及到制定、验证和优化代币,以满足协议及其利益相关者的需求。首先,确定是否需要代币...

文章 以太坊网络在近期和中期的无许可性和去中心化改进前景

...80a14ec8c47ca6bc94321a9719d3b.png)](https://dune.com/21co/ethereum-staking-and-withdrawals) 我进行了自己的研究——各种调查 [[1]](https://warpcast.com/vitalik.eth/0x940d8535) [[2]](https://warpcast.com/vitalik.eth/0x5ff6b117)、问卷调查、面对面交谈,询问的问题是...

文章 每周以太坊 2024/03/30

... 预编译:**[ Gas成本基准测试](https://notes.ethereum.org/@MariusVanDerWijden/BkdJeFWJC) - 可能包括的候选EIP: - **EIP7547 IL**:账户抽象的设计问题和迁移选项 - 潜在的 EIP 更新(尚未做出决定,客户端团队进行审查,旨在在 2 周...

文章 在SGX内的区块构建

...,SGX 是由 [Intel](https://www.intel.com/content/www/us/en/architecture-and-technology/software-guard-extensions.html) 开发的受信执行环境 (TEE)。SGX 区块构建器现已在以太坊 Sepolia 测试网启动,并将很快在主网上线! ![SGX Builder Logo](https://img.learnblockchai...

文章 Circle FFT - 第一部分:构建圆形域(Circle Domain)

...概念——即圆形曲线、它的群结构,以及 twin-cosets 和 standard-position cosets 的作用,并提供详细的示例和推导。然后,在第二部分文章中,我们将详细描述 Circle FFT 算法本身。 我们还提供了这些核心思想的演练——例如圆形群...

问题 请问下uniswap V3 staker合约里的Stake数据结构里的secondsPerLiquidityInsideInitialX128字段含义和奖励计算原理

...otice Compute the amount of rewards owed given parameters of the incentive and stake /// @param totalRewardUnclaimed The total amount of unclaimed rewards left for an incentive /// @param totalSecondsClaimedX128 How many full liquidity-seconds have been already claimed for the incentive ...

文章 Flow区块链上的账户抽象 - 详尽概述

...w) - [QuickNode 和 Account Abstraction](https://blog.quicknode.com/understanding-erc-4337-and-erc-4804-standards/) - [Flow:争夺 10 亿用户](https://flow.com/post/account-abstraction-and-the-race-to-1-billion-users) - [Flow:混合托管 - 初始论坛帖子](https://forum.onflow.org/t/hybrid...

文章 Squeeth 入门指南:理解 Opyn 实现 Squeeth 的指南

**_(_** _致谢:_ [Zubin Koticha](https://twitter.com/snarkyzk), [Andrew Leone](https://twitter.com/andrewjleone), [Alexis Gauba](https://twitter.com/alexisgauba) **,** [Joe Clark](https://twitter.com/alpinechicken) **,** [Tammy Fisher](https://twitter.com/tamarajene) 感谢反馈、修订和友谊)...

文章 深入理解 Uniswap v2 白皮书

...篇博客](https://samczsun.com/taking-undercollateralized-loans-for-fun-and-for-profit/)介绍了这种攻击。 Uniswap v2改进了预言机功能,通过在每个区块的第一笔交易前计算和记录价格来实现(等价于上一个区块的最后一笔交易之后)。操纵这个...

文章 Aptos 密鑰輪換 | Move dApp 極速入門(貳拾貳)

...a blockchain security researcher with passion for exploring new challenges and staying up-to-date with the latest technological advancements. In addition, she is also a Solidity and Move developer with experience in building DeFi protocols and conducting vulnerability mining. > > **Twitter: **htt...

文章 DEFI - 标题 - Umaprotocol

...,该区块的 [`timestamp`](https://ethereum.org/en/developers/docs/data-and-analytics/block-explorers/#blocks) 最接近 `deposit.quoteTimestamp` 但不大于(即 `block.timestamp` 最接近且 `"25" ### 代币常量 以下常量也存储在 `AcrossConfigStore` 合约中,但特定于以太...

问题 各位大佬 麻烦问一下

.../2021-08-06 22:00:00的时间戳 // sells have fees of 12 and 6 (10 * 1.2 and 5 * 1.2) uint256 public immutable sellFeeIncreaseFactor = 120; // use by default 300,000 gas to process auto-claiming dividends //默认使用300000 gas 处理自动申请分红...