BullRunStaking
Verified contract
Active on
Ethereum with 2,067 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6291…bec4
0x80d7…bcd5
Balances ($4,107.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 4.107509K | $1.00 |
$4,107.51 | |
BRL | ERC-20 | 712.855186K | -- | -- | |
0x80d7…bcd5 | ERC-1555 | 555 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309733 | a day ago | | | 0 | 0.0027499737 | |
| 21307365 | a day ago | | | 0 | 0.0014967628 | |
| 21295681 | 3 days ago | | | 0 | 0.0015156628 | |
| 21295211 | 3 days ago | | | 0 | 0.0021064907 | |
| 21292160 | 4 days ago | | | 0 | 0.00085611805 | |
| 21289263 | 4 days ago | | | 0 | 0.0010570390 | |
| 21289025 | 4 days ago | | | 0 | 0.0010842433 | |
| 21286771 | 4 days ago | | | 0 | 0.0017440387 | |
| 21273099 | 6 days ago | | | 0 | 0.0022714415 | |
| 21262524 | 8 days ago | | | 0 | 0.00085530663 |
ABI
ABI objects
Getter at block 21318031
accUSDCPerShare() view returns (uint256)
99513629515702870624342
brl() view returns (address)
0x6291d951c5d68f47ed346042e2f86a94c253bec4
finished() view returns (bool)
false
lastRewardTimestamp() view returns (uint256)
1733081075
nft() view returns (address)
0x80d76e70ae8120d5fcaf0416e8fe33f21ce7bcd5
owner() view returns (address)
0xc35e66535e0fb98a3b7843927763b24cd7d80070
rewardSupply() view returns (uint256)
19104138907
startTime() view returns (uint256)
1671743820
started() view returns (bool)
true
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdcPerSecond() view returns (uint256)
0
Read-only
pendingUSDC(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 nftBalance, uint256 rewardDebt, uint256 startTime, uint256 totalRewards)
State-modifying
Events deposit(uint256 _brlAmount, uint256 _nftAmount)
finishPool()
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setRewardRate(uint256 _usdcPerSecond)
startPool(uint256 _startTime)
transferOwnership(address newOwner)
updatePool()
withdraw(uint256 _brlAmount, uint256 _nftAmount)
DepositBRL(address indexed user, uint256 amount)
DepositNFT(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawBRL(address indexed user, uint256 amount)
WithdrawNFT(address indexed user, uint256 amount)
constructor(address _brl, address _nft, uint256 _usdcPerSecond)
This contract contains no fallback and receive objects.
AlreadyFinished()
AlreadyStarted()
InsufficientBalance(uint256 availableBRL, uint256 requiredBRL, uint256 availableNFTs, uint256 requiredNFTs)
NotYetStarted()