BLACKHOLE
Verified contract
Active on
Ethereum with 993 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLACKHOLE | ERC-20 | 1.66336K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20779510 | 2 months ago | | | 0 | 0.0010186660 | |
| 20718669 | 2 months ago | | | 0 | 0.00012934475 | |
| 20417397 | 4 months ago | | | 0 | 0.00019870223 | |
| 20398488 | 4 months ago | | | 0 | 0.00018604636 | |
| 20352986 | 4 months ago | | | 0 | 0.00010028123 | |
| 20231384 | 5 months ago | | | 0 | 0.00016412988 | |
| 20230365 | 5 months ago | | | 0 | 0.00041945511 | |
| 20229300 | 5 months ago | | | 0 | 0.00040719772 | |
| 20229300 | 5 months ago | | | 0 | 0.00040719772 | |
| 20147944 | 5 months ago | | | 0 | 0.00021342816 |
ABI
ABI objects
Getter at block 21249434
buyBurnFee() view returns (uint256)
3
buyTotalFees() view returns (uint256)
4
buyTreasuryFee() view returns (uint256)
1
decimals() view returns (uint8)
18
lastLpBurnTime() view returns (uint256)
1728753911
limitsInEffect() view returns (bool)
false
lpBurnEnabled() view returns (bool)
true
lpBurnFrequency() view returns (uint256)
600
maxTransactionAmount() view returns (uint256)
20000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000
name() view returns (string)
BLACKHOLE
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentDividor() view returns (uint256)
10000
percentForLPBurn() view returns (uint256)
30
sellBurnFee() view returns (uint256)
3
sellTotalFees() view returns (uint256)
4
sellTreasuryFee() view returns (uint256)
1
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
3000000000000000000000
symbol() view returns (string)
BLACKHOLE
totalSupply() view returns (uint256)
1000000000000000000000000
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
true
treasuryWallet() view returns (address)
0xe16ea2576f88a28599a8c27299011c967b32aac7
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _enabled)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _treasuryFee, uint256 _burnFee)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _treasuryFee, uint256 _burnFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP()
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.