events

usage:
    ctc events CONTRACT EVENT [options]

description:
    get contract events

examples:
    ctc events 0x956f47f50a910163d8bf957cf5846d573e7f87ca Transfer

    ctc events 0x956f47f50a910163d8bf957cf5846d573e7f87ca Transfer --blocks 14000000:14010000

    ctc events 0x956f47f50a910163d8bf957cf5846d573e7f87ca Transfer --blocks 14000000:14010000 --include-timestamps

arguments:
    CONTRACT                contract address of event
    EVENT                   event name or event hash
    --blocks BLOCKS         block range
    --include-timestamps    include timestamps
    --export EXPORT         file path for output (.json or .csv)
    --overwrite             specify that output path can be overwritten
    --verbose, -v           display more event data