Skip to main content

Supporter

Supporter

Supporter user type data structure.

Parameters

NameTypeDescription
struct Supporter {
uint64 id;
address supporterWallet;
string name;
string description;
string profilePhoto;
uint32 offsetsCount;
uint16 reductionItemsCount;
uint256 createdAt;
}

Offset

Offset data structure.

Parameters

NameTypeDescription
struct Offset {
address supporterAddress;
uint256 createdAt;
uint256 amountBurn;
uint256 calculatorItemId;
string message;
}