PendleStrategy
Verified contract
Active on
Ethereum with 217 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 "PendleStrategy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292460 | 10 hours ago | | | 0 | 0.0027369198 | |
| 21292458 | 10 hours ago | | | 0 | 0.0026013888 | |
| 21292457 | 10 hours ago | | | 0 | 0.0044070576 | |
| 21262703 | 5 days ago | | | 0 | 0.0025529804 | |
| 21257585 | 5 days ago | | | 0 | 0.0031430083 | |
| 21257584 | 5 days ago | | | 0 | 0.0029912633 | |
| 21257584 | 5 days ago | | | 0 | 0.0030423183 | |
| 21254119 | 6 days ago | | | 0 | 0.0040496085 | |
| 21253637 | 6 days ago | | | 0 | 0.0027449899 | |
| 21242395 | 7 days ago | | | 0 | 0.0045682215 |
ABI
ABI objects
Getter at block 21295450
BASE_FEE() view returns (uint256)
10000
LOCKER() view returns (address)
0xd8fa8dc5adec503acc5e026a98f32ca5c1fa289a
accFee() view returns (uint256)
500
accRecipient() view returns (address)
0xffec6cff6780c9f9f3c324e976751ffcfc8810fb
claimerFee() view returns (uint256)
50
daoFee() view returns (uint256)
500
daoRecipient() view returns (address)
0x9ebbb3d59d53d6ad3fa5464f36c2e84abb7cf5c1
governance() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
sdtDistributor() view returns (address)
0x9c99dffc1de1aff7e7c1f36fcdd49063a281e18c
vaultGaugeFactory() view returns (address)
0x50d0335398435ac5cc617bd8ee1cfee30a13f6bb
veSdtFeeFee() view returns (uint256)
500
veSdtFeeRecipient() view returns (address)
0x1fe537bd59a221854a53a5b7a81585b572787fce
Read-only
sdGauges(address) view returns (address)
vaults(address) view returns (bool)
State-modifying
Events claim(address _token)
claimPendingRewards(address token, address[] rewardTokens, uint256[] amount)
execute(address to, uint256 value, bytes data) returns (bool, bytes)
manageFee(uint8 _manageFee, uint256 _newFee)
setAccRecipient(address _accRecipient)
setDaoRecipient(address _daoRecipient)
setGovernance(address _governance)
setSdGauge(address _token, address _sdGauge)
setSdtDistributor(address _sdtDistributor)
setVaultGaugeFactory(address _vaultGaugeFactory)
setVeSdtFeeRecipient(address _veSdtFeeRecipient)
toggleVault(address _vault)
withdraw(address _token, uint256 _amount, address _user)
AccRecipientSet(address _oldR, address _newR)
Claimed(address _token, uint256 _amount)
DaoRecipientSet(address _oldR, address _newR)
GovernanceSet(address _oldG, address _newG)
SdGaugeSet(address _oldG, address _newG)
SdtDistributorSet(address _oldD, address _newD)
VaultGaugeFactorySet(address _oldVgf, address _newVgf)
VaultToggled(address _vault, bool _newState)
VeSdtFeeRecipientSet(address _oldR, address _newR)
Withdrawn(address _token, uint256 _amount)
constructor(address _governance, address _daoRecipient, address _accRecipient, address _veSdtFeeRecipient, address _sdtDistributor)
This contract contains no fallback and receive objects.
CALL_FAILED()
FEE_TOO_HIGH()
NOT_ALLOWED()
VAULT_NOT_APPROVED()
WRONG_TRANSFER()
ZERO_ADDRESS()