登録して招待リンクを共有すると、動画再生報酬と紹介報酬を獲得できます。

BuidlGuidl.eth
@buidlguidl
Building products, tools, and tutorials for the Ethereum ecosystem. 👉 👉
参加 November 2021
263 フォロー中    6.9K ファン
Solidity error handling, by gas cost: • `require(cond, "msg")` — ~50 gas per byte in the message string • `revert SomeError(arg)` — ~22 gas per call + a 4-byte selector Etherscan decodes named errors with their args. require strings are just opaque bytes in the revert data.
もっと見る