Honkler
Verified contract
Active on
Ethereum with 2,040 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 "Honkler"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277355 | 2 days ago | | | 0 | 0.00016951222 | |
| 21277355 | 2 days ago | | | 0 | 0.00029608033 | |
| 21274395 | 3 days ago | | | 0 | 0.00052776332 | |
| 21257472 | 5 days ago | | | 0 | 0.00052362275 | |
| 21208605 | 12 days ago | | | 0 | 0.00057684520 | |
| 21202873 | 12 days ago | | | 0 | 0.00058839043 | |
| 21200545 | 13 days ago | | | 0 | 0.00070293452 | |
| 21197980 | 13 days ago | | | 0 | 0.0013494048 | |
| 21197583 | 13 days ago | | | 0 | 0.00083409176 | |
| 21197218 | 13 days ago | | | 0 | 0.00090506471 |
ABI
ABI objects
Getter at block 21292352
HonklerLpAddress() view returns (address)
0x22c8509a41ebb592312e76d761de3996da5cd732
decimals() view returns (uint8)
18
maxAllowed() view returns (uint256)
69696969000000000000000000
name() view returns (string)
Honkler
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HONKLER
totalSupply() view returns (uint256)
69696969000000000000000000
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events allowAllBuys()
approve(address spender, uint256 value) returns (bool)
deployLiquidity(address _honkingAddress) payable
renounceOwnership()
setMaxAllowed(uint256 _max)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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()
This contract contains no fallback and receive objects.
CannotHaveOverMaxAllowedAfterBuy()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
LiquidityAlreadyDeployed()
LiquidityDeploymentFailed()
OnlyHonkersCanBuy()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)