BlackHole_v2
Verified contract
Active on
Ethereum with 577 txns
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 "BlackHole_v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20233176 | 5 months ago | | | 0 | 0.0022343799 | |
| 18478303 | a year ago | | | 0 | 0.00052712672 | |
| 14564132 | 3 years ago | | | 0 | 0.00071246904 | |
| 13673771 | 3 years ago | | | 0 | 0.028465630 | |
| 12348052 | 4 years ago | | | 0 | 0.00047670000 | |
| 12260804 | 4 years ago | | | 0 | 0.026308716 | |
| 12069285 | 4 years ago | | | 0 | 0.0016789840 | |
| 11901171 | 4 years ago | | | 0 | 0.0019001543 | |
| 11487373 | 4 years ago | | | 0 | 0.00036185002 | |
| 11352517 | 4 years ago | | | 0 | 0.00061509263 |
ABI
ABI objects
Getter at block 21282634
_totalSupply() view returns (uint256)
91848918299287665800401
basePercent() view returns (uint256)
6
decimals() view returns (uint8)
18
degenMode() view returns (bool)
true
liqBugFixed() view returns (bool)
true
liquidityWallet() view returns (address)
0xe4a2108710f6c7b31a65002532ca7054b10dda10
name() view returns (string)
BlackHole_v2
presaleMode() view returns (bool)
false
symbol() view returns (string)
HOLEv2
totalSupply() view returns (uint256)
91848918299287665800401
Read-only
allowance(address owner, address spender) view returns (uint256)
amountToTake(uint256 value) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue)
disablePresale()
enableDegenMode()
increaseAllowance(address spender, uint256 addedValue)
multiTransfer(address[] receivers, uint256[] amounts)
setLiquidityWallet(address liqWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.