Skip to main content

IModStore

Git Source

Functions

projects

function projects() external view returns (IProjects);

payoutModsOf

function payoutModsOf(uint256 _projectId, uint256 _configuration) external view returns (PayoutMod[] memory);

ticketModsOf

function ticketModsOf(uint256 _projectId, uint256 _configuration) external view returns (TicketMod[] memory);

setPayoutMods

function setPayoutMods(uint256 _projectId, uint256 _configuration, PayoutMod[] memory _mods) external;

setTicketMods

function setTicketMods(uint256 _projectId, uint256 _configuration, TicketMod[] memory _mods) external;

Events

SetPayoutMod

event SetPayoutMod(uint256 indexed projectId, uint256 indexed configuration, PayoutMod mods, address caller);

SetTicketMod

event SetTicketMod(uint256 indexed projectId, uint256 indexed configuration, TicketMod mods, address caller);