Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23.08)
Native
Value
$23.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007 | $3,297.40 |
$23.08 | |
POTA | ERC-20 | 929.794521B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119429 | 19 days ago | | | 0 | 0.000079323576 | |
| 21119429 | 19 days ago | | | 0 | 0.000079323576 | |
| 20923548 | 2 months ago | | | 0 | 0.00057979115 | |
| 20849349 | 2 months ago | | | 0 | 0.00074241842 | |
| 20849283 | 2 months ago | | | 0 | 0.00066784975 | |
| 20840009 | 2 months ago | | | 0 | 0.00023850013 | |
| 20728033 | 2 months ago | | | 0 | 0.00030309636 | |
| 20722614 | 2 months ago | | | 0 | 0.00034128627 | |
| 20716459 | 2 months ago | | | 0 | 0.00015029515 | |
| 20708762 | 3 months ago | | | 0 | 0.000066467611 |
ABI
ABI objects
Getter at block 21258653
BURN_DURATION() view returns (uint256)
63072000
BURN_PERCENTAGE() view returns (uint256)
9
DEAD_WALLET() view returns (address)
0x000000000000000000000000000000000000dead
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000000000
burnInterval() view returns (uint256)
86400
burnStartTime() view returns (uint256)
1724769983
burnedTokens() view returns (uint256)
989070205479452054794520547945170
decimals() view returns (uint8)
18
initialBurnExecuted() view returns (bool)
true
lastBurnTime() view returns (uint256)
1725661703
name() view returns (string)
Potato
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
POTA
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
executeInitialBurn()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
InitialBurnExecuted(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(uint256 amount, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()