create address

usage:
    ctc create address SENDER NONCE_OR_SALT [INIT_CODE]

description:
    generate address in the style of CREATE or CREATE2

examples:
    ctc create address 0xd8da6bf26964af9d7eed9e03e53415d37aa96045 123
    ctc create address 0xd8da6bf26964af9d7eed9e03e53415d37aa96045 0xaabb 0xaabbccdd

arguments:
    SENDER           sender address
    NONCE_OR_SALT    sender nonce (for CREATE) or salt (for CREATE2)
    INIT_CODE        initialization bytecode for CREATE2