Super President Trump 47

Verified contract

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

No balances found for "Super President Trump 47"

0xd33925e3eeb287bc4518db6efffefe3e235b3c1e3770398d161897726c575e57
0xf5868a17e8c31550cc11c13513fb492517045f1fc17fb865ab29c99e66e856fe
0xa32fa994ed1357ab148707e50e57e8b71a9a30ae320ca2306178aecc833f2612
0xb24c9ebdfd56f51c63b2f44c032250b284bbd740ee7cf4b6f97a5cbbad119f7f
0xa32c1aab1f3f2459cc7bb4b90f4ed4ce8a31738661e5d42cb0f6c1a0d3e03ce4
0x6f02eb7c3515f57a7d3631fd6e627fe02e70f99e7008cfea3ba8ff40cf3a27bc
0xba4043d16f4ce736c4e10763ee94181cc1d35b069d8ab7ac4a8c0864e8de3486
0x92a18780aea122b1676917f5a2c513e48bf64a9ce5da673aba4e07afb5cb9462
0x234201b64e29b1b9112f2fa1398c7aff57316c3b21d6581de6bee7691df2bb39
0xa3813eafde17f8e27d03860ce99c483070108905ccc040a42a3f10186fe4fa96

Functions
Getter at block 23235363
decimals(view returns (uint8)
18
name(view returns (string)
Super President Trump 47
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TRUMP47
totalSupply(view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
checkPermit(address owneraddress 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(uint256 maxSupply_
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