Skip to content

Commit

Permalink
OIP-0001: assign discussion thread; minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Dec 11, 2018
1 parent 4bd09f6 commit d639dd4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions OIPS/oip-0001.md
@@ -1,8 +1,8 @@
---
oip: <to be assigned>
oip: <0001>
title: <Branded Token>
author: <Benjamin Bollen (@benjaminbollen)>
discussions-to: <discuss.openst.org>
author: <@jasonklein, Benjamin Bollen (@benjaminbollen)>
discussions-to: <https://discuss.openst.org/t/branded-token-oip-0001/49>
status: Draft
type: <Standards Track>
category: <OpenST>
Expand Down Expand Up @@ -75,6 +75,7 @@ interface ValueBacked {
function redeem(
uint256 _redeem
)
returns (bool success_);
}
```
where the `stakeRequestHash` is calculated according to EIP-712
Expand Down Expand Up @@ -142,8 +143,8 @@ modifier onlyUnrestricted {
```

It is recommended to implement a one-time callable function
`liftAllRestrictions` which render the contract into a value backed EIP-20
contract.
`liftAllRestrictions` which renders the contract into a value-backed EIP-20
contract without restrictions.

### An Internal Economy
The `internal` interface is to be applied to the utility token representation
Expand Down

0 comments on commit d639dd4

Please sign in to comment.