The AVM emits raw events and topics, unlike the ABI-style of Ethereum. Since there is no ABI specified events, that events will not be parsed, but a `contract.on("event", (eventInfo) => { ... })` needs to be added.