Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Meeseeks"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14188119 | 7 months ago | | | 0 | 0.000071245310 | |
| 14188109 | 7 months ago | | | 0 | 0.000071245310 | |
| 14188041 | 7 months ago | | | 0 | 0.000071245310 | |
| 14170782 | 7 months ago | | | 0 | 0.000071245310 | |
| 10192144 | 10 months ago | | | 0 | 0.000000002971697010 | |
| 10192135 | 10 months ago | | | 0 | 0.000000003173614964 | |
| 10192131 | 10 months ago | | | 0 | 0.000000003079584692 | |
| 10192110 | 10 months ago | | | 0 | 0.000000003370257636 | |
| 10192105 | 10 months ago | | | 0 | 0.000000003351770280 | |
| 10192095 | 10 months ago | | | 0 | 0.000092900000 |
ABI
ABI objects
Getter at block 22912443
DOMAIN_SEPARATOR() view returns (bytes32)
0xd57b8d945c527997e2ba38ffc3f6c29c671db0fcc28c00d17ad0ee34371dd304
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=Meeseeks, version=1, chainId=8453, verifyingContract=0xb8c5dae25fb5f2649ce3bd31b504823ade5ad151, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Meeseeks
symbol() view returns (string)
MEE6
totalSupply() view returns (uint256)
600000000000000000000000000
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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
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()
StringTooLong(string str)