Migrations.sol
View Source: contracts/Migrations.sol
Migrations
Contract Members
Constants & Variables
address public owner;
uint256 public lastCompletedMigration;
Modifiers
restricted
modifier restricted() internal
Arguments
Name
Type
Description
Functions
function () public nonpayable
Arguments
Name
Type
Description
setCompleted
function setCompleted(uint256 _completed) public nonpayable restricted
Arguments
Name
Type
Description
_completed
uint256
upgrade
function upgrade(address _newAddress) public nonpayable restricted
Arguments
Name
Type
Description
_newAddress
address
PreviousContract used to store layout for the PreSaleSTO storage (PreSaleSTOStorage.sol)NextContract used to store layout for the CountTransferManager storage (BlacklistTransferManagerStorage.
Last updated
Was this helpful?