PolkaBridgeFarm
Verified contract
Active on
Ethereum with 320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($85.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PBR | ERC-20 | 3.107927K | $0.027386 |
$85.11 | |
PBRAMM | ERC-20 | 1.767095K | -- | -- | |
PBRAMM | ERC-20 | 0.00004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17578075 | a year ago | | | 0 | 0.0023788050 | |
| 17491859 | a year ago | | | 0 | 0.0021495191 | |
| 17317007 | a year ago | | | 0 | 0.0083972064 | |
| 17295008 | a year ago | | | 0 | 0.0067166109 | |
| 17072505 | 2 years ago | | | 0 | 0.0045344781 | |
| 17012093 | 2 years ago | | | 0 | 0.0033721610 | |
| 16995917 | 2 years ago | | | 0 | 0.00063138832 | |
| 16995737 | 2 years ago | | | 0 | 0.00074022983 | |
| 16812421 | 2 years ago | | | 0 | 0.0031769346 | |
| 16723596 | 2 years ago | | | 0 | 0.0033530739 |
ABI
ABI objects
Getter at block 21190736
BONUS_MULTIPLIER() view returns (uint256)
1
PBRPerBlock() view returns (uint256)
90000000000000000
owner() view returns (address)
0x57866ed63ca5f9744cef9aa270bd1f1dce935831
polkaBridge() view returns (address)
0x298d492e8c1d909d3f63bc4a36c66c64acb3d695
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
4999
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingPBR(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 lpAmount, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPBRPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
changePBRBlock(uint256 _PBRPerBlock)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
harvest(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, 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)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, bool withUpdate)
LogSetPool(uint256 indexed pid, uint256 allocPoint, bool withUpdate)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardBlock, uint256 lpSupply, uint256 accPBRPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _polkaBridge, uint256 _PBRPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.