找到约 13 条结果

问题 java调用approve 失败问题

...ds for transaction: 试着把gas和limit 设置大后报这个:exceeds block gas limit 应该怎么设置呢?是设置gas错误?还是说approve是这个方法有问题呢?求大佬解决。 //网上教程让设置默认得,好像也不好用 BigInteger GAS = Con...

文章 Solidity 中 immutable (不可变量)与constant(常量)

[Solidity 0.6.5](https://learnblockchain.cn/docs/solidity/) 更新引入了一个新的关键字 `immutable ` , 它与之前的`constant`常量有何不同呢? ## constant 常量 constant 修饰的变量需要在**编译期确定值**, 链上不会为这个变量分配存储空间, 它会...

问题 pancakeswap 添加流动性报错

... tokenAmount, 0, path, marketingAddress, block.timestamp ) ``` ## 第二次添加流动性报错: ``` Error: VM Exception while processing transaction: reverted with reason string 'Pancake: INSUFFICIENT_LIQUIDITY_MINTED' ``` ![image.png](https://img.lea...

文章 AES攻击事件分析

和[hackerdao攻击事件](https://learnblockchain.cn/article/5186)相似 ## skim函数 ```solidity // force balances to match reserves function skim(address to) external lock { address _token0 = token0; // gas savings address _token1 = token1; // gas savings _...

文章 Venus 同步代码解读

...o`的`Start()`方法会启动 一个for循环,不停的接受订阅`/fil/blocks/#{networkName}`的区块信息,然后调用`handleIncomingBlocks()`方法处理收到的区块。处理方法逻辑也非常简单,只有两个动作,一个是把收到的区块header存储到数据库。另一...

问题 为什么eth有时候出块是24秒

...为什么这个块是24秒才出的。[点击查看](https://etherscan.io/block/18024323),区块链浏览器上显示的那个24秒是如何查询出来的 `Fee Recipient:MEV Builder: 0xBaF...e19 in 24 secs` 问题2. 有时候在第一时间获取到某个区块的hash,在过一段时间再去...

用户 wqn_metamask

block chain data analyze

文章 Web3 极客日报 #1569

...dev/blog/solana-executive-overview **Lostin**: Helius 从 Gulf Stream、Block Building 、PoH、Turbine、 Consensus、 Gossip 过程中 详细介绍 solana 节点的工作过程。 ### 我有N个比特币,这是我的故事 https://card.weibo.com/article/m/show/id/2309404150790284538830...

文章 最全区块链开发者学习路线图

![image.png](https://img.learnblockchain.cn/attachments/2023/02/hlDiNSUD63e1b7bee87d6.png) Blockchain A blockchain is a decentralized, distributed, and oftentimes public, digital ledger consisting of records called blocks that is used to record transactions across many computers so that any invo...

问题 NextJS: 如何在点击链接,到达 section 的时候,往上滚动一定数值的像素?

...nst scrollOptions: ScrollIntoViewOptions = { behavior: 'smooth', block: 'start', inline: 'nearest', } scrollSection.current.scrollIntoView(scrollOptions) window.scrollBy(0, -300) } } 。。。 < NavLink href="/page1#section1" onClick={handleNavLinkClick}>Secti...

问题 使用hardhat verify合约一直提示 Error: Unexpected token '

hardhat-verify found one or more errors during the verification process: Etherscan: A network request failed. This is an error from the block explorer, not Hardhat. Error: Unexpected token '

问题 solana多个签名时候经常出现TransactionExpiredBlockheightExceededError

...olana构建签名时候,需要传入当前最新的区块hash作为recentBlockhash参数,但我在调用一个需要多个签名者的交易时候,账户A进行签名后,传递交易的base64给账户B, 但账户B签名后广播,经常会出现TransactionExpiredBlockheightExceededError ...

视频 影子Reth:影子日志的执行扩展 - @emhsia - 前沿

...n. The architecture includes a shadow configuration, a shadow executor for block re-execution, and a custom RPC endpoint for fetching logs. Future developments aim to enhance data connectivity and create a decentralized registry for shadow contracts, enabling easier access to pre-written contracts f...