swEXIT
Verified contract
Proxy
Active on
Ethereum with 41,933 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 45 additional slots
0x6250…5eac
-
variable spans 44 additional slots
-
variable spans 2 additional slots
8 additional
variables
Balances ($10,519,343.42)
Native
Value
$10,519,343.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.105286K | $3,387.56 |
$10,519,343.42 | |
ICG | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270934 | 9 minutes ago | | | 0 | 0.0010254758 | |
| 21270926 | 11 minutes ago | | | 0 | 0.0010816708 | |
| 21270884 | 19 minutes ago | | | 0 | 0.0036512125 | |
| 21270763 | 43 minutes ago | | | 0 | 0.0046676051 | |
| 21270715 | an hour ago | | | 0 | 0.0015988235 | |
| 21270670 | an hour ago | | | 0 | 0.0032559907 | |
| 21270619 | an hour ago | | | 0 | 0.0029830981 | |
| 21270596 | an hour ago | | | 0 | 0.0028391514 | |
| 21270515 | 2 hours ago | | | 0 | 0.0021641894 | |
| 21270461 | 2 hours ago | | | 0 | 0.0029661817 |
ABI
ABI objects
Getter at block 21270977
AccessControlManager() view returns (address)
0x625087d72c762254a72cb22cc2eca40da6b95eac
baseURI() view returns (string)
https://v3-lst.svc.swellnetwork.io/api/swexit/sweth/metadata/
exitingETH() view returns (uint256)
7869452205326756086182
getLastTokenIdCreated() view returns (uint256)
21537
getLastTokenIdProcessed() view returns (uint256)
20901
name() view returns (string)
swEXIT
symbol() view returns (string)
swEXIT
totalETHExited() view returns (uint256)
202036946429591614525501
totalSupply() view returns (uint256)
1893
whitelistEnabled() view returns (bool)
false
withdrawRequestMaximum() view returns (uint256)
500000000000000000000
withdrawRequestMinimum() view returns (uint256)
5000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getProcessedRateForTokenId(uint256 tokenId) view returns (bool isProcessed, uint256 processedRate)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(address) view returns (bool)
withdrawalRequests(uint256) view returns (uint256 amount, uint256 lastTokenIdProcessed, uint256 rateWhenCreated)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addToWhitelist(address _address)
approve(address to, uint256 tokenId)
batchAddToWhitelist(address[] _addresses)
batchRemoveFromWhitelist(address[] _addresses)
createWithdrawRequest(uint256 amount)
disableWhitelist()
enableWhitelist()
finalizeWithdrawal(uint256 tokenId)
initialize(address _accessControlManager)
processWithdrawals(uint256 _lastTokenIdToProcess)
removeFromWhitelist(address _address)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _updatedBaseURI)
setWithdrawRequestMaximum(uint256 _withdrawRequestMaximum)
setWithdrawRequestMinimum(uint256 _withdrawRequestMinimum)
transferFrom(address from, address to, uint256 tokenId)
withdrawERC20(address _token)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddedToWhitelist(address indexed _address)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string oldBaseURI, string newBaseURI)
ETHReceived(address indexed sender, uint256 amount)
Initialized(uint8 version)
RemovedFromWhitelist(address indexed _address)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistDisabled()
WhitelistEnabled()
WithdrawRequestCreated(uint256 tokenId, uint256 amount, uint256 timestamp, uint256 indexed lastTokenIdProcessed, uint256 rateWhenCreated, address indexed owner)
WithdrawalClaimed(address indexed owner, uint256 tokenId, uint256 exitClaimedETH)
WithdrawalRequestMaximumUpdated(uint256 oldLimit, uint256 newLimit)
WithdrawalRequestMinimumUpdated(uint256 oldMinimum, uint256 newMinimum)
WithdrawalsProcessed(uint256 fromTokenId, uint256 toTokenId, uint256 processedRate, uint256 processedExitingETH, uint256 processedExitedETH)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
AddressAlreadyInWhitelist(address _address)
AddressMissingFromWhitelist(address _address)
CannotBeZeroAddress()
CannotProcessWithdrawalsForNonExistentToken()
InvalidMethodCall()
LastTokenIdToProcessMustBeGreaterOrEqualThanPrevious()
NoTokensToWithdraw()
NotInWhitelist()
PRBMath_MulDiv18_Overflow(uint256 x, uint256 y)
WhitelistAlreadyDisabled()
WhitelistAlreadyEnabled()
WithdrawRequestMaximumMustBeGreaterOrEqualToMinimum()
WithdrawRequestMinimumMustBeLessOrEqualToMaximum()
WithdrawRequestTooLarge(uint256 amount, uint256 limit)
WithdrawRequestTooSmall(uint256 amount, uint256 minimum)
WithdrawalRequestDoesNotExist()
WithdrawalRequestFinalizationOnlyAllowedForNFTOwner()
WithdrawalRequestNotProcessed()
WithdrawalsPaused()