Migrations.sol
View Source: \contracts\Migrations.sol
Migrations
Contract Members
Constants & Variables
address public owner;
uint256 public last_completed_migration;
Modifiers
restricted
modifier restricted() internal
Arguments
| Name | Type | Description | | ————- |————- | —–|
Functions
###
function () public nonpayable
Arguments
| Name | Type | Description | | ————- |————- | —–|
setCompleted
function setCompleted(uint256 completed) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
completed | uint256 |
upgrade
function upgrade(address new_address) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
new_address | address |
Contracts
- ActivateToken
- AddressUpgradeable
- ContextUpgradeable
- CreatorToken
- CustomToken
- ERC165Upgradeable
- ERC20Upgradeable
- ERC721BurnableUpgradeable
- ERC721EnumerableUpgradeable
- ERC721Upgradeable
- ERC721URIStorageUpgradeable
- IERC165Upgradeable
- IERC20MetadataUpgradeable
- IERC20Upgradeable
- IERC721EnumerableUpgradeable
- IERC721MetadataUpgradeable
- IERC721ReceiverUpgradeable
- IERC721Upgradeable
- ImmutableEntity
- ImmutableProduct
- Initializable
- Migrations
- OwnableUpgradeable
- ProductActivate
- StringCommon
- StringsUpgradeable