Elementix Exchange
Verified contract
Active on
Ethereum with 5,744 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x87f8…07a2
0x9b49…8755
Balances ($125.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 125 | $1.00 |
$125 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16876290 | 2 years ago | | | 0.03 | 0.0018946291 | |
| 16870064 | 2 years ago | | | 0.02 | 0.0022023364 | |
| 15559285 | 2 years ago | | | 0 | 0.00054811000 | |
| 14816863 | 2 years ago | | | 0 | 0.0018785500 | |
| 14755284 | 3 years ago | | | 0 | 0.025735315 | |
| 14722808 | 3 years ago | | | 0 | 0.0025409734 | |
| 14687263 | 3 years ago | | | 0.05 | 0.0060305062 | |
| 14680139 | 3 years ago | | | 0 | 0.010672167 | |
| 14662551 | 3 years ago | | | 0 | 0.0015691722 | |
| 14662551 | 3 years ago | | | 0 | 0.0025345426 |
ABI
ABI objects
Getter at block 21208297
INVERSE_BASIS_POINT() view returns (uint256)
10000
exchangeToken() view returns (address)
0x0000000000000000000000000000000000000000
minimumMakerProtocolFee() view returns (uint256)
0
minimumTakerProtocolFee() view returns (uint256)
0
name() view returns (string)
Elementix Exchange
owner() view returns (address)
0x42a1c0721af084370fe13f514a86d26bbeac1f97
protocolFeeRecipient() view returns (address)
0x90284230d4796d307f9cc4a8d139867bd749be61
registry() view returns (address)
0x87f8388195728e9497aa11715a352472984607a2
tokenTransferProxy() view returns (address)
0x9b49ee1b204f62fc2aa1a88f267c2cf815c28755
version() view returns (string)
1.0
Read-only
approvedOrders(bytes32) view returns (bool)
cancelledOrFinalized(bytes32) view returns (bool)
validateOrder(bytes32 hash, struct DataTypeOrder order, struct DataTypeSig sig) view returns (bool)
State-modifying
Events approveOrder(struct DataTypeOrder order, bool orderbookInclusionDesired)
cancelOrder(struct DataTypeOrder order, struct DataTypeSig sig)
changeMinimumMakerProtocolFee(uint256 newMinimumMakerProtocolFee)
changeMinimumTakerProtocolFee(uint256 newMinimumTakerProtocolFee)
changeProtocolFeeRecipient(address newProtocolFeeRecipient)
changeProtocolToken(address token)
orderMatch(struct DataTypeOrder buy, struct DataTypeSig buySig, struct DataTypeOrder sell, struct DataTypeSig sellSig, bytes32 metadata) payable
renounceOwnership()
transferOwnership(address newOwner)
OrderApprovedPartOne(bytes32 indexed hash, address exchange, address indexed maker, address taker, uint256 makerRelayerFee, uint256 takerRelayerFee, uint256 makerProtocolFee, uint256 takerProtocolFee, address indexed feeRecipient, uint8 feeMethod, uint8 side, uint8 saleKind, address target)
OrderApprovedPartTwo(bytes32 indexed hash, uint8 howToCall, bytes dataToCall, bytes replacementPattern, address staticTarget, bytes staticExtradata, address paymentToken, uint256 basePrice, uint256 extra, uint256 listingTime, uint256 expirationTime, uint256 salt, bool orderbookInclusionDesired)
OrderCancelled(bytes32 indexed hash)
OrdersMatched(bytes32 buyHash, bytes32 sellHash, address indexed maker, address indexed taker, uint256 price, bytes32 indexed metadata)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
protocolTokenChanged(address oldToken, address newToken)
constructor(address registryAddress, address tokenTransferProxyAddress, address tokenAddress, address protocolFeeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.