Exchange
Verified contract
Active on
Ethereum with 75,681 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29,956.94)
Native
Value
$17,959.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.380518 | $3,337.90 |
$17,959.63 | |
XYO | ERC-20 | 1.223993M | $0.008358 |
$10,230.17 | |
HEX | ERC-20 | 325.215718K | $0.002966 |
$964.54 | |
0xMR | ERC-20 | 25.974879K | $0.022411 |
$582.14 | |
FREE | ERC-20 | 1.012B | $0.00 |
$179.12 | |
HOT | ERC-20 | 9.091751K | $0.002731 |
$24.83 | |
KNC | ERC-20 | 9 | $0.621979 |
$5.6 | |
0xBTC | ERC-20 | 79.146057 | $0.06407 |
$5.07 | |
BSOV | ERC-20 | 82.423396 | $0.022753 |
$1.88 | |
DAI | ERC-20 | 0.9 | $0.99928 |
$0.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20654968 | 3 months ago | | | 0.00077786017 | 0.000025230000 | |
| 20554248 | 3 months ago | | | 0.0001 | 0.00020947209 | |
| 20554188 | 3 months ago | | | 0.0001 | 0.00021328784 | |
| 20554007 | 3 months ago | | | 0 | 0.00016845496 | |
| 20553231 | 3 months ago | | | 0 | 0.000095439000 | |
| 20553021 | 3 months ago | | | 0 | 0.00017779143 | |
| 20552989 | 3 months ago | | | 0 | 0.00022335210 | |
| 20552962 | 3 months ago | | | 0 | 0.00016813827 | |
| 20552923 | 3 months ago | | | 0 | 0.00016794151 | |
| 20552920 | 3 months ago | | | 0.001 | 0.00014254897 |
ABI
ABI objects
Getter at block 21272750
feeDiv() view returns (uint256)
400
feeMul() view returns (uint256)
1
orderCount() view returns (uint256)
30774
tradeMiningBalance() view returns (uint256)
2441597775
tradeMiningDiv() view returns (uint256)
10000000000
tradeMiningMul() view returns (uint256)
1
treasury() view returns (address)
0x92eeb915dafe3803f8a9d12000765c3b6af6d5fd
Read-only
calcFees(uint256 amount, uint256 orderId) view returns (uint256 fees)
getBalance(address token, address user) view returns (uint256)
getBuyTokenAmount(uint256 desiredSellTokenAmount, uint256 orderId) view returns (uint256 amount)
isOrderActive(uint256 orderId) view returns (bool)
remainingAmount(uint256 orderId) view returns (uint256)
tradeMiningAmount(uint256 fees, uint256 orderId) view returns (uint256)
State-modifying
Events buyOrderWithERC20Token(uint256 orderId, address token, uint256 amount)
buyOrderWithEth(uint256 orderId) payable
cancelOrder(uint256 orderId)
changeTradeMiningPrice(uint256 newMul, uint256 newDiv)
sellERC20Token(address sellToken, address buyToken, uint256 amount, uint256 priceMul, uint256 priceDiv) returns (uint256 orderId)
sellERC20TokenWithRing(address sellToken, address buyToken, uint256 amount, uint256 priceMul, uint256 priceDiv, address ring) returns (uint256 orderId)
sellEther(address buyToken, uint256 priceMul, uint256 priceDiv) payable returns (uint256 orderId)
sellEtherWithRing(address buyToken, uint256 priceMul, uint256 priceDiv, address ring) payable returns (uint256 orderId)
tokenFallback(address from, uint256 value, bytes data)
withdrawTradeMining()
Mined(address trader, uint256 amount, uint256 time)
NewOrder(uint256 id, address owner, address sellToken, address buyToken, address ring, uint256 amount, uint256 priceMul, uint256 priceDiv, uint256 time)
OrderCancelled(uint256 id, uint256 time)
OrderFulfilled(uint256 id, uint256 time)
Trade(address from, address to, uint256 orderId, uint256 soldTokens, uint256 boughtTokens, uint256 feePaid, uint256 time)
constructor(address _saturnToken, address _treasury, uint256 _feeMul, uint256 _feeDiv, uint256 _tradeMiningMul, uint256 _tradeMiningDiv)
fallback()
This contract contains no error objects.