FomoIncentivesController
Verified contract
Active on
Base with 1,440 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($255.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOMO | ERC-20 | 71.788754M | $0.000004 |
$255.57 | |
$SHAKA | ERC-20 | 2 | $0.002012 |
$0 | |
kurbi | ERC-20 | 1 | $0.001165 |
$0 | |
USA | ERC-20 | 1 | $0.001041 |
$0 | |
Staked FOMO | ERC-20 | 2.384962B | -- | -- | |
OHNO | ERC-20 | 2 | -- | -- | |
FOMOMEMBER | ERC-721 | 1 | -- | -- | |
FOMOMEMBER | ERC-721 | 1 | -- | -- | |
FOMOMEMBER | ERC-721 | 1 | -- | -- | |
FOMOMEMBER | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23574479 | 7 hours ago | | | 0 | 0.0000034687105 | |
| 23450492 | 3 days ago | | | 0 | 0.0000012337977 | |
| 23405327 | 4 days ago | | | 0 | 0.0000029178315 | |
| 23405318 | 4 days ago | | | 0 | 0.0000013347493 | |
| 23404580 | 4 days ago | | | 0 | 0.0000023090153 | |
| 23404559 | 4 days ago | | | 0 | 0.0000014876373 | |
| 23322045 | 6 days ago | | | 0 | 6.2410815e-7 | |
| 23322042 | 6 days ago | | | 0 | 0.0000034264414 | |
| 23322006 | 6 days ago | | | 0 | 0.0000021535017 | |
| 23318324 | 6 days ago | | | 0 | 0.0000012354906 |
ABI
ABI objects
Getter at block 23586573
boosterNFT() view returns (address)
0x0cc2120d12efe0cf15bf37694a67a2f4c2ead236
lockDuration() view returns (uint256)
7776000
owner() view returns (address)
0x43f0a94f7939c410a3896b007ad5b79b3630586a
rewardsDuration() view returns (uint256)
15552000
stakingToken() view returns (address)
0x77b7b1d6e1bd7860e25740f95b2b80b7694d79e9
totalScaled() view returns (uint256)
2991025274052861301337888712
Read-only
balances(address) view returns (uint256 staked, uint256 scaled, uint256 nftId, bool boosted)
claimableRewards(address _account) view returns (struct IIncentivesControllerRewardData[] claimable)
getUserLocks(address _account) view returns (struct IFomoIncentivesControllerLock[])
isAdmin(address _admin) view returns (bool)
lastTimeRewardApplicable(address _rewardsToken) view returns (uint256)
locks(address, uint256) view returns (uint256 unlockTime, uint256 amount)
rewardData(address) view returns (uint256 periodFinish, uint256 rewardRate, uint256 lastUpdateTime, uint256 rewardPerTokenStored, uint256 balance)
rewardTokens(uint256) view returns (address)
rewards(address, address) view returns (uint256)
unlocked(address) view returns (uint256)
State-modifying
Events addAdmin(address _admin)
addReward(address _rewardToken)
deposit(uint256 _amount, address _onBehalfOf)
getReward(address[] _rewardTokens)
notifyReward(address[] _rewardTokens, uint256[] _amounts)
removeAdmin(address _admin)
renounceOwnership()
setRewardsDuration(uint256 _newRewardsDuration)
stakeNFT(uint256 _tokenId)
transferOwnership(address newOwner)
unstakeNFT()
updateLock(address _account, uint256 _index)
withdraw(uint256 _amount)
withdrawWithoutUpdate(uint256 _amount)
AdminAdded(address indexed admin)
AdminRemoved(address indexed admin)
Deposited(address indexed user, uint256 amount, uint256 scaled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPaid(address indexed user, address indexed rewardsToken, uint256 reward)
Withdrawn(address indexed user, uint256 amount, uint256 scaled)
constructor(address _stakingToken, address _boosterNFT)
This contract contains no fallback and receive objects.
AdminAlreadyExists(address admin)
AdminDoesNotExist(address admin)
AdminIsAddressZero()
CallerIsNotTheAdmin(address caller)