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 "Honk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20532150 | 4 months ago | | | 0 | 0.00014219729 | |
| 20027825 | 6 months ago | | | 0 | 0.00064527064 | |
| 19835640 | 7 months ago | | | 0 | 0.00022415677 | |
| 19683740 | 7 months ago | | | 0 | 0.00062701877 | |
| 19512840 | 8 months ago | | | 0 | 0.0023598434 | |
| 19187254 | 10 months ago | | | 0 | 0.0022510527 | |
| 19139803 | 10 months ago | | | 0 | 0.0011337812 | |
| 19124101 | 10 months ago | | | 0 | 0.0011039872 | |
| 19124069 | 10 months ago | | | 0 | 0.00076318385 | |
| 19124069 | 10 months ago | | | 0 | 0.00076318385 |
ABI
ABI objects
Getter at block 21316240
decimals() view returns (uint8)
9
mediatorFunction() pure
()
name() view returns (string)
Honk
owner() view returns (address)
0x0000000000000000000000000000000000000000
stubFunction4() pure
()
symbol() view returns (string)
HONK
totalSupply() view returns (uint256)
1000000000000000000
uniqueFunction5() pure
()
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 subtractedAmount) returns (bool)
disableBuyLimit()
enableLimit()
increaseAllowance(address spender, uint256 addedAmount) returns (bool)
renounceOwnership()
setMaxxxTokensPerWallet(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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.
This contract contains no error objects.