XLordsToken
Verified contract
Active on
Base with 251,458 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000795 |
$0 | |
OHNO | ERC-20 | 3.339846K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22723087 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723079 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723071 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723062 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723051 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723042 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723032 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723024 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723016 | 5 hours ago | | | 0 | 0.000000075939896864 | |
| 22723007 | 5 hours ago | | | 0 | 0.000000075939896864 |
ABI
ABI objects
Getter at block 22731312
DOMAIN_SEPARATOR() view returns (bytes32)
0x4a0da33ee7fd2e350c9251197449002ce6b5a1c9f5c660f21920f304af5d6857
MAX_SUPPLY() view returns (uint256)
1650000000000000000000000000
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=xlords.tech Token, version=1, chainId=8453, verifyingContract=0xaa377f2199999844e873a4f1cbc4f91636465ef0, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
xlords.tech Token
owner() view returns (address)
0x9a9c084d31220411fa323d9d9fab9179f204ff0b
symbol() view returns (string)
XLORD
totalSupply() view returns (uint256)
232053302577706992128836180
treasury() view returns (address)
0x742bf17efc2175189ac667faec24c9189b25ad39
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)
mint(address _to, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setTreasury(address _treasury)
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)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)