Last updated 5 years ago
Was this helpful?
View Source:
Migrations
Constants & Variables
address public owner; uint256 public lastCompletedMigration;
modifier restricted() internal
Arguments
Name
Type
Description
function () public nonpayable
function setCompleted(uint256 _completed) public nonpayable restricted
_completed
uint256
function upgrade(address _newAddress) public nonpayable restricted
_newAddress
address