PATRIOTS IN CONTROL

Verified contract

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

No balances found for "PATRIOTS IN CONTROL"

0x0ddff23a2d1ef31e99b8872e5fbaf470b4682d89412b02d67ab0a80b299f852c
0x16c9e58a1269870253f7a4d1f57ecc3048845e3b30ef203f9a310cf1543f3d8f
0xc93b6249645e8b8739637e42c1c0c9c4fcc8199152ff1db90df0d250ec9dcd21
0x66652abeb1b93dd7aba15360520a927d801c6d9ccfb79714c688703bf32408f5
0xa02d0e6f609a0dcd8ddb1737e204756f43ad2eed2a400cbf8ea4eb0ef5d07f64
0xd34d4d0f6528a1eb3975cf33b426aa6dfd7790af813a82a79b1d9a7fa38bd349
0xe84019d4db553fa1e23d217c30dc5f62f46697f05b45e70a90d6bc3e9d1dc5cf
0x1a7ea347441846c478cc896635b8f035c619e45f5df8936ccae3374e2fbdd445
0x9cead5b13304cc792a0549acf8e93aeecf23907409f209a4e4dec9a66e7fe92f
0x8eba287828f0834670e25ed2c7f65233487459567f0ae63e59d7df064a3fd7ec

Functions
Getter at block 22991164
decimals(view returns (uint8)
18
name(view returns (string)
PATRIOTS IN CONTROL
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PATRIOT
totalSupply(view returns (uint256)
10000000000000000000000
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