Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created April 23, 2022 09:44
Show Gist options
  • Save bartubozkurt/ca3975e373696e1b569546813727999f to your computer and use it in GitHub Desktop.
Save bartubozkurt/ca3975e373696e1b569546813727999f to your computer and use it in GitHub Desktop.
pragma solidity ^0.8.0;
contract Charity {
receive() external payable {
// React to receiving ether
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment