ConverterFactory
Verified contract
Active on
Ethereum with 19 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 "ConverterFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10781247 | 4 years ago | | | 0 | 0.011460000 | |
| 10738221 | 4 years ago | | | 0 | 0.0026892800 | |
| 10709334 | 4 years ago | | | 0 | 0.0027809600 | |
| 10690533 | 4 years ago | | | 0 | 0.0041127280 | |
| 10690531 | 4 years ago | | | 0 | 0.0040950400 | |
| 10684674 | 4 years ago | | | 0 | 0.0051035200 | |
| 10684673 | 4 years ago | | | 0 | 0.0051035200 | |
| 10612549 | 4 years ago | | | 0 | 0.0023531200 | |
| 10612351 | 4 years ago | | | 0 | 0.0023531200 | |
| 10567228 | 4 years ago | | | 0 | 0.0020202910 |
ABI
ABI objects
Getter at block 21294071
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
Read-only
anchorFactories(uint16) view returns (address)
converterFactories(uint16) view returns (address)
customFactories(uint16) view returns (address)
State-modifying
Events acceptOwnership()
createAnchor(uint16 _converterType, string _name, string _symbol, uint8 _decimals) returns (address)
createConverter(uint16 _type, address _anchor, address _registry, uint32 _maxConversionFee) returns (address)
registerTypedConverterAnchorFactory(address _factory)
registerTypedConverterCustomFactory(address _factory)
registerTypedConverterFactory(address _factory)
transferOwnership(address _newOwner)
NewConverter(uint16 indexed _type, address indexed _converter, address indexed _owner)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.