fun shiftRight(distance: Int): UInt256!
Shift all bits in this value to the right.
distance - Int: The number of bits to shift by.
distance
Return UInt256!: A value containing the shifted bits.