MISOTokenFactory
Verified contract
Active on
Ethereum with 8 txns
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 "MISOTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13774146 | 3 years ago | | | 0 | 0.0026755236 | |
| 13614950 | 3 years ago | | | 0 | 0.028901569 | |
| 13606189 | 3 years ago | | | 0 | 0.038316595 | |
| 13606106 | 3 years ago | | | 0 | 0.039612621 | |
| 13405540 | 3 years ago | | | 0 | 0.010850578 | |
| 13405509 | 3 years ago | | | 0 | 0.010654597 | |
| 13405196 | 3 years ago | | | 0 | 0.013005331 | |
| 13405185 | 3 years ago | | | 0 | 0.0073820107 |
ABI
ABI objects
Getter at block 21284751
TOKEN_MINTER_ROLE() view returns (bytes32)
0xb3bb6029312d1001076133d40b75b7eca92ba54e4963b3ce24e1486a3d5a038b
accessControls() view returns (address)
0xa9cf4a7b95fe81f8850fdc066da88c992d451410
getTokens() view returns (address[])
[0x21413c119b0C11C5d96aE1bD328917bC5C8ED67E, 0xE58Eb0Bb13a71d7B95c4C3cBE6Cb3DBb08f9cBFB, 0x72B886d09C117654aB7dA13A14d603001dE0B777]
integratorFeePct() view returns (uint256)
0
locked() view returns (bool)
true
minimumFee() view returns (uint256)
0
misoDiv() view returns (address)
0x0000000000000000000000000000000000000000
numberOfTokens() view returns (uint256)
3
tokenTemplateId() view returns (uint256)
3
Read-only
currentTemplateId(uint256) view returns (uint256)
getTemplateId(address _tokenTemplate) view returns (uint256)
getTokenTemplate(uint256 _templateId) view returns (address)
hasTokenMinterRole(address _address) view returns (bool)
tokenInfo(address) view returns (bool exists, uint256 templateId, uint256 index)
tokens(uint256) view returns (address)
State-modifying
Events addTokenTemplate(address _template)
createToken(uint256 _templateId, address _integratorFeeAccount, bytes _data) payable returns (address token)
deployToken(uint256 _templateId, address _integratorFeeAccount) payable returns (address token)
initMISOTokenFactory(address _accessControls)
removeTokenTemplate(uint256 _templateId)
setCurrentTemplateId(uint256 _templateType, uint256 _templateId)
setDividends(address _divaddr)
setIntegratorFeePct(uint256 _amount)
setLocked(bool _locked)
setMinimumFee(uint256 _amount)
MisoInitTokenFactory(address sender)
TokenCreated(address indexed owner, address indexed addr, address tokenTemplate)
TokenInitialized(address indexed addr, uint256 templateId, bytes data)
TokenTemplateAdded(address newToken, uint256 templateId)
TokenTemplateRemoved(address token, uint256 templateId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.