LYLToken
Verified contract
Active on
Ethereum with 1,169 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LYLToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9022180 | 5 years ago | | | 0 | 0.000069297000 | |
| 9021924 | 5 years ago | | | 0 | 0.0031859400 | |
| 9013927 | 5 years ago | | | 0 | 0.000069489000 | |
| 9013880 | 5 years ago | | | 0 | 0.00042870643 | |
| 8981597 | 5 years ago | | | 0 | 0.00011549500 | |
| 8981576 | 5 years ago | | | 0 | 0.000083817800 | |
| 8806318 | 5 years ago | | | 0 | 0.000070475625 | |
| 8803492 | 5 years ago | | | 0 | 0.00011276100 | |
| 8774778 | 5 years ago | | | 0 | 0.000045104400 | |
| 8749910 | 5 years ago | | | 0 | 0.00011276100 |
ABI
ABI objects
Getter at block 21269636
buyPrice() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
LYLToken
owner() view returns (address)
0x1ca9d653982592768b26728a9dc9a5bf9035fd5d
symbol() view returns (string)
LYL
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
separate(address _from, uint256 _value)
setPrices(uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
withdraw()
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.