Supporter
Supporter
Supporter user type data structure.
Parameters
| Name | Type | Description |
|---|
struct Supporter {
uint64 id;
address supporterWallet;
string name;
string description;
string profilePhoto;
uint32 offsetsCount;
uint16 reductionItemsCount;
uint256 createdAt;
}
Offset
Offset data structure.
Parameters
| Name | Type | Description |
|---|
struct Offset {
address supporterAddress;
uint256 createdAt;
uint256 amountBurn;
uint256 calculatorItemId;
string message;
}