Submitted by Lambda
contracts/RuniverseLandMinter.sol#L358
contracts/RuniverseLand.sol#L195
contracts/RuniverseLandMinter.sol#L513
Some privileged functions are often unavoidable in smart contracts. However, in these contracts, the privileges are (unnecessarily) very extensive and without checks on the smart contract side:
Therefore, the user currently has to trust the owner that he does not perform any of the previously described actions.
Alex the Entreprenerd (judge) commented:
msclecram (Forgotten Runiverse) confirmed and commented:
