Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Honey"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19606458 | 7 months ago | | | 0 | 0.00066898580 | |
| 19305926 | 9 months ago | | | 0 | 0.0017084972 | |
| 18807090 | a year ago | | | 0 | 0.0010755076 | |
| 17008354 | 2 years ago | | | 0 | 0.00045727373 | |
| 16765196 | 2 years ago | | | 0 | 0.0034608070 | |
| 16322555 | 2 years ago | | | 0 | 0.00084057462 | |
| 15926575 | 2 years ago | | | 0 | 0.0026942473 | |
| 15517061 | 2 years ago | | | 0 | 0.0012399265 | |
| 15516757 | 2 years ago | | | 0 | 0.00061998525 | |
| 15516751 | 2 years ago | | | 0 | 0.0017333684 |
ABI
ABI objects
Getter at block 21190456
FeeAddress() view returns (address)
0x5b21e58c55cf777241b6ce74c014c12f84fd583f
_BURN_FEE() view returns (uint256)
5000
_CHARITY_FEE() view returns (uint256)
0
_TAX_FEE() view returns (uint256)
0
_owner() view returns (address)
0x5b21e58c55cf777241b6ce74c014c12f84fd583f
decimals() view returns (uint256)
2
name() view returns (string)
Honey
owner() view returns (address)
0x5b21e58c55cf777241b6ce74c014c12f84fd583f
symbol() view returns (string)
HONEY
totalBurn() view returns (uint256)
439456858
totalCharity() view returns (uint256)
7490047
totalFees() view returns (uint256)
4493998
totalSupply() view returns (uint256)
560543142
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isCharity(address account) view returns (bool)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setAsCharityAccount(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _txFee, uint256 _burnFee, uint256 _charityFee)
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(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, uint256 _charityFee, address _FeeAddress, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.