veFXSYieldDistributorV2
Verified contract
Active on
Ethereum with 1,142 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc841…c5b0
Balances ($5,381.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 2.491223K | $2.16 |
$5,381.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16438378 | 2 years ago | | | 0 | 0.0027258228 | |
| 15286307 | 2 years ago | | | 0 | 0.0015600243 | |
| 13920491 | 3 years ago | | | 0 | 0.013216379 | |
| 13919013 | 3 years ago | | | 0 | 0.010607499 | |
| 13918057 | 3 years ago | | | 0 | 0.012138153 | |
| 13796614 | 3 years ago | | | 0 | 0.0047275909 | |
| 13796610 | 3 years ago | | | 0 | 0.0050175652 | |
| 13631120 | 3 years ago | | | 0 | 0.031633685 | |
| 13472983 | 3 years ago | | | 0 | 0.011487330 | |
| 13411427 | 3 years ago | | | 0 | 0.020951141 |
ABI
ABI objects
Getter at block 21184837
emittedToken() view returns (address)
0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0
fractionParticipating() view returns (uint256)
75066
getYieldForDuration() view returns (uint256)
0
lastTimeYieldApplicable() view returns (uint256)
1674364599
lastUpdateTime() view returns (uint256)
1674101435
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb1748c79709f4ba2dd82834b8c82d4a505003f27
periodFinish() view returns (uint256)
1674364599
timelock_address() view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
totalVeFXSParticipating() view returns (uint256)
7572541695591094340814964
totalVeFXSSupplyStored() view returns (uint256)
100877567753345951663809949
yieldCollectionPaused() view returns (bool)
false
yieldDuration() view returns (uint256)
604800
yieldPerVeFXS() view returns (uint256)
32099313967710613
yieldPerVeFXSStored() view returns (uint256)
32099313967710613
yieldRate() view returns (uint256)
0
Read-only
earned(address account) view returns (uint256)
greylist(address) view returns (bool)
userVeFXSCheckpointed(address) view returns (uint256)
userYieldPerTokenPaid(address) view returns (uint256)
yields(address) view returns (uint256)
State-modifying
Events acceptOwnership()
checkpoint()
getYield() returns (uint256 yield0)
greylistAddress(address _address)
initializeDefault()
nominateNewOwner(address _owner)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renewIfApplicable()
setPauses(bool _yieldCollectionPaused)
setTimelock(address _new_timelock)
setYieldDuration(uint256 _yieldDuration)
setYieldRate(uint256 _new_rate0, bool sync_too)
sync()
DefaultInitialization()
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
RecoveredERC20(address token, uint256 amount)
YieldCollected(address indexed user, uint256 yield, address token_address)
YieldDurationUpdated(uint256 newDuration)
YieldPeriodRenewed(address token)
constructor(address _owner, address _emittedToken, address _timelock_address, address _veFXS_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.