Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe320…d58a
0x6008…ae6a
0xda5c…347b
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Ramos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012287 | a month ago | | | 0 | 0.0077140096 | |
| 21011984 | a month ago | | | 0 | 0.0066309680 | |
| 21004965 | a month ago | | | 0 | 0.0086961326 | |
| 19511654 | 8 months ago | | | 0 | 0.020317603 | |
| 19498478 | 8 months ago | | | 0 | 0.018040127 | |
| 19491052 | 8 months ago | | | 0 | 0.031510689 | |
| 19490604 | 8 months ago | | | 0 | 0.025370658 | |
| 19488787 | 8 months ago | | | 0 | 0.022398564 | |
| 19479085 | 8 months ago | | | 0 | 0.034026100 | |
| 19472765 | 8 months ago | | | 0 | 0.026682881 |
ABI
ABI objects
Getter at block 21212343 positions() view returns (uint256 bptBalance, uint256 protocolTokenBalance, uint256 quoteTokenBalance)
BPS_PRECISION() view returns (uint256)
10000
amoStaking() view returns (address)
0x940b35488bb153b703b7c9ab3fe2c03ce48d6650
balancerPoolId() view returns (bytes32)
0x8bd4a1e74a27182d23b98c10fd21d4fbb0ed4ba00002000000000000000004ed
balancerVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
bptToken() view returns (address)
0x8bd4a1e74a27182d23b98c10fd21d4fbb0ed4ba0
cooldownSecs() view returns (uint64)
1800
executor() view returns (address)
0x94b62a27a2f23cbdc0220826a8452fb5055cf273
feeCollector() view returns (address)
0x4d6175d58c5aceef30f546c0d5a557effa53a950
inRescueMode() view returns (bool)
false
lastRebalanceTimeSecs() view returns (uint64)
1729493627
maxRebalanceAmounts() view returns (uint256 bpt, uint256 quoteToken, uint256 protocolToken)
(bpt=1000000000000000000000000, quoteToken=1000000000000000000000000, protocolToken=1000000000000000000000000)
maxRebalanceFee() view returns (uint256)
0
paused() view returns (bool)
false
poolHelper() view returns (address)
0xe32089bf9724af09c026bec36a7d8a81500cd58a
postRebalanceDelta() view returns (uint64)
5000
protocolToken() view returns (address)
0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7
protocolTokenBalancerPoolIndex() view returns (uint64)
0
quoteToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
rebalanceFees() view returns (uint128 rebalanceJoinFeeBps, uint128 rebalanceExitFeeBps)
(rebalanceJoinFeeBps=0, rebalanceExitFeeBps=0)
rebalancePercentageBoundLow() view returns (uint64)
100
rebalancePercentageBoundUp() view returns (uint64)
10000
rescuer() view returns (address)
0x9f90430179d9b67341bfa50559bc7b8e35629f1b
tokenVault() view returns (address)
0xda5cef575eaef14032c5006eb5cbebe7ee0e347b
tpiOracle() view returns (address)
0x6008c7d33bc509a6849d6cf3196f38d693d3ae6a
treasuryPriceIndex() view returns (uint96)
1267272851026484208
Read-only
explicitFunctionAccess(address, bytes4) view returns (bool)
State-modifying
Events acceptExecutor()
acceptRescuer()
addLiquidity(struct IBalancerVaultJoinPoolRequest request) returns (uint256 quoteTokenAmount, uint256 protocolTokenAmount, uint256 bptTokensStaked)
depositAndStakeBptTokens(uint256 amount, bool useContractBalance)
pause()
proposeNewExecutor(address account)
proposeNewRescuer(address account)
rebalanceDownExit(uint256 bptAmountIn, uint256 minQuoteTokenAmountOut)
rebalanceDownJoin(uint256 protocolTokenAmountIn, uint256 minBptOut)
rebalanceUpExit(uint256 bptAmountIn, uint256 minProtocolTokenOut)
rebalanceUpJoin(uint256 quoteTokenAmountIn, uint256 minBptOut)
recoverToken(address token, address to, uint256 amount)
removeLiquidity(struct IBalancerVaultExitPoolRequest request, uint256 bptIn) returns (uint256 quoteTokenAmount, uint256 protocolTokenAmount)
setCoolDown(uint64 _seconds)
setExplicitAccess(address allowedCaller, struct ITempleElevatedAccessExplicitAccess[] access)
setFeeCollector(address _feeCollector)
setMaxRebalanceAmounts(uint256 bptMaxAmount, uint256 quoteTokenMaxAmount, uint256 protocolTokenMaxAmount)
setPoolHelper(address _poolHelper)
setPostRebalanceDelta(uint64 deltaBps)
setRebalanceFees(uint256 rebalanceJoinFeeBps, uint256 rebalanceExitFeeBps)
setRebalancePercentageBounds(uint64 belowTpi, uint64 aboveTpi)
setRescueMode(bool value)
setTokenVault(address vault)
setTpiOracle(address newTpiOracle)
unpause()
DepositAndStakeBptTokens(uint256 bptAmount)
ExplicitAccessSet(address indexed account, bytes4 indexed fnSelector, bool indexed value)
FeeCollectorSet(address indexed feeCollector)
LiquidityAdded(uint256 quoteTokenAdded, uint256 protocolTokenAdded, uint256 bptReceived)
LiquidityRemoved(uint256 quoteTokenReceived, uint256 protocolTokenReceived, uint256 bptRemoved)
NewExecutorAccepted(address indexed oldExecutor, address indexed newExecutor)
NewExecutorProposed(address indexed oldExecutor, address indexed oldProposedExecutor, address indexed newProposedExecutor)
NewRescuerAccepted(address indexed oldRescuer, address indexed newRescuer)
NewRescuerProposed(address indexed oldRescuer, address indexed oldProposedRescuer, address indexed newProposedRescuer)
Paused(address account)
RebalanceDownExit(uint256 bptAmountIn, uint256 quoteTokenRepaid, uint256 quoteTokenFee)
RebalanceDownJoin(uint256 protocolTokenAmountIn, uint256 bptTokensStaked, uint256 protocolTokenFee)
RebalanceFeesSet(uint256 rebalanceJoinFeeBps, uint256 rebalanceExitFeeBps)
RebalanceUpExit(uint256 bptAmountIn, uint256 protocolTokenRepaid, uint256 protocolTokenFee)
RebalanceUpJoin(uint256 quoteTokenAmountIn, uint256 bptTokensStaked, uint256 quoteTokenFee)
RecoveredToken(address token, address to, uint256 amount)
RescueModeSet(bool indexed value)
SetCooldown(uint64 cooldownSecs)
SetMaxRebalanceAmounts(uint256 bptMaxAmount, uint256 quoteTokenMaxAmount, uint256 protocolTokenMaxAmount)
SetPoolHelper(address poolHelper)
SetPostRebalanceDelta(uint64 deltaBps)
SetRebalancePercentageBounds(uint64 belowTpi, uint64 aboveTpi)
TokenVaultSet(address indexed vault)
TpiOracleSet(address indexed tpiOracle)
Unpaused(address account)
constructor(address _initialRescuer, address _initialExecutor, address _balancerVault, address _protocolToken, address _quoteToken, address _bptToken, address _amoStaking, uint64 _protocolTokenIndexInPool, bytes32 _balancerPoolId, address _feeCollector, uint256 _maxRebalanceFee)
This contract contains no fallback and receive objects.
AboveCappedAmount(uint256 amountIn)
InvalidAccess()
InvalidAddress()
InvalidBPSValue(uint256 value)
InvalidBalancerVaultRequest()
InvalidMaxAmounts(uint256 bptMaxAmount, uint256 stableMaxAmount, uint256 templeMaxAmount)
InvalidParam()
NotEnoughCooldown()
ZeroSwapLimit()