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 |
---|---|---|---|---|---|
USDC | ERC-20 | 100 | $1.001 |
$100.1 | |
$WCAT | ERC-20 | 2.615506M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22824088 | 31 minutes ago | | | 0 | 1.6741063e-7 | |
| 22824001 | 33 minutes ago | | | 0 | 1.8056400e-7 | |
| 22823664 | an hour ago | | | 0 | 1.2813362e-7 | |
| 22823049 | an hour ago | | | 0 | 5.5062083e-7 | |
| 22823033 | an hour ago | | | 0 | 1.7494317e-7 | |
| 22822341 | an hour ago | | | 0 | 0.000000065240370600 | |
| 22822263 | 2 hours ago | | | 0 | 1.2115411e-7 | |
| 22822111 | 2 hours ago | | | 0 | 0.0000047478226 | |
| 22821931 | 2 hours ago | | | 0 | 1.1197495e-7 | |
| 22821589 | 2 hours ago | | | 0 | 0.000000062460083280 |
ABI
ABI objects
Getter at block 22825000
DOMAIN_SEPARATOR() view returns (bytes32)
0x37baf0103675610e1beb58f3bba1fd9e8c1faff5d692cd62c11fbd4bf32e3b64
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=Warpcat, version=1, chainId=8453, verifyingContract=0xe5412169fded7874dfb9f995728e4bb5e37a6a5c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Warpcat
symbol() view returns (string)
$WCAT
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 approve(address spender, uint256 value) returns (bool)
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(uint256 totalSupply, string name, string symbol)
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)