What is MOOAR?
MOOAR is an equitable NFT marketplace and launchpad that prioritizes creators and allows for an idea to become an on-chain NFT project in minutes. MOOAR offers a 0% service fee and a tiered membership structure for traders; there is a default 2% royalty fee on all collections. It is aligned with the vision and goal of Find Satoshi Lab (FSL) and, as such, supports the ecosystem to facilitate its growth and development.
Methodology
This dashboard was created to track the activity of Mooar on each chain, which is comprised of Solana, Ethereum, and Polygon.
-
Solana
- It is used by the
solana.core.fact_events
table to identify the program_id
as 5pBn2Sxa41SUuTxKR8s91kMn9LHptd7Q9AA7nP6mqa4W
, which is Mooar's address on the Solana chain. It is then joined to the solana.core.fact_transactions
table for looking at actions from users who have interacted with this market place, and it is also joined to the solana.core.fact_transfers
table for looking at the price of NFT collection that sold on it.
-
Ethereum
- The collections of this chahin that sold on Mooar were used by the
ethereum.core.ez_decoded_event_logs
table, which was then joined to the ethereum.core.ez_token_transfers
table for looking at the amount of tokens that were transferred to sellers, and buyers received NFT collections from them by identifying the contract address of Mooar at origin_to_address
as 0xaaaaaaaaa33d3520a2266ce508bc079fcfe82c8e3
and event_name
is Transfer
, which means they already traded on Mooar.
-
Polygon
- Tracking activity of Mooar on Polygon was traced by using the
polygon.core.fact_token_transfers table
and then joined to the polygon.nft.ez_nft_transfers
table to look at the price of NFT collection traded on Mooar by them, which specific the origin_to_address
as 0xaaaaaaaa33d3520a2266ce508bc079fcfe82c8e3
that is Mooar's address on Polygon.