RateLimitedMinter
Functions
constructor
function constructor(
uint256 _chiLimitPerSecond,
uint256 _mintingBufferCap,
bool _doPartialMint
) internal
Parameters
Name
Type
Description
_chiLimitPerSecond
uint256
_mintingBufferCap
uint256
_doPartialMint
bool
_mintChi
function _mintChi(
address to,
uint256 amount
) internal
override the CHI minting behavior to enforce a rate limit
Parameters
Name
Type
Description
to
address
amount
uint256
Last updated