-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEP-82: token owner changes #82
Conversation
bae19ba
to
b86a18e
Compare
b86a18e
to
a1eb176
Compare
BEP82.md
Outdated
|
||
## 5. Specification | ||
### 5.1 Owner Transfer | ||
**OwnerTransfer** transaction can transfer ownership of a specific token to another address, and only the original owner has the permission to send this transaction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is better named as transferOwnership
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed
BEP82.md
Outdated
| ------------------------- | ------------------- | | ||
| list token | yes | | ||
| mint token | yes | | ||
| burn token | no | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is another BEP that will sync
binded token from BSC to BC so that rebalance the total supply of two token. If anyone on BC can burn, shall we support sync
from BC to BSC too? If we do, then all token on BSC need to implement burn interface. @HaoyangLiu @darren-liu
Hi |
Yes
Sent from Yahoo Mail for iPad
On Wednesday, April 27, 2022, 12:00 PM, rigan0707 ***@***.***> wrote:
Hi
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Good evening.
…On Wed, 27 Apr 2022 at 18:00, rigan0707 ***@***.***> wrote:
Hi
—
Reply to this email directly, view it on GitHub
<#82 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXBZP26OBI6W7HF6WZLNWOLVHFQA7ANCNFSM4UV6ZLHQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi
…On Wed, 27 Apr 2022 at 19:02, tata35tg ***@***.***> wrote:
Yes
Sent from Yahoo Mail for iPad
On Wednesday, April 27, 2022, 12:00 PM, rigan0707 ***@***.***> wrote:
Hi
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#82 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXBZP255F27FQI5L2G3DFQLVHFXIXANCNFSM4UV6ZLHQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
BEP-82: Token Ownership Changes
1. Summary
This BEP describes the changes related to the token owner who issued a token on Binance Chain.
2. Abstract
Currently, many token-related transactions, such as token listing, minting, burning, etc., can only be proposed by the token owner who can not be changed once the token is issued on Binance Chain.
This BEP proposes the solutions to provide more convenience and flexibility for these transactions.
3. Status
draft
4. Motivation
To reduce the transaction's dependence on the related token’s owner and make the ownership of token changeable, we introduce those solutions as following:
5. Specification
5.1 Transfer Ownership
TransferOwnership transaction can transfer ownership of a specific token to another address, and only the original owner has the permission to send this transaction.
A fee (a fixed amount of BNB) will be charged on TransferOwnership transactions.
Parameters for TransferOwnership Operation:
5.2 Token Owner Verification Changes
Currently, some token-related transactions are restricted to being proposed by token owners while others are not. After the implementation of this BEP, any address can burn its own tokens. Here is the comparison below:
6. License
The content is licensed under CC0.