π³IZNSRootRegistrar
CoreRegisterArgs
struct CoreRegisterArgs {
bytes32 parentHash;
bytes32 domainHash;
bool isStakePayment;
address domainOwner;
address tokenOwner;
address domainAddress;
uint256 price;
uint256 stakeFee;
struct PaymentConfig paymentConfig;
string label;
string tokenURI;
}IZNSRootRegistrar
RootDomainRegistrationArgs
AlreadyTokenOwner
Name
Type
Description
DomainRegistered
Name
Type
Description
DomainRevoked
Name
Type
Description
DomainTokenReassigned
Name
Type
Description
RootPricerSet
Name
Type
Description
RootPriceConfigSet
Name
Type
Description
TreasurySet
Name
Type
Description
DomainTokenSet
Name
Type
Description
SubRegistrarSet
Name
Type
Description
initialize
registerRootDomain
registerRootDomainBulk
coreRegister
revokeDomain
assignDomainToken
setRegistry
setRootPricerAndConfig
setRootPriceConfig
setTreasury
setDomainToken
setSubRegistrar
pauseRegistration
unpauseRegistration
rootPricer
rootPriceConfig
treasury
domainToken
subRegistrar
Last updated