Metronome Synth vaWSTETH-Deposit
Verified contract
Proxy
Active on
Base with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc614…f54e
-
variable spans 48 additional slots
0x46fb…e4b4
Balances ($0.00)
No balances found for "Metronome Synth vaWSTETH-Deposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22082753 | a month ago | | | 0 | 0.0000090074674 | |
| 22082618 | a month ago | | | 0 | 0.0000093645167 | |
| 22074153 | a month ago | | | 0 | 0.0000063422336 | |
| 18020321 | 4 months ago | | | 0 | 0.0000057854220 | |
| 17370912 | 5 months ago | | | 0 | 0.0000019726815 |
ABI
ABI objects
Getter at block 23883431
VERSION() view returns (string)
1.3.0
collateralFactor() view returns (uint256)
780000000000000000
decimals() view returns (uint8)
18
governor() view returns (address _governor)
0xe01df4ac1e1e57266900e62c37f12c986495a618
isActive() view returns (bool)
true
maxTotalSupply() view returns (uint256)
1000000000000000000000
name() view returns (string)
Metronome Synth vaWSTETH-Deposit
pool() view returns (address)
0xc614136d6c5ab85bc2acf0ec2652351642d7f54e
symbol() view returns (string)
msdvaWSTETH-1
totalSupply() view returns (uint256)
895030802866046386
underlying() view returns (address)
0x46fb68eb2b1fc43654abae5691d39d18d933e4b4
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockedBalanceOf(address account_) view returns (uint256 _lockedBalance)
quoteDepositIn(uint256 amountToDeposit_) view returns (uint256 _amount, uint256 _fee)
quoteDepositOut(uint256 amount_) view returns (uint256 _amountToDeposit, uint256 _fee)
quoteWithdrawIn(uint256 amountToWithdraw_) view returns (uint256 _amount, uint256 _fee)
quoteWithdrawOut(uint256 amount_) view returns (uint256 _amountToWithdraw, uint256 _fee)
unlockedBalanceOf(address account_) view returns (uint256 _unlockedBalance)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender_, uint256 amount_) returns (bool)
decreaseAllowance(address spender_, uint256 subtractedValue_) returns (bool)
deposit(uint256 amount_, address onBehalfOf_) returns (uint256 _deposited, uint256 _fee)
flashWithdraw(address account_, uint256 amount_) returns (uint256 _withdrawn, uint256 _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 _withdrawn, uint256 _fee)
withdrawFrom(address from_, uint256 amount_) returns (uint256 _withdrawn, uint256 _fee)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
CollateralDeposited(address indexed from, address indexed account, uint256 amount, uint256 deposited, uint256 fee)
CollateralFactorUpdated(uint256 oldCollateralFactor, uint256 newCollateralFactor)
CollateralWithdrawn(address indexed account, address indexed to, uint256 amount, uint256 withdrawn, uint256 fee)
DepositTokenActiveUpdated(bool newActive)
Initialized(uint8 version)
MaxTotalSupplyUpdated(uint256 oldMaxTotalSupply, uint256 newMaxTotalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
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()