현재 잔액: 0 KRW1

useAppKitAccount()

{
  "allAccounts": [],
  "isConnected": false,
  "status": "disconnected"
}

useAppKitNetwork()

{
  "caipNetwork": {
    "id": 1112,
    "name": "Wemix Testnet",
    "nativeCurrency": {
      "name": "tWEMIX",
      "symbol": "tWEMIX",
      "decimals": 18
    },
    "assets": {},
    "rpcUrls": {
      "default": {
        "http": [
          "https://api.test.wemix.com"
        ]
      },
      "chainDefault": {
        "http": [
          "https://api.test.wemix.com"
        ]
      }
    },
    "blockExplorers": {
      "default": {
        "name": "Wemix Explorer",
        "url": "https://explorer.wemix.com/",
        "apiUrl": "https://explorerapi.wemix.com/v1"
      }
    },
    "chainNamespace": "eip155",
    "caipNetworkId": "eip155:1112"
  },
  "caipNetworkId": "eip155:1112",
  "chainId": 1112
}

useAppKitTheme()

{
  "themeMode": "light",
  "themeVariables": {}
}

useAppKitState()

{
  "loading": false,
  "open": false,
  "selectedNetworkId": "eip155:1112",
  "activeChain": "eip155",
  "initialized": false
}

useAppKitEvents()

{
  "timestamp": 1755074847275,
  "reportedErrors": {},
  "data": {
    "type": "track",
    "event": "INITIALIZE",
    "properties": {
      "networks": [
        1112,
        97,
        11155111
      ],
      "metadata": {
        "name": "Wemade Wallet Demo",
        "description": "위메이드에서 제공하는 지갑 데모",
        "url": "https://wemade.com",
        "icons": [
          "https://avatars.githubusercontent.com/u/179229932?s=200&v=4"
        ]
      },
      "projectId": "8e0deccfed7bb6c0b4df8c81e7047604",
      "themeMode": "light",
      "debug": true,
      "features": {
        "analytics": true,
        "email": false,
        "socials": false
      },
      "sdkVersion": "react-wagmi-1.7.19",
      "siweConfig": {
        "options": {}
      }
    }
  }
}

useWalletInfo()

{}