Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,739.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PHA | ERC-20 | 28.239375K | $0.141782 |
$4,003.84 | |
USDT | ERC-20 | 1.295K | $1.00 |
$1,295 | |
XDATA | ERC-20 | 10.000915K | $0.042542 |
$425.46 | |
XCUR | ERC-20 | 5K | $0.003003 |
$15.02 | |
DOG | ERC-20 | 9.999999M | -- | -- | |
MCO | ERC-20 | 49.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268339 | an hour ago | | | 0 | 0.00042876109 | |
| 21267974 | 2 hours ago | | | 0 | 0.00065994191 | |
| 21267922 | 2 hours ago | | | 0 | 0.00047121540 | |
| 21267918 | 2 hours ago | | | 0 | 0.00054355389 | |
| 21267914 | 2 hours ago | | | 0 | 0.00056147121 | |
| 21267832 | 3 hours ago | | | 0 | 0.00097866963 | |
| 21267724 | 3 hours ago | | | 0 | 0.00044055943 | |
| 21267664 | 3 hours ago | | | 0 | 0.00022973564 | |
| 21267644 | 3 hours ago | | | 0 | 0.00028221973 | |
| 21267390 | 4 hours ago | | | 0 | 0.00023744800 |
ABI
ABI objects
Getter at block 21268628
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Phala
owner() view returns (address)
0xb7687a5a3e7b49522705833bf7d5baf18aabdd2d
paused() view returns (bool)
false
symbol() view returns (string)
PHA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.