PendleAccumulator
Verified contract
Active on
Ethereum with 13 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PendleAccumulator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18079471 | a year ago | | | 0 | 0.0020562793 | |
| 18079470 | a year ago | | | 0 | 0.0019217732 | |
| 18079469 | a year ago | | | 0 | 0.0019498520 | |
| 18079468 | a year ago | | | 0 | 0.0022372893 | |
| 18079467 | a year ago | | | 0 | 0.0020091816 | |
| 17792141 | a year ago | | | 0 | 0.00095011400 | |
| 17792130 | a year ago | | | 0 | 0.034776924 | |
| 17792079 | a year ago | | | 0 | 0.0017358550 | |
| 17628396 | a year ago | | | 0 | 0.0027132570 | |
| 17621705 | a year ago | | | 0 | 0.00066562267 |
ABI
ABI objects
Getter at block 21379451
VE_PENDLE() view returns (address)
0x4f30a9d41b80ecc5b94306ab4364951ae3170210
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
bribeFee() view returns (uint256)
1000
bribeRecipient() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
claimerFee() view returns (uint256)
0
daoFee() view returns (uint256)
500
daoRecipient() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
distributeAllRewards() view returns (bool)
false
gauge() view returns (address)
0x50dc9ae51f78c593d4138263da7088a973b8184e
governance() view returns (address)
0x000755fbe4a24d7478bfcfc1e561afce82d1ff62
locker() view returns (address)
0xd8fa8dc5adec503acc5e026a98f32ca5c1fa289a
sdtDistributor() view returns (address)
0x8dc551b4f5203b51b5366578f42060666d42ab5e
veSdtFeeProxy() view returns (address)
0x12992595328e52267c95e45b1a97014d6ddf8683
veSdtFeeProxyFee() view returns (uint256)
0
votesRewardRecipient() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimAndNotifyAll()
claimAndNotifyAll(address[] pools)
claimForVoters(address[] pools)
notifyReward(address _token)
rescueERC20(address _token, uint256 _amount, address _recipient)
setBribeFee(uint256 _bribeFee)
setBribeRecipient(address _bribeRecipient)
setClaimerFee(uint256 _claimerFee)
setDaoFee(uint256 _daoFee)
setDaoRecipient(address _daoRecipient)
setDistributeAllRewards(bool _distributeAllRewards)
setGauge(address _gauge)
setGovernance(address _governance)
setLocker(address _locker)
setSdtDistributor(address _sdtDistributor)
setVeSdtFeeProxy(address _veSdtFeeProxy)
setVeSdtFeeProxyFee(uint256 _veSdtFeeProxyFee)
BribeFeeSet(uint256 _old, uint256 _new)
BribeRecipientSet(address _old, address _new)
DaoFeeSet(uint256 _old, uint256 _new)
DaoRecipientSet(address _old, address _new)
DistributeAllRewardsSet(bool distributeAllRewards)
ERC20Rescued(address token, uint256 amount)
GaugeSet(address oldGauge, address newGauge)
GovernanceSet(address oldGov, address newGov)
LockerSet(address oldLocker, address newLocker)
RewardNotified(address gauge, address tokenReward, uint256 amountNotified, uint256 claimerFee)
SdtDistributorUpdated(address oldDistributor, address newDistributor)
VeSdtFeeProxyFeeSet(uint256 _old, uint256 _new)
VeSdtFeeProxySet(address _old, address _new)
constructor(address _gauge, address _daoRecipient, address _bribeRecipient, address _veSdtFeeProxy)
receive()
FEE_TOO_HIGH()
NOT_ALLOWED()
NO_REWARD()
ONGOING_PERIOD()
WRONG_CLAIM()
ZERO_ADDRESS()