EARLY

Unverified contract

Proxy

Active on Base with 206 txns
Deployed by via 0xcf6a236d at 22667817
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "EARLY"

0xb3cea1dbf578b7bf0741279d1161466e452c149e69d2902ff6684c2b6c2d4ae7
0x04fdab4c0409ffca2ffca9dca57144e6f42a7736eb2b7b4d95431c6cc130379f
0x89305172b8abda77d7393d4fb2f8ac0fc3d55e77f03debc3988998e3e6e8ee52
0xed2cd2dadef9690c8eaadf7f32be65b65a7199bf2a8cadd33495952e997a0ca8
0xb86a9f31ff9e10b066f44d81922a564ba8278c3408faefe06bbd5214222e9420
0x0897b65493296c7eb4c5ac192bf442fd801976ba8e6862477d36e72047d20e43
0x2dffc68b38c9926aab9ced8493eb88ca489d2ffd2028d9f6f08d7c3bae9d764b
0x114e990b021a1a306935a798d55ea083f40b65eb410a38c4b39f770f306e6cd6
0xd8596cc1e5150a795be9d65d00c1679dd76d6162c5a3bb8346947ff2eab84816
0xb97a69f41f9d81207cff8786659e2994bcf6de0e56be0fb7e947bfe1c13d92fd

Functions
Getter at block 22922408
decimals(view returns (uint8)
18
name(view returns (string)
EARLY
symbol(view returns (string)
EARLY
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(