Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PBC Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12942857 | 3 years ago | | | 0 | 0.0015043820 | |
| 9825338 | 5 years ago | | | 0 | 0.0010850600 | |
| 9720517 | 5 years ago | | | 0 | 0.0010855400 | |
| 9675002 | 5 years ago | | | 0 | 0.00078554000 | |
| 9674970 | 5 years ago | | | 0 | 0.0010853000 | |
| 9517895 | 5 years ago | | | 0 | 0.00048554000 | |
| 9517859 | 5 years ago | | | 0 | 0.00051060100 | |
| 9383382 | 5 years ago | | | 0 | 0.00019650500 | |
| 9337093 | 5 years ago | | | 0 | 0.00048578000 | |
| 9337090 | 5 years ago | | | 0 | 0.0010857800 |
ABI
ABI objects
Getter at block 21261491
decimals() view returns (uint8)
18
name() view returns (string)
PBC Token
owner() view returns (address)
0x91cd3002828b694da6c61bf83f59c60d2e26efd3
symbol() view returns (string)
PBC
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address agent) view returns (uint256)
balanceOf(address addr) view returns (uint256 balance)
isFreezed(address addr) view returns (bool)
State-modifying
Events approve(address agent, uint256 value) returns (bool)
decreaseApproval(address agent, uint256 value) returns (bool success)
freeze(address addr) returns (bool)
increaseApproval(address agent, uint256 value) returns (bool success)
renounceFreezership()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFreezership(address newFreezer)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreeze(address addr) returns (bool)
Approval(address indexed owner, address indexed agent, uint256 value)
Freezed(address indexed freezedAddr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnFreezed(address indexed unfreezedAddr)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.