Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PNGVN | ERC-20 | 749 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227539 | 3 days ago | | | 0 | 0.00031431042 | |
| 21219278 | 4 days ago | | | 0 | 0.00035408002 | |
| 21219278 | 4 days ago | | | 0 | 0.00035420097 | |
| 21219278 | 4 days ago | | | 0 | 0.00035408002 | |
| 21211391 | 5 days ago | | | 0 | 0.00042236016 | |
| 21211391 | 5 days ago | | | 0 | 0.00042250444 | |
| 21211391 | 5 days ago | | | 0 | 0.00042250444 | |
| 21204165 | 6 days ago | | | 0 | 0.00043147814 | |
| 21204165 | 6 days ago | | | 0 | 0.00043133080 | |
| 21204151 | 6 days ago | | | 0 | 0.00040121726 |
ABI
ABI objects
Getter at block 21248831
UNISWAP_FACTORY() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
UNISWAP_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
UNISWAP_V2_PAIR() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Pngvn
owner() view returns (address)
0x7a60a79582b92257d3de1515d0815198923809cb
symbol() view returns (string)
PNGVN
totalSupply() view returns (uint256)
250000000000000000000000000
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)
burn(uint256 value)
createDexPair() payable
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)