Predicate Abstractions for Smart Contract Validation

January 30, 2023

Sebastian Uchitel


Predicate Abstractions for Smart Contract Validation

Time:   11:00am
Location:   Lecture hall 1
Virtual transmission:   Zoom3 https://zoom.us/j/3911012202
Pass:   @s3

Smart contracts are immutable programs deployed on the blockchain that can manage significant assets. Because of this, verification and validation of smart contracts is of vital importance. Indeed, it is industrial practice to hire independent specialized companies to audit smart contracts before deployment. Auditors typically rely on a combination of tools and experience but still fail to identify problems in smart contracts before deployment, causing significant losses. In this talk, I will discuss our experience using predicate abstraction to construct models which can be used by auditors to explore and validate smart contact behaviour at the function call level by proposing predicates that expose different aspects of the contract.