Asymmetry Finance afETH
Verified contract
Proxy
Active on
Ethereum with 833 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($842,653.22)
Native
Value
$7,640.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.047486 | $3,731.65 |
$7,640.5 | |
sfrxETH | ERC-20 | 202.748283 | $4,118.47 |
$835,012.72 | |
afETH | ERC-20 | 1.033528 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21323312 | 17 hours ago | | | 0 | 0.0016347016 | |
| 21323162 | 18 hours ago | | | 0 | 0.0018314928 | |
| 21317801 | a day ago | | | 0 | 0.0011338993 | |
| 21317796 | a day ago | | | 0 | 0.0099981840 | |
| 21310739 | 2 days ago | | | 0 | 0.0048711544 | |
| 21301231 | 4 days ago | | | 0 | 0.00039304407 | |
| 21301229 | 4 days ago | | | 0 | 0.00041030527 | |
| 21299520 | 4 days ago | | | 0.2 | 0.0015738408 | |
| 21263699 | 9 days ago | | | 0 | 0.0022172900 | |
| 21257448 | 10 days ago | | | 0 | 0.00050279823 |
ABI
ABI objects
Getter at block 21328519 price() view returns (uint256) proxiableUUID() view returns (bytes32) reportValue() view returns (uint256 activeSfrxRatio, uint256 sfrxStrategyValue, uint256 votiumValue, uint256 unlockedInactiveRewards, uint256 lockedRewards) totalEthValue() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x3be6b1e87a66761290d936301466615a7817bcb8f5860fb4053078e822abaaac
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
VOTIUM() view returns (address)
0x00000069abbb0b1ad6975bcf753eee15d318a0bf
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Asymmetry Finance afETH, version=1, chainId=1, verifyingContract=0x0000000016e6cb3038203c1129c8b4aee7af7a11, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
ethOwedToOwner() view returns (uint256)
58361451714563
maxSingleQuickDeposit() view returns (uint128)
2000000000000000000
maxSingleQuickWithdraw() view returns (uint128)
2000000000000000000
name() view returns (string)
Asymmetry Finance afETH
owner() view returns (address result)
0x263b03bba0bbbc320928b6026f5eaafad9f1ddeb
paused() view returns (bool)
false
protocolFeeBps() view returns (uint16)
0
quickDepositFeeBps() view returns (uint16)
0
quickWithdrawFeeBps() view returns (uint16)
1500
rewarder() view returns (address)
0xa927c81cc214cc991613cb695751bc932f042501
sfrxEthPriceData() view returns (uint256 priceLow, uint256 priceHigh, uint256 lastUpdated)
(priceLow=1102267817427082500, priceHigh=1105693768416917155, lastUpdated=1732449215)
sfrxStrategyShareBps() view returns (uint16)
7000
symbol() view returns (string)
afETH
totalSupply() view returns (uint256)
386753277645156750956
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
configureQuickActions(uint16 depositFeeBps, uint16 withdrawFeeBps, uint128 maxQuickDeposit, uint128 maxQuickWithdraw)
deposit(address to, uint256 minDepositValue, uint256 deadline) payable returns (uint256 amount)
deposit(uint256 minDepositValue, uint256 deadline) payable returns (uint256 amount)
depositForQuickActions(uint256 afEthAmount) payable
depositRewardsAndRebalance(struct IAfEthRebalanceParams params) payable
emergencyShutdown()
initialize(address initialOwner, address initialRewarder) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
quickDeposit(address to, uint256 minOut, uint256 deadline) payable returns (uint256 afEthOut)
quickDeposit(uint256 minOut, uint256 deadline) payable returns (uint256 afEthOut)
quickWithdraw(address to, uint256 amount, uint256 minOut, uint256 deadline) returns (uint256 ethOut)
quickWithdraw(uint256 amount, uint256 minOut, uint256 deadline) returns (uint256 ethOut)
renounceOwnership() payable
requestOwnershipHandover() payable
requestWithdraw(uint256 amount, uint256 minOutOnlySfrx, uint256 minOutAll, uint256 deadline) returns (uint256 totalEthOut, bool locked, uint256 cumulativeUnlockThreshold)
setProtocolFee(uint16 newFeeBps)
setRewarder(address _rewarder)
setSfrxEthStrategyShare(uint16 newShareBps)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner) payable
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawOwnerFunds(uint256 afEthAmount, uint256 ethAmount)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed recipient, uint256 afEthAmount, uint256 ethAmount)
DepositRewards(address indexed recipient, uint256 afEthAmount, uint256 ethAmount)
EIP712DomainChanged()
EmergencyShutdown()
FullWithdraw(address indexed recipient, uint256 ethAmount)
Initialized(uint64 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PartialWithdraw(address indexed recipient, uint256 ethAmountNow, uint256 cumulativeUnlockThreshold)
QuickActionsConfigured(uint256 stakeFeeBps, uint256 unstakeFeeBps, uint256 maxSingleQuickStake, uint256 maxSingleQuickUnstake)
SetProtocolFee(uint256 indexed newProtocolFee)
SetRewarder(address indexed newAddress)
SetSfrxStrategyShare(uint256 indexed newShare)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor()
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AboveActionMax()
AboveMaxIn()
AddressEmptyCode(address target)
AlreadyInitialized()
BadOracleData()
BelowMinOut()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
InitialDepositBelowMinOut()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidFee()
InvalidInitialization()
InvalidShare()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotAuthorizedToRebalance()
NotInitializing()
Paused()
PriceDeviationTooHigh()
StaleAction()
StrategyAlreadyAdded()
TooMuchInitializationEth()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized()
UnexpectedExhangeError()
WithdrawingLockedRewards()