資源の読み込みに... 荷物...

他の関数呼び出し

  • 交換オブジェクトによって設定された財布のアドレスを取得
    function main() {
        Log(exchange.IO("address"))         // Print the wallet address of the private key configured on the exchange object
    }
    
  • ブロックチェーン RPC ノードを切り替える
    function main() {
        var chainRpc = "https://bsc-dataseed.binance.org"
        
        // Switch to BSC chain
        e.IO("base", chainRpc)
    }
    
スマートコントラクトを呼び出す方法 内蔵ライブラリ