Is there anything about this options
that shouldnāt work?:
{
"chainId": "1",
"topic": "0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822",
"abi": [
{
"anonymous": false,
"inputs": [
{ "indexed": true, "internalType": "address", "name": "sender", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "amount0In", "type": "uint256" },
{ "indexed": false, "internalType": "uint256", "name": "amount1In", "type": "uint256" },
{ "indexed": false, "internalType": "uint256", "name": "amount0Out", "type": "uint256" },
{ "indexed": false, "internalType": "uint256", "name": "amount1Out", "type": "uint256" },
{ "indexed": true, "internalType": "address", "name": "to", "type": "address" }
],
"name": "Swap",
"type": "event"
}
],
"tableName": "UNISWAPvvETH",
"sync_historical": false
}
As I mentioned, I also tried using the āSwapā signature text for topic as well to no avail. I use the exact same setup for Transfer()
with my watchContractEvent
and they work just fine.
What am I missing?