TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,588 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
Balances ($1,116,787.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AZUR | ERC-20 | 20.409573M | $0.05471 |
$1,116,607.76 | |
ENA | ERC-20 | 300.392139 | $0.598954 |
$179.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273911 | 4 hours ago | | | 0 | 0.00042941944 | |
| 21272799 | 8 hours ago | | | 0 | 0.00087390262 | |
| 21272790 | 8 hours ago | | | 0 | 0.0013946400 | |
| 21272672 | 8 hours ago | | | 0 | 0.0011998184 | |
| 21272666 | 8 hours ago | | | 0 | 0.0014178011 | |
| 21271007 | 14 hours ago | | | 0 | 0.00043123326 | |
| 21270996 | 14 hours ago | | | 0 | 0.00069012346 | |
| 21261592 | 2 days ago | | | 0 | 0.00055118640 | |
| 21261257 | 2 days ago | | | 0 | 0.00035935900 | |
| 21261060 | 2 days ago | | | 0 | 0.00078112543 |
ABI
ABI objects
Getter at block 21275207
decimals() view returns (uint8)
18
name() view returns (string)
Staked $AZUR
nextWithdrawalRequestId() view returns (uint256)
126
owner() view returns (address)
0x80cb7c007d448af0822e7b7b2459012cdfb5a200
symbol() view returns (string)
stAZUR
totalRequestedAmount() view returns (uint128)
1070327682329548940330616
totalSupply() view returns (uint256)
19339245761649481435690776
underlying() view returns (address)
0x9e6be44cc1236eef7e1f197418592d363bedcd5a
withdrawalDelay() view returns (uint32)
1209600
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
withdrawalRequests(uint256) view returns (uint128 value, address requester, uint32 withdrawAfter)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchWithdrawTo(address account, uint256[] requestIds)
changeWithdrawalDelay(uint32 newWithdrawalDelay)
depositFor(address account, uint256 value) returns (bool)
initialize(address underlyingToken_, string name_, string symbol_, uint32 withdrawalDelay_)
recover(address account) returns (uint256)
renounceOwnership()
requestWithdrawal(uint128 value) returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawTo(address account, uint256 requestId) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawalDelayChanged(uint256 newWithdrawalDelay)
WithdrawalRequestProcessed(uint256 indexed requestId, address indexed to)
WithdrawalRequested(address indexed requester, uint256 indexed requestId, uint128 value, uint32 withdrawAfter)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
ERC20InvalidUnderlying(address token)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OnlyRequesterCanWithdrawToAnotherAddress(address requester)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RequestDoesNotExist(uint256 requestId)
SafeERC20FailedOperation(address token)
WithdrawalLocked(uint32 withdrawAfter)
ZeroValue()