fuel-etk-4byte

Crates.iofuel-etk-4byte
lib.rsfuel-etk-4byte
version0.3.1-dev
sourcesrc
created_at2023-01-27 00:29:02.785179
updated_at2023-02-01 15:11:01.626772
descriptionEVM Toolkit function selector database
homepagehttps://quilt.github.io/etk
repositoryhttps://github.com/quilt/etk
max_upload_size
id769283
size10,102,688
João Matos (tritao)

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