mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-24 20:58:13 +00:00
Make requested changes
This commit is contained in:
parent
37cfc31665
commit
7c75cab964
@ -55,7 +55,7 @@ Returns the type of the canary:
|
||||
* `5` = Multiple mandatory feeders (as defined in ERC-TBD)
|
||||
* `6` = IOT (as defined in ERC-TBD)
|
||||
|
||||
`1` might also be used for a special purpose contract that does not need a special type but still want to expose the functions and provide events as defined in this ERC.
|
||||
`1` might also be used for a special purpose contract that does not need a special type but still wants to expose the functions and provide events as defined in this ERC.
|
||||
|
||||
``` js
|
||||
function getType() constant returns (uint8 type)
|
||||
@ -65,7 +65,7 @@ function getType() constant returns (uint8 type)
|
||||
|
||||
#### RIP
|
||||
|
||||
MUST trigger when the canary died.
|
||||
MUST trigger when the contract is called the first time after the canary died.
|
||||
|
||||
``` js
|
||||
event RIP()
|
Loading…
x
Reference in New Issue
Block a user