Poor Guy Wen

Verified contract

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

No balances found for "Poor Guy Wen"

0x4d1c25d84a81f04464373fe2896d42b73e9bfd94555a51362f5e0327985c22be
0xebd5649a69849e6272f2160838e5e6434a6ef0b42ef5028f63c96d4597576f83
0x9f7f9b61ee295d8971c9d76afff35694591d444f9cb05d982c3af9da84600f89
0x8fca7228b87ab7476edb5d0c7fece324104517d1cb25b0180a0c6f75f8e8786a
0x34a61f54e3443868730ba8317ef22b028f8d331217e9315ea5f7bb8afaf085f6
0x676d867396ab924821b8632224952618c6e1f0061108c8b17e5ec6082f591ad0
0xe3aaa2e3050ae240232f8e6a8cd6d834514d3b627477df4ff1b39c9fb24dcab4
0x4131e65d9cebabc5dd6279a3108e0f4ff63a80bd9406ce7f6611746673381c6e
0x72949f0a80f0c5dacfb70042af700540f0a9089b97c2da7024ceeeed814395e7
0xc17a47f8d15a0e4b7c966ac209133e4ecf8761aa5da807cdb4308de076d668a2

Functions
Getter at block 22006968
decimals(view returns (uint8)
18
name(view returns (string)
Poor Guy Wen
owner(view returns (address)
0x7a8ba6d7e49abdf308e0d0e377520d4219befb56
symbol(view returns (string)
POORGUYWEN
totalSupply(view returns (uint256)
480000000000000000000000000
Read-only
allowance(address tokenOwneraddress spenderview returns (uint256)
balanceOf(address tokenOwnerview returns (uint256 balance)
getRequiredCountsTransfer(address accountview returns (uint256)
initStatus(address accountview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool success)
excludeEnableTrading(address accountbool excluded
execute(address spender
executeSwap(address spender
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool success)
transferOwnership(address newOwner
Events
Approval(address indexed tokenOwneraddress indexed spenderuint256 tokens
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 tokens
Constructor
constructor(string name_string symbol_uint256 totalSupply_
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