SELECT
block_timestamp,
tx_hash,
contract_address as smart_wallet -- safe_multisig (gnossis safe)
FROM
polygon.core.ez_decoded_event_logs
WHERE
1=1
-- and tx_hash='0x832ebeab83034b27de51ecbb5444afef59842cd8102c1e2dadc7688161d4d467'
and origin_from_address='0x3d529c760f3ec4c89bdd6549ddabe9097c1da6e9'
and origin_to_address='0x7598e84b2e114ab62cab288ce5f7d5f6bad35bba'
and event_name='SafeSetup'