Scan EVMTransaction
data class ScanEVMTransaction(val chain: String, val fromAddress: String, val toAddress: String, val input: String? = null, val value: Long? = null, val nonce: Long? = null, val hash: String? = null, val gas: Long? = null, val gasPrice: Long? = null, val maxPriorityFeePerGas: Long? = null, val maxFeePerGas: Long? = null)
EVM transaction details for scanning.