I understand from here that the space for mapping() is drawn from a size of 2^256 * 32 bytes storage, which provides a 1 chance in 10^69 of overwrites. If I'm working with contracts on the order of 10^100, is there a bigMapping() function that could be used for bigger map spaces?
I'm imagining an implementation like this https://mikemcl.github.io/bignumber.js/ for arbitrary precision.