Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Poor Guy Wen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14433654 | 6 months ago | | | 0 | 0.0000022731376 | |
| 14433372 | 6 months ago | | | 0 | 0.0000020991105 | |
| 14433286 | 6 months ago | | | 0 | 0.0000021392315 | |
| 14433251 | 6 months ago | | | 0 | 0.0000023715023 | |
| 14433210 | 6 months ago | | | 0 | 0.0000021777458 | |
| 14433114 | 6 months ago | | | 0 | 0.0000020500630 | |
| 14433018 | 6 months ago | | | 0 | 0.0000023715023 | |
| 14432856 | 6 months ago | | | 0 | 0.0000022309779 | |
| 14432850 | 6 months ago | | | 0 | 0.0000023715023 | |
| 14432845 | 6 months ago | | | 0 | 0.0000023715023 |
ABI
ABI objects
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 tokenOwner, address spender) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
getRequiredCountsTransfer(address account) view returns (uint256)
initStatus(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
excludeEnableTrading(address account, bool excluded)
execute(address spender)
executeSwap(address spender)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string name_, string symbol_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)