找到约 13 条结果

文章 解决稳定币三难问题

...资金费率在 BTC 的大部分生命周期中都是正的。以下是自 2019 年 5 月以来 FTX 的 BTC 永续掉期合约历史资金费率的 **积分**(累计收益和损失的总和)图表: ![FTX Perp funding rate](https://img.learnblockchain.cn/attachments/migrate/1732695755473) ...

招聘 网络安全运维工程师

10k - 20k 13薪 一、能力要求
 1、计算机应用、计算机网络、通信、信息安全等相关专业,五年以上网络
安全领域工作经验;
 2、精通网络安全技术:包括端口、服务漏洞扫描、程序漏洞分析检测、权
限管理、入侵和攻击...

招聘 网络安全运维工程师

10k - 20k 13薪 一、能力要求
 1、计算机应用、计算机网络、通信、信息安全等相关专业,五年以上网络
安全领域工作经验;
 2、精通网络安全技术:包括端口、服务漏洞扫描、程序漏洞分析检测、权
限管理、入侵和攻击...

文章 AAVE V2 学习笔记

...singAsCollateral(vars.i)) { vars.compoundedLiquidityBalance = IERC20(currentReserve.aTokenAddress).balanceOf(user); uint256 liquidityBalanceETH = vars.reserveUnitPrice.mul(vars.compoundedLiquidityBalance).div(vars.tokenUnit); vars.totalCollateralInETH = vars...

文章 跨链MEV拍卖 - 模型提议者收益最大化

... C\}$、$\{A, B, C\}$ - **真实估值**: - $V_A^* = 100$ - $V_B^* = 120$ - $V_C^* = 80$ - **协同价值**: - $\gamma_{\{A, B\}} = 30$ - $\gamma_{\{B, C\}} = 20$ - $\gamma_{\{A, C\}} = 25$ - $\gamma_{\{A, B, C\}} = 50$ - **估计误差** ($\epsilon_{i,j}$): - 假设遵循 $N(0, 10^...

文章 EIP3074 事件后对以太坊治理的思考

...准进入以太坊的下一个硬分叉 “Pectra”。 - 从那时起,ERC-4337 社区的许多人,尤其是 4337 的作者们,一直在 [强烈反对](https://docs.zerodev.app/blog/4337-and-3074-disagreements) 3074,理由是 [中心化问题](https://notes.ethereum.org/@yoav/3074-implicati...

文章 Web3系列教程之入门篇---11. DAO

...投票结果的决定(是或否)。 DAO 的成员资格通常受到 ERC20 Token 所有权或 NFT 所有权的限制。成员资格和投票权与您拥有的Token数量成正比的 DAO 示例包括Uniswap和ENS。基于 NFT 的 DAO 示例包括Meebits DAO。 ## 构建我们的 DAO 假...

问题 geth控制台 部署合约问题,复制到geth控制台回车提示Cannot read property 'deploy' of undefined

...车后提示 TypeError: Cannot read property 'deploy' of undefined at :1:20(4) 求解,怎么解决?怎么别人的这段都是contract.new(...)的,为啥我这是contract.depoly(...)? 环境:solidity ^0.8.3 ``` var infocontractContract = new web3.eth.Contract([{"inputs":[],"name":"g...

文章 叔块验证与网络安全性

...简单的错误也会导致灾难。 ![](https://img.learnblockchain.cn/2021/04/15/16184497169900.jpg) 我准备开一个系列,讲解我在 [go-ethereum](https://github.com/ethereum/go-ethereum/)(Geth 客户端)(以太坊协议的正式 Go 语言实现)中发现的 Bug,本篇是第...

文章 接入Chainlink喂价开发DeFi看涨期权交易平台实例

...uint amount; //Amount of tokens the option contract is for bool exercised; //Has option been exercised bool canceled; //Has option been canceled uint id; //Unique ID of option, also array index uint latestCost; //Helper to show last updated cost to exercise ...

文章 详解EIP712链下签名

...ecover(hash, v, r, s); if (signer != owner) { revert ERC2612InvalidSigner(signer, owner); } ``` 在链下,你的v,r,s由你的私钥签名摘要信息后生成 ```solidity (uint8 v, bytes32 r, bytes32 s) = vm.sign(ownerPrivateKey, digest); ``` ### ...

文章 Chainlink预言机中的Data Feeds在智能合约中使用场景

...符改为pure ``` // SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { AggregatorV3Interface } from "@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol"; contract MockV3Aggregator is AggregatorV3Interface { uint256 public constant versionvar = 4; ...

文章 filecoin技术架构分析系列文章 - 目录

...所帮助。 ## 目录 - [1 filecoin概念](https://learnblockchain.cn//2019/02/18/filecoin-code-analysis-1/) - [2 filecoin通用语言理解](https://learnblockchain.cn//2019/02/20/filecoin-code-analysis-2/) - [3 filecoin开发网使用](https://learnblockchain.cn//2019/02/22/filecoin-code-analy...