LYF Coin
Verified contract
Active on
Ethereum with 1,723 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 "LYF Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14982827 | 2 years ago | | | 0 | 0.0017301670 | |
| 10725504 | 4 years ago | | | 0 | 0.0070617600 | |
| 10721972 | 4 years ago | | | 0 | 0.0039897600 | |
| 10709644 | 4 years ago | | | 0 | 0.0070617600 | |
| 10706318 | 4 years ago | | | 0 | 0.0083185600 | |
| 10701653 | 4 years ago | | | 0 | 0.0039897600 | |
| 10701581 | 4 years ago | | | 0 | 0.0070617600 | |
| 10696988 | 4 years ago | | | 0 | 0.0059166400 | |
| 10693350 | 4 years ago | | | 0 | 0.0039897600 | |
| 10693345 | 4 years ago | | | 0 | 0.0039897600 |
ABI
ABI objects
Getter at block 21195422
cap() view returns (uint256)
240000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
LYF Coin
owner() view returns (address)
0x5aae59483d9c12f2c25d78b5f03e41e7ec1cbd08
symbol() view returns (string)
LYF
totalSupply() view returns (uint256)
24000000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isOperator(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addOperator(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTransfer()
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
removeMinter(address account)
removeOperator(address account)
renounceMinter()
renounceOperator()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferEnabled()
constructor(string name, string symbol, uint8 decimals, uint256 cap, uint256 initialSupply, bool transferEnabled)
This contract contains no fallback and receive objects.
This contract contains no error objects.