80 - Transaction Data
A transaction with a contract address destination has the contract’s function target and the required arguments in the data field of the transaction. These are encoded according to the Application Binary Interface (ABI):
- Recipient -> Contract Address
- Tx Data -> Target (Function & Arguments)
- Encoded -> ABI
- ABI -> Application Binary Interface