BeaconProxy
Verified contract
Proxy
Active on
Ethereum with 178 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xb0af…aee7
0x97ef…7be8
0x50dc…184e
0x6b65…fecd
0x7319…dc48
0x4b28…7241
-
variable spans 1 additional slot
4 additional
variables
Balances ($0.00)
No balances found for "BeaconProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136089 | 3 days ago | | | 0 | 0.0042497560 | |
| 21098852 | 9 days ago | | | 0 | 0.00073086867 | |
| 21094858 | 9 days ago | | | 0 | 0.0032024017 | |
| 21080689 | 11 days ago | | | 0 | 0.0016829403 | |
| 21067438 | 13 days ago | | | 0 | 0.0029990080 | |
| 21049051 | 16 days ago | | | 0 | 0.0015922302 | |
| 21019281 | 20 days ago | | | 0 | 0.00093787850 | |
| 20996986 | 23 days ago | | | 0 | 0.0019865937 | |
| 20970984 | a month ago | | | 0 | 0.0030346018 | |
| 20956225 | a month ago | | | 0 | 0.0014981829 |
ABI
ABI objects
Getter at block 21160495
buffer() view returns (address)
0x4b2875050dfd334b58b103bed9d137a212987241
cvg() view returns (address)
0x97effb790f2fbb701d88f89db4521348a2b77be8
cvgControlTower() view returns (address)
0xb0afc8363b8f36e0cce5d54251e20720ffaeaee7
depositPaused() view returns (bool)
false
numberOfSdtRewards() view returns (uint128)
3
owner() view returns (address)
0x0af815364bd9e9e60f3d2d3bac1320b77d3e35f7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sdtRewardDistributor() view returns (address)
0x6b65525a40704a4c48d07c25b8d05654854dfecd
sdtStakingPositionManager() view returns (address)
0x7319662ad7d7ce2d1595073ea042b723f6d0dc48
stakingAsset() view returns (address)
0x50dc9ae51f78c593d4138263da7088a973b8184e
stakingCycle() view returns (uint128)
41
symbol() view returns (string)
sdPENDLE
vault() view returns (address)
0x21777106355ba506a31ff7984c0ae5c924deb77f
Read-only
cycleInfo(uint256 cycleId) view returns (struct SdtStakingPositionServiceCycleInfo)
getAllClaimableAmounts(uint256 tokenId) view returns (uint256, struct ICommonStructTokenAmount[])
getAllClaimableCvgAmount(uint256 tokenId) view returns (uint256)
getClaimableCyclesAndAmounts(uint256 tokenId) view returns (struct SdtStakingPositionServiceClaimableCyclesAndAmounts[])
getProcessedSdtRewards(uint256 cycleId) view returns (struct ICommonStructTokenAmount[])
nextClaims(uint256 tokenId) view returns (struct SdtStakingPositionServiceNextClaimableCycles)
sdtRewardsByCycle(uint256 cycleId, uint256 sdtRewardsIndex) view returns (struct ICommonStructTokenAmount)
stakedAmountEligibleAtCycle(uint256 _cycleId, uint256 _tokenId, uint256 _actualCycle) view returns (uint256)
stakingHistoryByToken(uint256 tokenId, uint256 index) view returns (uint256)
stakingInfo(uint256 tokenId) view returns (struct ISdtStakingPositionServiceStakingInfo)
tokenInfoByCycle(uint256 cycleId, uint256 tokenId) view returns (struct SdtStakingPositionServiceTokenInfo)
tokenToId(address erc20Address) view returns (uint256)
tokenTotalStaked(uint256 _tokenId) view returns (uint256)
State-modifying
Events acceptOwnership()
claimCvgRewards(uint256 tokenId)
claimCvgSdtMultiple(uint256 tokenId, address operator) returns (uint256, struct ICommonStructTokenAmount[])
claimCvgSdtRewards(uint256 _tokenId, uint256 _minCvgSdtAmountOut, bool _isConvert)
deposit(uint256 tokenId, uint256 amount, address operator)
initialize(address _cvgControlTower, address _stakingAsset, string _symbol, bool _isGaugeAsset, struct SdtStakingPositionServiceWithdrawCallInfo _withdrawCallInfo)
processSdtRewards()
processStakersRewards(uint256 amount)
renounceOwnership()
setBuffer(address _buffer)
toggleDepositPaused()
transferOwnership(address newOwner)
withdraw(uint256 tokenId, uint256 amount)
ClaimCvgMultiple(uint256 indexed tokenId, address account)
ClaimCvgSdtMultiple(uint256 indexed tokenId, address account)
CvgCycleProcess(uint256 indexed cycleId, uint256 rewardAmount)
Deposit(uint256 indexed tokenId, address account, uint256 indexed cycleId, uint256 amount)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessSdtRewards(uint256 indexed cycleId, address operator, struct ICommonStructTokenAmount[] tokenAmounts)
Withdraw(uint256 indexed tokenId, address account, uint256 indexed cycleId, uint256 amount)
constructor(address beacon, bytes data)
fallback()
receive()
ERC1967InvalidBeacon(address beacon)
ERC1967InvalidImplementation(address implementation)