LittleBeeX® Token
Verified contract
Active on
Ethereum with 308 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 "LittleBeeX® Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12158871 | 4 years ago | | | 0 | 0.0051916051 | |
| 12035389 | 4 years ago | | | 0 | 0.0053035201 | |
| 9283114 | 5 years ago | | | 0 | 0.00029217870 | |
| 7385764 | 6 years ago | | | 0 | 0.00019154500 | |
| 7265881 | 6 years ago | | | 0 | 0.0014097712 | |
| 7211278 | 6 years ago | | | 0 | 0.00095304500 | |
| 7124229 | 6 years ago | | | 0 | 0.0010272550 | |
| 7124218 | 6 years ago | | | 0 | 0.00095612000 | |
| 7122258 | 6 years ago | | | 0 | 0.0017748400 | |
| 7121287 | 6 years ago | | | 0 | 0.00058616000 |
ABI
ABI objects
Getter at block 21172303
INITIAL_SUPPLY() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
5000000000000000000000000000
cap() view returns (uint256)
5000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
LittleBeeX® Token
owner() view returns (address)
0x188e30e2f8eb584877ddbd078ec8c8c98613e737
paused() view returns (bool)
false
symbol() view returns (string)
LT
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
frozenTimestamp(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
freeze(address _target, bool _freeze) returns (bool)
freezeWithTimestamp(address _target, uint256 _timestamp) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
multiFreeze(address[] _targets, bool[] _freezes) returns (bool)
multiFreezeWithTimestamp(address[] _targets, uint256[] _timestamps) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.