@receipts:tx.gasPrice!
Gas price of the executing transaction, in wei.
⚗️ Experimental — available at next.evmcrispr.com.
Returns: number
Syntax
Section titled “Syntax”@receipts:tx.gasPrice!Examples
Section titled “Examples”load receipts
# Refuse to execute when gas is expensiveassert @tx.gasPrice! <= 50e9 "gas too pricey"See Also
Section titled “See Also”- @receipts:block.baseFee! — the block base fee in wei