Skip to content

Instantly share code, notes, and snippets.

@decanus
Created March 16, 2018 12:10
Show Gist options
  • Save decanus/23839bf1d0bed6386bb259aeea55b2c7 to your computer and use it in GitHub Desktop.
Save decanus/23839bf1d0bed6386bb259aeea55b2c7 to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.18;
contract Burn {
function Burn() payable {
selfdestruct(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment