veFPISYieldDistributorV5
Verified contract
Active on
Ethereum with 3,572 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x574c…7359
Balances ($90,453.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FPIS | ERC-20 | 130.320892K | $0.694086 |
$90,453.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284280 | 2 days ago | | | 0 | 0.0010943451 | |
| 21282912 | 2 days ago | | | 0 | 0.0015337828 | |
| 21143056 | 22 days ago | | | 0 | 0.0022686690 | |
| 21141060 | 22 days ago | | | 0 | 0.0010400411 | |
| 21104106 | a month ago | | | 0 | 0.00057439896 | |
| 21082554 | a month ago | | | 0 | 0.0011255923 | |
| 21013084 | a month ago | | | 0 | 0.0010992748 | |
| 20978543 | a month ago | | | 0 | 0.0023830114 | |
| 20977437 | a month ago | | | 0 | 0.0013668590 | |
| 20965720 | 2 months ago | | | 0 | 0.0043227413 |
ABI
ABI objects
Getter at block 21299997
emittedToken() view returns (address)
0xc2544a32872a91f4a553b404c6950e89de901fdb
emitted_token_address() view returns (address)
0xc2544a32872a91f4a553b404c6950e89de901fdb
fractionParticipating() view returns (uint256)
4447512
getYieldForDuration() view returns (uint256)
48512432060609143939200
lastTimeYieldApplicable() view returns (uint256)
1720024199
lastUpdateTime() view returns (uint256)
1720024199
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x6a7efa964cf6d9ab3bc3c47ebddb853a8853c502
periodFinish() view returns (uint256)
1720024199
timelock_address() view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
totalVeFPISParticipating() view returns (uint256)
29665211616210437316122197
totalVeFPISSupplyStored() view returns (uint256)
6670067582374095829144004
yieldCollectionPaused() view returns (bool)
false
yieldDuration() view returns (uint256)
604800
yieldPerVeFPIS() view returns (uint256)
888413967738261583
yieldPerVeFPISStored() view returns (uint256)
888413967738261583
yieldRate() view returns (uint256)
80212354597568029
Read-only
earned(address account) view returns (uint256)
eligibleCurrentVeFPIS(address account) view returns (uint256 eligible_vefpis_bal, uint256 stored_ending_timestamp)
greylist(address) view returns (bool)
reward_notifiers(address) view returns (bool)
userIsInitialized(address) view returns (bool)
userVeFPISCheckpointed(address) view returns (uint256)
userVeFPISEndpointCheckpointed(address) view returns (uint256)
userYieldPerTokenPaid(address) view returns (uint256)
yields(address) view returns (uint256)
State-modifying
Events acceptOwnership()
checkpoint()
checkpointOtherUser(address user_addr)
getYield() returns (uint256 yield0)
greylistAddress(address _address)
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setPauses(bool _yieldCollectionPaused)
setTimelock(address _new_timelock)
setYieldDuration(uint256 _yieldDuration)
setYieldRate(uint256 _new_rate0, bool sync_too)
sync()
toggleRewardNotifier(address notifier_addr)
DefaultInitialization()
OldYieldCollected(address indexed user, uint256 yield, address token_address)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
RecoveredERC20(address token, uint256 amount)
RewardAdded(uint256 reward, uint256 yieldRate)
YieldCollected(address indexed user, uint256 yield, address token_address)
YieldDurationUpdated(uint256 newDuration)
YieldPeriodRenewed(address token, uint256 yieldRate)
constructor(address _owner, address _emittedToken, address _timelock_address, address _veFPIS_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.