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

TRUMPWIFHAT

Verified contract

Active on Base with 4 txns
Deployed by via 0x29d7d5bf at 19255915
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x97d3eea9a7aec6a7fe3c546b99f4c79fad3ae5b8910a3ed486c72704fb80eab5
0x8fea64fda1c9fc385061f14e1e3a090b0a824bac987af35e5b716f1fb181d074
0x6803d1820f69f70d5993ce06e427f3dffa34e57f2d6e32e5f08b94905b1ca7da
0xb387f072fdedc779b3763aab30a1eddd6de78380697c250d563ffeb4d1b5e56c

Functions
Getter at block 23190614
decimals(view returns (uint8)
18
name(view returns (string)
TRUMPWIFHAT
symbol(view returns (string)
TRUMPWIF
totalSupply(view returns (uint256)
690000000000000000000000000000
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