mirror of https://github.com/status-im/EIPs.git
Update EIP1132.md - changes in event names
This commit is contained in:
parent
cc61e826d7
commit
8d1480e6f8
|
@ -134,10 +134,10 @@ function totalBalanceOf(address _of) view returns (uint256 amount)
|
|||
```
|
||||
|
||||
### Lock event recorded in the token contract
|
||||
`event Lock(address indexed _of, uint256 indexed _reason, uint256 _amount, uint256 _validity)`
|
||||
`event Locked(address indexed _of, uint256 indexed _reason, uint256 _amount, uint256 _validity)`
|
||||
|
||||
### Unlock event recorded in the token contract
|
||||
`event Unlock(address indexed _of, uint256 indexed _reason, uint256 _amount)`
|
||||
`event Unlocked(address indexed _of, uint256 indexed _reason, uint256 _amount)`
|
||||
|
||||
## Test Cases
|
||||
|
||||
|
|
Loading…
Reference in New Issue