Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0xf531…0022
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Exchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13817679 | 3 years ago | | | 0 | 0.0074005433 | |
| 13797524 | 3 years ago | | | 0 | 0.0064115134 | |
| 13797524 | 3 years ago | | | 0 | 0.0073999978 | |
| 13797524 | 3 years ago | | | 0 | 0.0065881622 | |
| 13797524 | 3 years ago | | | 0 | 0.0064129088 | |
| 13797497 | 3 years ago | | | 0 | 0.0057876205 | |
| 13795324 | 3 years ago | | | 0 | 0.0027566100 | |
| 13778350 | 3 years ago | | | 0 | 0.0060450900 | |
| 13775872 | 3 years ago | | | 0 | 0.0018377400 | |
| 13772007 | 3 years ago | | | 0 | 0.0052566000 |
ABI
ABI objects
Getter at block 21182822
getOperatorsContract() view returns (address)
0x4998e32be634e52b8461ed660fe91ad44423bba5
getOperatorsPending() view returns (address)
0x0000000000000000000000000000000000000000
getOrderCount() view returns (uint256)
0
getPairCount() view returns (uint256)
4
getTraderOperatorsContract() view returns (address)
0xf531952d4539cadb4b8654afdf1a9b65461e0022
getTraderOperatorsPending() view returns (address)
0x0000000000000000000000000000000000000000
isInitialized() view returns (bool)
true
isNotPaused() view returns (bool)
false
isPaused() view returns (bool)
true
Read-only
getIdentifier(uint256 _index) view returns (bytes32)
isAdmin(address _account) view returns (bool)
isAdminOrSystem(address _account) view returns (bool)
isFrozen(address _buyToken, address _sellToken) view returns (bool)
isMultisig(address _contract) view returns (bool)
isOperator(address _account) view returns (bool)
isOperatorOrSystem(address _account) view returns (bool)
isPaired(address _buyToken, address _sellToken) view returns (bool)
isRelay(address _account) view returns (bool)
isSystem(address _account) view returns (bool)
isTrader(address _account) view returns (bool)
order(bytes32) view returns (address maker, address specificTaker, bool isComplete, address sellToken, uint256 sellAmount, address buyToken, uint256 buyAmount)
pair(bytes32) view returns (bool paired, bool frozen, address buyToken, address sellToken)
State-modifying
Events batchDepairTokens(bytes32[] _pairID)
batchFreezeTokens(bytes32[] _pairID)
batchPairTokens(bytes32[] _pairID, address[] _buyToken, address[] _sellToken)
batchUnfreezeTokens(bytes32[] _pairID)
cancelOrder(bytes32 orderID)
cancelOrders(bytes32[] orderIDs)
confirmOperatorsContract()
confirmTraderOperatorsContract()
depairTokens(bytes32 _pairID)
freezePair(bytes32 _pairID)
initialize(address _baseOperators)
initialize(address _baseOperators, address _traderOperators)
makeOrder(bytes32 orderID, address specificTaker, address seller, bool isComplete, address sellToken, uint256 sellAmount, address buyToken, uint256 buyAmount, uint256 timeOutBlockNumber)
pairTokens(bytes32 _pairID, address _buyToken, address _sellToken)
pause()
setOperatorsContract(address _baseOperators)
setTraderOperatorsContract(address _traderOperators)
takeOrder(bytes32 orderID, address seller, uint256 quantity, uint256 timeOutBlockNumber)
takeOrders(bytes32[] orderIDs, address[] buyers, uint256[] quantity, uint256 timeOutBlockNumber)
unfreezePair(bytes32 _pairID)
unpause()
CancelledOrder(bytes32 indexed orderID, address killer, address indexed sellToken, address indexed buyToken)
DepairedTokens(bytes32 indexed pairID, address indexed buytoken, address indexed sellToken)
FrozenPair(bytes32 indexed pairID)
MadeOrder(bytes32 indexed orderID, address indexed sellToken, address indexed buyToken, address maker, address specificTaker, bool isComplete, uint256 sellAmount, uint256 buyAmount)
MadeOrderParticipants(bytes32 indexed orderID, address indexed maker, address indexed specificTaker)
OperatorsContractChanged(address indexed caller, address indexed operatorsAddress)
OperatorsContractPending(address indexed caller, address indexed operatorsAddress)
PairedTokens(bytes32 indexed pairID, address indexed buytoken, address indexed sellToken)
Paused(address indexed account)
TakenOrder(bytes32 indexed orderID, address indexed purchasedToken, address indexed paidToken, address maker, address taker, uint256 purchasedAmount, uint256 paidAmount)
TakenOrderParticipants(bytes32 indexed orderID, address indexed maker, address indexed taker)
TraderOperatorsContractChanged(address indexed caller, address indexed traderOperatorsAddress)
TraderOperatorsContractPending(address indexed caller, address indexed traderOperatorsAddress)
UnFrozenPair(bytes32 indexed pairID)
Unpaused(address indexed account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.