找到约 13 条结果

文章 如何让以太坊交易更人性化

...: 1. [**调用 Simulation API**](https://docs.tenderly.co/simulations-and-forks/asset-changes) 端点以获取 `asset_changes` 和 `balance changes`,包括确切的美元价值。你的请求将返回关于交易期间发生的 ERC-20 和 ERC-721 代币的资产和余额变动的全面数据。...

文章 区块链系统的常见威胁及应对之策

... [Toggle](https://blockapps.net/blog/common-threats-to-blockchain-systems-and-how-to-counter-them/#) ## 区块链系统的常见威胁 区块链技术彻底改变了我们对数字系统中安全性、信任和透明度的看法。然而,尽管区块链系统具有固有的安全特性,但它...

文章 理解加密货币中的代币经济学:有效的速度测量方法

...基本指标。[研究表明](https://multicoin.capital/2017/12/08/understanding-token-velocity/),流通速度较低的代币往往能保持更稳定的价值,正如比特币从交易货币向价值储存手段的演变所证明的那样。这种转变使其相对较低的流通速度保持在 4...

文章 How to know if an address is blacklisted on TRON?

...ansfer USDT out unless it is removed from the Tether's black address list. And even more the USDT in blacklisted address has the possibility to be destroyed by Tether, once destroyed, the balance will be zero. ![blacklist_address_on_tron.png](https://img.learnblockchain.cn/attachments/2024/01/69a...

文章 StarkNet 账户抽象 与 EIP-4337

...你可以在[此处](https://docs.starknet.io/documentation/architecture_and_concepts/Account_Abstraction/approach/#replay_protection)找到有关 StarkNet 的 nonce 机制的更多信息) ### StarkNet 账户合约的入口点 > 这些入口点与 4337 账户合约是不同的。 账户...

文章 Web3系列教程之进阶篇---10. Chainlink VRF(可验证的随机函数)

...继承VRFConsumerBase,并将使用其中的两个函数。 - requestRandomness,它对随机性提出初始请求。 - fulfillRandomness,这是一个接收并对经过验证的随机性做一些事情的函数。 ![](https://hicoldcat.oss-cn-hangzhou.aliyuncs.com/img/20220727220152.png...

文章 COSMOSSDK BANK模块中文文档

...nsfers. This is done due to modules needing to move funds to user accounts and other module accounts. This is a design decision to allow for more flexibility in the state machine. The state machine should be able to move funds between module accounts and user accounts without restrictions. Second...

文章 QuickNode中的团队管理和基于角色的访问控制(RBAC)

...signup?utm_source=internal&utm_campaign=guides&utm_content=team-management-and-rbac)(RBAC 专属于 [企业计划](https://www.quicknode.com/pricing)) - 对基本团队管理概念的熟悉 ## 团队管理 团队管理允许管理员组织用户并控制团队活动。这些功能适用...

文章 每周以太坊进展2022/1/29

... * [Bybit](https://twitter.com/Bybit_Official/status/1486640127627743235) and [MEXC Global](https://twitter.com/MEXC_Global/status/1485780322176225282) 增加对 Arbitrum 存取的支持 * Arbitrum 抗审查[解释器](https://twitter.com/bkiepuszewski/status/1486416315799769097), 在6545个区块...

文章 智能合约审计-重入漏洞

...ue(amountToWithdraw)(""); // At this point, the caller's code is executed, and can call withdrawBalance again require(success); userBalances[msg.sender] = 0; } ``` 由于用户的余额直到函数的最后才设置为 0,第二次(和以后的)调用仍然会成功,并且会一...

文章 20分钟极速学完Hardhat全部内容

... Check whatever you need clean Clears the cache and deletes all artifacts compile Compiles the entire project, building all artifacts console Opens a hardhat console coverage Generates a code coverage report for tests fl...

文章 彩虹角色与激励:ABPS + FOCILR + AS - 权益证明/经济学

...ple-committee-based-inclusion-list-proposal/19870#user-bidding-textpayment-and-textreward-rules-9), [2](https://learnblockchain.cn/article/17632))。[提议者-构建者分离](https://ethereum.org/en/roadmap/pbs/) (PBS) 旨在将更专业的区块构建角色与区块提议角色分离,目前的...

文章 比特币的学术谱系

...深刻的理解。(请参见 Arvind Narayanan 等人所著的 _Bitcoin and Cryptocurrency Technologies_ 作为入门读物36。)比特币的学术史作为一项案例,也展示了学术界人士、外部研究人员和相关从业人士之间的关系、教育了我们三方可以如何互相...