Migrations.sol
View Source: contracts/Migrations.sol
Migrations
Contract Members
Constants & Variables
address public owner;
uint256 public lastCompletedMigration;Modifiers
restricted
modifier restricted() internalArguments
Name
Type
Description
Functions
Arguments
Name
Type
Description
setCompleted
Arguments
Name
Type
Description
_completed
uint256
upgrade
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?