parse_abi: Parse an ABI

Description Usage Arguments Details Value See Also

View source: R/parse_abi.R

Description

Parse an abi object returned by get_abi().

Usage

1
parse_abi(abi)

Arguments

abi

An abi object returned by get_abi().

Details

The values given in the method column are the first 8 characters (4 bytes) of the keccak256 hashes of the method signatures.

Value

A tbl_df with the following columns:

See Also

get_abi() keccak256()


dapped/eth documentation built on Oct. 23, 2021, 4:42 a.m.