SimpleERC20
Verified contract
Active on
Base with 1,741 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 |
---|---|---|---|---|---|
CTO | ERC-20 | 1.417524K | $0.000899 |
$1.27 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23687199 | 4 minutes ago | | | 0 | 3.5770075e-7 | |
| 23687181 | 4 minutes ago | | | 0 | 3.2680406e-7 | |
| 23687151 | 5 minutes ago | | | 0 | 3.5338293e-7 | |
| 23687150 | 5 minutes ago | | | 0 | 3.7900992e-7 | |
| 23686389 | 31 minutes ago | | | 0 | 3.5932360e-7 | |
| 23686190 | 37 minutes ago | | | 0 | 5.2385489e-7 | |
| 23686145 | 39 minutes ago | | | 0 | 3.5014428e-7 | |
| 23686126 | 39 minutes ago | | | 0 | 5.2447740e-7 | |
| 23686052 | 42 minutes ago | | | 0 | 3.2904749e-7 | |
| 23685962 | an hour ago | | | 0 | 5.1916119e-7 |
ABI
ABI objects
Getter at block 23687301
DOMAIN_SEPARATOR() view returns (bytes32)
0xab26f7583033b75e28f27472c005a7d54119eb58a8440bc077a5da09fb874084
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=BASED APU, version=1, chainId=8453, verifyingContract=0x6f35720b272bf23832852b13ae9888c706e1a379, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
BASED APU
symbol() view returns (string)
APU
totalSupply() view returns (uint256)
420690000000000000000000000000000
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)