storage

usage:
    ctc storage CONTRACT_ADDRESS SLOT [options]

description:
    get value of storage slot

examples:
    ctc storage 0x245cc372c84b3645bf0ffe6538620b04a217988b 0x0
    ctc storage 0x245cc372c84b3645bf0ffe6538620b04a217988b 0x0 --type address
    ctc storage 0x245cc372c84b3645bf0ffe6538620b04a217988b 0x0 --block 14000000

arguments:
    CONTRACT_ADDRESS    address of contract
    SLOT                address of storage slot
    --block BLOCK       block number
    --type TYPE         decode data using this datatype