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));
ну вот в логах Success можешь найти же
нет там ничего в логах
попробуй так: .send(options, (err, txHash) => {})
Обсуждают сегодня