Crates.io | etk-4byte |
lib.rs | etk-4byte |
version | 0.3.0 |
source | src |
created_at | 2022-05-05 20:57:54.965814 |
updated_at | 2023-08-04 19:37:32.721209 |
description | EVM Toolkit function selector database |
homepage | https://quilt.github.io/etk |
repository | https://github.com/quilt/etk |
max_upload_size | |
id | 581276 |
size | 10,102,755 |
Ethereum function selector reverse lookup database, populated from 4byte.directory.
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.