PendleAccumulatorV2
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($374.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PENDLE | ERC-20 | 25.150267 | $5.94 |
$149.39 | |
CRV | ERC-20 | 129.478987 | $1.084 |
$140.36 | |
BAL | ERC-20 | 13.121095 | $3.38 |
$44.35 | |
STG | ERC-20 | 61.699356 | $0.347261 |
$21.43 | |
AURA | ERC-20 | 45.10861 | $0.427113 |
$19.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18870245 | a year ago | | | 0 | 0.0059507554 | |
| 18869911 | a year ago | | | 0 | 0.014387534 | |
| 18790730 | a year ago | | | 0 | 0.0012624016 | |
| 18422339 | a year ago | | | 0 | 0.019844926 | |
| 18298334 | a year ago | | | 0 | 0.0051937535 | |
| 18268814 | a year ago | | | 0 | 0.0043035040 | |
| 18190110 | a year ago | | | 0 | 0.0064802650 | |
| 18163225 | a year ago | | | 0 | 0.011381796 | |
| 18094155 | a year ago | | | 0 | 0.011951481 | |
| 18094153 | a year ago | | | 0 | 0.00044363543 |
ABI
ABI objects
Getter at block 21379414
PENDLE_FEE_D() view returns (address)
0x8c237520a8e14d658170a633d96f8e80764433b9
VE_PENDLE() view returns (address)
0x4f30a9d41b80ecc5b94306ab4364951ae3170210
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
bountyFee() view returns (uint256)
1000
bountyRecipient() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
claimerFee() view returns (uint256)
0
daoFee() view returns (uint256)
500
daoRecipient() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
distributeVotersRewards() view returns (bool)
false
gauge() view returns (address)
0x50dc9ae51f78c593d4138263da7088a973b8184e
governance() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
locker() view returns (address)
0xd8fa8dc5adec503acc5e026a98f32ca5c1fa289a
periodsToAdd() view returns (uint256)
4
periodsToNotify() view returns (uint256)
3
sdtDistributor() view returns (address)
0x8dc551b4f5203b51b5366578f42060666d42ab5e
veSdtFeeProxy() view returns (address)
0x12992595328e52267c95e45b1a97014d6ddf8683
veSdtFeeProxyFee() view returns (uint256)
0
votesRewardRecipient() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
Read-only
canPullTokens(address) view returns (uint256)
rewards(uint256) view returns (uint256)
State-modifying
Events claimForAll(address[] _pools)
claimForVePendle()
claimForVoters(address[] _pools)
notifyReward(address _token)
notifyRewards(address[] _tokens)
pullTokens(address[] _tokens, uint256[] _amounts)
rescueToken(address _token, uint256 _amount, address _recipient)
setBountyFee(uint256 _bountyFee)
setBountyRecipient(address _bountyRecipient)
setClaimerFee(uint256 _claimerFee)
setDaoFee(uint256 _daoFee)
setDaoRecipient(address _daoRecipient)
setDistributeVotersRewards(bool _distributeVotersRewards)
setGauge(address _gauge)
setGovernance(address _governance)
setLocker(address _locker)
setPeriodsToAdd(uint256 _periodsToAdd)
setSdtDistributor(address _sdtDistributor)
setVeSdtFeeProxy(address _veSdtFeeProxy)
setVeSdtFeeProxyFee(uint256 _veSdtFeeProxyFee)
togglePullAllowance(address _user)
BountyFeeSet(uint256 _old, uint256 _new)
BountyRecipientSet(address _old, address _new)
ClaimerFeeSet(uint256 _old, uint256 _new)
DaoFeeSet(uint256 _old, uint256 _new)
DaoRecipientSet(address _old, address _new)
DistributeVotersRewardsSet(bool _distributeAllRewards)
ERC20Rescued(address _token, uint256 _amount)
GaugeSet(address _old, address _new)
GovernanceSet(address _old, address _new)
LockerSet(address _old, address _new)
PeriodsToAddSet(uint256 _old, uint256 _new)
RewardNotified(address _gauge, address _tokenReward, uint256 _amountNotified)
SdtDistributorUpdated(address _old, address _new)
VeSdtFeeProxyFeeSet(uint256 _old, uint256 _new)
VeSdtFeeProxySet(address _old, address _new)
constructor(address _governance, address _daoRecipient, address _bountyRecipient, address _veSdtFeeProxy, address _votesRewardRecipient)
receive()
DIFFERENT_LENGTH()
FEE_TOO_HIGH()
NOT_ALLOWED()
NOT_ALLOWED_TO_PULL()
NOT_CLAIMED_ALL()
NO_BALANCE()
NO_REWARD()
ONGOING_REWARD()
WRONG_CLAIM()
ZERO_ADDRESS()