Ramos

Verified contract

Active on Ethereum with 150 txns
Deployed by via 0x18f2289f at 18032959
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "Ramos"

0x09758a44e097333a4de195740a2d925c950d47e39a178889505fb0951944a762
0x34c79e6dd8e00f45be212816f9e6e8c902af9efb161c6b734616359d16e9b2b3
0x909442be7ab02d2ee847ac63fa156d67f3dc1bce3a65db95904d56f03155e249
0x6707d0277b7f2182950a4a2f44bd90843fcad02dfab524db89eb6ce446d8b128
0xd0e49b14604c0c84f99012525c14d218a998019d95f1efc1911212081cffc5f1
0xa0878ba89eec573547b87c758e339a41f1f5db8f53880375a4270eee94ad9cdf
0x96521bd83d526c09bf5ebebb1a04356af8f68c625e33ce75cc62da0d38dab7e8
0x5bb27575edf1ba2a74aee636025c964d205d430ac7566fc9420ac40da887f39a
0x5a5419ffa8dd4257a1807e39323bf6ce01e47910efe83639bf54fef18896800c
0x97e4f8a6be6814f80558031b50b035c02f222cdc0ed37916ea2339699a9f2e3b

Functions
Getter at block 21212343
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 bptuint256 quoteTokenuint256 protocolToken)
(bpt=1000000000000000000000000, quoteToken=1000000000000000000000000, protocolToken=1000000000000000000000000)
maxRebalanceFee(view returns (uint256)
0
paused(view returns (bool)
false
poolHelper(view returns (address)
0xe32089bf9724af09c026bec36a7d8a81500cd58a
 
positions(view returns (uint256 bptBalanceuint256 protocolTokenBalanceuint256 quoteTokenBalance)
postRebalanceDelta(view returns (uint64)
5000
protocolToken(view returns (address)
0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7
protocolTokenBalancerPoolIndex(view returns (uint64)
0
quoteToken(view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
rebalanceFees(view returns (uint128 rebalanceJoinFeeBpsuint128 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(addressbytes4view returns (bool)
State-modifying
acceptExecutor(
acceptRescuer(
addLiquidity(struct IBalancerVaultJoinPoolRequest requestreturns (uint256 quoteTokenAmountuint256 protocolTokenAmountuint256 bptTokensStaked)
depositAndStakeBptTokens(uint256 amountbool useContractBalance
pause(
proposeNewExecutor(address account
proposeNewRescuer(address account
rebalanceDownExit(uint256 bptAmountInuint256 minQuoteTokenAmountOut
rebalanceDownJoin(uint256 protocolTokenAmountInuint256 minBptOut
rebalanceUpExit(uint256 bptAmountInuint256 minProtocolTokenOut
rebalanceUpJoin(uint256 quoteTokenAmountInuint256 minBptOut
recoverToken(address tokenaddress touint256 amount
removeLiquidity(struct IBalancerVaultExitPoolRequest requestuint256 bptInreturns (uint256 quoteTokenAmountuint256 protocolTokenAmount)
setCoolDown(uint64 _seconds
setExplicitAccess(address allowedCallerstruct ITempleElevatedAccessExplicitAccess[] access
setFeeCollector(address _feeCollector
setMaxRebalanceAmounts(uint256 bptMaxAmountuint256 quoteTokenMaxAmountuint256 protocolTokenMaxAmount
setPoolHelper(address _poolHelper
setPostRebalanceDelta(uint64 deltaBps
setRebalanceFees(uint256 rebalanceJoinFeeBpsuint256 rebalanceExitFeeBps
setRebalancePercentageBounds(uint64 belowTpiuint64 aboveTpi
setRescueMode(bool value
setTokenVault(address vault
setTpiOracle(address newTpiOracle
unpause(
Events
DepositAndStakeBptTokens(uint256 bptAmount
ExplicitAccessSet(address indexed accountbytes4 indexed fnSelectorbool indexed value
FeeCollectorSet(address indexed feeCollector
LiquidityAdded(uint256 quoteTokenAddeduint256 protocolTokenAddeduint256 bptReceived
LiquidityRemoved(uint256 quoteTokenReceiveduint256 protocolTokenReceiveduint256 bptRemoved
NewExecutorAccepted(address indexed oldExecutoraddress indexed newExecutor
NewExecutorProposed(address indexed oldExecutoraddress indexed oldProposedExecutoraddress indexed newProposedExecutor
NewRescuerAccepted(address indexed oldRescueraddress indexed newRescuer
NewRescuerProposed(address indexed oldRescueraddress indexed oldProposedRescueraddress indexed newProposedRescuer
Paused(address account
RebalanceDownExit(uint256 bptAmountInuint256 quoteTokenRepaiduint256 quoteTokenFee
RebalanceDownJoin(uint256 protocolTokenAmountInuint256 bptTokensStakeduint256 protocolTokenFee
RebalanceFeesSet(uint256 rebalanceJoinFeeBpsuint256 rebalanceExitFeeBps
RebalanceUpExit(uint256 bptAmountInuint256 protocolTokenRepaiduint256 protocolTokenFee
RebalanceUpJoin(uint256 quoteTokenAmountInuint256 bptTokensStakeduint256 quoteTokenFee
RecoveredToken(address tokenaddress touint256 amount
RescueModeSet(bool indexed value
SetCooldown(uint64 cooldownSecs
SetMaxRebalanceAmounts(uint256 bptMaxAmountuint256 quoteTokenMaxAmountuint256 protocolTokenMaxAmount
SetPoolHelper(address poolHelper
SetPostRebalanceDelta(uint64 deltaBps
SetRebalancePercentageBounds(uint64 belowTpiuint64 aboveTpi
TokenVaultSet(address indexed vault
TpiOracleSet(address indexed tpiOracle
Unpaused(address account
Constructor
constructor(address _initialRescueraddress _initialExecutoraddress _balancerVaultaddress _protocolTokenaddress _quoteTokenaddress _bptTokenaddress _amoStakinguint64 _protocolTokenIndexInPoolbytes32 _balancerPoolIdaddress _feeCollectoruint256 _maxRebalanceFee
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AboveCappedAmount(uint256 amountIn
InvalidAccess(
InvalidAddress(
InvalidBPSValue(uint256 value
InvalidBalancerVaultRequest(
InvalidMaxAmounts(uint256 bptMaxAmountuint256 stableMaxAmountuint256 templeMaxAmount
InvalidParam(
NotEnoughCooldown(
ZeroSwapLimit(