LootReserve
Contract holding all PAL & extra rewards allocated to the Loot system. The tokens are then sent to users when claiming Loot rewards.
pal
PAL token contract
extraToken
Extra token contract
loot
Address of the Loot contract
Init
Event emitted when the contract is initialized
MaxAllowanceSet
Event emitted when the Max allowance is set for the Loot contract
CancelReserve
Event emitted when the Reserve is canceled and token claimed back
Parameters
Name | Type | Description |
---|---|---|
_loot | address | Address of the Loot contract |
getBalances
Get this contract balances
Return Values
Name | Type | Description |
---|---|---|
palBalance | uint256 | (uint256) : PAL token balance |
extraBalance | uint256 | (uint256) : extra token balance |
getRemainingAllowances
Get this contract remaining allowances for the Loot contract
Return Values
Name | Type | Description |
---|---|---|
palAllowance | uint256 | (uint256) : PAL remaining allowance |
extraAllowance | uint256 | (uint256) : extra remaining allowance |
resetMaxAllowance
Resets the allowances for the Loot contract
Last updated