BeaconProxy
Verified contract
Proxy
Active on
Base with 76 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
0x6b3a…2dca
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mooBIFI | ERC-20 | 1.821974 | -- | -- | |
mooAeroVIRTUAL-cbBTC | ERC-20 | 0.002141 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22153611 | an hour ago | | | 0 | 0.0000012903977 | |
| 22151093 | 2 hours ago | | | 0 | 0.0000035176278 | |
| 22151028 | 2 hours ago | | | 0 | 0.0000031492043 | |
| 22150739 | 2 hours ago | | | 0 | 0.0000019440440 | |
| 22149432 | 3 hours ago | | | 0 | 0.0000019423825 | |
| 22145334 | 5 hours ago | | | 0 | 0.0000016935890 | |
| 22145315 | 5 hours ago | | | 0 | 0.0000021709500 | |
| 22144589 | 6 hours ago | | | 0 | 0.0000018099720 | |
| 22144161 | 6 hours ago | | | 0 | 0.0000016490856 | |
| 22143718 | 6 hours ago | | | 0 | 0.0000013294692 |
ABI
ABI objects
Getter at block 22155186
decimals() view returns (uint8)
18
name() view returns (string)
Reward Moo Aero VIRTUAL-cbBTC
owner() view returns (address)
0x6ffaca7c3b38ec2d631d86e15f328ee6ef6c6226
rewardsLength() view returns (uint256 length)
1
stakedToken() view returns (address)
0x6b3ad868f29230357419b2c31ba08dd9b9622dca
symbol() view returns (string)
rmooAeroVIRTUAL-cbBTC
totalSupply() view returns (uint256)
2140606774130936
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
earned(address _user) view returns (address[] rewardTokens, uint256[] earnedAmounts)
earned(address _user, address _reward) view returns (uint256 earnedAmount)
rewardInfo(uint256 _rewardId) view returns (address reward, uint256 periodFinish, uint256 duration, uint256 lastUpdateTime, uint256 rate)
rewards(uint256) view returns (address)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exit()
getReward()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _stakedToken, string _name, string _symbol)
notifyRewardAmount(address _reward, uint256 _amount, uint256 _duration)
removeReward(address _reward)
renounceOwnership()
rescueTokens(address _token, address _recipient)
setWhitelist(address _manager, bool _whitelisted)
stake(uint256 _amount)
stakeWithPermit(address _user, uint256 _amount, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
BeaconUpgraded(address indexed beacon)
AddReward(address reward)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
NotifyReward(address indexed reward, uint256 amount, uint256 duration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveReward(address reward)
RescueTokens(address token, address recipient)
RewardPaid(address indexed user, address indexed reward, uint256 amount)
SetWhitelist(address manager, bool whitelist)
Staked(address indexed user, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, uint256 amount)
constructor(address beacon, bytes data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidBeacon(address beacon)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
NotManager(address caller)
RewardNotFound(address reward)
ShortDuration(uint256 duration)
StakedTokenIsNotAReward()
TooManyRewards()
WithdrawingRewardToken(address reward)
WithdrawingStakedToken()