The MAX_CREATOR_REWARD
function in the IClanker
interface is a pure function that returns the maximum reward available for creators. It does not modify any state and simply provides a constant value.
uint256
): The function returns a single output, which is the maximum creator reward as a uint256
value.