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