Staked CvxFpis
Verified contract
Active on
Ethereum with 2,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FPIS | ERC-20 | 11.565988K | $0.973216 |
$11,256.2 | |
CVX | ERC-20 | 553.172378 | $7.12 |
$3,938.59 | |
cvxFPIS | ERC-20 | 47.001584K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332129 | 2 hours ago | | | 0 | 0.0029791644 | |
| 21224228 | 15 days ago | | | 0 | 0.0029543690 | |
| 21222018 | 15 days ago | | | 0 | 0.0031184570 | |
| 21222015 | 15 days ago | | | 0 | 0.0036937813 | |
| 21156600 | 25 days ago | | | 0 | 0.0014616824 | |
| 21151753 | 25 days ago | | | 0 | 0.0012461152 | |
| 21147524 | a month ago | | | 0 | 0.00089667325 | |
| 21130356 | a month ago | | | 0 | 0.0017354742 | |
| 21130343 | a month ago | | | 0 | 0.0024724894 | |
| 21117585 | a month ago | | | 0 | 0.00093609527 |
ABI
ABI objects
Getter at block 21332820
cvxfpis() view returns (address)
0xa2847348b58ced0ca58d23c7e9106a49f1427df6
decimals() view returns (uint8)
18
fpis() view returns (address)
0xc2544a32872a91f4a553b404c6950e89de901fdb
fpisDepositor() view returns (address)
0x27445d3f59d6b966072abe20e41a29fbb6a7a04b
name() view returns (string)
Staked CvxFpis
rewardTokenLength() view returns (uint256)
2
rewardsDuration() view returns (uint256)
604800
symbol() view returns (string)
stkCvxFpis
totalSupply() view returns (uint256)
47001583729261246374595
vefpisProxy() view returns (address)
0xf3bd66ca9b2b43f6aa11afa6f4dfdc836150d973
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimableRewards(address _account) view returns (struct cvxFpisStakingEarnedData[] userRewards)
getRewardForDuration(address _rewardsToken) view returns (uint256)
lastTimeRewardApplicable(address _rewardsToken) view returns (uint256)
rewardData(address) view returns (uint256 periodFinish, uint256 rewardRate, uint256 lastUpdateTime, uint256 rewardPerTokenStored)
rewardDistributors(address, address) view returns (bool)
rewardPerToken(address _rewardsToken) view returns (uint256)
rewardRedirect(address) view returns (address)
rewardTokens(uint256) view returns (address)
rewards(address, address) view returns (uint256)
userRewardPerTokenPaid(address, address) view returns (uint256)
State-modifying
Events addReward(address _rewardsToken, address _distributor)
approve(address spender, uint256 amount) returns (bool)
approveRewardDistributor(address _rewardsToken, address _distributor, bool _approved)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
deposit(uint256 _amount, bool _lock)
getReward(address _address)
getReward(address _address, address _forwardTo)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
notifyRewardAmount(address _rewardsToken, uint256 _reward)
recoverERC20(address _tokenAddress, uint256 _tokenAmount)
setRewardRedirect(address _to)
stake(uint256 _amount)
stakeAll()
stakeFor(address _for, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Recovered(address _token, uint256 _amount)
RewardAdded(address indexed _reward, address indexed _distributor)
RewardAdded(address indexed _token, uint256 _reward)
RewardDistributorApproved(address indexed _reward, address indexed _distributor)
RewardPaid(address indexed _user, address indexed _rewardsToken, uint256 _reward)
RewardRedirected(address indexed _account, address _forward)
Staked(address indexed _user, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed _user, uint256 _amount)
constructor(address _proxy, address _cvxfpis, address _depositor)
This contract contains no fallback and receive objects.
This contract contains no error objects.