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

TRUMPWIFHAT

Verified contract

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

No balances found for "TRUMPWIFHAT"

0xe483d0ab07b1a08cf5931e9b46242c37f361409254b00fff6b2007f5678ccb27
0x31c34c2dafa018a7b6acdc12d5eb2c679cd6184dc4b6bb82b7b318ba6f5e7ecf
0x2b769d8b9866eb4901d11a6d57303b4177afe8359b49e2ad328fe84547310d5d
0xe372a4e181b3c613a122f51bce19200b9af6e5615b2ac031722a9732a21ccaee
0xc3a6f48c85a74097876410a641b23b561115c7a6bb3e06fe777bc50622a55974
0xe800d9570d49c4fbe4cb06f46a5da30a40377d7361f34e3da0c8fc57bc4cfe1d

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