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 |
---|---|---|---|---|---|
BLS | ERC-20 | 595.676379M | -- | -- | |
NBLH | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025124 | a month ago | | | 0 | 0.00045564999 | |
| 20670851 | 3 months ago | | | 0 | 0.00059324816 | |
| 20361778 | 4 months ago | | | 0 | 0.00086089796 | |
| 20334565 | 4 months ago | | | 0 | 0.0012959810 | |
| 19828486 | 6 months ago | | | 0 | 0.00061981700 | |
| 19817243 | 6 months ago | | | 0 | 0.00078835400 | |
| 19668340 | 7 months ago | | | 0 | 0.0011067367 | |
| 19661062 | 7 months ago | | | 0 | 0.0012757343 | |
| 19625927 | 7 months ago | | | 0 | 0.0021407300 | |
| 19594062 | 7 months ago | | | 0 | 0.0024218890 |
ABI
ABI objects
Getter at block 21223674
decimals() view returns (uint8)
18
name() view returns (string)
NBLH
owner() view returns (address)
0xc6d59e5f649f8e1a835006a841c58729722ae802
symbol() view returns (string)
NBLH
totalSupply() view returns (uint256)
900000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getEndTime(address to) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address account)
removeTimeLock(address account)
renounceOwnership()
setTimeLock(address account, uint256 day)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveTimeLock(address account)
SetTimeLock(address account, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.