- Type: Informational
- Contract: Unknown
- Function name:
mint(string,address,uint256)
- PC address: 6818
This contract executes a message call to to another contract. Make sure that the called contract is trusted and does not execute user-supplied code. In file: contracts/UjoPatronageBadges.sol:58
oracle.getUintPrice()
- Type: Warning
- Contract: Unknown
- Function name:
mint(string,address,uint256)
- PC address: 6818
A possible transaction order independence vulnerability exists in function mint(string,address,uint256). The value or direction of the call statement is determined from a tainted storage location In file: contracts/UjoPatronageBadges.sol:58
oracle.getUintPrice()
- Type: Informational
- Contract: Unknown
- Function name:
burnToken(uint256)
- PC address: 10925
A reachable exception (opcode 0xfe) has been detected. This can be caused by type errors, division by zero, out-of-bounds array access, or assert violations. This is acceptable in most situations. Note however that assert()
should only be used to check invariants. Use require()
for regular input checking.
In file: contracts/eip721/EIP721.sol:293
allTokens[allTokensLength - 1]