BlockaidScanEVMTransactionData

constructor(from: String, to: String? = null, data: String? = null, value: String? = null, gas: String? = null, gasPrice: String? = null)

Parameters

from

Sender address

to

Recipient address (null for contract creation)

data

Transaction input data

value

Transaction value in wei (hex string)

gas

Gas limit

gasPrice

Gas price in wei