SimpleERC20
Verified contract
Active on
Base with 24,746 txns
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 |
---|---|---|---|---|---|
AERO | ERC-20 | 3K | $1.33 |
$3,990 | |
AEROBUD | ERC-20 | 18.078237K | $0.00912 |
$164.87 | |
USDC | ERC-20 | 10 | $0.99921 |
$9.99 | |
WGC | ERC-20 | 200 | $0.000526 |
$0.11 | |
ALBERT | ERC-20 | 1.25K | $0.000012 |
$0.01 | |
FPEPE | ERC-20 | 18 | $0.0002 |
$0 | |
USA | ERC-20 | 1 | $0.000786 |
$0 | |
BOYS | ERC-20 | 0.03 | $0.012119 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000788 |
$0 | |
toby | ERC-20 | 1.554K | $0.00 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745129 | a minute ago | | | 0 | 2.7082695e-7 | |
| 22744993 | 5 minutes ago | | | 0 | 3.1525220e-7 | |
| 22744827 | 11 minutes ago | | | 0 | 3.1607170e-7 | |
| 22744785 | 12 minutes ago | | | 0 | 3.1598975e-7 | |
| 22744748 | 14 minutes ago | | | 0 | 3.1541610e-7 | |
| 22744687 | 16 minutes ago | | | 0 | 3.1607170e-7 | |
| 22744597 | 19 minutes ago | | | 0 | 3.1607170e-7 | |
| 22744438 | 24 minutes ago | | | 0 | 3.1598975e-7 | |
| 22744430 | 24 minutes ago | | | 0 | 3.1590780e-7 | |
| 22743997 | 39 minutes ago | | | 0 | 3.1607170e-7 |
ABI
ABI objects
Getter at block 22745152
DOMAIN_SEPARATOR() view returns (bytes32)
0xf1c7652c7d12db8021292c2688109174c7668c9e04230b8ba48bcd65ff3320d7
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=AEROBUD, version=1, chainId=8453, verifyingContract=0xfad8cb754230dbfd249db0e8eccb5142dd675a0d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
AEROBUD
symbol() view returns (string)
AEROBUD
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 amount) returns (bool)
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(string name, string symbol, uint256 initialSupply, address creator)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)