это после отправки? у меня сейчас так идет отправка:
const fundit = contract.methods._register(refid).send({
from: web3.givenProvider.selectedAddress,
gas: gas,
value: parseInt(price)
})
.then(res =>
console.log('Success', res))
.catch(err => console.log(err));