Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TestToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11807201 | 8 months ago | | | 0 | 2.6910746e-7 | |
| 6194538 | a year ago | | | 0 | 0.000000000011815632 | |
| 2404941 | a year ago | | | 0 | 0.0000051472033 | |
| 2402803 | a year ago | | | 0 | 0.000069462003 | |
| 2402633 | a year ago | | | 0 | 0.0000051472032 | |
| 2393214 | a year ago | | | 0 | 0.000043794002 | |
| 2368598 | a year ago | | | 0 | 0.000043776009 | |
| 2368455 | a year ago | | | 0 | 0.000069444052 | |
| 2365742 | a year ago | | | 0 | 0.0000037000461 | |
| 2365124 | a year ago | | | 0 | 0.0000052033167 |
ABI
ABI objects
Getter at block 22963014
DOMAIN_SEPARATOR() view returns (bytes32)
0xb02a56fbcd018105b6ea58ae9f12283be8dffe1cf6bdabf9c80c0fde4f37e017
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=Test Token, version=1, chainId=8453, verifyingContract=0xe06f2029e8fd9c4cb2c3372e1c66e39a0b25a778, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Test Token
symbol() view returns (string)
USDC
totalSupply() view returns (uint256)
100000000000000000000000000
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 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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.
InvalidShortString()
StringTooLong(string str)