abi
usage:
ctc abi ADDRESS [options]
description:
display abi of contract
examples:
ctc abi 0x956f47f50a910163d8bf957cf5846d573e7f87ca
ctc abi 0x956f47f50a910163d8bf957cf5846d573e7f87ca --json
ctc abi 0x956f47f50a910163d8bf957cf5846d573e7f87ca --functions
ctc abi 0x956f47f50a910163d8bf957cf5846d573e7f87ca --functions --json
ctc abi 0x956f47f50a910163d8bf957cf5846d573e7f87ca --name Transfer
arguments:
ADDRESS address of contract
--human human readable only, no json
--json json only, no human readble
--functions display function abi's only
--events display event abi's only
--name NAME name of function or event abi
--search SEARCH query of name of function or event abi