Module ITIP20RewardsRegistry

Module ITIP20RewardsRegistry 

Expand description

Module containing a contract’s types and functions.

interface ITIP20RewardsRegistry {
    function finalizeStreams() external;
    error Unauthorized();
    error StreamsAlreadyFinalized();
}

Modules§

abi
Contains dynamic ABI definitions for this contract.

Structs§

ITIP20RewardsRegistryInstance
A ITIP20RewardsRegistry instance.
StreamsAlreadyFinalized
Custom error with signature StreamsAlreadyFinalized() and selector 0xc55f664e.
Unauthorized
Custom error with signature Unauthorized() and selector 0x82b42900.
finalizeStreamsCall
Finalize streams for all tokens ending at the current timestamp Function with signature finalizeStreams() and selector 0x74160149.
finalizeStreamsReturn
Finalize streams for all tokens ending at the current timestamp Container type for the return parameters of the finalizeStreams() function.

Enums§

ITIP20RewardsRegistryCalls
Container for all the ITIP20RewardsRegistry function calls.
ITIP20RewardsRegistryErrors
Container for all the ITIP20RewardsRegistry custom errors.

Functions§

new
Creates a new wrapper around an on-chain ITIP20RewardsRegistry contract instance.