TRY ONLINE
Signature
Parameters
Calldata
Encoded calldata will appear here
cast calldata 'transfer(address,uint256)' 0xbd20e68967fc2a813356bff4754bba48692d8e0d 10000000000000000
cast calldata "setDetails(string,address)" "Hello World" 0xabcdefabcdefabcdefabcdefabcdefabcdefabcd
cast-calldata - ABI-encode a function with arguments.
cast calldata
[options] sig [args...]
ABI-encode a function with arguments.
The signature (sig) is a fragment in the form <function name>(<types...>)
.
-h
--help
Prints help information.
someFunc(address,uint256)
:
cast calldata "someFunc(address,uint256)" 0x... 1