Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 820 Bytes

Contract Creation.md

File metadata and controls

21 lines (17 loc) · 820 Bytes

Contract creation transactions are sent to a special destination address called the zero address i.e. 0x0.

A contract creation transaction contains a data payload with the compiled bytecode to create the contract.

An optional ether amount in the Value field will create the new contract with a starting balance.


Slide Screenshot

042.jpg


Slide Text

  • Tx Result -> Creation Transaction
  • Create tx -> Sent to special 0 address (0x0)
  • Data Payload -> Contract Bytecode
  • Value -> Optional Starting Contract Ether Balance

References