LayerAI
Verified contract
Active on
Ethereum with 39,645 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAI | ERC-20 | 534.917212K | $0.012505 |
$6,688.9 | |
USDC | ERC-20 | 959.302621 | $0.999691 |
$959.01 | |
AIOZ | ERC-20 | 869.008328 | $0.713769 |
$620.27 | |
ML | ERC-20 | 1.368516K | $0.094192 |
$128.9 | |
RSS3 | ERC-20 | 973.464473 | $0.107476 |
$104.62 | |
GPT | ERC-20 | 70.272401K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244766 | 29 minutes ago | | | 0 | 0.00062560675 | |
| 21244718 | 39 minutes ago | | | 0 | 0.00046233069 | |
| 21244692 | 44 minutes ago | | | 0 | 0.00067040676 | |
| 21244680 | an hour ago | | | 0 | 0.00072523302 | |
| 21244669 | an hour ago | | | 0 | 0.00047699364 | |
| 21244620 | an hour ago | | | 0 | 0.00063635345 | |
| 21244619 | an hour ago | | | 0 | 0.00075745636 | |
| 21244614 | an hour ago | | | 0 | 0.00052310046 | |
| 21244600 | an hour ago | | | 0 | 0.00070563446 | |
| 21244600 | an hour ago | | | 0 | 0.00070547003 |
ABI
ABI objects
Getter at block 21244907
DOMAIN_SEPARATOR() view returns (bytes32)
0x57bdd9cbedd7ebc189363198472d95051a3b7322092381d03bc6e9d4a748da1a
MAX_TOTAL_SUPPLY() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=LayerAI Token, version=1, chainId=1, verifyingContract=0x168e209d7b2f58f1f24b8ae7b7d35e662bbf11cc, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
LayerAI Token
symbol() view returns (string)
LAI
totalSupply() view returns (uint256)
3000000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
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 to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _treasury)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)