If you've not been reading the news lately, the CEO of Oyster Pearl abused a vulnerability in their smart contract to create 3 million new PRL out of thin air and dump them on the market.
https://etherscan.io/address/0x1844b21593262668b7248d0f57a220caaba46ab9#readContractNumber 18 - directorLock "false"
For those that don't know, this essentially allows the owner to do literally anything he wants, which in this case meant creating 3 million tokens out of thin air and giving them to himself to sell. As a result, the market has crashed and all PRL owners have lost about 90% of their money overnight.
Now, on to Substratum. Have a look at their smart contract here, particularly at line 136:
https://etherscan.io/address/0x12480e24eb5bec1a9d4369cab6a80cad3c0a377a#codefunction mintToken(address target, uint256 mintedAmount) onlyOwner {
balanceOf[target] += mintedAmount;
totalSupply += mintedAmount;
Transfer(0, this, mintedAmount);
Transfer(this, target, mintedAmount);
}
This essentially lets them do the same thing. At any time they want, they can just create a thousand, a million, a billion new tokens out of thin air and give them to themselves to dump. This is without even mentioning that the 120 million tokens they supposedly burnt weren't burnt at all. They are here:
https://etherscan.io/address/0xd41d37f9865cc121f71957e6eafb09cbdc98d6c3#tokentxns But it's OK though, cause the devs have
totally promised that they deleted the private key to that wallet.
Now I'm not saying they
will mint more tokens, but it's incredibly shady they wrote in the ability to let them if they wanted, and also incredibly shady to say they are doing a token burn and actually just send the tokens to another wallet that they created. If was holding any SUB, I would be selling it ASAP.