Lucky Money
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Lucky Money"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5599510 | 7 years ago | | | 0 | 0.0051374999 | |
| 5507332 | 7 years ago | | | 0 | 0.0044998366 | |
| 5439188 | 7 years ago | | | 0 | 0.0018819937 | |
| 5439184 | 7 years ago | | | 0 | 0.0051374999 | |
| 5439032 | 7 years ago | | | 0 | 0.0050919527 | |
| 5438985 | 7 years ago | | | 0 | 0.0047427560 | |
| 5420246 | 7 years ago | | | 0 | 0.0042872822 | |
| 5419525 | 7 years ago | | | 0 | 0.0049097628 | |
| 5419501 | 7 years ago | | | 0 | 0.0050160402 | |
| 5419498 | 7 years ago | | | 0 | 0.0034218817 |
ABI
ABI objects
Getter at block 21290947
decimals() view returns (uint8)
8
name() view returns (string)
Lucky Money
symbol() view returns (string)
LMY
totalSupply() view returns (uint256)
201800000000000000
version() view returns (string)
H0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.