Staked Aave Balance Pool Token
Verified contract
Proxy
Active on
Ethereum with 12,205 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 7 additional slots
5 additional
variables
Balances ($1,984,622.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABPT | ERC-20 | 7.948759M | $0.249677 |
$1,984,622.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168592 | 8 hours ago | | | 0 | 0.0027858565 | |
| 21166187 | 16 hours ago | | | 0 | 0.0040305360 | |
| 21160738 | a day ago | | | 0 | 0.0017083776 | |
| 21160729 | a day ago | | | 0 | 0.0017578404 | |
| 21152794 | 3 days ago | | | 0 | 0.00099836085 | |
| 21140704 | 4 days ago | | | 0 | 0.00078932041 | |
| 21140699 | 4 days ago | | | 0 | 0.0011312427 | |
| 21136457 | 5 days ago | | | 0 | 0.0015454039 | |
| 21114260 | 8 days ago | | | 0 | 0.00018280018 | |
| 21114241 | 8 days ago | | | 0 | 0.00027704326 |
ABI
ABI objects
Getter at block 21170995
CLAIM_HELPER_ROLE() view returns (uint256)
2
COOLDOWN_ADMIN_ROLE() view returns (uint256)
1
COOLDOWN_SECONDS() view returns (uint256)
1728000
DELEGATE_BY_TYPE_TYPEHASH() view returns (bytes32)
0x10d8d059343739efce7dad10d09f0806da52b252b3e6a7951920d2d6ec4102e5
DELEGATE_TYPEHASH() view returns (bytes32)
0x9a9a49b990ba9bb39f8048c490a40ab25c18f55d208d5fbcf958261a9b48716d
DISTRIBUTION_END() view returns (uint256)
1737121643
DOMAIN_SEPARATOR() view returns (bytes32)
0x97be788f2bcc1c4e15c03b6cfa54541dad55d4d1343f8cfcb92088c1c105de17
EIP712_REVISION() view returns (bytes)
0x31
EMISSION_MANAGER() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
EXCHANGE_RATE_UNIT() view returns (uint256)
1000000000000000000
INITIAL_EXCHANGE_RATE() view returns (uint216)
1000000000000000000
LOWER_BOUND() view returns (uint256)
1000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
PRECISION() view returns (uint8)
18
REVISION() pure returns (uint256)
4
REWARDS_VAULT() view returns (address)
0x25f2226b597e8f9514b3f68f00f494cf4f286491
REWARD_TOKEN() view returns (address)
0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9
SLASH_ADMIN_ROLE() view returns (uint256)
0
STAKED_TOKEN() view returns (address)
0x41a08648c3766f9f9d85598ff102a08f4ef84f84
UNSTAKE_WINDOW() view returns (uint256)
172800
_aaveGovernance() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
getCooldownSeconds() view returns (uint256)
1728000
getExchangeRate() view returns (uint216)
1000000000000000000
getMaxSlashablePercentage() view returns (uint256)
3000
inPostSlashingPeriod() view returns (bool)
true
name() view returns (string)
Staked Aave Balance Pool Token
symbol() view returns (string)
stkABPT
totalSupply() view returns (uint256)
7948720073744796870968706
Read-only
_nonces(address) view returns (uint256)
_votingSnapshots(address, uint256) view returns (uint128 blockNumber, uint128 value)
_votingSnapshotsCounts(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
assets(address) view returns (uint128 emissionPerSecond, uint128 lastUpdateTimestamp, uint256 index)
balanceOf(address account) view returns (uint256)
getAdmin(uint256 role) view returns (address)
getDelegateeByType(address delegator, uint8 delegationType) view returns (address)
getPendingAdmin(uint256 role) view returns (address)
getPowerAtBlock(address user, uint256 blockNumber, uint8 delegationType) view returns (uint256)
getPowerCurrent(address user, uint8 delegationType) view returns (uint256)
getTotalRewardsBalance(address staker) view returns (uint256)
getUserAssetData(address user, address asset) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewStake(uint256 assets) view returns (uint256)
stakerRewardsToClaim(address) view returns (uint256)
stakersCooldowns(address) view returns (uint40 timestamp, uint216 amount)
totalSupplyAt(uint256) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
claimRewards(address to, uint256 amount)
claimRewardsAndRedeem(address to, uint256 claimAmount, uint256 redeemAmount)
claimRewardsAndRedeemOnBehalf(address from, address to, uint256 claimAmount, uint256 redeemAmount)
claimRewardsOnBehalf(address from, address to, uint256 amount) returns (uint256)
claimRoleAdmin(uint256 role)
configureAssets(struct DistributionTypesAssetConfigInput[] assetsConfigInput)
cooldown()
cooldownOnBehalfOf(address from)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
delegateByType(address delegatee, uint8 delegationType)
delegateByTypeBySig(address delegatee, uint8 delegationType, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(address to, uint256 amount)
redeemOnBehalf(address from, address to, uint256 amount)
returnFunds(uint256 amount)
setCooldownSeconds(uint256 cooldownSeconds)
setMaxSlashablePercentage(uint256 percentage)
setPendingAdmin(uint256 role, address newPendingAdmin)
settleSlashing()
slash(address destination, uint256 amount) returns (uint256)
stake(address to, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetConfigUpdated(address indexed asset, uint256 emission)
AssetIndexUpdated(address indexed asset, uint256 index)
Cooldown(address indexed user, uint256 amount)
CooldownSecondsChanged(uint256 cooldownSeconds)
DelegateChanged(address indexed delegator, address indexed delegatee, uint8 delegationType)
DelegatedPowerChanged(address indexed user, uint256 amount, uint8 delegationType)
ExchangeRateChanged(uint216 exchangeRate)
FundsReturned(uint256 amount)
MaxSlashablePercentageChanged(uint256 newPercentage)
PendingAdminChanged(address indexed newPendingAdmin, uint256 role)
Redeem(address indexed from, address indexed to, uint256 assets, uint256 shares)
RewardsAccrued(address user, uint256 amount)
RewardsClaimed(address indexed from, address indexed to, uint256 amount)
RoleClaimed(address indexed newAdmin, uint256 role)
Slashed(address indexed destination, uint256 amount)
SlashingExitWindowDurationChanged(uint256 windowSeconds)
SlashingSettled()
Staked(address indexed from, address indexed to, uint256 assets, uint256 shares)
Transfer(address indexed from, address indexed to, uint256 value)
UserIndexUpdated(address indexed user, address indexed asset, uint256 index)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.