Pet Token
Verified contract
Active on
Ethereum with 2,810 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 516.384597 | $1.00 |
$516.38 | |
PET | ERC-20 | 100 | $0.037624 |
$3.76 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206374 | 2 days ago | | | 0 | 0.00024196129 | |
| 21200635 | 2 days ago | | | 0 | 0.00075913472 | |
| 21144888 | 10 days ago | | | 0 | 0.00039403243 | |
| 21122424 | 13 days ago | | | 0 | 0.00073307307 | |
| 21119455 | 14 days ago | | | 0 | 0.000052640325 | |
| 21044464 | 24 days ago | | | 0 | 0.00074580398 | |
| 20956945 | a month ago | | | 0 | 0.00034532333 | |
| 20917954 | a month ago | | | 0 | 0.00040082565 | |
| 20891134 | a month ago | | | 0 | 0.00014242352 | |
| 20858124 | 2 months ago | | | 0 | 0.00020697396 |
ABI
ABI objects
Getter at block 21217506
decimals() view returns (uint8)
18
name() view returns (string)
Pet Token
symbol() view returns (string)
PET
totalSupply() view returns (uint256)
60000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address account)
This contract contains no fallback and receive objects.
This contract contains no error objects.