-
Notifications
You must be signed in to change notification settings - Fork 455
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
Add ERC: Wallet Transaction Intents #681
base: master
Are you sure you want to change the base?
Conversation
28fff5b
to
fa05264
Compare
The commit 13d70b5 (as a parent of 72af9a2) contains errors. |
ERCS/erc-TBA.md
Outdated
"type": "ERC20_MIN_BALANCE", | ||
"version": 1, | ||
"payload": { | ||
// See below... |
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.
03f247e2ac8061e11176c8d0526f8a8af3aebffe
ERCS/erc-TBA.md
Outdated
"type": "ERC20_MIN_ALLOWANCE", | ||
"version": 1, | ||
"payload": { | ||
"token": "0xA0b86991C6218b36c1d19D4a2e9EB0cE3606eB48", |
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.
03f247e2ac8061e11176c8d0526f8a8af3aebffe
ERCS/erc-TBA.md
Outdated
"version": 1, | ||
"payload": { | ||
"token": "0xA0b86991C6218b36c1d19D4a2e9EB0cE3606eB48", | ||
"owner": "0x1234567890abcdef1234567890abcdef12345678", |
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.
03f247e2ac8061e11176c8d0526f8a8af3aebffe
ERCS/erc-TBA.md
Outdated
|
||
#### ERC721 Ownership | ||
|
||
Requires that a given address MUST own a specific [ERC-721](./eip-721.md) token. |
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.
03f247e2ac8061e11176c8d0526f8a8af3aebffe
ERCS/erc-TBA.md
Outdated
}, | ||
"spender": { | ||
"type": "string", | ||
"pattern": "^0x[a-fA-F0-9]{40}$", |
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.
03f247e2ac8061e11176c8d0526f8a8af3aebffe
ERCS/erc-TBA.md
Outdated
"tokenId": { | ||
"type": "string", | ||
"pattern": "^[0-9]+$", | ||
"description": "The ID of the token that must be approved." |
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.
03f247e2ac8061e11176c8d0526f8a8af3aebffe
This ERC introduces a mechanism for dapps to provide prerequisites for transactions to smart contract wallets. Wallets can use these prerequisites to make more informed decisions about transaction construction.