This contract is being backfilled. You may encounter incomplete storage history.

DARK ELON

Verified contract

Active on Base with 2 txns
Deployed by via 0x7bb52127 at 18186969
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DARK ELON"

0x7be7afa79912b2bb55d0cf603ab71d8f26520e1f6cbf3c35beda916d9171363d
0x3422b2607bb50458d8d365a7b7e95cb3f6581d537afbcb8606b881071f39adec

Functions
Getter at block 23871250
decimals(view returns (uint8)
18
name(view returns (string)
DARK ELON
symbol(view returns (string)
DARKELON
totalSupply(view returns (uint256)
550000000000000000000000000000
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 namestring symboluint256 initialSupply
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