BountyV2
Modifiers
Functions
onlyBountyReductionManager onlyBountyReductionManager()
modifier
calculateBounty calculateBounty(uint256 nodeIndex) → uint256
external
enableBountyReduction enableBountyReduction()
external
disableBountyReduction disableBountyReduction()
external
setNodeCreationWindowSeconds setNodeCreationWindowSeconds(uint256 window)
external
handleDelegationAdd handleDelegationAdd(uint256 amount, uint256 month)
external
handleDelegationRemoving handleDelegationRemoving(uint256 amount, uint256 month)
external
estimateBounty estimateBounty(uint256 nodeIndex) → uint256
external
getNextRewardTimestamp getNextRewardTimestamp(uint256 nodeIndex) → uint256
external
getEffectiveDelegatedSum getEffectiveDelegatedSum() → uint256[]
external
initialize initialize(address contractManagerAddress)
public
NodeCreationWindowWasChanged NodeCreationWindowWasChanged(uint256 oldValue, uint256 newValue)
event
Emitted when a node creation window was changed.