ModStore
Mainnet: 0xB9E4B658298C7A36BdF4C2832042A5D6700c3Ab8
Inherits: IModStore
, Operatable
, TerminalUtility
Stores mods for each project.
Mods can be used to distribute a percentage of payments or tickets to preconfigured beneficiaries.
State Variables
_payoutModsOf
mapping(uint256 => mapping(uint256 => PayoutMod[])) private _payoutModsOf;
_ticketModsOf
mapping(uint256 => mapping(uint256 => TicketMod[])) private _ticketModsOf;
projects
The contract storing project information.
IProjects public immutable override projects;