address
block.basefee
BASEFEE
opcode will return zero. Hedera does not use the Fee Market mechanism this is designed to support.block.chainid
CHAINID
opcode will return 295(hex 0x0127
) for mainnet, 296( hex 0x0128
) for testnet, 297( hex 0x0129
) for previewnet, and 298 (0x12A
) for development networks.block.coinbase
COINBASE
operation will return the funding account (Hedera transaction fee collecting account 0.0.98
).block.number
block.timestamp
).block.timestamp
block.difficulty
block.gaslimit
GASLIMIT
operation will return the gasLimit
of the transaction. The transaction gasLimit
will be the lowest of the gas limit requested in the transaction or a global upper gas limit configured for all smart contracts.msg.sender
msg.value
tx.origin
tx.gasprice
selfdestruct(address payable recipient)
<address>.code
<address>.codehash
SELFBALANCE
CREATE2
CREATE2
operation is supported as of the 0.23 Hedera services release. Please check out the status page for network availabilty.