issues
search
microsoft
/
verisol
A formal verifier and analysis tool for Solidity Smart Contracts
Other
245
stars
46
forks
source link
Shuvendu fallback
#186
Closed
shuvendu-lahiri
closed
5 years ago
shuvendu-lahiri
commented
5 years ago
Address #4, #90, #137, #146.
Models fallbacks
Models send
Models transfer
Do not catch exception for send
Do not model gas limit for send/transfer
Support for foo.value(x)(args) or foo.value(x).gas(y)(args)
Support for call.value(x).("") for invoking fallback
Call to a fallback of an unknown contract (code not present) will cause all globals to be havoced
Address #4, #90, #137, #146.