Class Constants
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
public static class Constants
- Inheritance
-
Constants
- Inherited Members
-
Fields
ADDRESS_ZERO
public const string ADDRESS_ZERO = "0x0000000000000000000000000000000000000000"
Field Value
- string
DECIMALS_18
public const double DECIMALS_18 = 1E+18
Field Value
- double
DEFAULT_FACTORY_ADDRESS_V06
public const string DEFAULT_FACTORY_ADDRESS_V06 = "0x85e23b94e7F5E9cC1fF78BCe78cfb15B81f0DF00"
Field Value
- string
DEFAULT_FACTORY_ADDRESS_V07
public const string DEFAULT_FACTORY_ADDRESS_V07 = "0x4bE0ddfebcA9A5A4a617dee4DeCe99E7c862dceb"
Field Value
- string
ENTRYPOINT_ADDRESS_V06
public const string ENTRYPOINT_ADDRESS_V06 = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
Field Value
- string
ENTRYPOINT_ADDRESS_V07
public const string ENTRYPOINT_ADDRESS_V07 = "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
Field Value
- string
IERC1155_INTERFACE_ID
public const string IERC1155_INTERFACE_ID = "0xd9b67a26"
Field Value
- string
IERC20_INTERFACE_ID
public const string IERC20_INTERFACE_ID = "0x36372b07"
Field Value
- string
IERC721_INTERFACE_ID
public const string IERC721_INTERFACE_ID = "0x80ac58cd"
Field Value
- string
NATIVE_TOKEN_ADDRESS
public const string NATIVE_TOKEN_ADDRESS = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
Field Value
- string
REDIRECT_HTML
public const string REDIRECT_HTML = "<html lang=\"en\" style=\"background-color:#050505;color:#fff\"><body style=\"position:relative;display:flex;flex-direction:column;height:100%;width:100%;margin:0;justify-content:center;align-items:center;text-align:center;overflow:hidden\"><div style=\"position:fixed;top:0;left:50%;background-image:radial-gradient(ellipse at center,hsl(260deg 78% 35% / 40%),transparent 60%);width:2400px;height:1400px;transform:translate(-50%,-50%);z-index:-1\"></div><h1>Authentication Complete!</h1><h2>You may close this tab now and return to the game</h2></body></html>"
Field Value
- string