Migrate FV specs to CVL2 (#4527)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
methods {
|
||||
owner() returns (address) envfree
|
||||
pendingOwner() returns (address) envfree
|
||||
transferOwnership(address)
|
||||
acceptOwnership()
|
||||
renounceOwnership()
|
||||
function owner() external returns (address) envfree;
|
||||
function pendingOwner() external returns (address) envfree;
|
||||
function transferOwnership(address) external;
|
||||
function acceptOwnership() external;
|
||||
function renounceOwnership() external;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user