MatchingMarket
Verified contract
Active on
Ethereum with 133,292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($921.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 47.383588 | $16.15 |
$765.24 | |
WETH | ERC-20 | 0.05 | $3,123.54 |
$156.18 | |
DONUT | ERC-20 | 2K | -- | -- | |
LST | ERC-20 | 18.855461 | -- | -- | |
0xd51e…ef0c | ERC-20 | 9 | -- | -- | |
SKO | ERC-20 | 3 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ETHS | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
AMB | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7942584 | 5 years ago | | | 0 | 0.00032313600 | |
| 7238837 | 6 years ago | | | 0 | 0.00016195200 | |
| 7201706 | 6 years ago | | | 0 | 0.0012700260 | |
| 7201703 | 6 years ago | | | 0 | 0.0012700260 | |
| 7201657 | 6 years ago | | | 0 | 0.0014897610 | |
| 7198964 | 6 years ago | | | 0 | 0.00028306000 | |
| 7198964 | 6 years ago | | | 0 | 0.00026158800 | |
| 7198963 | 6 years ago | | | 0 | 0.00026158800 | |
| 7198963 | 6 years ago | | | 0 | 0.00026171600 | |
| 7198963 | 6 years ago | | | 0 | 0.00028306000 |
ABI
ABI objects
Getter at block 21159831
authority() view returns (address)
0x0000000000000000000000000000000000000000
buyEnabled() view returns (bool)
true
close_time() view returns (uint64)
1576670400
getFirstUnsortedOffer() view returns (uint256)
56946
getTime() view returns (uint64)
1731272555
isClosed() view returns (bool closed)
true
last_offer_id() view returns (uint256)
66310
matchingEnabled() view returns (bool)
true
owner() view returns (address)
0xdb33dfd3d61308c33c63209845dad3e6bfb2c674
stopped() view returns (bool)
true
Read-only
_best(address, address) view returns (uint256)
_dust(address) view returns (uint256)
_near(uint256) view returns (uint256)
_rank(uint256) view returns (uint256 next, uint256 prev, uint256 delb)
_span(address, address) view returns (uint256)
getBestOffer(address sell_gem, address buy_gem) view returns (uint256)
getBetterOffer(uint256 id) view returns (uint256)
getBuyAmount(address buy_gem, address pay_gem, uint256 pay_amt) view returns (uint256 fill_amt)
getMinSell(address pay_gem) view returns (uint256)
getNextUnsortedOffer(uint256 id) view returns (uint256)
getOffer(uint256 id) view returns (uint256, address, uint256, address)
getOfferCount(address sell_gem, address buy_gem) view returns (uint256)
getOwner(uint256 id) view returns (address owner)
getPayAmount(address pay_gem, address buy_gem, uint256 buy_amt) view returns (uint256 fill_amt)
getWorseOffer(uint256 id) view returns (uint256)
isActive(uint256 id) view returns (bool active)
isOfferSorted(uint256 id) view returns (bool)
offers(uint256) view returns (uint256 pay_amt, address pay_gem, uint256 buy_amt, address buy_gem, address owner, uint64 timestamp)
State-modifying
Events bump(bytes32 id_)
buy(uint256 id, uint256 amount) returns (bool)
buyAllAmount(address buy_gem, uint256 buy_amt, address pay_gem, uint256 max_fill_amount) returns (uint256 fill_amt)
cancel(uint256 id) returns (bool success)
del_rank(uint256 id) returns (bool)
insert(uint256 id, uint256 pos) returns (bool)
kill(bytes32 id)
make(address pay_gem, address buy_gem, uint128 pay_amt, uint128 buy_amt) returns (bytes32)
offer(uint256 pay_amt, address pay_gem, uint256 buy_amt, address buy_gem) returns (uint256)
offer(uint256 pay_amt, address pay_gem, uint256 buy_amt, address buy_gem, uint256 pos) returns (uint256)
offer(uint256 pay_amt, address pay_gem, uint256 buy_amt, address buy_gem, uint256 pos, bool rounding) returns (uint256)
sellAllAmount(address pay_gem, uint256 pay_amt, address buy_gem, uint256 min_fill_amount) returns (uint256 fill_amt)
setAuthority(address authority_)
setBuyEnabled(bool buyEnabled_) returns (bool)
setMatchingEnabled(bool matchingEnabled_) returns (bool)
setMinSell(address pay_gem, uint256 dust) returns (bool)
setOwner(address owner_)
stop()
take(bytes32 id, uint128 maxTakeAmount)
LogBump(bytes32 indexed id, bytes32 indexed pair, address indexed maker, address pay_gem, address buy_gem, uint128 pay_amt, uint128 buy_amt, uint64 timestamp)
LogBuyEnabled(bool isEnabled)
LogDelete(address keeper, uint256 id)
LogInsert(address keeper, uint256 id)
LogItemUpdate(uint256 id)
LogKill(bytes32 indexed id, bytes32 indexed pair, address indexed maker, address pay_gem, address buy_gem, uint128 pay_amt, uint128 buy_amt, uint64 timestamp)
LogMake(bytes32 indexed id, bytes32 indexed pair, address indexed maker, address pay_gem, address buy_gem, uint128 pay_amt, uint128 buy_amt, uint64 timestamp)
LogMatchingEnabled(bool isEnabled)
LogMinSell(address pay_gem, uint256 min_amount)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
LogSortedOffer(uint256 id)
LogTake(bytes32 id, bytes32 indexed pair, address indexed maker, address pay_gem, address buy_gem, address indexed taker, uint128 take_amt, uint128 give_amt, uint64 timestamp)
LogTrade(uint256 pay_amt, address indexed pay_gem, uint256 buy_amt, address indexed buy_gem)
LogUnsortedOffer(uint256 id)
constructor(uint64 close_time)
This contract contains no fallback and receive objects.
This contract contains no error objects.