BullRunStaking

Verified contract

Active on Ethereum with 580 txns
Deployed by via 0x583d19a5 at 15890999
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xa5e8452a01cd95e3a3449643df33939ae8e422d63edbda9c95504c25af1a09c9
0x76c223ba5b7decd8753200d67da18f8e1634d604d382224f755f7dc4b9772edf
0x2c97e36a04bbd22183f02789ac1501351e2626e96ca7939aabb4d66962b382b3
0x881ca1a2cf29c62bd0c7667dc317f21c265cb45fbc935f04c9acd3de92875469
0x5bdc124a674a5426f994bce82f2b0bb090ce523808b992ed85e358373a9653f6
0xb2b3857e427986a5c830fc4dce4a4164eb4143bc8e1573871720d9a783badbad
0x33cb510fcdceacc3b12a0ee9c2722e4d0f90478ed6afba1daaba6a0145c1aa99
0x737a5e62da8a9bf30756ed5002944b79b9d640cdf1806da8ff8096f4359d5fcd
0x8b00f8c959a0632baac7b813b07ccc899ad4b416c1ce3b2035c81e95ad9e6d51
0x27abfe0461bf93242f5c3b700dad62c4007f4ee6ef11e956364c3cc219c9458d

Functions
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 _pidaddress _userview returns (uint256)
poolInfo(uint256view returns (address tokenuint256 lastRewardTimestampuint256 accBRLPerShareuint256 balanceuint256 rewardSupplyuint256 brlPerSecond)
userInfo(uint256addressview returns (uint256 amountuint256 rewardDebtuint256 startTimeuint256 totalRewards)
State-modifying
add(address _tokenuint256 _rewardSupplyuint256 _brlPerSecond
compound(uint256 _pid
deposit(uint256 _piduint256 _amount
emergencyWithdraw(uint256 _pid
massUpdatePools(
renounceOwnership(
setBRLPoolIndex(uint256 _pid
setBulldozer(address wallet
setRewardRate(uint256 _piduint256 _brlPerSecond
supplyRewards(uint256 _piduint256 _amount
transferOwnership(address newOwner
updatePool(uint256 _pid
withdraw(uint256 _piduint256 _amount
Events
Compound(address indexed useruint256 indexed piduint256 amount
Deposit(address indexed useruint256 indexed piduint256 amount
EmergencyWithdraw(address indexed useruint256 indexed piduint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Withdraw(address indexed useruint256 indexed piduint256 amount
Constructor
constructor(address _brluint256 _startTimeaddress _bulldozer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InsufficientBalance(uint256 availableuint256 required
InvalidPool(
NothingToDo(