Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 625 Bytes

Transaction Data.md

File metadata and controls

17 lines (14 loc) · 625 Bytes

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):


Slide Screenshot

080.jpg


Slide Text

  • Recipient -> Contract Address
  • Tx Data -> Target (Function & Arguments)
  • Encoded -> ABI
  • ABI -> Application Binary Interface

References