LuckyBlock
Verified contract
Active on
Ethereum with 11,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LBlock | ERC-20 | 1.601396M | $0.000017 |
$27.42 | |
LBlock | ERC-20 | 50.621954M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244176 | 2 hours ago | | | 0 | 0.00072218012 | |
| 21243139 | 5 hours ago | | | 0 | 0.00050471701 | |
| 21242938 | 6 hours ago | | | 0 | 0.00054471740 | |
| 21242768 | 7 hours ago | | | 0 | 0.00052779970 | |
| 21242177 | 9 hours ago | | | 0 | 0.00061303565 | |
| 21242154 | 9 hours ago | | | 0 | 0.00048837308 | |
| 21242150 | 9 hours ago | | | 0 | 0.00051225708 | |
| 21241920 | 10 hours ago | | | 0 | 0.00029385304 | |
| 21241773 | 10 hours ago | | | 0 | 0.00046091445 | |
| 21241165 | 12 hours ago | | | 0 | 0.00046131295 |
ABI
ABI objects
Getter at block 21244769
HARD_CAP() view returns (uint256)
100000000000000000000
decimals() view returns (uint8)
9
isMinting() view returns (bool)
false
minter() view returns (address)
0x76737a4e93cf31d32c88fca3a6eb60817eddab32
name() view returns (string)
LuckyBlock
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LBlock
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMinter(address _newMinter)
changeMintingStatus(bool isMinting_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address user, uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(string name_, string symbol_, bool isMinting_)
This contract contains no fallback and receive objects.
This contract contains no error objects.