Karak - USDe
Verified contract
Proxy
Active on
Ethereum with 2,091 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c9e…68b3
-
variable spans 43 additional slots
Balances ($16,819,016.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDe | ERC-20 | 16.76871M | $1.003 |
$16,819,016.33 | |
t.ly/pufer | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171723 | 5 hours ago | | | 0 | 0.0011227255 | |
| 21171693 | 5 hours ago | | | 0 | 0.0011271588 | |
| 21171631 | 5 hours ago | | | 0 | 0.0015868789 | |
| 21170646 | 8 hours ago | | | 0 | 0.0023201157 | |
| 21170158 | 10 hours ago | | | 0 | 0.0015850114 | |
| 21165734 | a day ago | | | 0 | 0.0028423411 | |
| 21164093 | a day ago | | | 0 | 0.00098867543 | |
| 21163869 | a day ago | | | 0 | 0.0010171940 | |
| 21163854 | a day ago | | | 0 | 0.00099650112 | |
| 21163683 | a day ago | | | 0 | 0.0011992267 |
ABI
ABI objects
Getter at block 21173151
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xd4684a22a88871aabe6eb6d84aa6c02904fdcf97817d427cfa6ac47e82647eae
asset() view returns (address)
0x4c9edd5852cd905f086c759e8383e09bff1e68b3
assetLimit() view returns (uint256)
100000000000000000000000000
assetType() view returns (uint8)
2
decimals() view returns (uint8)
18
depositToken() view returns (address)
0x4c9edd5852cd905f086c759e8383e09bff1e68b3
name() view returns (string)
Karak - USDe
owner() view returns (address result)
0x54e44dbb92dba848ace27f44c0cb4268981ef1cc
paused() view returns (bool)
false
symbol() view returns (string)
KUSDe
totalAssets() view returns (uint256 assets)
16768710203757859884330177
totalSupply() view returns (uint256 result)
16768710203757859884330177
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
convertToAssets(uint256 shares) view returns (uint256 assets)
convertToShares(uint256 assets) view returns (uint256 shares)
maxDeposit(address to) view returns (uint256 maxAssets)
maxMint(address to) view returns (uint256 maxShares)
maxRedeem(address owner) view returns (uint256 maxShares)
maxWithdraw(address owner) view returns (uint256 maxAssets)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
previewDeposit(uint256 assets) view returns (uint256 shares)
previewMint(uint256 shares) view returns (uint256 assets)
previewRedeem(uint256 shares) view returns (uint256 assets)
previewWithdraw(uint256 assets) view returns (uint256 shares)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
deposit(uint256 assets, address depositor) returns (uint256 shares)
initialize(address _owner, address _depositToken, string _name, string _symbol, uint8 _assetType)
mint(uint256 shares, address to) returns (uint256 assets)
pause(bool toPause)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 shares, address to, address owner) returns (uint256 assets)
renounceOwnership() payable
requestOwnershipHandover() payable
setLimit(uint256 newLimit)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
withdraw(uint256 assets, address to, address owner) returns (uint256 shares)
BeaconUpgraded(address indexed beacon)
Approval(address indexed owner, address indexed spender, uint256 amount)
Deposit(address indexed by, address indexed owner, uint256 assets, uint256 shares)
Initialized(uint64 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 amount)
Unpaused(address account)
Withdraw(address indexed by, address indexed to, address indexed owner, uint256 assets, uint256 shares)
constructor(address beacon, bytes data)
fallback()
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()