Exchange
Verified contract
Active on
Ethereum with 394,211 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 0.001 | $17.34 |
$0.02 | |
| ERC-20 | 42M | -- | -- | |
XPS | ERC-20 | 1M | -- | -- | |
| ERC-20 | 17.778K | -- | -- | |
MYOU | ERC-20 | 0.5 | -- | -- | |
LC | ERC-20 | 0.36 | -- | -- | |
AMB | ERC-20 | 0.01 | -- | -- | |
PMT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 12373696 | 4 years ago | | | 0 | 0.0010080000 | |
| 9008975 | 5 years ago | | | 0 | 0.0021180000 | |
| 8981681 | 5 years ago | | | 0 | 0.0014544500 | |
| 8979846 | 5 years ago | | | 0 | 0.0022803840 | |
| 8419236 | 5 years ago | | | 0 | 0.00092095000 | |
| 8352053 | 5 years ago | | | 0 | 0.00022418100 | |
| 8351924 | 5 years ago | | | 0 | 0.00023912640 | |
| 8351660 | 5 years ago | | | 0 | 0.000074727000 | |
| 8241289 | 5 years ago | | | 0 | 0.00010538600 | |
| 8223919 | 5 years ago | | | 0 | 0.00040330800 |
ABI
ABI objects
Getter at block 21246187
EIP712_DOMAIN_HASH() view returns (bytes32)
0x3a08365148c0e714c2b2a96e5a342d04f9bd23f05bfd7c487fd25716498e1889
VERSION() view returns (string)
2.0.0
ZRX_ASSET_DATA() view returns (bytes)
0xf47261b0000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498
currentContextAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x17992e4ffb22730138e4b62aaa6367fa9d3699a6
Read-only
allowedValidators(address, address) view returns (bool)
assetProxies(bytes4) view returns (address)
cancelled(bytes32) view returns (bool)
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)
orderEpoch(address, address) view returns (uint256)
preSigned(bytes32, address) view returns (bool)
transactions(bytes32) view returns (bool)
State-modifying
Events batchCancelOrders(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders)
batchFillOrKillOrders(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders, uint256[] takerAssetFillAmounts, bytes[] signatures) returns (struct (uint256, uint256, uint256, uint256) totalFillResults)
batchFillOrders(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders, uint256[] takerAssetFillAmounts, bytes[] signatures) returns (struct (uint256, uint256, uint256, uint256) totalFillResults)
batchFillOrdersNoThrow(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders, uint256[] takerAssetFillAmounts, bytes[] signatures) returns (struct (uint256, uint256, uint256, uint256) totalFillResults)
cancelOrder(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) order)
cancelOrdersUpTo(uint256 targetOrderEpoch)
executeTransaction(uint256 salt, address signerAddress, bytes data, bytes signature)
fillOrKillOrder(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) order, uint256 takerAssetFillAmount, bytes signature) returns (struct (uint256, uint256, uint256, uint256) fillResults)
fillOrder(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) order, uint256 takerAssetFillAmount, bytes signature) returns (struct (uint256, uint256, uint256, uint256) fillResults)
fillOrderNoThrow(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) order, uint256 takerAssetFillAmount, bytes signature) returns (struct (uint256, uint256, uint256, uint256) fillResults)
marketBuyOrders(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders, uint256 makerAssetFillAmount, bytes[] signatures) returns (struct (uint256, uint256, uint256, uint256) totalFillResults)
marketBuyOrdersNoThrow(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders, uint256 makerAssetFillAmount, bytes[] signatures) returns (struct (uint256, uint256, uint256, uint256) totalFillResults)
marketSellOrders(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders, uint256 takerAssetFillAmount, bytes[] signatures) returns (struct (uint256, uint256, uint256, uint256) totalFillResults)
marketSellOrdersNoThrow(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes)[] orders, uint256 takerAssetFillAmount, bytes[] signatures) returns (struct (uint256, uint256, uint256, uint256) totalFillResults)
matchOrders(struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) leftOrder, struct (address, address, address, address, uint256, uint256, uint256, uint256, uint256, uint256, bytes, bytes) rightOrder, bytes leftSignature, bytes rightSignature) returns (struct ((uint256, uint256, uint256, uint256), (uint256, uint256, uint256, uint256), uint256) matchedFillResults)
preSign(bytes32 hash, address signerAddress, bytes signature)
registerAssetProxy(address assetProxy)
setSignatureValidatorApproval(address validatorAddress, bool approval)
transferOwnership(address newOwner)
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)
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)
SignatureValidatorApproval(address indexed signerAddress, address indexed validatorAddress, bool approved)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.