IDonationMaker
Functions
makeDonation
makeDonation to the cat given from the amount the user has.
function makeDonation(bytes8 cat) external payable;
Parameters
| Name | Type | Description |
|---|---|---|
cat | bytes8 | to donate to, keccak hashed. Trimmed. |
makeDonation to the cat given from the amount the user has.
function makeDonation(bytes8 cat) external payable;
Parameters
| Name | Type | Description |
|---|---|---|
cat | bytes8 | to donate to, keccak hashed. Trimmed. |