ExchangeFactory
Verified contract
Active on
Ethereum with 7 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 "ExchangeFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15337135 | 2 years ago | | | 0 | 0.020162160 | |
| 14752183 | 3 years ago | | | 0 | 0.12223500 | |
| 14748538 | 3 years ago | | | 0 | 0.10548125 | |
| 14746111 | 3 years ago | | | 0 | 0.11331241 | |
| 14746111 | 3 years ago | | | 0 | 0.11209637 | |
| 14730695 | 3 years ago | | | 0 | 0.085876681 | |
| 14669314 | 3 years ago | | | 0 | 0.0012285706 |
ABI
ABI objects
Getter at block 21332968
feeAddress() view returns (address)
0xffc2b319406555223afe6df7b82ffd100351bcb9
owner() view returns (address)
0x6ca79f0fa0abb8072d1998138600dbeffbe5a9bb
Read-only
exchangeAddressByTokenAddress(address, address) view returns (address)
isValidExchangeAddress(address) view returns (bool)
State-modifying
Events createNewExchange(address _baseToken, address _quoteToken)
renounceOwnership()
setFeeAddress(address _feeAddress)
transferOwnership(address newOwner)
NewExchange(address indexed creator, address indexed exchangeAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFeeAddress(address indexed feeAddress)
constructor(address _feeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.