mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-19 07:00:25 -04:00
Create solidity_topics.md
This commit is contained in:
parent
7eb0b1d893
commit
1c51250ebf
1 changed files with 8 additions and 0 deletions
8
solidity/solidity_topics.md
Normal file
8
solidity/solidity_topics.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
## solidity topics
|
||||
|
||||
solidity provides two types of events:
|
||||
|
||||
* anonymous
|
||||
* 4 topics may be indexed, and there is not signature hash (no filter)
|
||||
* non-anonymous (default)
|
||||
* up to 3 topics may be indexed, since the first topic is reserved to the event signature (filter)
|
Loading…
Add table
Add a link
Reference in a new issue