IRunnerRewarder.sol
Methods
changeMerkleRootHash(bytes32)
Solidity
function changeMerkleRootHash(bytes32 hash) external nonpayable
Parameters
| Name | Type | Description |
|---|---|---|
| hash | bytes32 | -- proposed new merkle root hash. |
claim(uint256,bytes32[])
Solidity
function claim(uint256 amount, bytes32[] proof) external nonpayable
Parameters
| Name | Type | Description |
|---|---|---|
| amount | uint256 | undefined |
| proof | bytes32[] | undefined |
setRewardOrchestrator(address)
Solidity
function setRewardOrchestrator(address _rewardOrchestrator) external nonpayable
Parameters
| Name | Type | Description |
|---|---|---|
| _rewardOrchestrator | address | undefined |
Events
Claim
Solidity
event Claim(address indexed to, uint256 amount)
Details
Emitted after a successful token claim
Parameters
| Name | Type | Description |
|---|---|---|
to indexed | address | recipient of claim |
| amount | uint256 | of tokens claimed |