Withdraw Request NFT
Verified contract
Proxy
Active on
Ethereum with 48,106 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x3088…f216
0x35fa…8ac2
0x3d32…3000
7 additional
variables
Balances ($52,348,332.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eETH | ERC-20 | 15.818552K | $3,309.30 |
$52,348,332.67 | |
uniETH | ERC-20 | 0 | $3,567.80 |
$0 | |
WithdrawRequestNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246593 | a minute ago | | | 0 | 0.0016129373 | |
| 21246563 | 7 minutes ago | | | 0 | 0.0016794767 | |
| 21246525 | 15 minutes ago | | | 0 | 0.0016297307 | |
| 21246498 | 21 minutes ago | | | 0 | 0.0013560067 | |
| 21246496 | 21 minutes ago | | | 0 | 0.0015846065 | |
| 21246479 | 24 minutes ago | | | 0 | 0.0016417754 | |
| 21246331 | an hour ago | | | 0 | 0.0017539935 | |
| 21246016 | 2 hours ago | | | 0 | 0.0020750055 | |
| 21245827 | 3 hours ago | | | 0 | 0.0019940509 | |
| 21245815 | 3 hours ago | | | 0 | 0.0020533590 |
ABI
ABI objects
Getter at block 21246598 proxiableUUID() view returns (bytes32)
accumulatedDustEEthShares() view returns (uint96)
250166912772286018008
eETH() view returns (address)
0x35fa164735182de50811e8e2e824cfb9b6118ac2
getImplementation() view returns (address)
0x3ed97c79ded8894036da095b2e2f79f8080a9cd4
lastFinalizedRequestId() view returns (uint32)
50474
liquidityPool() view returns (address)
0x308861a430be4cce5502d0a12724771fc6daf216
membershipManager() view returns (address)
0x3d320286e014c3e1ce99af6d6b00f0c1d63e3000
name() view returns (string)
Withdraw Request NFT
nextRequestId() view returns (uint32)
50486
owner() view returns (address)
0x9f26d4c958fd811a1f59b01b86be7dffc9d20761
symbol() view returns (string)
WithdrawRequestNFT
Read-only
admins(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimableAmount(uint256 tokenId) view returns (uint256)
getRequest(uint256 requestId) view returns (struct IWithdrawRequestNFTWithdrawRequest)
isApprovedForAll(address owner, address operator) view returns (bool)
isFinalized(uint256 requestId) view returns (bool)
isValid(uint256 requestId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchClaimWithdraw(uint256[] tokenIds)
burnAccumulatedDustEEthShares()
claimWithdraw(uint256 tokenId)
finalizeRequests(uint256 requestId)
initialize(address _liquidityPoolAddress, address _eEthAddress, address _membershipManagerAddress)
invalidateRequest(uint256 requestId)
renounceOwnership()
requestWithdraw(uint96 amountOfEEth, uint96 shareOfEEth, address recipient, uint256 fee) payable returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
seizeInvalidRequest(uint256 requestId, address recipient)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAdmin(address _address, bool _isAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
validateRequest(uint256 requestId)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
WithdrawRequestClaimed(uint32 indexed requestId, uint256 amountOfEEth, uint256 burntShareOfEEth, address owner, uint256 fee)
WithdrawRequestCreated(uint32 indexed requestId, uint256 amountOfEEth, uint256 shareOfEEth, address owner, uint256 fee)
WithdrawRequestInvalidated(uint32 indexed requestId)
WithdrawRequestSeized(uint32 indexed requestId)
WithdrawRequestValidated(uint32 indexed requestId)
constructor(address _implementation, bytes _data)
fallback()
receive()
This contract contains no error objects.