Commit hash | 5058c8a89bbdd151e9f8433ed439e559a78cf41a |
---|---|
Commit time | 2023-03-06 |
Committer | GitHub <noreply at github.com> |
Author time | 2023-03-06 |
Author | Dexaran <dexaran820 at gmail.com> |
Add EIP-223: Token standard with event handling implementation (#6485) * Add EIP 223: Token standard with event handling implementation * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update EIPS/eip-223.md Commited readability improvements as suggested by the EIP editor Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-223.md Commited readability improvements as suggested by the EIP editor Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-223.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-223.md Readability improvements as suggested by the EIP editor Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-223.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Replaced `constant` function definitions with `view` to match modern Solidity * Update EIPS/eip-223.md Commited readability improvements as suggested by the EIPs editor Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-223.md Commited changes as suggested by the EIPs editor Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-223.md Adding a license. Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-223.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * re-added email * Update EIPS/eip-223.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Manually committing formatting change Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Fix formatting stuff Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Fix author list * Fix more formatting that Sam missed * Update EIPS/eip-223.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update eip-223.md * Update the code of Transfer(...) event * Fix function signature * Moved the tokenReceived() paragraph directly below transfer() deifnition * Backwards compatibility considerations * Update eip-223.md * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * Update EIPS/eip-223.md Co-authored-by: Gavin John <gavinnjohn@gmail.com> * update GAS tested values * updated the value of transferFrom GAS cost * Apply suggestions from code review * Move receiver to bottom * Remove old function * Lint --------- Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Co-authored-by: Gavin John <gavinnjohn@gmail.com>
Document | Title |
---|---|
EIP-223 | 223 Token with communication model |