Hi!
Iāve created a Base Sepolia Stream to get a specific event emitted when a method is executed through a Safe proposal. Iām currently trying to test the Stream through the UI, specifying both the smart contract and safe multisig addresses but getting āNo events foundā.
How to reproduce:
Get the ProjectListed
event on this Safe transaction emitted by this contract.
The request payload sent to https://api.moralis-streams.com/streams/evm/0x14a33/block/7287374 is:
{
"tag": "listProject",
"topic0": [
"ProjectListed(uint256,uint256,address,bool,string,uint256,uint256[],uint256[])"
],
"allAddresses": false,
"includeNativeTxs": false,
"includeContractLogs": true,
"includeInternalTxs": false,
"abi": [
{
"name": "ProjectListed",
"type": "event",
"anonymous": false,
"inputs": [
{
"type": "uint256",
"name": "id",
"indexed": true
},
{
"type": "uint256",
"name": "providerId",
"indexed": false
},
{
"type": "address",
"name": "providerAddress",
"indexed": false
},
{
"type": "bool",
"name": "affiliate",
"indexed": false
},
{
"type": "string",
"name": "ipfsHash",
"indexed": false
},
{
"type": "uint256",
"name": "bucketId",
"indexed": false
},
{
"type": "uint256[]",
"name": "vintageMwhProduced",
"indexed": false
},
{
"type": "uint256[]",
"name": "vintageMwhYears",
"indexed": false
}
]
}
],
"advancedOptions": [
{
"topic0": "ProjectListed(uint256,uint256,address,bool,string,uint256,uint256[],uint256[])",
"filter": {},
"includeNativeTxs": true
}
],
"addresses": [
"0x7bf3121b01546a2a6a799b67bbe5ce18d9664941",
"0xd161ebe1117c2550008366e6dc82dcb0855d5972"
]
}