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 "Honey"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202877 | 6 days ago | | | 0 | 0.00052666823 | |
| 21202817 | 6 days ago | | | 0 | 0.00055592289 | |
| 21151712 | 13 days ago | | | 0 | 0.00031781820 | |
| 21079063 | 23 days ago | | | 0 | 0.0016186880 | |
| 20975122 | a month ago | | | 0 | 0.00034563365 | |
| 20975121 | a month ago | | | 0 | 0.00034912365 | |
| 20732020 | 2 months ago | | | 0 | 0.000079695428 | |
| 20609393 | 3 months ago | | | 0 | 0.000022751559 | |
| 19849814 | 6 months ago | | | 0 | 0.000073164579 | |
| 19771432 | 7 months ago | | | 0 | 0.00016792094 |
ABI
ABI objects
Getter at block 21244239
DOMAIN_SEPARATOR() view returns (bytes32)
0x1d7d865bd310105affd11467fcf8a6090b2f55948b28c848cce408b6c630e675
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_TYPEHASH() view returns (bytes32)
0x42ce63790c28229c123925d83266e77c04d28784552ab68b350a9003226cbd59
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0xa7bdc4687e118011d0758f91834852b73b441db8
getFees() view returns (uint256 feeSell, uint256 feeBuy, uint256 feeTransfer)
(feeSell=500, feeBuy=500, feeTransfer=0)
isFeeManager() view returns (bool)
false
name() view returns (string)
Honey
owner() view returns (address)
0xe821c366f3091b09d5ab066ceef038df63c4781a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HONEY
totalSupply() view returns (uint256)
4000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isExcludedFee(address) view returns (bool)
isForcedFee(address) view returns (bool)
isUnthrottled(address) view returns (bool)
isWhitelisted(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
changeFeeRecipient(address _feeRecipient, bool _isFeeManager)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initAntibot(uint256 tradingStart)
permit(address _owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setExcludedFee(address account, bool excluded)
setFees(uint256 feeSell, uint256 feeBuy, uint256 feeTransfer)
setForcedFee(address account, bool forced)
setMaxTransferAmount(uint256 amount)
setRestrictionActive(bool active)
setTradingStart(uint256 time)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner, bool _direct, bool _renounce)
transferWithPermit(address _owner, address to, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (bool)
unthrottleAccount(address account, bool unthrottled)
whitelistAccount(address account, bool whitelisted)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFee(address account, bool excluded)
FeeRecipientChanged(address feeRecipient, bool isFeeManager)
Fees(uint256 feeSell, uint256 feeBuy, uint256 feeTransfer)
ForcedFee(address account, bool forced)
MarkedUnthrottled(address indexed account, bool isUnthrottled)
MarkedWhitelisted(address indexed account, bool isWhitelisted)
MaxTransferAmountChanged(uint256 maxTransferAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RestrictionActiveChanged(bool active)
TradingTimeChanged(uint256 tradingTime)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.