Bee Honey
Verified contract
Active on
Ethereum with 5,487 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19024697 | 10 months ago | | | 0 | 0.0019652837 | |
| 9511710 | 5 years ago | | | 0 | 0.00065841000 | |
| 9240188 | 5 years ago | | | 0 | 0.000096985075 | |
| 9139077 | 5 years ago | | | 0 | 0.00029453000 | |
| 8883672 | 5 years ago | | | 0 | 0.00044072600 | |
| 8800410 | 5 years ago | | | 0 | 0.00012533000 | |
| 8800358 | 5 years ago | | | 0 | 0.00016026400 | |
| 8765906 | 5 years ago | | | 0 | 0.00056044339 | |
| 8642941 | 5 years ago | | | 0 | 0.00065171600 | |
| 8590042 | 5 years ago | | | 0 | 0.00016896900 |
ABI
ABI objects
Getter at block 21284200
decimals() view returns (uint256)
9
name() view returns (string)
Bee Honey
owner() view returns (address)
0x2bcee20299fdb7d1cb8fde578c7f9679427e703e
paused() view returns (bool)
false
symbol() view returns (string)
HONEY
totalSupply() view returns (uint256)
500000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events airdrop(uint256 _value, address[] _addresses) returns (bool success)
airdropDiff(uint256[] _values, address[] _addresses) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool success)
transferOwnership(address newOwner)
unpause()
Airdrop(address indexed from, uint256 addressCount, uint256 totalAmount)
AirdropDiff(address indexed from, uint256 addressCount, uint256 totalAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
Unpause()
constructor(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.