找到约 15 条结果

文章 每周以太坊进展2022/11/26

... halo2 Rust crate[构建 ZK SNARK 电路](https://jtriley.substack.com/p/constructing-zk-snark-circuits)的指南 ## 安全 * [形式化验证 WETH 合约](https://www.zellic.io/blog/formal-verification-weth),用 Z3 Theorem Prover 证明 Wrapped ETH 智能合约的安全性 --- ...

文章 zkSync Era部署合约代币最全教程,安装本地环境

...,官方出的解决方案是使用 hardhat 插件。 2.合约中的 constructor 需要传参进去,不能直接写入 3.官方的 python sdk 也是不能使用的状态。 4.测试链需要有一定数量的测试ETH,可在bisell.site币售购买 系统环境:ubuntu 22.04 ### ...

文章 理解以太坊: Go-Ethereum 源码剖析(1): Account and State

...nt transaction execution fakeStorage Storage // Fake storage which constructed by caller for debugging purpose. // Cache flags. // When an object is marked suicided it will be delete from the trie // during the "update" phase of the state transition. dirtyCode bool // t...

问题 我想问问 怎么获取一个流动池剩下的eth数量 比如下面这个代码 并没有用过IUniswapV2Pair这个库 我无法调用里面的方法

...wo of these values are immutable: they can only be set once during * construction. */ function __ERC20_init(string memory name_, string memory symbol_) internal initializer { __Context_init_unchained(); __ERC20_init_unchained(name_, symbol_); } function...

问题 无法在bscscan上公开合约

...希望大神能够解答下,谢谢 错误信息: **Error!** Invalid constructor arguments provided. Please verify that they are in ABI-encoded format 以下是我的源码: // SPDX-License-Identifier: MIT pragma solidity ^0.6.2; /* * @dev Provides information about the current executi...

文章 TON Blockchain Configuration Parameters Deep Analysis

...ecentralized blockchain platform designed to provide high-speed, scalable, and secure transaction processing capabilities. Its design philosophy integrates various advanced technologies, such as sharding and blockchain interaction, to achieve efficient network performance and optimized user experien...

文章 In-Depth Analysis of the TON Smart Contract stdlib_ext Library: A Survey of Extended Features

...pen Network) is a decentralized blockchain platform known for its powerful and flexible smart contract capabilities. During the development of TON smart contracts, the stdlib.fc library provides basic functional support. However, for some advanced or specific requirements, stdlib.fc may not be suffi...

作品 区块链的构造和解释

...tents ### 前言 [必读前言](https://github.com/Ice-Storm/structure-and-interpretation-of-blockchain/blob/master/0_0.md) ### 安全与加密 [1.1 密码学基础](https://github.com/Ice-Storm/structure-and-interpretation-of-blockchain/blob/master/1_1.md) [1.2 可信通信](https://github...