Hi Guys, i am running a Moralis.transfer() and i’m having problems with huge taxes…
I’ve also tried Moralis.enableweb3() in the first line but it and an approve function but it is not working.
buyStarter2 = async() => {
await Moralis.authenticate();
const options = {type: “native”, amount: Moralis.Units.BNB(“0.5”), receiver: “0x2f979f0458380dA68a939442318C39e61f79fc5f”}
let result = await Moralis.transfer(options);
}
That’s the output I get for running this function
Can anyone help me out? thanks very much