Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 733 Bytes

Unexpected Ether and this.balance.md

File metadata and controls

18 lines (17 loc) · 733 Bytes

A contract can receive Ether via payable functions, selfdestruct(), coinbase transaction or pre-sent before creation. Contract logic depending on this.balance can therefore be manipulated. (see here and here)


Slide Screenshot

026.jpg


Slide Text

  • Unexpected Ether
  • Creation Payable Functions
  • Coinbase Tx
  • selfdestruct()
  • Assumptions on this.balance

References


Tags