Evm Transaction Lookup Result
constructor(hash: String, from: String, to: String? = null, value: String, nonce: String, blockNumber: String? = null, blockHash: String? = null, transactionIndex: String? = null, gas: String, gasPrice: String? = null, maxFeePerGas: String? = null, maxPriorityFeePerGas: String? = null, input: String, type: String, status: String? = null, gasUsed: String? = null, effectiveGasPrice: String? = null, logs: List<EvmTransactionLookupLog>? = null, contractAddress: String? = null)