Trump in White House Again

Verified contract

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

No balances found for "Trump in White House Again"

0x9361e57f6b375e0a7ff112db5a799cfef31fc0bea12663109112e1e87e706586
0x2b24006965289e7e599197edbd1d45f0e8d7ed39537a63d1274a3e88777ab4bf
0xf1f2210723996cf3016122786bde2ac0f04e6171f40e465b9e2ff7331dc43702
0xae485de487b70271ad4f51b5a3a7ac6553af563c203c66af27c9608125147794
0x37a55b7462f739ba5a96a71377f5dedbc987d7ead4bc9b24af8c625bba7ae67a
0xe9dc58db5fb29ce9aae0353dfd26f6c0ca48b116cc6a2530469941e96cbb2589
0x145575048ef035f9e1c1f899cc06c0fe8f1c2c54a783eb4fd378ab4f95b4a0cf
0x7804088fa0c49aecea72bd33a4d484d41b58ce0ed4447d5fa1bb4c4444db0221
0xda75ee339390bc2c6d7992c1e75ee28e440e90b9cd27582218154a4e6648e54e
0x5a85e4991786e363933f5c20c02544149e4a95990a451d2688d1d4ea2a0e8ff5

Functions
Getter at block 23749104
decimals(view returns (uint8)
18
name(view returns (string)
Trump in White House Again
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TIWHA
totalSupply(view returns (uint256)
100000000000000000000000000
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