99re热视频这里只精品,久久久天堂国产精品女人,国产av一区二区三区,久久久精品成人免费看片,99久久精品免费看国产一区二区三区

Moralis 地址外殼

2022-05-11 10:23 更新

當從交易或智能合約同步地址時,Moralis 會將它們標準化為小寫。 這使得基于地址創(chuàng)建查詢變得更加容易,因為它不需要創(chuàng)建校驗和地址。 請確保在比較來自外部來源(如 ?MetaMask ?或 ?Etherscan?)的地址時,首先將其轉換為小寫。

// this is a checksum address (note the mixed cases)
let address = "0xEDe998b7BdE2467732b748613a1Aab4e5528dE15";

// In order to make queries based on the address you can convert it to lowercase
address = address.toLowerCase();

// Now we can use the address in our queries
const query = new Moralis.Query("EthTokenBalance");
query.equalTo("owner_of", address);


以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號