找到约 11 条结果

文章 NFT摄影:摄影师的新纪元

...m Photos](https://www.reddit.com/r/photography/comments/ttzamm/photography_and_nfts/),都拥抱了 NFT 空间,发布了独家系列,吸引了收藏家和爱好者的注意。这些开拓者正在为新一代摄影师探索这项令人兴奋的技术的潜力铺平道路。 NFT 摄影的成功...

文章 令人困惑的delegatecall实现

...ee memory slot let ptr := mload(0x40) // Copy function signature and arguments from calldata at zero position into memory at pointer position calldatacopy(ptr, 0, calldatasize()) // Delegatecall method of the implementation contract, returns 0 on error let result := delegate...

文章 加密货币中的代币经济学:解析代币流通供应及其意义

...elegraph.com/explained/crypto-token-supplies-explained-circulating-maximum-and-total-supply) 通过定期代币销毁实施了战略性的供应管理,而以太坊向权益证明的过渡引入了影响其流通供应量的新动态。这些机制直接影响市场估值和投资机会。 这个...

文章 理解 NFT 背后的区块链技术

目录 [切换](https://blockapps.net/blog/understanding-the-blockchain-technology-behind-nfts/#) ## 区块链技术及其在 NFT 中的作用 区块链技术彻底改变了数字资产的世界,为非同质化代币 (NFT) 的创建和普及铺平了道路。从本质上讲,区块链是一个...

文章 理解加密货币经济模型:一个全面的供应上限分析

...。 根据 [CoinDesk](https://www.coindesk.com/learn/what-is-tokenomics-and-why-is-it-important),通证经济学最关键的方面之一是供应上限的概念。 这些对通证创建的限制在确定加密货币的长期价值主张方面发挥着关键作用。 例如,比特币 2100 万枚...

文章 Unichain 白皮书

...:2403.09494 (2024). - [2] Austin Adams, Benjamin Y Chan, Sarit Markovich, and Xin Wan. 2023. Don’t Let MEV Slip: The Costs of Swapping on the Uniswap Protocol. arXiv preprint arXiv:2309.13648 (2023). - [3] Hayden Adams. 2018. Uniswap v1 Core. 2023 年 6 月 12 日检索自 https://hackmd.io/@Hay...

文章 利用病毒式营销技术推广Meme币

.../exploring-the-role-of-community-in-memecoin-success-lessons-from-dogecoin-and-beyond-e1c4e7ad44ed) 恰如其分地指出,“meme 币的与众不同之处在于其强大而充满活力的社群。” 对于任何希望在加密货币领域留下印记的 meme 币项目来说,利用这种力量...

文章 TITANX: The Tragedy of the Forced Investment Incident

...WPbMRiW6708d33662626.png) The attacker invoked the `swapTitanXForInfernoAndBurn` function in the `INFERNO` contract by setting the `amountBlazeMin` argument to zero. The configuration was invalid slippage protection. 1. The `swapTitanXForInfernoAndBurn` function was first invoked to swap 7,96...

文章 每周以太坊进展,2020/06/14

...://www.reddit.com/r/ethereum/comments/gywkuc/geth_v1915_berlin_eips_merged_and_exposed_for/) 已包含柏林升级 EIP 的实现 ## Eth2 * 最新的 [what’s new in Eth2](https://hackmd.io/@benjaminion/wnie2_200612),Witti 多客户端测试网已经非常稳定,下一个测试网会在一...

文章 如何使用 Rust 宏

...add{ // macth like arm for macro ($a:expr,$b:expr)=>{ // macro expand to this code { // $a and $b will be templated using the value/variable provided to macro $a+$b } } } fn main(){ // call to macro, $a=1 and $b=2 add!(1,2); } ``` 这段...

文章 每周以太坊进展 2020/02/23

... * [Phase2 路线回顾及方向](https://ethresear.ch/t/a-short-history-and-a-way-forward-for-phase-2/6982) * [动态自动监测可访问的状态](https://www.reddit.com/r/ethereum/comments/f7sw9a/automated_detection_of_dynamic_state_access_in/) * Casey Detrio 作品:[跨分片转账的简...