This article took me two days to dig out bit by bit. If you don't understand what MOCO #Moco is really about, you must read this article to find out whether MOCO is a scam

Don't rush to spray or push before finishing reading, you can follow my steps to review what I said step by step!!!

  1. First, take time to explore the function of BSC Scan to query addresses:

  2. MOCO Address: 0x88a573484a2bb61dc830cd41cfca2f7b75622ec9

  3. PinkLock Address: 0x407993575c91ce7643a4d4cCACc9A98c36eE1BBE

  4. MOCO author's address: 0x5EDC471D0d43A3Ca331804051205093ad2660Ba9

  5. Main mining pool contract address of MOCO: 0x73cB6444e9b4EA62551e85e01af9C75E17875518

  6. With the above information, continue searching

The first thing is to dig out the contract done by the author of MOCO:

Figure 1: Query the contract provided by the author

Figure 1 called the contract transaction Hash: 0x6900595cb5e7e46eddd381fa6564be34c912242195138ad27424812bbd498e66

Figure 2 Confirm transfer of pool ownership


Figure 2: Click 'log' in Figure 1 to view details, transfer locked contract owner:
0x0000000000000000000000000000000000000000

After seeing this, do you feel relieved? I continue to dig, and the locked contract ID is 1304244

Directly go to 3. PinkLock to query this lockID:1304244

Figure 3: Query lockID

Figure 3: Query lockID:1304244

Obtain the following information
[ getLockById(uint256) method Response ]
tuple : 1304244,0x73cB6444e9b4EA62551e85e01af9C75E17875518,0x0000000000000000000000000000000000000000,158113883008418966599943677,1742894523,1767259260,0,0,0,0,{"l":"moco"}
Don't understand, right? Throw it to Gork or other LLM for analysis:


(
1304244, // The ID name of the lock
0x73cB6444e9b4EA62551e85e01af9C75E17875518, // The token contract address being locked (MOCO LP)
0x0000000000000000000000000000000000000000, // Current owner address (zero address)
158113883008418966599943677, // Locked amount (LP token quantity)
1742894523, // Lock start time (Unix timestamp)
1767259260, // Unlock time (Unix timestamp)
0, // Whether to enable the vesting mechanism (0=no)
0, // Vesting duration (not enabled)
0, // Vesting start time (not enabled)
0, // Reserved field
{"l":"moco"} // Lock description
)

Key Information Analysis

  1. Lock time conversion:

    • Unlock time: 1767259260 → January 1, 2026, 00:01:00 UTC

    • Lock start time: 1742894523 → **March 23, 2025, 05:22:03 UTC`

  2. Owner status:

    • Current owner address is 0x000...000 (zero address), which means:

      • The lock has been disassociated from the original owner

      • Assets will not be able to be withdrawn (in the contract design, only the owner can operate the assets)


Conclusion:

  1. The lock time is 1767259260 (converted to January 1, 2026), after which it unlocks, and the owner is 0X00~0, meaning the black hole is the owner, which means no one can move it

  2. MOCO has been completely decentralized, ownership has been fully released to the black hole

  3. Spraying the mining pool in the square, do your homework step by step!!!

  4. AVE sometimes shows 9999 years, sometimes shows 2026-1-1, it doesn't matter, just need to know that the black hole is the owner

Supplement Figure 4 is the current main mining pool contract of MOCO

0x73cB6444e9b4EA62551e85e01af9C75E17875518:

Figure 4: Main mining pool contract