Cryptopia is a web3 professional social platform. It's fully decentralized, all data are stored in blockchains. All queries are done using The Graph. Here at Cryptopia, project owners can post airdrops, events, jobs and announcements. But only verified project owners can post. So at Cryptopia, there are much less spams. Users can also post, some gas fee may be charged though. This will prevent abusing.
forge verify-contract \
--chain-id <chain_id> \
--num-of-optimizations 1000000 \
--watch \
--compiler-version v0.8.21+commit.d9974bed \
--constructor-args $(cast abi-encode "constructor(address)" <owner_address>) \
--etherscan-api-key $API_KEY_ETHERSCAN \
<contract_address> \
src/User.sol:User
ADDRESS=0x92A2E7BA8446400C7407275e8Dc1FDAcED30E2Cf npm run verify:user:<chain>
https://api.studio.thegraph.com/query/49276/cryptopia-sepolia/v0.0.1