ConverterFactory
Verified contract
Active on
Ethereum with 9 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) |
---|---|---|---|---|---|---|---|
| 18436045 | a year ago | | | 0 | 0.0010563944 | |
| 12174621 | 4 years ago | | | 0 | 0.0034491840 | |
| 11451494 | 4 years ago | | | 0 | 0.0042088080 | |
| 11054739 | 4 years ago | | | 0 | 0.0032676480 | |
| 11036307 | 4 years ago | | | 0 | 0.00084716800 | |
| 10994997 | 4 years ago | | | 0 | 0.0032584320 | |
| 10994994 | 4 years ago | | | 0 | 0.0033036880 | |
| 10994987 | 4 years ago | | | 0 | 0.0016055620 | |
| 10994984 | 4 years ago | | | 0 | 0.0032362360 |
ABI
ABI objects
Getter at block 21213877
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.