Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MC | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7002034 | 6 years ago | | | 0 | 0.0010649750 | |
| 7002030 | 6 years ago | | | 0 | 0.0010597270 | |
| 6742578 | 6 years ago | | | 0 | 0.00045825340 | |
| 6742133 | 6 years ago | | | 0 | 0.00064310000 | |
| 6739086 | 6 years ago | | | 0 | 0.0025672200 | |
| 6732738 | 6 years ago | | | 0 | 0.00064444000 | |
| 6732680 | 6 years ago | | | 0 | 0.00069947350 | |
| 6713467 | 6 years ago | | | 0 | 0.00064500500 | |
| 6710625 | 6 years ago | | | 0 | 0.00065360500 | |
| 6705647 | 6 years ago | | | 0 | 0.00063948500 |
ABI
ABI objects
Getter at block 21407102
expiryLimit() view returns (uint256)
5184000
moduleRegistry() view returns (address)
0x31d85fffd7e38bd42d2ae0409ac149e3ef0fd92c
owner() view returns (address)
0xa22d152d855d80f4d88e5e483c30b87161019d3a
paused() view returns (bool)
true
polyToken() view returns (address)
0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec
polymathRegistry() view returns (address)
0x06595656b93ce14834f0d22b7bbda4382d5ab510
registrationFee() view returns (uint256)
250000000000000000000
securityTokenRegistry() view returns (address)
0xef58491224958d978facf55d2120c55a24516b98
tickerRegistry() view returns (address)
0xc31714e6759a1ee26db1d06af1ed276340cd4233
Read-only
getDetails(string _symbol) view returns (address, uint256, string, bytes32, bool)
State-modifying
Events changeExpiryLimit(uint256 _newExpiry)
changePolyRegisterationFee(uint256 _registrationFee)
checkValidity(string _symbol, address _owner, string _tokenName) returns (bool)
isReserved(string _symbol, address _owner, string _tokenName, bytes32 _swarmHash) returns (bool)
pause()
reclaimERC20(address _tokenContract)
registerTicker(address _owner, string _symbol, string _tokenName, bytes32 _swarmHash)
renounceOwnership()
transferOwnership(address _newOwner)
unpause()
updateFromRegistry()
LogChangeExpiryLimit(uint256 _oldExpiry, uint256 _newExpiry)
LogChangePolyRegisterationFee(uint256 _oldFee, uint256 _newFee)
LogRegisterTicker(address indexed _owner, string _symbol, string _name, bytes32 _swarmHash, uint256 indexed _timestamp)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause(uint256 _timestammp)
Unpause(uint256 _timestamp)
constructor(address _polymathRegistry, uint256 _registrationFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.