Lyra Token
Verified contract
Active on
Ethereum with 7,953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Lyra Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213922 | 16 hours ago | | | 0 | 0.00023874574 | |
| 21202933 | 2 days ago | | | 0 | 0.00030919746 | |
| 21202095 | 2 days ago | | | 0 | 0.00032941920 | |
| 21197166 | 3 days ago | | | 0 | 0.00064733319 | |
| 21145883 | 10 days ago | | | 0 | 0.00021952496 | |
| 21138014 | 11 days ago | | | 0 | 0.0011361626 | |
| 21129246 | 12 days ago | | | 0 | 0.00050960304 | |
| 21114613 | 15 days ago | | | 0 | 0.00013259845 | |
| 21110877 | 15 days ago | | | 0 | 0.00014922432 | |
| 21093773 | 17 days ago | | | 0 | 0.00069302498 |
ABI
ABI objects
Getter at block 21218634
DOMAIN_SEPARATOR() view returns (bytes32)
0x14d7a2010a0459fe54d07c2750e795ab347c02e61d84d0a7c0405fa55a06cdb3
decimals() view returns (uint8)
18
name() view returns (string)
Lyra Token
symbol() view returns (string)
LYRA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.