IDonationView

Git Source

Functions

get

get the amount of spn donated to a specific cat.

function get(bytes8 cat) external view returns (uint256);

Parameters

NameTypeDescription
catbytes8to show.

Returns

NameTypeDescription
<none>uint256the current donation amount for the cat given.

wallet

wallet amount donated

function wallet(address wallet) external view returns (uint256);

Parameters

NameTypeDescription
walletaddressto get the amount donated for.

Returns

NameTypeDescription
<none>uint256the amount

walletCount

walletCount that interacted with this cat.

function walletCount(bytes8 cat) external view returns (uint256);

Parameters

NameTypeDescription
catbytes8to use.

Returns

NameTypeDescription
<none>uint256amount of wallets that interacted with this cat during the leaderboard window.