Reading txn input data
Last updated
Last updated
Any transaction with data payload is meant to be addressed to a smart contract. These types of transactions usually invoke a function on smart contract.
The data payload is the hex data we see here. It is bytecode that the EVM will understand and execute. Let's breakdown the transaction data: