Dark | Light
[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]

![Defi_Holliday Avatar](https://lunarcrush.com/gi/w:24/cr:twitter::1547248013466271745.png) Defi Holliday [@Defi_Holliday](/creator/twitter/Defi_Holliday) on x XXX followers
Created: 2025-07-16 22:41:46 UTC

Why uPX is not mintable, it had XX day mint first which does not work anymore. 

X. require(!endMint, "Mint ended");  endMint is set to be "true" meaning that no more mint can be done. Token is immutable so this paramater cant be changed 

X. require(block.timestamp-createdTimestamp<MINT_MAX_SPAN_SECONDS, "Mint timeout"); XX days had passed and closed the mint. 

X. function finalyzeMint(address recipient, uint256 balance) external {
        require(msg.sender==_creator, "Only creator");
        require(!endMint, "Mint ended");
        _mint(recipient, balance);    
        endMint=true;

![](https://pbs.twimg.com/media/GwA2aFyXMAAMspo.jpg)

XX engagements

![Engagements Line Chart](https://lunarcrush.com/gi/w:600/p:tweet::1945614868075155838/c:line.svg)

**Related Topics**
[token](/topic/token)

[Post Link](https://x.com/Defi_Holliday/status/1945614868075155838)

[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]

Defi_Holliday Avatar Defi Holliday @Defi_Holliday on x XXX followers Created: 2025-07-16 22:41:46 UTC

Why uPX is not mintable, it had XX day mint first which does not work anymore.

X. require(!endMint, "Mint ended"); endMint is set to be "true" meaning that no more mint can be done. Token is immutable so this paramater cant be changed

X. require(block.timestamp-createdTimestamp<MINT_MAX_SPAN_SECONDS, "Mint timeout"); XX days had passed and closed the mint.

X. function finalyzeMint(address recipient, uint256 balance) external { require(msg.sender==_creator, "Only creator"); require(!endMint, "Mint ended"); _mint(recipient, balance);
endMint=true;

XX engagements

Engagements Line Chart

Related Topics token

Post Link

post/tweet::1945614868075155838
/post/tweet::1945614868075155838