AltLayerToken
Verified contract
Active on
Ethereum with 542,691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,134.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALT | ERC-20 | 56.679588K | $0.116129 |
$6,582.14 | |
USDC | ERC-20 | 1K | $1.00 |
$1,000 | |
PENDLE | ERC-20 | 83.548583 | $5.25 |
$438.63 | |
USDT | ERC-20 | 100 | $1.002 |
$100.2 | |
BGB | ERC-20 | 9.228136 | $1.46 |
$13.47 | |
ALT | ERC-20 | 3K | -- | -- | |
BGB | ERC-20 | 9.228136 | -- | -- | |
0x8be0…10be | ERC-1555 | 1 | -- | -- | |
0x8be0…10be | ERC-1555 | 1 | -- | -- | |
0x8be0…10be | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241339 | 20 minutes ago | | | 0 | 0.00036587901 | |
| 21241330 | 22 minutes ago | | | 0 | 0.00045886861 | |
| 21241302 | 28 minutes ago | | | 0 | 0.00047226192 | |
| 21241294 | 29 minutes ago | | | 0 | 0.00027736428 | |
| 21241293 | 30 minutes ago | | | 0 | 0.00045013540 | |
| 21241227 | 43 minutes ago | | | 0 | 0.00040731029 | |
| 21241225 | 43 minutes ago | | | 0 | 0.00036153030 | |
| 21241197 | an hour ago | | | 0 | 0.00029631536 | |
| 21241191 | an hour ago | | | 0 | 0.00067053774 | |
| 21241183 | an hour ago | | | 0 | 0.00036821942 |
ABI
ABI objects
Getter at block 21241438
DOMAIN_SEPARATOR() view returns (bytes32)
0xe14bb7bac71d1505cca6770614274ef3dac5acaeae4731265c769b64037ee82d
cap() view returns (uint256)
10000000000000000000000000000
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=AltLayer Token, version=1, chainId=1, verifyingContract=0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
AltLayer Token
owner() view returns (address)
0x12a6bfb2f81267b847743c87767b3a45b897b1c0
paused() view returns (bool)
false
symbol() view returns (string)
ALT
totalSupply() view returns (uint256)
10000000000000000000000000000
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 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
mint(address to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)