Currently, subxt is [missing support for integer types wider than 128bits](https://github.com/paritytech/subxt/blob/master/codegen/src/types/type_path.rs#L236). Smart contracts [might use this type in their ABI,](https://github.com/paritytech/ink/blob/master/crates/metadata/contract_schema.json#L870) rendering subxt unable to interact with those contracts (they are supported in`polkadot-js`).
Currently, subxt is missing support for integer types wider than 128bits. Smart contracts might use this type in their ABI, rendering subxt unable to interact with those contracts (they are supported in
polkadot-js).