[SOLVED] Moralis.transfer for erc1155 throwing overflow error

Iā€™m trying to test the new Moralis.transfer() by sending a rinkeby testnet nft that I have from opensea. But getting the error at the bottom of the message.

ERROR SCREENSHOT

CODE TO RUN

const options = {type: "erc1155",  
                 receiver: "0xf67173BCD45c640C6a5573bE86fe267B3F9Fb65D",
                 contract_address: "0x88b48f654c30e99bc2e4a1559b4dcf1ad93fa656",
                 token_id: "46019684757902057643346949520231923359462301825852362606843656655001912082433",
                 amount: 1}
let result = await Moralis.transfer(options)

Hi,
I get the same error, thanks for reporting, we will check with devs.

Fix available now in Moralis SDK 0.0.42.

Amazing work from Moralis again. The world is a better place with Moralis in it.

1 Like