AaveLinearPool
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AaveLinearPool"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19437104 | 8 months ago | | | 0 | 0.0023798397 | |
| 18157972 | a year ago | | | 0 | 0.00039563722 | |
| 17977050 | a year ago | | | 0 | 0.00047691979 | |
| 17977041 | a year ago | | | 0 | 0.00068942701 | |
| 17977034 | a year ago | | | 0 | 0.00065622202 | |
| 17776522 | a year ago | | | 0 | 0.00097009092 | |
| 17776506 | a year ago | | | 0 | 0.00049407679 | |
| 17147672 | 2 years ago | | | 0 | 0.0017747691 | |
| 16512573 | 2 years ago | | | 0 | 0.00095494021 | |
| 16447704 | 2 years ago | | | 0 | 0.00080938793 |
ABI
ABI objects
Getter at block 21205312 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x58da79a6d4e7fa8ab2f95d3b12d721f67d451a2c0c9d309012e3c99b062dd86b
decimals() view returns (uint8)
18
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getBptIndex() view returns (uint256)
0
getDomainSeparator() view returns (bytes32)
0x58da79a6d4e7fa8ab2f95d3b12d721f67d451a2c0c9d309012e3c99b062dd86b
getMainIndex() view returns (uint256)
1
getMainToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
getOwner() view returns (address)
0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1668520476, bufferPeriodEndTime=1671112476)
getPoolId() view returns (bytes32)
0x82698aecc9e28e9bb27608bd52cf57f704bd1b83000000000000000000000336
getProtocolFeesCollector() view returns (address)
0xce88686553686da562ce7cea497ce749da109f9f
getScalingFactors() view returns (uint256[])
[1000000000000000000, 1000000000000000000000000000000, 1179570237671067460000000000000]
getSwapFeePercentage() view returns (uint256)
10000000000000
getTargets() view returns (uint256 lowerTarget, uint256 upperTarget)
(lowerTarget=6000000000000000000000000, upperTarget=20000000000000000000000000)
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
getVirtualSupply() view returns (uint256)
4725009616379365065154
getWrappedIndex() view returns (uint256)
2
getWrappedToken() view returns (address)
0xd093fa4fb80d09bb30817fdcd442d4d02ed3e5de
getWrappedTokenRate() view returns (uint256)
1179570237671067460
inRecoveryMode() view returns (bool)
true
name() view returns (string)
Balancer Aave Boosted Pool (USDC)
symbol() view returns (string)
bb-a-USDC
totalSupply() view returns (uint256)
5192296855616313759160510865368461
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getActionId(bytes4 selector) view returns (bytes32)
getNextNonce(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 amount) returns (bool)
disableRecoveryMode()
enableRecoveryMode()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
onExitPool(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256[], uint256[])
onJoinPool(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256[], uint256[])
onSwap(struct IPoolSwapStructsSwapRequest request, uint256[] balances, uint256 indexIn, uint256 indexOut) returns (uint256)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
queryExit(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256 bptIn, uint256[] amountsOut)
queryJoin(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256 bptOut, uint256[] amountsIn)
setAssetManagerPoolConfig(address token, bytes poolConfig)
setSwapFeePercentage(uint256 swapFeePercentage)
setTargets(uint256 newLowerTarget, uint256 newUpperTarget)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
PausedStateChanged(bool paused)
RecoveryModeStateChanged(bool enabled)
SwapFeePercentageChanged(uint256 swapFeePercentage)
TargetsSet(address indexed token, uint256 lowerTarget, uint256 upperTarget)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(AaveLinearPoolConstructorArgs args)
This contract contains no fallback and receive objects.
This contract contains no error objects.