Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HAL 9000"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20238534 | 4 months ago | | | 0 | 0.00061313335 | |
| 20220743 | 5 months ago | | | 0 | 0.00053483032 | |
| 20220743 | 5 months ago | | | 0 | 0.00053483032 | |
| 20220743 | 5 months ago | | | 0 | 0.00053483032 | |
| 20220743 | 5 months ago | | | 0 | 0.00053483032 | |
| 20220645 | 5 months ago | | | 0 | 0.00049760467 | |
| 20220645 | 5 months ago | | | 0 | 0.00049760467 | |
| 20220645 | 5 months ago | | | 0 | 0.00049760467 | |
| 20220645 | 5 months ago | | | 0 | 0.00049760467 | |
| 20220638 | 5 months ago | | | 0 | 0.00013161080 |
ABI
ABI objects
Getter at block 21220772
_swapTokensAtAmount() view returns (uint256)
20000000000000000
decimals() pure returns (uint8)
9
getTaxInfo() view returns (struct HALTaxInfo)
(0, 0, 0, 0, 0, 0)
marketingWallet() view returns (address)
0x9da4478ee1dbb7355b03439bd33cbdd7c4e73396
name() pure returns (string)
HAL 9000
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
HAL
taxInfo() view returns (uint32 burnTaxBuy, uint32 burnTaxSell, uint32 lpTaxBuy, uint32 lpTaxSell, uint32 marketingTaxBuy, uint32 marketingTaxSell)
(burnTaxBuy=0, burnTaxSell=0, lpTaxBuy=0, lpTaxSell=0, marketingTaxBuy=0, marketingTaxSell=0)
totalSupply() view returns (uint256)
100000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x142ab3adf132ebd2736cab0d0f62bd54dd6000b7
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualsend()
manualswap()
openTrading()
renounceOwnership()
setMarketingWallet(address _marketingWallet)
setMaxWalletSize(uint256 _maxWalletSize)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 _newSwapTokensAtAmount)
setTaxes(uint32 _burnTaxBuy, uint32 _burnTaxSell, uint32 _lpTaxBuy, uint32 _lpTaxSell, uint32 _marketingTaxBuy, uint32 _marketingTaxSell)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
MathOverflowedMulDiv()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)