ConverterFactory
Verified contract
Active on
Ethereum with 6 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) |
---|---|---|---|---|---|---|---|
| 10362583 | 4 years ago | | | 0 | 0.00097792000 | |
| 10362562 | 4 years ago | | | 0 | 0.0010390400 | |
| 10287473 | 4 years ago | | | 0 | 0.0011001600 | |
| 10285584 | 4 years ago | | | 0 | 0.00097792000 | |
| 10272789 | 4 years ago | | | 0 | 0.0014123600 | |
| 10272776 | 4 years ago | | | 0 | 0.0014123600 |
ABI
ABI objects
Getter at block 21091252
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
Read-only
anchorFactories(uint16) view returns (address)
converterFactories(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)
registerTypedConverterFactory(address _factory)
transferOwnership(address _newOwner)
NewConverter(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.