We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
receive
1 parent 90881b2 commit 3cc5224Copy full SHA for 3cc5224
contracts/DisintermediatedGrants.sol
@@ -77,6 +77,8 @@ contract DisintermediatedGrants is Ownable {
77
IERC20Metadata(_token).transferFrom(msg.sender, address(this), _amount);
78
}
79
80
+ receive() external payable {}
81
+
82
function donateNative() public payable onlyWhitelistedDonor {
83
Donation memory donation = Donation({
84
donor: msg.sender,
0 commit comments