Some common constants useful for Ethereum.
A constant for the ether symbol (normalized using NFKC).
(i.e. "\u039e")
A constant for the maximum value for an int256.
(i.e. 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffn)
A constant for the maximum value for a uint256.
(i.e. 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffn)
A constant for the EIP-191 personal message prefix.
(i.e. "\x19Ethereum Signed Message:\n")
A constant for the minimum value for an int256.
(i.e. -8000000000000000000000000000000000000000000000000000000000000000n)
A constant for the order N for the secp256k1 curve.
(i.e. 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141n)
A constant for the number of wei in a single ether.
(i.e. 1000000000000000000n)
A constant for the zero address.
(i.e. "0x0000000000000000000000000000000000000000")
A constant for the zero hash.
(i.e. "0x0000000000000000000000000000000000000000000000000000000000000000")