## Problem https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0004.md defines support for unsigned integers up to 512 bits. As of https://github.com/algorand/pyteal/pull/154, PyTeal offers 64 bit support. To help close PyTeal's ABI support gap, the ticket requests supporting _N_ bits where 64 < _N_ <= 512 subject to ARC-0004 constraints. ## Solution TBD - Suggest reviewing existing repo conventions when picking up the work. ## Dependencies Optional: Consider if https://github.com/algorand/pyteal/issues/252 ought to be picked up in tandem. ## Urgency TBD