Gas Fee
A gas fee is the total cost of a transaction, equal to the units of gas consumed by execution multiplied by the price paid per unit of gas.
Every EVM operation consumes gas, and the total fee is gas used multiplied by the price per gas unit, denominated in the chain's native token. The fee compensates validators for computation and storage and prevents infinite loops by capping work. Simple transfers cost little; contract calls that write storage cost far more. Since EIP-1559, the price splits into a base fee that is burned and a priority tip. Our decoded transaction data reports gas used and effective gas price per transaction, so you can attribute costs without parsing raw receipts yourself.
相关术语
另见
把概念变成一次 API 调用
这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。
获取 API 密钥