Reward Moo AERO USDC-MAI
Verified contract
Proxy
Active on
Base
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
0x22f8…02e3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mooBIFI | ERC-20 | 2.767883 | -- | -- | |
mooAeroUSDC-MAI | ERC-20 | 0.004649 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22132769 | 21 minutes ago | | | 0 | 0.0000018355965 | |
| 22130736 | an hour ago | | | 0 | 6.2889222e-7 | |
| 22130184 | 2 hours ago | | | 0 | 0.0000015740960 | |
| 22129893 | 2 hours ago | | | 0 | 0.0000017698791 | |
| 22128377 | 3 hours ago | | | 0 | 5.8991680e-7 | |
| 22125852 | 4 hours ago | | | 0 | 0.0000018355965 | |
| 22125305 | 4 hours ago | | | 0 | 0.0000018351036 | |
| 22124517 | 5 hours ago | | | 0 | 0.0000018352679 | |
| 22123766 | 5 hours ago | | | 0 | 0.0000018355965 | |
| 22123535 | 5 hours ago | | | 0 | 0.0000015740960 |
ABI
ABI objects
Getter at block 22133390
decimals() view returns (uint8)
18
name() view returns (string)
Reward Moo AERO USDC-MAI
owner() view returns (address)
0x6ffaca7c3b38ec2d631d86e15f328ee6ef6c6226
rewardsLength() view returns (uint256 length)
1
stakedToken() view returns (address)
0x22f8ff24861a7f7e2ec9b19c5668b43bb69202e3
symbol() view returns (string)
rmooAeroUSDC-MAI
totalSupply() view returns (uint256)
4649450057989010
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()