PolkaBridge
Verified contract
Active on
Ethereum with 63,471 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,576.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 5.190066K | $1.00 |
$5,190.07 | |
PBR | ERC-20 | 13.070967K | $0.026887 |
$351.43 | |
AST | ERC-20 | 381.5051 | $0.086505 |
$33 | |
ATRI | ERC-20 | 6.184K | $0.000279 |
$1.73 | |
PRARE | ERC-20 | 2.5B | -- | -- | |
PBR | ERC-20 | 133.722067 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243055 | 4 hours ago | | | 0 | 0.00037988529 | |
| 21242987 | 5 hours ago | | | 0 | 0.00055696392 | |
| 21242982 | 5 hours ago | | | 0 | 0.00041740780 | |
| 21240761 | 12 hours ago | | | 0 | 0.00046786859 | |
| 21239358 | 17 hours ago | | | 0 | 0.00041112220 | |
| 21239290 | 17 hours ago | | | 0 | 0.00054156656 | |
| 21237521 | a day ago | | | 0 | 0.00096760523 | |
| 21237511 | a day ago | | | 0 | 0.0010136595 | |
| 21237467 | a day ago | | | 0 | 0.00083030488 | |
| 21235860 | a day ago | | | 0 | 0.00078679887 |
ABI
ABI objects
Getter at block 21244390
countActiveRewardPool() view returns (uint256)
1
decimals() view returns (uint8)
18
getBeginDeflationary() view returns (uint256)
1615912200
name() view returns (string)
PolkaBridge
symbol() view returns (string)
PBR
totalSupply() view returns (uint256)
75030231155210650761580612
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRewardPool(uint256 index) view returns (address)
whitelistTransfer(address) view returns (address waddress, bool isActived, string name)
State-modifying
Events addRewardPool(address add)
addWhitelistTransfer(address add, string name)
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)
removeRewardPool(address add)
removeWhitelistTransfer(address add)
setBeginDeflationFarming(uint256 beginDate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferWithoutDeflationary(address recipient, uint256 amount) returns (bool)
withdrawErc20(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
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.