Loot
LootData
struct LootData {
uint256 id;
uint256 palAmount;
uint256 extraAmount;
uint256 startTs;
uint256 endTs;
bool claimed;
}pal
contract IERC20 palextraToken
contract IERC20 extraTokentokenReserve
lootCreator
vestingDuration
userLoots
LootCreated
LootClaimed
VestingDurationUpdated
LootCreatorUpdated
setInitialLootCreator
Name
Type
Description
getLootData
Name
Type
Description
Name
Type
Description
getAllUserLootIds
Name
Type
Description
Name
Type
Description
getAllActiveUserLootIds
Name
Type
Description
Name
Type
Description
getAllUserLoot
Name
Type
Description
Name
Type
Description
getAllActiveUserLoot
Name
Type
Description
Name
Type
Description
createLoot
Name
Type
Description
claimLoot
Name
Type
Description
claimMultipleLoot
Name
Type
Description
Last updated
Was this helpful?