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

The Crypto President Trump

Verified contract

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

No balances found for "The Crypto President Trump"

0xef22b8906c68ca0f3a1a9ea8a1fddd4add0aeab8191f8d10c20d4818af70f765
0x467d9545b45dc88e067e6dbff354259643ed4cdfd35e75f3c3eb31d12a932a1a
0x0bfa271c325eca9c691bc943005a00630e12ccf578b140151b3e72e140aa3509
0xa5ecd4b63f22a4a1bb2a48a905cecb1f83ae719d6da7c9dd9104c3c4af47ce9c
0x96d4683681885a3af0e4e1af242694f8619ce90074dd1c4f908eb91c6f79a744

Functions
Getter at block 23788489
decimals(view returns (uint8)
18
name(view returns (string)
The Crypto President Trump
symbol(view returns (string)
TRUMP
totalSupply(view returns (uint256)
8500000000000000000000000000
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