United States of America

Verified contract

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

No balances found for "United States of America"

0x4a5532f505420e5fbd12d89d0577b7598c8da8458e1ac72d283030d44b9ac7e3
0x0396fb00568a1d3e9e060bf99bb719d97ec1dc4b94c9fd4becfd0d462999cc29
0xad76ac5ec29ea347fab7c84399f9850eae05daab228ce935e895f89b6efe491a
0x510284d52148dc1b6014ac5fc3a13f9584252b2ec814344a96dbbcc3a43aee03

Functions
Getter at block 23213812
decimals(view returns (uint8)
18
name(view returns (string)
United States of America
symbol(view returns (string)
USA
totalSupply(view returns (uint256)
640000000000000000000000000000
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