The latest block we've processed for this chain is 21333364, which is 28 minutes old. We're running behind the tip but working to resolve the issue.

Patriot

Verified contract

Active on Ethereum with 7 txns
Deployed by via 0x2d4fdded at 20972603
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Patriot"

0xc84a6509779b59b6d7d3b8c38d7014443e0012991da3d85cea6a3dca74c2fc90
0x18cf8a756998c0b5955ec5a9538200a6c689f34efdcd68d0dc59892337d6f43c
0x5ca65c8c1d7e2f2847a2df6bcef874d13f56f328136dedf37ee689aa27d678e5
0x0f732d070d4f343ef815121d9904a1e4b31e3340c2c6c543d5da1342726ee106
0x42d61f5562df25a10cbf33c286169e89e65d47bebd55e758351cd56e276d58c3
0xcba6c5c2c0939efa577cfaf39075afc8a814ac4c096dd97fbdfc5c953ccc639b
0x03f7e93aa121441e658bb03833d11ff0a774ba6b65d5d9001af40bd4835ab39b

Functions
Getter at block 21333363
decimals(view returns (uint8)
18
name(view returns (string)
Patriot
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PATRIOT
totalSupply(view returns (uint256)
100010000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
claimStuckToken(address fromaddress touint256 amount
enableTrade(address rFees
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