<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Ethereum on Debimate</title><link>https://debimate.jp/tags/ethereum/</link><description>Recent content in Ethereum on Debimate</description><image><title>Debimate</title><url>https://debimate.jp/images/default-ogp.webp</url><link>https://debimate.jp/images/default-ogp.webp</link></image><generator>Hugo -- 0.161.1</generator><language>ja-JP</language><lastBuildDate>Wed, 12 Aug 2026 21:13:50 +0900</lastBuildDate><atom:link href="https://debimate.jp/tags/ethereum/index.xml" rel="self" type="application/rss+xml"/><item><title>Ethereum Account Model - 残高と通し番号を状態として持つモデル</title><link>https://debimate.jp/notes/blockchain-systems/ethereum-account-model/</link><pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate><guid>https://debimate.jp/notes/blockchain-systems/ethereum-account-model/</guid><description>&lt;p&gt;アカウントモデル（account model）は、アドレスごとに残高などの状態を保存し、取引がその状態を書き換える形で送金を表すモデルです。Ethereum が採用しています。&lt;a href="../utxo/"&gt;UTXO&lt;/a&gt; で説明した Bitcoin の表し方には残高という保存された値が無く、コインは使い切りの出力として存在します。同じ送金でも、アカウントモデルは保存された数値を書き換え、UTXO モデルは出力を作り直します。&lt;/p&gt;</description></item><item><title>Ethereum Transaction - 署名された実行の依頼と手数料の上限</title><link>https://debimate.jp/notes/blockchain-systems/ethereum-transaction/</link><pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate><guid>https://debimate.jp/notes/blockchain-systems/ethereum-transaction/</guid><description>&lt;p&gt;取引（transaction）は、EOA（Externally Owned Account、外部所有アカウント）が秘密鍵で署名した指示のデータです。&lt;a href="https://ethereum.org/en/developers/docs/transactions/"&gt;公式ドキュメントも、取引をアカウントからの、暗号で署名された指示だと定義しています&lt;/a&gt;。送金も、コントラクトの呼び出しも、コントラクトの作成も、この 1 つの形で表されます。&lt;/p&gt;</description></item></channel></rss>