etk-4byte

Crates.ioetk-4byte
lib.rsetk-4byte
version0.3.0
sourcesrc
created_at2022-05-05 20:57:54.965814
updated_at2023-08-04 19:37:32.721209
descriptionEVM Toolkit function selector database
homepagehttps://quilt.github.io/etk
repositoryhttps://github.com/quilt/etk
max_upload_size
id581276
size10,102,755
(lightclient)

documentation

README

etk-4byte

Ethereum function selector reverse lookup database, populated from 4byte.directory.

Updating the Database

Since etk-4byte is a purely offline database, it needs regular updates. To fetch the latest database and convert it to the expected format, run:

$ cargo run --features=generate --bin etk-4byte-generate > src/signatures.txt
$ cargo run --features=generate --bin etk-4byte-pack

Then recompile.

Commit count: 266

cargo fmt