Security reports for 0x818a…aad1 (FomoMofos)
Pakala scan
Scan successful, no issue found.
Mythril scan
Severity | Title | Description | Function |
---|---|---|---|
Medium | Use of tx.origin | Use of tx.origin is deprecated. The smart contract retrieves the transaction origin (tx.origin) using msg.origin. Use of msg.origin is deprecated and the instruction may be removed in the future. Use msg.sender instead. See also: https://solidity.readthedocs.io/en/develop/security-considerations.html#tx-origin | _function_0x2ff5e387 |
Medium | Use of tx.origin | Use of tx.origin is deprecated. The smart contract retrieves the transaction origin (tx.origin) using msg.origin. Use of msg.origin is deprecated and the instruction may be removed in the future. Use msg.sender instead. See also: https://solidity.readthedocs.io/en/develop/security-considerations.html#tx-origin | mint(uint256) |