BullRunStaking
Verified contract
Active on
Ethereum with 580 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52e9…d0f0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRL | ERC-20 | 621.134569K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16017363 | 2 years ago | | | 0 | 0.00079909043 | |
| 16016713 | 2 years ago | | | 0 | 0.00071508058 | |
| 16006539 | 2 years ago | | | 0 | 0.0010604703 | |
| 16005710 | 2 years ago | | | 0 | 0.00084947341 | |
| 16005468 | 2 years ago | | | 0 | 0.00090568809 | |
| 16004485 | 2 years ago | | | 0 | 0.00082740143 | |
| 16004391 | 2 years ago | | | 0 | 0.00096033426 | |
| 16004253 | 2 years ago | | | 0 | 0.00071141868 | |
| 16003206 | 2 years ago | | | 0 | 0.00072244291 | |
| 16003206 | 2 years ago | | | 0 | 0.00067437778 |
ABI
ABI objects
Getter at block 21205457
brl() view returns (address)
0x52e9bb9e01a9d6d1cd0ab6301636e499c2aed0f0
brlPoolIndex() view returns (uint256)
0
bulldozer() view returns (address)
0x931d8786b6866649430f908da302854eac4f1710
owner() view returns (address)
0x8e233147020814b496ebadbead55736f988eb4ec
poolLength() view returns (uint256)
1
startTime() view returns (uint256)
1667496600
Read-only
pendingBRL(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 lastRewardTimestamp, uint256 accBRLPerShare, uint256 balance, uint256 rewardSupply, uint256 brlPerSecond)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 startTime, uint256 totalRewards)
State-modifying
Events add(address _token, uint256 _rewardSupply, uint256 _brlPerSecond)
compound(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
setBRLPoolIndex(uint256 _pid)
setBulldozer(address wallet)
setRewardRate(uint256 _pid, uint256 _brlPerSecond)
supplyRewards(uint256 _pid, uint256 _amount)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Compound(address indexed user, uint256 indexed 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(address _brl, uint256 _startTime, address _bulldozer)
This contract contains no fallback and receive objects.
InsufficientBalance(uint256 available, uint256 required)
InvalidPool()
NothingToDo()