PBXToken
Verified contract
Active on
Ethereum with 33,324 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,368.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PBX | ERC-20 | 1.873264M | $0.000743 |
$1,392.43 | |
USDT | ERC-20 | 928.82314 | $1.00 |
$928.82 | |
wBAI | ERC-20 | 57.579538 | $0.821568 |
$47.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275794 | 3 minutes ago | | | 0 | 0.00041492580 | |
| 21275705 | 21 minutes ago | | | 0 | 0.00031480728 | |
| 21275177 | 2 hours ago | | | 0 | 0.00019628855 | |
| 21274084 | 6 hours ago | | | 0 | 0.00067673078 | |
| 21273397 | 8 hours ago | | | 0 | 0.00043027537 | |
| 21272522 | 11 hours ago | | | 0 | 0.00079868054 | |
| 21272126 | 12 hours ago | | | 0 | 0.00046580497 | |
| 21272101 | 12 hours ago | | | 0 | 0.00046770345 | |
| 21272094 | 12 hours ago | | | 0 | 0.00046355894 | |
| 21272093 | 12 hours ago | | | 0 | 0.00045711913 |
ABI
ABI objects
Getter at block 21275808
decimals() view returns (uint8)
18
name() view returns (string)
Paribus
owner() view returns (address)
0x8ad8328166764ad208ae8dfe90ae766a1f0aee65
symbol() view returns (string)
PBX
totalSupply() view returns (uint256)
9282289336283747770650000000
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)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.