fun addMod(value: UInt256!, modulus: UInt256!): UInt256!
fun addMod(value: Long, modulus: UInt256!): UInt256!
fun addMod(value: Long, modulus: Long): UInt256!