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
Domains can have different status on our contract:
notListed: a domain that is on the user wallet's and could be listed
available: domain listed by the owner and available to be rented
rented: the domain is rented by a rentor
listingExpired: domain is still on the contract but the date has passed the rental max end date
stateDiagram-v2
notListed --> available: Owner listed the domain
available --> rented: someone rented the domain
available --> listingExpired: passed rental max date
rented --> available: rental ended
listingExpired --> notListed: Unlist
available --> notListed: Unlist
Loading
The text was updated successfully, but these errors were encountered:
Feature request
Domains can have different status on our contract:
notListed: a domain that is on the user wallet's and could be listed
available: domain listed by the owner and available to be rented
rented: the domain is rented by a rentor
listingExpired: domain is still on the contract but the date has passed the rental max end date
The text was updated successfully, but these errors were encountered: