Karak - Wrapped eETH

Verified contract

Proxy

Active on Ethereum with 1,913 txns
Deployed by via 0x40776928 at 19588146
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 43 additional slots
ERC-20
Value $199,380,566.17
0x32a2895b355e016e383cac51869fc5004e7ce6274e1c04442ed24a3c83dafe9a
0x550792923d599f0580f4ffe37189d932070f9657edef82beb2448a6603ebc0a4
0xa975b64b05fc6d3c9e176d5a30a4f472b44550d5b1d4aa46639b8ea90a50e8d1
0xe1aebdc4b093ee5d0ea55538735c23a8a2da288cad7b849d59425a7a7754471f
0x2f970d2b68304c67050101ee1f00d665e169e9aba3d5349f72ddf662ae9332e9
0xf935298c1173c1ae83da366e33c0c658b142a151c497bcd9d59668722d1189e5
0x624360a7cd067f0816394c163f80d2d98f7fe791112a1902a2807299df95380b
0x378486f7ca354e3e898d4b734dc02824efea580fe5f5b8c58a5b00b1b60f66e3
0xa608e397ffec7da4c79f174c9fe012935b47aa9e208bcef01c81ae4c9d5f5afa
0x8989611585d582f28f3732ef990160ddccd56b3224e70a452e2f48533401e1f5

Functions
Getter at block 20862217
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x2548aac1cb0e1f0ee0f7c723d3f7eab66ab4d1e883467e4892ff0f6ed7034240
asset(view returns (address)
0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee
assetLimit(view returns (uint256)
10000000000000000000000000
assetType(view returns (uint8)
1
decimals(view returns (uint8)
18
depositToken(view returns (address)
0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee
name(view returns (string)
Karak - Wrapped eETH
owner(view returns (address result)
0x54e44dbb92dba848ace27f44c0cb4268981ef1cc
paused(view returns (bool)
false
symbol(view returns (string)
KweETH
totalAssets(view returns (uint256 assets)
72229390941997886197167
totalSupply(view returns (uint256 result)
72229390941997886197167
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
convertToAssets(uint256 sharesview returns (uint256 assets)
convertToShares(uint256 assetsview returns (uint256 shares)
maxDeposit(address toview returns (uint256 maxAssets)
maxMint(address toview returns (uint256 maxShares)
maxRedeem(address ownerview returns (uint256 maxShares)
maxWithdraw(address ownerview returns (uint256 maxAssets)
nonces(address ownerview returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
previewDeposit(uint256 assetsview returns (uint256 shares)
previewMint(uint256 sharesview returns (uint256 assets)
previewRedeem(uint256 sharesview returns (uint256 assets)
previewWithdraw(uint256 assetsview returns (uint256 shares)
State-modifying
approve(address spenderuint256 amountreturns (bool)
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
deposit(uint256 assetsaddress depositorreturns (uint256 shares)
initialize(address _owneraddress _depositTokenstring _namestring _symboluint8 _assetType
mint(uint256 sharesaddress toreturns (uint256 assets)
pause(bool toPause
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
redeem(uint256 sharesaddress toaddress ownerreturns (uint256 assets)
renounceOwnership(payable 
requestOwnershipHandover(payable 
setLimit(uint256 newLimit
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwnerpayable 
withdraw(uint256 assetsaddress toaddress ownerreturns (uint256 shares)
Events
BeaconUpgraded(address indexed beacon
Approval(address indexed owneraddress indexed spenderuint256 amount
Deposit(address indexed byaddress indexed owneruint256 assetsuint256 shares
Initialized(uint64 version
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 amount
Unpaused(address account
Withdraw(address indexed byaddress indexed toaddress indexed owneruint256 assetsuint256 shares
Constructor
constructor(address beaconbytes data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidBeacon(address beacon
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AllowanceOverflow(
AllowanceUnderflow(
AlreadyInitialized(
DepositMoreThanMax(
EnforcedPause(
ExpectedPause(
InsufficientAllowance(
InsufficientBalance(
InvalidInitialization(
InvalidPermit(
MintMoreThanMax(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotInitializing(
PermitExpired(
RedeemMoreThanMax(
Reentrancy(
TokenNotEnabled(
TotalSupplyOverflow(
Unauthorized(
WithdrawMoreThanMax(
ZeroAmount(