EnclavesDEX
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "EnclavesDEX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EnclavesDEX"
ABI
ABI objects
Getter at block 21321709
admin() view returns (address)
0x0000000000000000000000000000000000000000
etherDelta() view returns (address)
0x0000000000000000000000000000000000000000
etherDeltaInfo() view returns (uint256 feeMake, uint256 feeTake)
(feeMake=0, feeTake=0)
feeAccount() view returns (address)
0x0000000000000000000000000000000000000000
feeAmountThreshold() view returns (uint256)
0
feeTake() view returns (uint256)
0
keyValueStorage() view returns (address)
0x0000000000000000000000000000000000000000
proposedImplementation() view returns (address)
0x0000000000000000000000000000000000000000
proposedTimestamp() view returns (uint256)
0
tradeABIHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
useEIP712() view returns (bool)
true
withdrawABIHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
amountFilled(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _user) view returns (uint256)
availableVolumeEnclaves(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _user, uint8 _v, bytes32 _r, bytes32 _s) view returns (uint256, bytes32)
availableVolumeEtherDelta(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _user, uint256 _amount) view returns (uint256)
balanceOf(address _token, address _user) view returns (uint256)
checkSig(bytes32 _abiHash, bytes32 _hash, uint8 _v, bytes32 _r, bytes32 _s, address _user) view returns (bool)
orderFills(address, bytes32) view returns (uint256)
orders(address, bytes32) view returns (bool)
tokenFallback(address, uint256, bytes) view
tokens(address, address) view returns (uint256)
State-modifying
Events cancelOrder(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, uint8 _v, bytes32 _r, bytes32 _s)
changeAdmin(address _admin)
changeFeeAccount(address _feeAccount)
changeFeeAmountThreshold(uint256 _feeAmountThreshold)
changeFeeTake(uint256 _feeTake)
changeFreezeTrading(bool _freezeTrading)
deposit() payable
depositBoth(address _token, uint256 _amount) payable
depositToken(address _token, uint256 _amount)
order(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce)
setEtherDeltaFees()
setTradeABIHash(bytes32 _tradeABIHash)
setUseEIP712(bool _useEIP712)
setWithdrawABIHash(bytes32 _withdrawABIHash)
trade(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _user, uint8 _v, bytes32 _r, bytes32 _s, uint256 _amount, bool _withdraw) payable returns (uint256)
tradeEtherDelta(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _user, uint8 _v, bytes32 _r, bytes32 _s, uint256 _amount, bool _withdraw) payable returns (uint256)
withdraw(uint256 _amount)
withdrawBoth(address _token, uint256 _tokenAmount, uint256 _ethAmount)
withdrawPreSigned(address _token, uint256 _value, address _feeToken, uint256 _feeValue, uint256 _nonce, address _user, uint8 _v, bytes32 _r, bytes32 _s)
withdrawToken(address _token, uint256 _amount)
withdrawTokenMulti(address[] _tokens, uint256[] _amounts)
Cancel(address indexed tokenGet, uint256 amountGet, address indexed tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address indexed user, uint8 v, bytes32 r, bytes32 s)
Deposit(address indexed token, address indexed user, uint256 amount, uint256 balance)
Order(address indexed tokenGet, uint256 amountGet, address indexed tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address indexed user)
Rebalance(address indexed dex, address indexed token, uint256 amount)
Trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, address indexed get, address indexed give, uint8 exchange)
Withdraw(address indexed token, address indexed user, uint256 amount, uint256 balance)
WithdrawPreSigned(address indexed feeToken, uint256 feeValue, address indexed feeReceiver)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.