Unilayer
Verified contract
Active on
Ethereum with 50,884 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($96.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAYER | ERC-20 | 2.389812K | $0.040189 |
$96.04 | |
TRADE | ERC-20 | 177.39838 | $0.00468 |
$0.83 | |
YDEX | ERC-20 | 24 | -- | -- | |
LAYERX | ERC-20 | 1.457797 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160447 | 2 hours ago | | | 0 | 0.00088581054 | |
| 21160327 | 2 hours ago | | | 0 | 0.00080489613 | |
| 21159701 | 4 hours ago | | | 0 | 0.00085712269 | |
| 21159701 | 4 hours ago | | | 0 | 0.00085631164 | |
| 21159552 | 5 hours ago | | | 0 | 0.0010342897 | |
| 21159455 | 5 hours ago | | | 0 | 0.0016469093 | |
| 21158819 | 7 hours ago | | | 0 | 0.0012549490 | |
| 21157390 | 12 hours ago | | | 0 | 0.00041613981 | |
| 21157363 | 12 hours ago | | | 0 | 0.00066464312 | |
| 21155691 | 18 hours ago | | | 0 | 0.00038080768 |
ABI
ABI objects
Getter at block 21160942
airdropcount() view returns (uint256)
0
decimals() view returns (uint8)
18
getowner() view returns (address)
0x24dd6de5daf992eaf99df9514efd0c63bfc66cc9
name() view returns (string)
Unilayer
symbol() view returns (string)
LAYER
totalSupply() view returns (uint256)
40000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events airdropByOwner(address[] _addresses, uint256[] _amount) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner) 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, uint8 decimals, uint256 totalSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.