Ethereal Base

Verified contract

Active on Base with 163 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ethereal Base"

0x0bad2026faf4e2d66619703d06c45a5788f4623a7b22431b3606855200c16296
0x4fa162a6cee08d8d0eb8714a97c6738aa4218bc153315e7fe7cd27ef7db1cb89
0xa5a80f5313d11148b043b3a21f874195dc7473f65c1989d3af64a7d529aeb4e2
0x682c474645431755f4a56b77242d8904433a44ee3a22958c68c12a508da1cf8e
0x30afe9828cadc74859ee59c3c78bec98269afe18dbe50da0a940840e045fb145
0xb07d0022dc1abbd61b66034ac703b92e0d27024bcaa16d58446a404e47ab8cb1
0x5d4c561d4af56a774b641025db0cc26eef16ae3315bb25bdb69da21e24d37838
0x43fab4fbbcb59e20a4a0ec20814a8b7afe0bcb91e4615f9085dfd7abc8e74f61
0x76925c4d265c9cb107097ec75766729429eff3e3afbe8e57086b94ad579c2efc
0x905fe3068a5cc8b7f00584d4071f60606ffa901d5714b94eca11c9ce8da8a314

Functions
Getter at block 23611634
decimals(view returns (uint8)
18
name(view returns (string)
Ethereal Base
symbol(view returns (string)
ETHB
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender