Documentation
¶
Index ¶
- func Claim(rp *rocketpool.RocketPool, address common.Address, indices []*big.Int, ...) (common.Hash, error)
- func ClaimAndStake(rp *rocketpool.RocketPool, address common.Address, indices []*big.Int, ...) (common.Hash, error)
- func EstimateClaimAndStakeGas(rp *rocketpool.RocketPool, address common.Address, indices []*big.Int, ...) (rocketpool.GasInfo, error)
- func EstimateClaimGas(rp *rocketpool.RocketPool, address common.Address, indices []*big.Int, ...) (rocketpool.GasInfo, error)
- func EstimateSubmitRewardSnapshotGas(rp *rocketpool.RocketPool, submission RewardSubmission, ...) (rocketpool.GasInfo, error)
- func GetClaimIntervalTime(rp *rocketpool.RocketPool, opts *bind.CallOpts) (time.Duration, error)
- func GetClaimIntervalTimeStart(rp *rocketpool.RocketPool, opts *bind.CallOpts) (time.Time, error)
- func GetNodeOperatorRewardsPercent(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
- func GetPendingETHRewards(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
- func GetPendingRPLRewards(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
- func GetProtocolDaoRewardsPercent(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
- func GetTrustedNodeOperatorRewardsPercent(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
- func GetTrustedNodeSubmitted(rp *rocketpool.RocketPool, nodeAddress common.Address, rewardsIndex uint64, ...) (bool, error)
- func GetTrustedNodeSubmittedSpecificRewards(rp *rocketpool.RocketPool, nodeAddress common.Address, ...) (bool, error)
- func IsClaimed(rp *rocketpool.RocketPool, index *big.Int, claimerAddress common.Address, ...) (bool, error)
- func MerkleRoots(rp *rocketpool.RocketPool, interval *big.Int, opts *bind.CallOpts) ([]byte, error)
- func SubmitRewardSnapshot(rp *rocketpool.RocketPool, submission RewardSubmission, ...) (common.Hash, error)
- type RewardSubmission
- type RewardsEvent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Claim ¶
func Claim(rp *rocketpool.RocketPool, address common.Address, indices []*big.Int, amountRPL []*big.Int, amountETH []*big.Int, merkleProofs [][]common.Hash, opts *bind.TransactOpts) (common.Hash, error)
Claim rewards
func ClaimAndStake ¶
func ClaimAndStake(rp *rocketpool.RocketPool, address common.Address, indices []*big.Int, amountRPL []*big.Int, amountETH []*big.Int, merkleProofs [][]common.Hash, stakeAmount *big.Int, opts *bind.TransactOpts) (common.Hash, error)
Claim and restake rewards
func EstimateClaimAndStakeGas ¶
func EstimateClaimAndStakeGas(rp *rocketpool.RocketPool, address common.Address, indices []*big.Int, amountRPL []*big.Int, amountETH []*big.Int, merkleProofs [][]common.Hash, stakeAmount *big.Int, opts *bind.TransactOpts) (rocketpool.GasInfo, error)
Estimate claim and restake rewards gas
func EstimateClaimGas ¶
func EstimateClaimGas(rp *rocketpool.RocketPool, address common.Address, indices []*big.Int, amountRPL []*big.Int, amountETH []*big.Int, merkleProofs [][]common.Hash, opts *bind.TransactOpts) (rocketpool.GasInfo, error)
Estimate claim rewards gas
func EstimateSubmitRewardSnapshotGas ¶
func EstimateSubmitRewardSnapshotGas(rp *rocketpool.RocketPool, submission RewardSubmission, opts *bind.TransactOpts) (rocketpool.GasInfo, error)
Estimate the gas for submitting a Merkle Tree-based snapshot for a rewards interval
func GetClaimIntervalTime ¶
func GetClaimIntervalTime(rp *rocketpool.RocketPool, opts *bind.CallOpts) (time.Duration, error)
Get the number of seconds in a claim interval
func GetClaimIntervalTimeStart ¶
func GetClaimIntervalTimeStart(rp *rocketpool.RocketPool, opts *bind.CallOpts) (time.Time, error)
Get the timestamp that the current rewards interval started
func GetNodeOperatorRewardsPercent ¶
func GetNodeOperatorRewardsPercent(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
Get the percent of checkpoint rewards that goes to node operators
func GetPendingETHRewards ¶
func GetPendingETHRewards(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
Get the amount of ETH rewards that will be provided to node operators
func GetPendingRPLRewards ¶
func GetPendingRPLRewards(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
Get the amount of RPL rewards that will be provided to node operators
func GetProtocolDaoRewardsPercent ¶
func GetProtocolDaoRewardsPercent(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
Get the percent of checkpoint rewards that goes to the PDAO
func GetTrustedNodeOperatorRewardsPercent ¶
func GetTrustedNodeOperatorRewardsPercent(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
Get the percent of checkpoint rewards that goes to ODAO members
func GetTrustedNodeSubmitted ¶
func GetTrustedNodeSubmitted(rp *rocketpool.RocketPool, nodeAddress common.Address, rewardsIndex uint64, opts *bind.CallOpts) (bool, error)
Check whether or not the given address has submitted for the given rewards interval
func GetTrustedNodeSubmittedSpecificRewards ¶
func GetTrustedNodeSubmittedSpecificRewards(rp *rocketpool.RocketPool, nodeAddress common.Address, submission RewardSubmission, opts *bind.CallOpts) (bool, error)
Check whether or not the given address has submitted specific rewards info
func IsClaimed ¶
func IsClaimed(rp *rocketpool.RocketPool, index *big.Int, claimerAddress common.Address, opts *bind.CallOpts) (bool, error)
Check if the given node has already claimed rewards for the given interval
func MerkleRoots ¶
func MerkleRoots(rp *rocketpool.RocketPool, interval *big.Int, opts *bind.CallOpts) ([]byte, error)
Get the Merkle root for an interval
func SubmitRewardSnapshot ¶
func SubmitRewardSnapshot(rp *rocketpool.RocketPool, submission RewardSubmission, opts *bind.TransactOpts) (common.Hash, error)
Submit a Merkle Tree-based snapshot for a rewards interval
Types ¶
type RewardSubmission ¶
type RewardSubmission struct {
RewardIndex *big.Int `json:"rewardIndex"`
ExecutionBlock *big.Int `json:"executionBlock"`
ConsensusBlock *big.Int `json:"consensusBlock"`
MerkleRoot [32]byte `json:"merkleRoot"`
MerkleTreeCID string `json:"merkleTreeCID"`
IntervalsPassed *big.Int `json:"intervalsPassed"`
TreasuryRPL *big.Int `json:"treasuryRPL"`
TrustedNodeRPL []*big.Int `json:"trustedNodeRPL"`
NodeRPL []*big.Int `json:"nodeRPL"`
NodeETH []*big.Int `json:"nodeETH"`
UserETH *big.Int `json:"userETH"`
}
Struct for submitting the rewards for a checkpoint
type RewardsEvent ¶
type RewardsEvent struct {
Index *big.Int
ExecutionBlock *big.Int
ConsensusBlock *big.Int
MerkleRoot common.Hash
MerkleTreeCID string
IntervalsPassed *big.Int
TreasuryRPL *big.Int
TrustedNodeRPL []*big.Int
NodeRPL []*big.Int
NodeETH []*big.Int
UserETH *big.Int
IntervalStartTime time.Time
IntervalEndTime time.Time
SubmissionTime time.Time
}
Info for a rewards snapshot event
func GetRewardsEvent ¶
func GetRewardsEvent(rp *rocketpool.RocketPool, index uint64, rocketRewardsPoolAddresses []common.Address, opts *bind.CallOpts) (bool, RewardsEvent, error)
Get the event info for a rewards snapshot using the Atlas getter