Smart Contracts
Interfaces
IGlobalRegistrationRules

IGlobalRegistrationRules

Git Source (opens in a new tab)

Inherits: IERC165

Functions

canRegister

function canRegister(
    address _buyingAddress,
    bytes32 _parentNamehash,
    string calldata _label,
    uint256 _registrationLength,
    uint256 _dollarPrice
) external view returns (bool);

minimumDollarPrice

function minimumDollarPrice() external view returns (uint256);