Hexa Token
Verified contract
Active on
Ethereum with 30 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEXA | ERC-20 | 127.795197M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17125400 | 2 years ago | | | 0 | 0.0014449223 | |
| 17125393 | 2 years ago | | | 0 | 0.0041015040 | |
| 17125392 | 2 years ago | | | 0 | 0.0017820264 | |
| 17125392 | 2 years ago | | | 0 | 0.0017820264 | |
| 17125392 | 2 years ago | | | 0 | 0.0017931063 | |
| 17125392 | 2 years ago | | | 0 | 0.0017931063 | |
| 17125392 | 2 years ago | | | 0 | 0.0018637485 | |
| 17125392 | 2 years ago | | | 0 | 0.0018637485 | |
| 17125392 | 2 years ago | | | 0 | 0.0018637485 | |
| 17125392 | 2 years ago | | | 0 | 0.0018637485 |
ABI
ABI objects
Getter at block 21260731
about() view returns (string description, string website, string twitter, string telegram)
(description=HEXA, website=https://hexa-token.info, twitter=https://twitter.com/hexatokeneth, telegram=https://t.me/hexatokenportal)
buyTotalFees() view returns (uint256)
0
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
true
marketingWallet() view returns (address)
0xcc039590fdf218981ac73b6b79faf61a4589d401
maxTransactionAmount() view returns (uint256)
20000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000
name() view returns (string)
Hexa Token
owner() view returns (address)
0xcc039590fdf218981ac73b6b79faf61a4589d401
sellTotalFees() view returns (uint256)
99
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
swapTrigger() view returns (bool)
true
symbol() view returns (string)
HEXA
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xc6d9af2a8695ef2696ef0caf0a316b3d53e420b0
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits()
renounceOwnership()
setFees(uint256 _buyMarketingFee, uint256 _buyLiquidityFee, uint256 _sellMarketingFee, uint256 _sellLiquidityFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateAbout(string description, string website, string twitter, string telegram)
updateMarketingWallet(address _marketingWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquidity(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.