ClickBee Token
Verified contract
Active on
Ethereum with 96 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 "ClickBee Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19524394 | 9 months ago | | | 0 | 0.0011473496 | |
| 19279291 | 10 months ago | | | 0 | 0.0015845239 | |
| 19190144 | 10 months ago | | | 0 | 0.0024586290 | |
| 19169313 | 10 months ago | | | 0 | 0.0017183012 | |
| 19158014 | 10 months ago | | | 0 | 0.00061935872 | |
| 19155571 | 10 months ago | | | 0 | 0.0010387841 | |
| 19154927 | 10 months ago | | | 0 | 0.00063373109 | |
| 19154919 | 10 months ago | | | 0 | 0.00063080310 | |
| 19154908 | 10 months ago | | | 0 | 0.00064928013 | |
| 19154899 | 10 months ago | | | 0 | 0.00064625445 |
ABI
ABI objects
Getter at block 21395692
decimals() view returns (uint8)
18
name() view returns (string)
ClickBee Token
owner() view returns (address)
0x0c6ad390914516e50db7880d6ecab964781568da
symbol() view returns (string)
BEES
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
buy() payable
renounceOwnership()
sell(uint256 amount)
setBuyFeePercentage(uint256 newBuyFeePercentage)
setSellFeePercentage(uint256 newSellFeePercentage)
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()
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)