Normie AI

Verified contract

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

No balances found for "Normie AI"

0x2b091ed3bbaf3f678d0a207777502a5c8c8004a752d79bcf1bc2f89aaa86c705
0xfdf27eb410bdb21fcdda11a1ea3df7e01ad76e39361f99e6d58b69c8a13becb7

Functions
Getter at block 21994809
decimals(view returns (uint8)
18
name(view returns (string)
Normie AI
owner(view returns (address)
0x45db7092d824b2a4f160e49e2ef5b57c698a3b49
symbol(view returns (string)
NORMIEAI
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)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account