SecurityTokenRegistry
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SecurityTokenRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SecurityTokenRegistry"
ABI
ABI objects
Getter at block 20853866
isPaused() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAddressValue(bytes32 _variable) view returns (address)
getArrayAddress(bytes32 _key) view returns (address[])
getArrayBytes32(bytes32 _key) view returns (bytes32[])
getArrayUint(bytes32 _key) view returns (uint256[])
getBoolValue(bytes32 _variable) view returns (bool)
getBytes32Value(bytes32 _variable) view returns (bytes32)
getBytesValue(bytes32 _variable) view returns (bytes)
getStringValue(bytes32 _variable) view returns (string)
getUintValue(bytes32 _variable) view returns (uint256)
isSecurityToken(address _securityToken) view returns (bool)
tickerAvailable(string _ticker) view returns (bool)
State-modifying
Events changeExpiryLimit(uint256 _newExpiry)
changeFeesAmountAndCurrency(uint256 _tickerRegFee, uint256 _stLaunchFee, bool _isFeeInPoly)
changeSecurityLaunchFee(uint256 _stLaunchFee)
changeTickerRegistrationFee(uint256 _tickerRegFee)
generateNewSecurityToken(string _name, string _ticker, string _tokenDetails, bool _divisible, address _treasuryWallet, uint256 _protocolVersion)
generateSecurityToken(string _name, string _ticker, string _tokenDetails, bool _divisible)
getFees(bytes32 _feeType) returns (uint256 usdFee, uint256 polyFee)
getSecurityTokenLaunchFee() returns (uint256 polyFee)
getTickerRegistrationFee() returns (uint256 polyFee)
initialize(address _polymathRegistry, uint256 _stLaunchFee, uint256 _tickerRegFee, address _owner, address _getterContract)
modifyExistingSecurityToken(string _ticker, address _owner, address _securityToken, string _tokenDetails, uint256 _deployedAt)
modifyExistingTicker(address _owner, string _ticker, uint256 _registrationDate, uint256 _expiryDate, bool _status)
modifySecurityToken(string, string _ticker, address _owner, address _securityToken, string _tokenDetails, uint256 _deployedAt)
modifyTicker(address _owner, string _ticker, string _tokenName, uint256 _registrationDate, uint256 _expiryDate, bool _status)
pause()
reclaimERC20(address _tokenContract)
refreshSecurityToken(string _name, string _ticker, string _tokenDetails, bool _divisible, address _treasuryWallet) returns (address)
registerNewTicker(address _owner, string _ticker)
registerTicker(address _owner, string _ticker, string _tokenName)
removeProtocolFactory(uint8 _major, uint8 _minor, uint8 _patch)
removeTicker(string _ticker)
setGetterRegistry(address _getterContract)
setLatestVersion(uint8 _major, uint8 _minor, uint8 _patch)
setProtocolFactory(address _STFactoryAddress, uint8 _major, uint8 _minor, uint8 _patch)
transferOwnership(address _newOwner)
transferTickerOwnership(address _newOwner, string _ticker)
unpause()
updateFromRegistry()
updatePolyTokenAddress(address _newAddress)
ChangeExpiryLimit(uint256 _oldExpiry, uint256 _newExpiry)
ChangeFeeCurrency(bool _isFeeInPoly)
ChangeSecurityLaunchFee(uint256 _oldFee, uint256 _newFee)
ChangeTickerOwnership(string _ticker, address indexed _oldOwner, address indexed _newOwner)
ChangeTickerRegistrationFee(uint256 _oldFee, uint256 _newFee)
LatestVersionSet(uint8 _major, uint8 _minor, uint8 _patch)
NewSecurityToken(string _ticker, string _name, address indexed _securityTokenAddress, address indexed _owner, uint256 _addedAt, address _registrant, bool _fromAdmin, uint256 _registrationFee)
NewSecurityToken(string _ticker, string _name, address indexed _securityTokenAddress, address indexed _owner, uint256 _addedAt, address _registrant, bool _fromAdmin, uint256 _usdFee, uint256 _polyFee, uint256 _protocolVersion)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause(address account)
ProtocolFactoryRemoved(address indexed _STFactory, uint8 _major, uint8 _minor, uint8 _patch)
ProtocolFactorySet(address indexed _STFactory, uint8 _major, uint8 _minor, uint8 _patch)
RegisterTicker(address indexed _owner, string _ticker, string _name, uint256 indexed _registrationDate, uint256 indexed _expiryDate, bool _fromAdmin, uint256 _registrationFee)
RegisterTicker(address indexed _owner, string _ticker, uint256 indexed _registrationDate, uint256 indexed _expiryDate, bool _fromAdmin, uint256 _registrationFeePoly, uint256 _registrationFeeUsd)
SecurityTokenRefreshed(string _ticker, string _name, address indexed _securityTokenAddress, address indexed _owner, uint256 _addedAt, address _registrant, uint256 _protocolVersion)
TickerRemoved(string _ticker, address _removedBy)
Unpause(address account)
constructor()
fallback()
This contract contains no error objects.