Skip to main content

EthRewardSplitter

Git Source ↗

Inherits: ReentrancyGuardUpgradeable ↗, RewardSplitter →

The EthRewardSplitter can be used on Ethereum networks to split the rewards of the fee recipient of the Vault based on configured shares.

Functions​

receive​

Allows to claim rewards from the vault and receive them to the reward splitter address

receive() external payable;