Registry contract for issuers to register their security tokens (SecurityTokenRegistryMock.sol)

View Source: contracts/mocks/SecurityTokenRegistryMock.sol

↗ Extends: SecurityTokenRegistry

SecurityTokenRegistryMock

Contract Members

Constants & Variables

uint256 public someValue;

Functions

changeTheFee

function changeTheFee(uint256 _newFee) public nonpayable

Arguments

configure

function configure(uint256 _someValue) public nonpayable

Arguments

Last updated