Logo:
Name: Wrapped Minu
Ticker Symbol: WMINU
Network: Pulsechain
Contract Address: 0x8Ce726d39819Afe6b75c30da3c435842aDa5Be00
Purpose: Introducing wMinu on PulseChain: a revolutionary audited and renounced smart contract. Engage in arb trading between Minu and wMinu, while simultaneously burning the circulating supply and gaining a profit.
Project URL: https://www.minupls.com/how-to-arb
Project social media: Twitter, Telegram
Contract Source Code: Link
Audit(s): NIL
REVIEWED BY: CapBurningWater
Contract Name: WrappedMinu
Review Date: 10/12/2023
The contract facilitates the wrapping and unwrapping of Minu tokens to/from Wrapped Minu tokens, implementing a burn fee during transfers.
Dependencies:
ERC20.sol
Ownable.sol
_calculateTax: This function works as expected if the value of the amount is greater than 100000, otherwise, because integer division in Solidity truncates the fractional part, the tax value will be affected.
The contract doesn’t include any upgradability mechanisms like proxy patterns or upgradeable contracts.
The contract seems relatively secure for basic functionality, but keep in mind the possible problem if the amount is lower than 1000000.