PolkaBridge: Staking
Verified contract
Active on
Ethereum with 12,016 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,841.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PBR | ERC-20 | 98.51916K | $0.027581 |
$2,717.25 | |
SHOE | ERC-20 | 93.757265K | $0.001323 |
$124.07 | |
sickkk | ERC-20 | 1.508619T | -- | -- | |
CFL365 | ERC-20 | 8.904028M | -- | -- | |
BITE | ERC-20 | 7.4591M | -- | -- | |
CFL365 | ERC-20 | 2M | -- | -- | |
PUN | ERC-20 | 218.067823K | -- | -- | |
LABS | ERC-20 | 98.798575K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21037234 | a month ago | | | 0 | 0.00078576724 | |
| 20981001 | a month ago | | | 0 | 0.0015998265 | |
| 20979998 | a month ago | | | 0 | 0.0018583795 | |
| 20979920 | a month ago | | | 0 | 0.0023677605 | |
| 20967479 | a month ago | | | 0 | 0.0023826866 | |
| 20967467 | a month ago | | | 0 | 0.0019498725 | |
| 20951317 | a month ago | | | 0 | 0.0035071453 | |
| 20951308 | a month ago | | | 0 | 0.0028748766 | |
| 20933408 | a month ago | | | 0 | 0.0018477823 | |
| 20916023 | 2 months ago | | | 0 | 0.0032820452 |
ABI
ABI objects
Getter at block 21247673
isOwner() view returns (bool)
false
name() view returns (string)
PolkaBridge: Staking
owner() view returns (address)
0x57866ed63ca5f9744cef9aa270bd1f1dce935831
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
0
totalUser() view returns (uint256)
3663
Read-only
getDiffBlock(address user, uint256 pid) view returns (uint256)
getMultiplier(uint256 _fromBlock, uint256 _toBlock) view returns (uint256)
getPoolInfo(uint256 _pid) view returns (uint256, uint256, uint256, uint256, uint256)
getTotalTokenStaked(uint256 _pid) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardClaimed, uint256 lastBlock, uint256 beginTime, uint256 endTime)
State-modifying
Events addPool(uint256 _allocPoint, address _stakeToken, address _rewardToken, uint256 _rewardPerBlock, uint256 _endDate, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
setPool(uint256 _pid, uint256 _allocPoint, uint256 _rewardPerBlock, uint256 _endDate, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.