class Wei : BaseUInt256Value<Wei!>
A unit measure of Wei as used by the Ethereum VM.
Return a Wei containing the specified value.
Wei
static fun valueOf(value: UInt256!): Wei!
static fun valueOf(value: Long): Wei!
static fun valueOf(value: BigInteger!): Wei!