Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

token-erc20: add event Approval to follow eip20 #865

Merged
merged 1 commit into from
Jun 12, 2018

Conversation

p0n1
Copy link
Contributor

@p0n1 p0n1 commented Jun 9, 2018

MUST trigger on any successful call to approve(address _spender, uint256 _value).

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md#approval

We audited many tokens without event Approval.
Should comply EIP20 for a better dApp ecosystem.

> MUST trigger on any successful call to approve(address _spender, uint256 _value).

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md#approval

We audited many tokens without event Approval.
Should comply EIP20 for a better dApp ecosystem.
p0n1 added a commit to p0n1/ethereum-org that referenced this pull request Jun 9, 2018
@evertonfraga evertonfraga merged commit 44ce104 into ethereum:master Jun 12, 2018
smartgeek1003 added a commit to smartgeek1003/ethereum-org that referenced this pull request May 24, 2022
supercrytoking pushed a commit to supercrytoking/ethereum-org that referenced this pull request Jul 17, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants