consttitle=`Sale of token ${_q.tokenId} for ${_q.contractName}!`;
constdesc=`Purchased by ${shortenAddress(_q.targetOwner)} at <t:${Number(_q.txDate.getTime())/1000}> for ${ethers.utils.formatEther(_q.amount.toString())}Ξ on ${camelCase(_q.eventSource)}`;
constdesc=`Purchased by ${shortenAddress(_q.targetOwner)} at <t:${Number(_q.txDate.getTime())/1000}> for ${ethers.utils.formatEther(_q.amount.toString())}Ξ on ${camelCase(_q.eventSource)}. [Etherscan](https://etherscan.io/tx/${_q.txHash})`;