Skip to content

BusFactor1Inc/lll-function-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lll-function-signature

A utility to calculate ABI compatible LLL function signatures for the EVM (Ethereum Virutal Machine).

Usage:

$ ./lll-function-signature 'name()'
name()
0x06fdde03

This can then be used in an LLL def statement:

(def 'get-name 0x06fdde03)

-- Burton Samograd BusFactor1 Inc. 2018

About

A utility to compute ABI compatible LLL function signatures for the EVM (Ethereum Virtual Machine) using keccak256.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published