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

MAKE AMERICA WEALTHY ONCE AGAIN

Verified contract

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

No balances found for "MAKE AMERICA WEALTHY ONCE AGAIN"

0xac4510006b4cf623c48b7dcbdb279619501e5e17f4b372fa8cad62b957e4ad2e
0x669336b89e92b37ec53865ab9fa69d5a5d1c4acd232a688680ac148bfe639594
0x0dd83109503a70bf80b127ea71e35df4c758746ad776c605b206ab5ae4a3e48f

Functions
Getter at block 22427906
decimals(view returns (uint8)
18
name(view returns (string)
MAKE AMERICA WEALTHY ONCE AGAIN
symbol(view returns (string)
MAWA
totalSupply(view returns (uint256)
570000000000000000000000000000
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