IDonationView
Functions
get
get the amount of spn donated to a specific cat.
function get(bytes8 cat) external view returns (uint256);
Parameters
Name | Type | Description |
---|---|---|
cat | bytes8 | to show. |
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | the current donation amount for the cat given. |
wallet
wallet amount donated
function wallet(address wallet) external view returns (uint256);
Parameters
Name | Type | Description |
---|---|---|
wallet | address | to get the amount donated for. |
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | the amount |
walletCount
walletCount that interacted with this cat.
function walletCount(bytes8 cat) external view returns (uint256);
Parameters
Name | Type | Description |
---|---|---|
cat | bytes8 | to use. |
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | amount of wallets that interacted with this cat during the leaderboard window. |