TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,257 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x696e…ea61
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310267 | 4 hours ago | | | 0 | 0.00097520302 | |
| 21309779 | 5 hours ago | | | 0 | 0.00088658932 | |
| 21308366 | 10 hours ago | | | 0 | 0.00091511815 | |
| 21308340 | 10 hours ago | | | 0 | 0.0021178571 | |
| 21307615 | 13 hours ago | | | 0 | 0.00053310705 | |
| 21307610 | 13 hours ago | | | 0 | 0.0010027690 | |
| 21307588 | 13 hours ago | | | 0 | 0.00046904830 | |
| 21307578 | 13 hours ago | | | 0 | 0.0010728630 | |
| 21307467 | 13 hours ago | | | 0 | 0.00038794794 | |
| 21307423 | 13 hours ago | | | 0 | 0.00044546153 |
ABI
ABI objects
Getter at block 21311372
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x1d9766376bf609b25da3f95f5a36a0e7eb8750768031c497e1c5929e6b326503
assets() view returns (uint256)
32339225770412749548314372
avail() view returns (address)
0xeeb4d8400aeefafc1b2953e0094134a887c76bd8
decimals() view returns (uint8)
18
defaultAdmin() view returns (address)
0x5f5a162488e23664b674924d71fdca6c30d7d4b7
defaultAdminDelay() view returns (uint48)
0
defaultAdminDelayIncreaseWait() view returns (uint48)
432000
depository() view returns (address)
0x11780211a1aab0059bca3e8e201cfe08287319ee
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Staked Avail, version=1, chainId=1, verifyingContract=0x3742f3fcc56b2d46c7b8ca77c23be60cd43ca80a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Staked Avail
owner() view returns (address)
0x5f5a162488e23664b674924d71fdca6c30d7d4b7
paused() view returns (bool)
false
pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
symbol() view returns (string)
stAVAIL
totalSupply() view returns (uint256)
30410183716248984249012432
withdrawalHelper() view returns (address)
0x696e882437553011b459efa245c8b59f62d4ea61
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
previewBurn(uint256 shares) view returns (uint256 amount)
previewMint(uint256 amount) view returns (uint256 shares)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptDefaultAdminTransfer()
approve(address spender, uint256 value) returns (bool)
beginDefaultAdminTransfer(address newAdmin)
burn(uint256 shares)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
forceUpdateAssets(uint256 newAssets)
grantRole(bytes32 role, address account)
initialize(address governance, address pauser, address updater, address newDepository, address newWithdrawalHelper)
mint(uint256 amount)
mintTo(address to, uint256 amount)
mintWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
setPaused(bool status)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
updateAssets(int256 delta)
updateAssetsFromWithdrawals(uint256 amount, uint256 shares)
updateDepository(address newDepository)
updateWithdrawalHelper(address newWithdrawalHelper)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetsUpdated(uint256 assets)
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
DepositoryUpdated(address depository)
EIP712DomainChanged()
Initialized(uint64 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
UpdaterUpdated(address updater)
WithdrawalHelperUpdated(address withdrawalHelper)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlEnforcedDefaultAdminDelay(uint48 schedule)
AccessControlEnforcedDefaultAdminRules()
AccessControlInvalidDefaultAdmin(address defaultAdmin)
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
InvalidUpdate()
MathOverflowedMulDiv()
NotInitializing()
OnlyUpdater()
OnlyWithdrawalHelper()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
ZeroAddress()
ZeroAmount()