OwnersExchange
Verified contract
Active on
Ethereum with 15,648 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x182d…75e7
Balances ($84,318.81)
Native
Value
$64,728.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 20.167463 | $3,209.57 |
$64,728.88 | |
LINK | ERC-20 | 1.354766K | $14.46 |
$19,589.92 | |
FOR | ERC-20 | 2 | $0.003883 |
$0.01 | |
EBK | ERC-20 | 49.689226 | -- | -- | |
ESE | ERC-20 | 4 | -- | -- | |
STT | ERC-20 | 3 | -- | -- | |
AZP | ERC-20 | 0.21 | -- | -- | |
AMB | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20680338 | 2 months ago | | | 0 | 0.00061177475 | |
| 15278556 | 2 years ago | | | 0 | 0.00081820925 | |
| 14391033 | 3 years ago | | | 0 | 0.0013803802 | |
| 14391032 | 3 years ago | | | 0 | 0.0010444746 | |
| 14389646 | 3 years ago | | | 0 | 0.0015674831 | |
| 13591851 | 3 years ago | | | 0 | 0.0084309022 | |
| 12969145 | 3 years ago | | | 0.24 | 0.0070109373 | |
| 12697186 | 3 years ago | | | 0 | 0.0025072320 | |
| 12696801 | 3 years ago | | | 41.02 | 0.0021470400 | |
| 12564556 | 3 years ago | | | 0 | 0.00075977900 |
ABI
ABI objects
Getter at block 21161195
fee() view returns (uint256)
0
feeToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
getOrderBookSize() view returns (uint256)
41
lockedFees() view returns (uint256)
0
orderCount() view returns (uint256)
7620
owner() view returns (address)
0x7b1660682078fe0efd9310e8efe32cb93a0417bc
poolOwners() view returns (address)
0x182d4990bb0ff595b308b3efcb93313abad575e7
totalFees() view returns (uint256)
1028528292650000000000
Read-only
addressIndex(address) view returns (uint256)
addressRegistry(uint256) view returns (address)
costOfOrder(uint256 _price, uint256 _amount) pure returns (uint256)
feeBalances(uint256) view returns (uint256)
feeForOrder(uint256 _price, uint256 _amount) view returns (uint256)
getOrder(uint256 _key) view returns (uint8, address, uint256, uint256)
getOrderBookKey(uint256 _i) view returns (uint256 key)
getOrderBookKeys(uint256 _start) view returns (uint256[10] keys)
getOrders(uint256 _start) view returns (uint256[10] keys, address[10] addresses, uint8[10] orderTypes, uint256[10] prices, uint256[10] amounts)
State-modifying
Events addBuyOrder(uint256 _price, uint256 _amount) payable
addSellOrder(uint256 _price, uint256 _amount)
fillBuyOrder(uint256 _key)
fillSellOrder(uint256 _key) payable
onTokenTransfer(address _sender, uint256 _value, bytes _data)
removeBuyOrder(uint256 _key)
removeSellOrder(uint256 _key)
setFee(uint256 _fee)
transferOwnership(address newOwner)
withdrawDistributedToPoolOwners()
withdrawFeeToken(uint256 _value)
NewOrder(uint8 indexed orderType, address indexed sender, uint256 price, uint256 amount)
OrderFilled(uint8 indexed orderType, address indexed sender, address receiver, uint256 price, uint256 amount)
OrderRemoved(uint8 indexed orderType, address indexed sender, uint256 price, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _poolOwners, address _feeToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.