Security Token contract (mock) (MockSTGetter.sol)

View Source: contracts/mocks/MockSTGetter.solarrow-up-right

↗ Extends: STGetterarrow-up-right

MockSTGetter

SecurityToken is an ERC1400 token with added capabilities:

Events

event UpgradeEvent(uint256  _upgrade);

Functions

newGetter

function newGetter(uint256 _upgrade) public nonpayable

Arguments

Name

Type

Description

_upgrade

uint256

Last updated

Was this helpful?