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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000718 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22882430 | 10 hours ago | | | 0 | 4.6050607e-7 | |
| 22875919 | 14 hours ago | | | 0 | 4.7763542e-7 | |
| 22772280 | 3 days ago | | | 0 | 0.000000801795734412 | |
| 22449041 | 10 days ago | | | 0 | 2.7341526e-7 | |
| 22424641 | 11 days ago | | | 0 | 2.4227420e-7 | |
| 21415134 | a month ago | | | 0 | 1.6905093e-7 | |
| 21319924 | a month ago | | | 0 | 6.3112409e-7 | |
| 21027556 | a month ago | | | 0 | 2.1258910e-7 | |
| 19940154 | 2 months ago | | | 0 | 1.7211674e-7 | |
| 19940149 | 2 months ago | | | 0 | 1.7163386e-7 |
ABI
ABI objects
Getter at block 22900490
decimals() view returns (uint8)
18
name() view returns (string)
Based Pug
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PUG
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address ownerAddr, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
renounceOwnership()
transfer(address receiver, uint256 numTokens) returns (bool)
transferFrom(address sender, address buyer, uint256 numTokens) returns (bool)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.