Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($600.63)
Native
Value
$580.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.169228 | $3,429.61 |
$580.39 | |
USDC | ERC-20 | 20 | $1.00 |
$20 | |
VALOR | ERC-20 | 2 | $0.108384 |
$0.22 | |
ZEON | ERC-20 | 19 | $0.0013 |
$0.02 | |
GSE | ERC-20 | 15 | $0.00003 |
$0 | |
SOP | ERC-20 | 32 | $0.000011 |
$0 | |
BAT | ERC-20 | 0.001 | $0.271303 |
$0 | |
0xb5a5…1028 | ERC-20 | 4600T | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- | |
0x623b…f0c3 | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7913870 | 5 years ago | | | 0 | 0.00010223200 | |
| 7913861 | 5 years ago | | | 0 | 0.00011298060 | |
| 7913853 | 5 years ago | | | 0.0013668299 | 0.000070240320 | |
| 7869475 | 5 years ago | | | 0 | 0.00012277500 | |
| 7869473 | 5 years ago | | | 0 | 0.00012843000 | |
| 7869470 | 5 years ago | | | 0 | 0.00012875000 | |
| 7869464 | 5 years ago | | | 0 | 0.00012352500 | |
| 7869460 | 5 years ago | | | 0 | 0.00012875000 | |
| 7869457 | 5 years ago | | | 0 | 0.00020996880 | |
| 7869455 | 5 years ago | | | 0 | 0.00012811000 |
ABI
ABI objects
Getter at block 21256365
admin() view returns (address)
0x008016370e643866a88b73342eef763fc2bbcc84
etxAddress() view returns (address)
0x0be8d3261cd699fc5ae124b3f8d38d568fd461b5
feeAccount() view returns (address)
0x007d8d7bc3d89386eda8742c1d2162b52a339492
lastFreeBlock() view returns (uint256)
10000000
makeFee() view returns (uint256)
0
takeFee() view returns (uint256)
2500000000000000
Read-only
buyOrderBalances(bytes32) view returns (uint256)
calculateFee(uint256 cost, uint256 feeAmount) view returns (uint256)
calculateFeeForAccount(uint256 cost, uint256 feeAmount, address account) view returns (uint256)
feeFromTotalCost(uint256 totalCost, uint256 feeAmount) view returns (uint256)
feeFromTotalCostForAccount(uint256 totalCost, uint256 feeAmount, address account) view returns (uint256)
sellOrderBalances(bytes32) view returns (uint256)
State-modifying
Events cancelAllBuyOrders(address token, uint256 tokenAmount, uint256 weiAmount)
cancelAllSellOrders(address token, uint256 tokenAmount, uint256 weiAmount)
changeAdmin(address admin_)
changeETXAddress(address etxAddress_)
changeFeeAccount(address feeAccount_)
changeLastFreeBlock(uint256 _lastFreeBlock)
changeMakeFee(uint256 makeFee_)
changeTakeFee(uint256 takeFee_)
makeBuyOrder(address token, uint256 tokenAmount) payable
makeSellOrder(address token, uint256 tokenAmount, uint256 weiAmount)
takeBuyOrder(address token, uint256 tokenAmount, uint256 weiAmount, uint256 totalTokens, address buyer)
takeSellOrder(address token, uint256 tokenAmount, uint256 weiAmount, address seller) payable
CancelBuyOrder(bytes32 orderHash, address indexed token, uint256 tokenAmount, uint256 weiAmount, address indexed buyer)
CancelSellOrder(bytes32 orderHash, address indexed token, uint256 tokenAmount, uint256 weiAmount, address indexed seller)
MakeBuyOrder(bytes32 orderHash, address indexed token, uint256 tokenAmount, uint256 weiAmount, address indexed buyer)
MakeSellOrder(bytes32 orderHash, address indexed token, uint256 tokenAmount, uint256 weiAmount, address indexed seller)
TakeBuyOrder(bytes32 orderHash, address indexed token, uint256 tokenAmount, uint256 weiAmount, uint256 totalTransactionTokens, address indexed buyer, address indexed seller)
TakeSellOrder(bytes32 orderHash, address indexed token, uint256 tokenAmount, uint256 weiAmount, uint256 totalTransactionWei, address indexed buyer, address indexed seller)
constructor(address admin_, address feeAccount_, uint256 makeFee_, uint256 takeFee_, address etxAddress_, uint256 _lastFreeBlock)
fallback()
This contract contains no error objects.