issue-tracker icon indicating copy to clipboard operation
issue-tracker copied to clipboard

Results 71 issue-tracker issues
Sort by recently updated
recently updated
newest added

Hi, I've found a bug. **Expected behavior** Amount field shows 4 tokens transferred **Current behavior** Amount field shows 1 token transferred `{amount: "1" block_hash: "0x7bd4a912952bf9384a8123cd98ce7c08aabed91f12d549365fcfd748f0b358b9" block_number: "13934715" block_timestamp: "2022-01-03T20:44:13.000Z" contract_type:...

Running the following Javascript code with `getTokenIdMetadata` will return `No metadata found! Try again later`. ```ts const tokenIdMetadata = await Moralis.Web3API.token.getTokenIdMetadata({ address: '0x88b48f654c30e99bc2e4a1559b4dcf1ad93fa656', token_id: '45210219323525622005916031417052358146209118995657193786396528339504945168385', chain: 'rinkeby' }); ``` The...

![image](https://user-images.githubusercontent.com/44926624/152213780-021e007b-e6b0-49c8-90e6-0e661a5c96eb.png) I restored a production server database dump into my test server database and now when I try to enter a specific class I get a white screen with those...

When getting all the NFT transfers for the Ethereum Towers project, one of the transactions is: 0xeda2d37d5b86676cd8777cbc971a1349f2c0aa964991d2d6774ebd616951f2dd You can see it here - https://etherscan.io/tx/0xeda2d37d5b86676cd8777cbc971a1349f2c0aa964991d2d6774ebd616951f2dd looks alright to me But the...

The servers are stuck on loading. ![image](https://user-images.githubusercontent.com/17730060/151386486-fd874689-42dc-4c14-b5a0-55a853b1defd.png)

Attempting some fairly standard contract calls on the Speedy API endpoint of the BSC archive node. Calls work find and response is correct for recent blocks. However, if I query...

There is a missing step in the boilerplate instructions when "Connecting your Local Chain to the Moralis DB". Current instructions: --- **Connecting your Local Chain to the Moralis DB** 1....

Documentation for **/nft​/{address}** api says the total value in the response should be an integer however it is currently returning a string value. Testing other endpoints and they seem to...

I try to login to my academy.moralis account, but when clicking on the "LOGIN" button, the page completely freezes, and the scrollbar also is disabled (as if an `overflow: hidden;`...

Hi, Date param in this doc ([/dateToBlock](https://deep-index.moralis.io/api-docs/#/native/getDateToBlock)) should be in **seconds**, not **milliseconds**. I tried 2 samples of date: 2021-01-01 00:00:00 UTC 1. **1609459200** ```json { "date": "2021-01-01T00:00:00+00:00", "block": 11565019,...