Metronome Synth vaSTETH-Deposit

Verified contract

Proxy

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

No balances found for "Metronome Synth vaSTETH-Deposit"

0xc2e5420394f84ef1a40166269259f971d13a2d7f9d42b8a36a9a2936603857d7
0xca16f995e8516c6db00127b5e470cb81f53c563c0bdf379ac6f88176a2d14cb3
0x2e829a4ecb70673dfc8e19ce2d142ad469d66ce580ae02025c6cb963952e9b90
0x74e6f89b6c8360a4b1276375dd6aac9d1807dcb7adea5786dd0dd0a8727d3f61
0xaed3d8ecbe3cec6dfb713e4b293958f2d4c5981582fe92ff7a09d1034cb82ea4
0xcf3e7ce6d785e2d8ac6c90e94fca66de4cfb9f674be95d58d3d5c9f2ba470d40
0x632bdd521836399030f15f26e7640c5e91a45cc653cccfbc41ab8e3c0f628051
0x451946832eee295b3c6a2ac8c8f5e1368736bf079f5027d2e4f7313305428866
0x076f667ec55c49ab4011868de0a512d37a874cc47ea6a944611cc0e7f8b8a723
0x249df309f9f1ae5dd99a31967e382f46490b1b64e9476b4070d82abef84c4a28

Functions
Getter at block 20900575
VERSION(view returns (string)
1.3.0
collateralFactor(view returns (uint256)
780000000000000000
decimals(view returns (uint8)
18
governor(view returns (address _governor)
0xd1de3f9cd4ae2f23da941a67ca4c739f8dd9af33
isActive(view returns (bool)
true
maxTotalSupply(view returns (uint256)
2857142857142860000000
name(view returns (string)
Metronome Synth vaSTETH-Deposit
pool(view returns (address)
0x3364f53cb866762aef66deef2a6b1a17c1f17f46
symbol(view returns (string)
msdvaSTETH-1
totalSupply(view returns (uint256)
140329891046841572337
underlying(view returns (address)
0x4dbe3f01abe271d3e65432c74851625a8c30aa7b
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
lockedBalanceOf(address account_view returns (uint256 _lockedBalance)
quoteDepositIn(uint256 amountToDeposit_view returns (uint256 _amountuint256 _fee)
quoteDepositOut(uint256 amount_view returns (uint256 _amountToDeposituint256 _fee)
quoteWithdrawIn(uint256 amountToWithdraw_view returns (uint256 _amountuint256 _fee)
quoteWithdrawOut(uint256 amount_view returns (uint256 _amountToWithdrawuint256 _fee)
unlockedBalanceOf(address account_view returns (uint256 _unlockedBalance)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address spender_uint256 amount_returns (bool)
decreaseAllowance(address spender_uint256 subtractedValue_returns (bool)
deposit(uint256 amount_address onBehalfOf_returns (uint256 _depositeduint256 _fee)
flashWithdraw(address account_uint256 amount_returns (uint256 _withdrawnuint256 _fee)
increaseAllowance(address spender_uint256 addedValue_returns (bool)
initialize(address underlying_address pool_string name_string symbol_uint8 decimals_uint128 collateralFactor_uint256 maxTotalSupply_
seize(address from_address to_uint256 amount_
sweep(address token_address to_uint256 amount_
toggleIsActive(
transfer(address to_uint256 amount_returns (bool)
transferFrom(address sender_address recipient_uint256 amount_returns (bool)
updateCollateralFactor(uint128 newCollateralFactor_
updateMaxTotalSupply(uint256 newMaxTotalSupply_
withdraw(uint256 amount_address to_returns (uint256 _withdrawnuint256 _fee)
withdrawFrom(address from_uint256 amount_returns (uint256 _withdrawnuint256 _fee)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
CollateralDeposited(address indexed fromaddress indexed accountuint256 amountuint256 depositeduint256 fee
CollateralFactorUpdated(uint256 oldCollateralFactoruint256 newCollateralFactor
CollateralWithdrawn(address indexed accountaddress indexed touint256 amountuint256 withdrawnuint256 fee
DepositTokenActiveUpdated(bool newActive
Initialized(uint8 version
MaxTotalSupplyUpdated(uint256 oldMaxTotalSupplyuint256 newMaxTotalSupply
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors
AmountExceedsAllowance(
AmountIsZero(
ApproveFromTheZeroAddress(
ApproveToTheZeroAddress(
BeneficiaryIsNull(
BurnAmountExceedsBalance(
BurnFromTheZeroAddress(
CollateralFactorTooHigh(
CollateralFactorTooLow(
CollateralIsInexistent(
DecimalsIsNull(
DecreasedAllowanceBelowZero(
DepositTokenIsInactive(
FallbackIsNotAllowed(
IsPaused(
IsShutdown(
MintToTheZeroAddress(
NewValueIsSameAsCurrent(
NotEnoughFreeBalance(
PoolAddressIsNull(
PoolIsNull(
ReceiveIsNotAllowed(
RecipientIsNull(
SenderIsNotGovernor(
SenderIsNotPool(
SenderIsNotSmartFarmingManager(
SurpassMaxDepositSupply(
SymbolIsNull(
TransferAmountExceedsBalance(
TransferFromTheZeroAddress(
TransferToTheZeroAddress(
UnderlyingAssetIsNull(