diff --git a/app/components/ens/terms.js b/app/components/ens/terms.js index 6eac9cf..3a54e5b 100644 --- a/app/components/ens/terms.js +++ b/app/components/ens/terms.js @@ -46,9 +46,7 @@ const StyledButton = styled(Button)` } `; -const buttonText = { color: '#4360df', margin: '0 20px', fontWeight: 300 }; - -const Terms = ({ classes, open, onSubmit }) => ( +const Terms = ({ open, onSubmit }) => ( Terms of name registration @@ -56,32 +54,21 @@ const Terms = ({ classes, open, onSubmit }) => (
  • Funds are deposited for 1 year. Your SNT will be locked, but not spent.
  • -
  • After 1 year, you can release the name and get your deposit back, or take no action to keep the name.
  • -
  • If terms of the contract change — e.g. Status makes contract upgrades — user has the right to release the - username regardless of time held. -
  • -
  • The contract controller cannot access your deposited funds. They can only be moved back to the address - that sent them. -
  • -
  • Your address(es) will be publicly associated with your ENS name.
  • -
  • Usernames are created as subdomain nodes of stateofus.eth and are subject to the ENS smart contract - terms. -
  • -
  • You authorize the contract to transfer SNT on your behalf. This can only occur when you approve a - transaction to authorize the transfer. +
  • After 1 year, you can release the name and get your deposit back. The name is yours until you release it.
  • +
  • Names are created as a subdomain of stateofus.eth. They are property of Status and may be subject to new terms.
  • +
  • If the stateofus.eth contract terms change—e.g. Status makes contract upgrades—you have the right to get your deposit back, even for names held less than 1 year.
  • +
  • Names may not: +
      +
    1. contain less than 4 characters;
    2. +
    3. n non-alphanumeric characters;
    4. +
    5. contain uppercase letters;
    6. +
    7. appear on this reserved list
    8. +
    9. mimic an Ethereum address (start with Ox and contain only hexadecimal characters in the first 12 digits)
    10. +
  • +
  • Registering an illegal name via the registry contract will result in the loss of your SNT deposit and removal of the name.
  • +
  • Contact codes and wallet addresses associated with your name are publicly available information.
  • - -

    These terms are guaranteed by the smart contract logic at addresses:

    - - -
  • 0xb1C47B61CDaeee3fA85Fe8B93FcE6311165E6291 (ENSSubdomainRegistry — Status)
  • -
    - - -
  • 0x112234455C3a32FD11230C42E7Bccd4A84e02010 (ENS).
  • -
    -
    Let's Go