initializeTriggerRewards
Parameters
| Name | Type | Description |
|---|---|---|
| _timeoutBlocks | uint16 | blocks after which a trigger times out |
updateTriggerTimeoutBlocks
Parameters
| Name | Type | Description |
|---|---|---|
| _timeoutBlocks | uint16 | blocks after which a trigger times out |
distributeTriggerReward
Parameters
| Name | Type | Description |
|---|---|---|
| _rewardGns | uint256 | total GNS reward to be distributed among oracles |
claimPendingTriggerRewards
Parameters
| Name | Type | Description |
|---|---|---|
| _oracle | address | address of the oracle |
getTriggerTimeoutBlocks
hasActiveOrder
Parameters
| Name | Type | Description |
|---|---|---|
| _orderBlock | uint256 | block number of the order |
getTriggerPendingRewardsGns
Parameters
| Name | Type | Description |
|---|---|---|
| _oracle | address | address of the oracle |
TriggerTimeoutBlocksUpdated
Parameters
| Name | Type | Description |
|---|---|---|
| timeoutBlocks | uint16 | blocks after which a trigger times out |
TriggerRewarded
Parameters
| Name | Type | Description |
|---|---|---|
| rewardsPerOracleGns | uint256 | reward in GNS distributed per oracle |
| oraclesCount | uint256 | number of oracles rewarded |
TriggerRewardsClaimed
Parameters
| Name | Type | Description |
|---|---|---|
| oracle | address | address of the oracle |
| rewardsGns | uint256 | GNS rewards claimed |
