Crypto.com Defi Wallet ETH
Verified contract
Proxy
Active on
Ethereum with 5,610 txns
Unified storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,247.61)
Native
Value
$5,247.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.581809 | $3,317.47 |
$5,247.61 | |
VPS | ERC-20 | 4.461327K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243903 | an hour ago | | | 0 | 0.0019886198 | |
| 21243901 | an hour ago | | | 0 | 0.0018141005 | |
| 21243771 | 2 hours ago | | | 0.3 | 0.0043377068 | |
| 21242736 | 5 hours ago | | | 1.1 | 0.0025742488 | |
| 21242295 | 7 hours ago | | | 0 | 0.0012440295 | |
| 21242206 | 7 hours ago | | | 0 | 0.0012113726 | |
| 21242143 | 7 hours ago | | | 0 | 0.0012040871 | |
| 21241431 | 9 hours ago | | | 0 | 0.0030693497 | |
| 21241399 | 10 hours ago | | | 0 | 0.0029385206 | |
| 21241297 | 10 hours ago | | | 0 | 0.0029696029 |
ABI
ABI objects
Getter at block 21244248 rate() view returns (uint256) totalUnderlyingSupply() view returns (uint256)
admin() view returns (address)
0x1e28de9a31727e268eaaded4cf01e8599ec04efc
decimals() view returns (uint8)
18
depositsPaused() view returns (bool)
false
getCurrentSplit() pure returns (address[], uint256[])
([0x7f7B17F08912226b6fdb462B2c5F50D69eb92b2d, 0x50d30817D0d4Af53A6a526BAe80B9119f3749bf6], [6200, 3800])
name() view returns (string)
Crypto.com Defi Wallet ETH
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pools() view returns (address[])
[0x00a0BE1BBC0C99898dF7e6524Bf16e893c1e3bB9]
symbol() view returns (string)
cdwETH
totalSupply() view returns (uint256)
4488320941243977978926
Read-only
_getPool(uint256 poolId) view returns (address)
balanceOf(address account) view returns (uint256)
balanceOfUnderlying(address account) view returns (uint256)
getFee(uint256 poolId) view returns (uint256)
getPoolActivation(uint256 poolId) view returns (bool)
integratorCommissionOwed(uint256 poolId) view returns (uint256)
multiResolve(address[] exitQueues, uint256[][] ticketIds) view returns (int64[][] caskIdsOrErrors)
State-modifying
Events admin() returns (address admin_)
cancelFreeze()
changeAdmin(address newAdmin)
changePauser(address newPauser)
freeze(uint256 freezeTimeout)
freezeTime() returns (uint256)
frozen() returns (bool)
implementation() returns (address implementation_)
pause()
paused() returns (bool)
pauser() returns (address)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptAdmin()
addPool(address pool, uint256 feeBps)
changeFee(uint256 poolId, uint256 newFeeBps)
changeSplit(address[] recipients, uint256[] splits)
exitCommissionShares(uint256 poolId)
initialize(struct Native20Configuration args)
multiClaim(address[] exitQueues, uint256[][] ticketIds, uint32[][] casksIds) returns (uint8[][] statuses)
onvPoolSharesReceived(address operator, address from, uint256 amount, bytes) returns (bytes4)
pauseDeposits(bool isPaused)
requestExit(uint256 amount)
setMonoTicketThreshold(uint256 minTicketEthValue)
setPoolActivation(uint256 poolId, bool status, uint256[] newPoolPercentages)
setPoolPercentages(uint256[] split)
stake() payable
transferAdmin(address newAdmin)
withdrawCommission()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
PauserChanged(address previousPauser, address newPauser)
SetFreezeTime(uint256 freezeTime)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
CommissionSharesSold(uint256 pSharesSold, uint256 id, uint256 amountSold)
CommissionWithdrawn(address indexed withdrawer, uint256 amountWithdrawn)
Exit(address indexed staker, uint128 exitedTokens, struct PoolExitDetails[] exitDetails)
ExitedCommissionShares(uint256 indexed poolId, uint256 shares, uint256[] weights, address[] recipients)
Initialized(uint256 version, bytes cdata)
NewCommissionSplit(address[] recipients, uint256[] splits)
PoolActivation(address poolAddress, uint256 id, bool isActive)
PoolAdded(address poolAddress, uint256 id)
SetAdmin(address admin)
SetDepositsPaused(bool isPaused)
SetFee(uint256 poolId, uint256 operatorFeeBps)
SetMaxCommission(uint256 maxCommission)
SetName(string name)
SetPendingAdmin(address pendingAdmin)
SetPoolPercentages(uint256[] split)
SetSymbol(string symbol)
Stake(address indexed staker, uint128 depositedEth, uint128 mintedTokens, struct PoolStakeDetails[] stakeDetails)
Transfer(address indexed from, address indexed to, uint256 value)
VPoolSharesReceived(address vPool, uint256 poolId, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
CallWhenPaused()
FreezeTimeoutTooLow(uint256 providedValue, uint256 minimumValue)
Frozen()
Unauthorized(address account, address expected)
AlreadyInitialized(uint256 version, uint256 currentVersion)
CallbackNotFromMinting()
CommissionPaidUnderflow()
DepositsPaused()
EmptyPoolList()
FeeOverMax(uint256 maxFeeBps)
InsufficientAllowance(uint256 amount, uint256 allowance)
InsufficientBalance(uint256 amount, uint256 balance)
InvalidAmounts(uint256 sum, uint256 msgValue)
InvalidBPSValue()
InvalidNullValue()
InvalidPoolId(uint256 poolId)
InvalidZeroAddress()
NoSharesToExit(uint256 poolId)
NonZeroPercentageOnDeactivatedPool(uint256 id)
NotARegisteredPool(address poolAddress)
OutstandingCommission(uint256 ethLeft, uint256 id)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)
PoolAlreadyRegistered(address newPool)
PoolDisabled(uint256 poolId)
PoolTransferFailed(uint256 id)
Reentrancy()
Unauthorized(address account, address expected)
UnequalLengths(uint256 lengthA, uint256 lengthB)
ZeroSharesMint()