Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($80.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LBK | ERC-20 | 9.06289K | $0.008845 |
$80.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264301 | an hour ago | | | 0 | 0.00072230733 | |
| 21250975 | 2 days ago | | | 0 | 0.0012117348 | |
| 21242238 | 3 days ago | | | 0 | 0.00053019811 | |
| 21232943 | 4 days ago | | | 0 | 0.00039585000 | |
| 21216758 | 7 days ago | | | 0 | 0.0012911789 | |
| 21204045 | 8 days ago | | | 0 | 0.00071926405 | |
| 21204000 | 8 days ago | | | 0 | 0.00067162495 | |
| 21202671 | 9 days ago | | | 0 | 0.00077890287 | |
| 21199568 | 9 days ago | | | 0 | 0.00064532455 | |
| 21197222 | 9 days ago | | | 0 | 0.0018509977 |
ABI
ABI objects
Getter at block 21264571
_openTransfer() view returns (bool)
true
admin() view returns (address)
0x9598b90c926de44e7e87d060bc8661bcbe189eef
decimals() view returns (uint8)
8
name() view returns (string)
LBK
profitAddress() view returns (address)
0xb8e52b05faf9490507a0f5e8ed0c286ef0c21ef6
symbol() view returns (string)
LBK
totalSupply() view returns (uint256)
200000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(address _profitAddress, uint256 _value) returns (bool success)
closeTransfer() returns (bool success)
freeze(address _freezeAddress) returns (bool success)
openTransfer() returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(address _unfreezeAddress) returns (bool success)
Burn(address indexed operation, address indexed from, uint256 value)
CloseTransfer(address indexed _operation, bool _previousFlag, bool _currentFlag)
Freeze(address indexed from, bool _flag)
OpenTransfer(address indexed _operation, bool _previousFlag, bool _currentFlag)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, bool _flag)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply, address _admin, address _profitAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.