Normie

Unverified contract

Proxy

Active on Base with 191 txns
Deployed by via 0x303c02eb at 22673162
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "Normie"

0x905b1ffa7c606070d740e269f356af28033c643cb9935628c389bb21c3a2f56c
0x1f9b753030668ea655026badd22b8ebb6387d125c8cc95a4735691e356c0e640
0xdc72871769b37f26ca7791b9cbe4775b6c76ee165c7a307d61b40b7825479097
0x92f2556da212101923fc5a59d7fdd9a4b85a3d4d012f10da9118a8bd235007dd
0x2f14f023fc4493d6f5623bd4d009d3d7adc2806aa8d0d8d70a79bf8dc5609c38
0x72a34422e4138b6cb23116017f5e8d5ad3c1d2b7f763ebcd0c2d898c42275cc4
0xae3eeb3d94b91f58d49d81acf1b4387e83a7dad74d521bf6b8ad8f64dbf128f4
0x4f130e60b624937f47dd7186e9f287fd73a9dc01fc91047c2bb032aecbb92a49
0x64f767e89404811ce7b5f59d2d92cdec86b7d32384c04cef2e63077e4f283dca
0x985e06f6b3c23077001cd18b119288a3571abcb5ff168b480b25a53ff8365e2e

Functions
Getter at block 22751617
decimals(view returns (uint8)
18
name(view returns (string)
Normie
symbol(view returns (string)
NORMIE
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(