Lucky Block Network
Verified contract
Active on
Ethereum with 1,379 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
No balances found for "Lucky Block Network"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145248 | 5 months ago | | | 0 | 0.000098162000 | |
| 19326150 | 9 months ago | | | 0 | 0.0028421802 | |
| 15829694 | 2 years ago | | | 0 | 0.00065044327 | |
| 15829692 | 2 years ago | | | 0 | 0.00058042527 | |
| 14991188 | 2 years ago | | | 0 | 0.0013251870 | |
| 14818757 | 3 years ago | | | 0 | 0.00075455762 | |
| 14818757 | 3 years ago | | | 0 | 0.0013985539 | |
| 12883686 | 3 years ago | | | 0 | 0.019446500 | |
| 12810734 | 3 years ago | | | 0 | 0.00020751731 | |
| 12807324 | 3 years ago | | | 0 | 0.00053655780 |
ABI
ABI objects
Getter at block 21267241
INITIAL_SUPPLY() view returns (uint256)
99990000000000000000000000
consensusValue() view returns (uint8)
1
decimals() view returns (uint8)
18
finMintProp() view returns (uint8 votes, uint256 count)
(votes=0, count=0)
mintingIsFinished() view returns (bool)
false
name() view returns (string)
Lucky Block Network
pauseProp() view returns (uint8 votes, uint256 count)
(votes=0, count=0)
paused() view returns (bool)
false
symbol() view returns (string)
LBN
totalSupply() view returns (uint256)
99990000000000000000000000
unpauseProp() view returns (uint8 votes, uint256 count)
(votes=0, count=0)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
burnProp(address, uint256, string) view returns (uint8 votes, uint256 count)
consProp(uint8) view returns (uint8 votes, uint256 count)
isOwner(address addr) view returns (bool)
mintProp(address, uint256, string) view returns (uint8 votes, uint256 count)
nameProp(string, string) view returns (uint8 votes, uint256 count)
ownerProp(address, address) view returns (uint8 votes, uint256 count)
symbolProp(string, string) view returns (uint8 votes, uint256 count)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 amount, bytes extraData) returns (bool)
burnFrom(address from, uint256 value)
changeName(string newName)
changeOwner(address previousOwner, address newOwner)
changeSymbol(string newSymbol)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finalizeMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
setConsensusValue(uint8 newConsensusValue)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
withdrawERC20(address ERC20Token, address recipient)
Approval(address indexed owner, address indexed spender, uint256 value)
LogAction(string indexed method, address param1, address param2, uint256 param3, string param4)
LogProposal(string indexed method, address param1, address param2, uint256 param3, string param4, address indexed voter, uint8 votes, uint8 consensusValue)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address[] owners, address recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.