inputs.add_argument('-a','--address',help='pull contract from the blockchain',metavar='CONTRACT_ADDRESS')
inputs.add_argument('-l','--dynld',action='store_true',help='auto-load dependencies from the blockchain')
inputs.add_argument('--contract-creation',dest="is_contract_creation",action='store_true',help='Only when -c or -f is used. Consider the input bytecode as contract creation code.')
inputs.add_argument('--bin-runtime',action='store_true',help='Only when -c or -f is used. Consider the input bytecode as binary runtime code, default being the contract creation bytecode.')