Uncle Sam

Verified contract

Active on Base with 403 txns
Deployed by via 0xecf66020 at 15935894
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xee89f14110f644e4d7d2358679fc9810b9e24492fbbb742643731618fbcfa8d6
0xe7b84b5baea5a40f434ba10c7efc23a0ff05c872ea658ec935936ef7068ce339
0xec156d05de12ce01af1d263fdd1567fd278a5af0fb8e31213a487e1dbe2e7b08
0xe324195726010dacb42e3121aa4d57bd05ec2b0f97630a039655b8b0f0ca6465
0x5a545036a0f02745b6d0b45a3d9a99f31600020ec9099f0277c7bf1d2216d256
0x44b63af702926558e20b0dc2a20b1b1a79fe329de90d60edfeb010ca114ec985
0xb9ff2f5c0887a24e930c9dbe1daef15f26f714d6cb1aff1d7fa59137664c2069
0x7ded006bbf504ad96c82d35bfb48d0da70442636b6050c5e97d7d338c979a9af
0x765da7076532683801da10786fa911e9528851da74327b55433b85e9627d35c6
0x3b6e638fe95845776545cea3b6e19b418a8e83c3e70113c98a6641bd250c28e3

Functions
Getter at block 22143729
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Uncle Sam
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Uncle Sam
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account