Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,601.53)
Native
Value
$2,025.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.613586 | $3,300.82 |
$2,025.34 | |
POLA | ERC-20 | 5.00001M | $0.000515 |
$2,573.21 | |
USDC | ERC-20 | 2.254301 | $0.999889 |
$2.25 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
BSB | ERC-20 | 32.624K | $0.000007 |
$0.21 | |
AMC | ERC-20 | 1.111K | $0.000025 |
$0.03 | |
BOYS | ERC-20 | 0.4 | $0.012195 |
$0 | |
FPEPE | ERC-20 | 25 | $0.000181 |
$0 | |
NORMUS | ERC-20 | 10 | $0.000117 |
$0 | |
USA | ERC-20 | 1.007907 | $0.000766 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22753277 | an hour ago | | | 0 | 6.7209347e-7 | |
| 22752820 | an hour ago | | | 0 | 6.3564076e-7 | |
| 22752046 | 2 hours ago | | | 0 | 6.3618111e-7 | |
| 22751835 | 2 hours ago | | | 0 | 0.000000705072679215 | |
| 22751421 | 2 hours ago | | | 0 | 6.5502369e-7 | |
| 22751307 | 2 hours ago | | | 0 | 6.6362160e-7 | |
| 22751138 | 2 hours ago | | | 0 | 6.5150230e-7 | |
| 22750813 | 2 hours ago | | | 0 | 6.6871219e-7 | |
| 22750385 | 3 hours ago | | | 0 | 6.8824105e-7 | |
| 22749821 | 3 hours ago | | | 0 | 6.8824105e-7 |
ABI
ABI objects
Getter at block 22755127
decimals() pure returns (uint8)
18
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
POLA
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
POLA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.