maurelian / eth-registrar-ens

JS binding for the Initial ENS Registrar
GNU General Public License v3.0
17 stars 9 forks source link

TODO: Get auction status #1

Closed maurelian closed 7 years ago

maurelian commented 7 years ago

Should show the state as 'open' if the state is open, or the state is auction but the auction period has passed.

state == OPEN || (state == AUCTION && registrationTime < now()