You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// @notice Allows users to revoke their chances to win by delegating to the sponsorship address.
42
44
43
45
/// @notice Sets the minimum period length for Observations. When a period elapses, a new Observation is recorded, otherwise the most recent Observation is updated.
44
46
uint48publicimmutable PERIOD_LENGTH;
@@ -447,6 +449,9 @@ contract TwabController {
447
449
* @param _amount The amount to mint
448
450
*/
449
451
function mint(address_to, uint112_amount) external {
0 commit comments