mirror of https://github.com/ConsenSys/mythril
blockchainethereumsmart-contractssoliditysecurityprogram-analysissecurity-analysissymbolic-execution
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
2.6 KiB
97 lines
2.6 KiB
# Analysis results for test-filename.sol
|
|
|
|
## External call
|
|
- SWC ID: 107
|
|
- Type: Informational
|
|
- Contract: Unknown
|
|
- Function name: `thisisfine()`
|
|
- PC address: 661
|
|
- Estimated Gas Usage: 643 - 1254
|
|
|
|
### Description
|
|
|
|
The contract executes a function call to an external address. Verify that the code at this address is trusted and immutable.
|
|
|
|
## Unchecked CALL return value
|
|
- SWC ID: 104
|
|
- Type: Informational
|
|
- Contract: Unknown
|
|
- Function name: `thisisfine()`
|
|
- PC address: 666
|
|
- Estimated Gas Usage: 1352 - 35963
|
|
|
|
### Description
|
|
|
|
The return value of an external call is not checked. Note that execution continue even if the called contract throws.
|
|
|
|
## External call
|
|
- SWC ID: 107
|
|
- Type: Informational
|
|
- Contract: Unknown
|
|
- Function name: `callstoredaddress()`
|
|
- PC address: 779
|
|
- Estimated Gas Usage: 687 - 1298
|
|
|
|
### Description
|
|
|
|
The contract executes a function call to an external address. Verify that the code at this address is trusted and immutable.
|
|
|
|
## Unchecked CALL return value
|
|
- SWC ID: 104
|
|
- Type: Informational
|
|
- Contract: Unknown
|
|
- Function name: `callstoredaddress()`
|
|
- PC address: 784
|
|
- Estimated Gas Usage: 1396 - 36007
|
|
|
|
### Description
|
|
|
|
The return value of an external call is not checked. Note that execution continue even if the called contract throws.
|
|
|
|
## External call
|
|
- SWC ID: 107
|
|
- Type: Informational
|
|
- Contract: Unknown
|
|
- Function name: `reentrancy()`
|
|
- PC address: 858
|
|
- Estimated Gas Usage: 709 - 1320
|
|
|
|
### Description
|
|
|
|
The contract executes a function call to an external address. Verify that the code at this address is trusted and immutable.
|
|
|
|
## Unchecked CALL return value
|
|
- SWC ID: 104
|
|
- Type: Informational
|
|
- Contract: Unknown
|
|
- Function name: `reentrancy()`
|
|
- PC address: 871
|
|
- Estimated Gas Usage: 6432 - 61043
|
|
|
|
### Description
|
|
|
|
The return value of an external call is not checked. Note that execution continue even if the called contract throws.
|
|
|
|
## External call to user-supplied address
|
|
- SWC ID: 107
|
|
- Type: Warning
|
|
- Contract: Unknown
|
|
- Function name: `calluseraddress(address)`
|
|
- PC address: 912
|
|
- Estimated Gas Usage: 335 - 616
|
|
|
|
### Description
|
|
|
|
The contract executes a function call with high gas to a user-supplied address. Note that the callee can contain arbitrary code and may re-enter any function in this contract. Review the business logic carefully to prevent unanticipated effects on the contract state.
|
|
|
|
## Unchecked CALL return value
|
|
- SWC ID: 104
|
|
- Type: Informational
|
|
- Contract: Unknown
|
|
- Function name: `calluseraddress(address)`
|
|
- PC address: 918
|
|
- Estimated Gas Usage: 1046 - 35327
|
|
|
|
### Description
|
|
|
|
The return value of an external call is not checked. Note that execution continue even if the called contract throws.
|
|
|