Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6.63 | $1.001 |
$6.64 | |
ALTT | ERC-20 | 11 | $0.018791 |
$0.21 | |
ALTT | ERC-20 | 1.1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23579330 | 35 minutes ago | | | 0 | 5.2716685e-7 | |
| 23579328 | 35 minutes ago | | | 0 | 9.1993171e-7 | |
| 23575171 | 3 hours ago | | | 0 | 8.8254219e-7 | |
| 23575081 | 3 hours ago | | | 0 | 0.0000050774375 | |
| 23575079 | 3 hours ago | | | 0 | 8.8254219e-7 | |
| 23574986 | 3 hours ago | | | 0 | 0.0000013997023 | |
| 23574927 | 3 hours ago | | | 0 | 9.6949810e-7 | |
| 23574622 | 3 hours ago | | | 0 | 0.0000020720008 | |
| 23574539 | 3 hours ago | | | 0 | 8.8254219e-7 | |
| 23574501 | 3 hours ago | | | 0 | 0.0000021561668 |
ABI
ABI objects
Getter at block 23580366
DOMAIN_SEPARATOR() view returns (bytes32)
0xc507c50c436ffd90172e2ecf3a9050ae2a0d62494e5bc47af2968b0c180e2003
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=Altcoinist, version=1, chainId=8453, verifyingContract=0x1b5ce2a593a840e3ad3549a34d7b3dec697c114d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isAfterLP() view returns (bool)
true
name() view returns (string)
Altcoinist
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ALTT
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 acceptOwnership()
approve(address spender, uint256 value) returns (bool)
mint()
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)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
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)