Balances ($50.41)
Native
Value
$50.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.016 | $3,150.72 |
$50.41 | |
HEXA | ERC-20 | 1.649K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12127452 | 4 years ago | | | 0 | 0.013306230 | |
| 12127427 | 4 years ago | | | 0.06 | 0.010204110 | |
| 12088581 | 4 years ago | | | 0 | 0.013306230 | |
| 12088567 | 4 years ago | | | 0.06 | 0.010204110 | |
| 12088548 | 4 years ago | | | 0 | 0.0043571910 | |
| 12082900 | 4 years ago | | | 0 | 0.0050465100 | |
| 12075696 | 4 years ago | | | 0 | 0.013306230 | |
| 12075681 | 4 years ago | | | 0 | 0.0034924050 | |
| 12075343 | 4 years ago | | | 0 | 0.013306230 | |
| 12074117 | 4 years ago | | | 0 | 0.013306230 |
ABI
ABI objects
Getter at block 21204007
maxBuy() view returns (uint256)
1000
maxSale() view returns (uint256)
30
minBuy() view returns (uint256)
10
minSale() view returns (uint256)
10
owner() view returns (address)
0x9815b5abfad99421a05c6785bf8d3cfa3a317ea4
token() view returns (address)
0xefdd1489a19b469cd6229d21b444c93c31311233
tokenBuyPrice() view returns (uint256)
3000000000000000
tokenSellPrice() view returns (uint256)
2000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy(uint256 amount) payable
sell(uint256 amount)
updateSetting(uint256 bprice, uint256 sprice, uint256 miBuy, uint256 mxBuy, uint256 miSell, uint256 mxSell)
withdrawBalance(uint256 _type, uint256 amt, address user)
Bought(address user, uint256 amount, uint256 price)
Sold(address user, uint256 amount, uint256 price)
constructor(address _hexa)
This contract contains no fallback and receive objects.
This contract contains no error objects.