Skip to main content

IRunnerRewarder.sol

Methods

changeMerkleRootHash(bytes32)

Solidity

function changeMerkleRootHash(bytes32 hash) external nonpayable

Parameters

NameTypeDescription
hashbytes32-- proposed new merkle root hash.

claim(uint256,bytes32[])

Solidity

function claim(uint256 amount, bytes32[] proof) external nonpayable

Parameters

NameTypeDescription
amountuint256undefined
proofbytes32[]undefined

setRewardOrchestrator(address)

Solidity

function setRewardOrchestrator(address _rewardOrchestrator) external nonpayable

Parameters

NameTypeDescription
_rewardOrchestratoraddressundefined

Events

Claim

Solidity

event Claim(address indexed to, uint256 amount)
Details

Emitted after a successful token claim

Parameters

NameTypeDescription
to indexedaddressrecipient of claim
amountuint256of tokens claimed