Skip to main content

IGnoDaiDistributor

Git Source

Author: StakeWise

Defines the interface for the GnoDaiDistributor

Functions

distributeSDai

Distribute sDAI to the users. Can be called only by the vaults. Must transfer xDAI together with the call.

function distributeSDai() external payable;

Events

SDaiDistributed

Event emitted when sDAI is distributed to the users

event SDaiDistributed(address indexed vault, uint256 amount);

Parameters

NameTypeDescription
vaultaddressThe address of the vault
amountuint256The amount of sDAI distributed