Exchange
Verified contract
Active on
Ethereum with 12,823 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.30)
Native
Value
$3.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,302.91 |
$3.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408719 | 4 months ago | | | 0.0007 | 0.000062000000 | |
| 20408323 | 4 months ago | | | 0.0007 | 0.000066000000 | |
| 16002512 | 2 years ago | | | 19.68 | 0.0034159116 | |
| 15870748 | 2 years ago | | | 0 | 0.0038905784 | |
| 15859308 | 2 years ago | | | 0 | 0.00060201626 | |
| 15820647 | 2 years ago | | | 0.25 | 0.0010295888 | |
| 15714708 | 2 years ago | | | 0.1 | 0.0067465657 | |
| 15615609 | 2 years ago | | | 0 | 0.00081602169 | |
| 15603317 | 2 years ago | | | 0 | 0.00039188361 | |
| 15603303 | 2 years ago | | | 0.2 | 0.00028284813 |
ABI
ABI objects
Getter at block 21244818
EIP712_DOMAIN_HASH() view returns (bytes32)
0x2dffd76de2190db1c7667a992d34661fe5b434efa86360e4fab936c543b8af9d
ETH_ASSET_DATA() view returns (bytes)
0xf47261b00000000000000000000000000000000000000000000000000000000000000000
KECCAK256_ETH_ASSET_DATA() view returns (bytes32)
0x3379e939eedfed998d87af24ad91d2b73292cdb7f56a78b39cc8568d61aaefec
TRANSFER_GAS_LIMIT() view returns (uint256)
300000
VERSION() view returns (string)
2.0.1-alpha-miime
currentContextAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcd721cf5eb258907e7353a8cd51f4fb9b3c3a8cd
Read-only
allowedValidators(address, address) view returns (bool)
assetProxies(bytes4) view returns (address)
cancelled(bytes32) view returns (bool)
depositAmount(address) view returns (uint256)
filled(bytes32) view returns (uint256)
getAssetProxy(bytes4 assetProxyId) view returns (address)
getOrderInfo(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) order) view returns (struct (uint8, bytes32, uint256) orderInfo)
getOrdersInfo(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders) view returns (struct (uint8, bytes32, uint256)[])
isValidSignature(bytes32 hash, address signerAddress, bytes signature) view returns (bool isValid)
isWithdrawOperator(address) view returns (bool)
orderEpoch(address, address) view returns (uint256)
orderToDepositAmount(bytes32, address) view returns (uint256)
preSigned(bytes32, address) view returns (bool)
transactions(bytes32) view returns (bool)
withdrawOperators(uint256) view returns (address)
State-modifying
Events addWithdrawOperator(address target)
batchCancelOrders(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders)
cancelOrder(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) order)
cancelOrdersUpTo(uint256 targetOrderEpoch)
deposit(bytes32 orderHash) payable
executeTransaction(uint256 salt, address signerAddress, bytes data, bytes signature)
fillOrder(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) order, uint256 takerAssetFillAmount, bytes signature) payable returns (struct (uint256, uint256, uint256, uint256) fillResults)
preSign(bytes32 hash, address signerAddress, bytes signature)
registerAssetProxy(address assetProxy)
removeWithdrawOperator(address target)
setSignatureValidatorApproval(address validatorAddress, bool approval)
transferOwnership(address newOwner)
updateOrder(bytes32 newOrderHash, uint256 newOfferAmount, struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) orderToBeCanceled) payable
withdraw(bytes32 orderHash, address toAddress)
AssetProxyRegistered(bytes4 id, address assetProxy)
Cancel(address indexed makerAddress, address indexed feeRecipientAddress, address senderAddress, bytes32 indexed orderHash, bytes makerAssetData, bytes takerAssetData)
CancelUpTo(address indexed makerAddress, address indexed senderAddress, uint256 orderEpoch)
Deposit(bytes32 indexed orderHash, address indexed senderAddress, uint256 amount)
DepositChanged(bytes32 indexed newOrderHash, uint256 newAmount, bytes32 indexed oldOrderHash, uint256 oldAmount, address indexed senderAddress)
Fill(address indexed makerAddress, address indexed feeRecipientAddress, address takerAddress, address senderAddress, uint256 makerAssetFilledAmount, uint256 takerAssetFilledAmount, uint256 makerFeePaid, uint256 takerFeePaid, bytes32 indexed orderHash, bytes makerAssetData, bytes takerAssetData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignatureValidatorApproval(address indexed signerAddress, address indexed validatorAddress, bool approved)
Transfer(address indexed toAddress, uint256 indexed amount)
Withdraw(bytes32 indexed orderHash, address indexed toAddress, uint256 amount)
WithdrawOperatorAdded(address indexed target, address indexed caller)
WithdrawOperatorRemoved(address indexed target, address indexed caller)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.