Staked deUSD
Verified contract
Proxy
Active on
Ethereum with 15,004 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4595…148a
Balances ($76,323,128.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
deUSD | ERC-20 | 76.357871M | $0.999545 |
$76,323,128.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157535 | 28 minutes ago | | | 0 | 0.0027270179 | |
| 21157479 | 39 minutes ago | | | 0 | 0.0021521730 | |
| 21157323 | an hour ago | | | 0 | 0.0012531912 | |
| 21157272 | an hour ago | | | 0 | 0.0022837496 | |
| 21157258 | an hour ago | | | 0 | 0.0026381061 | |
| 21156946 | 2 hours ago | | | 0 | 0.0011542043 | |
| 21156898 | 3 hours ago | | | 0 | 0.00099652502 | |
| 21156898 | 3 hours ago | | | 0 | 0.00099652502 | |
| 21156898 | 3 hours ago | | | 0 | 0.00099652502 | |
| 21156892 | 3 hours ago | | | 0 | 0.00066309362 |
ABI
ABI objects
Getter at block 21157672 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x2b5622ecc99fa34e87b41fd23e8aa65bb27bf0f07d3bfcb9984b5de56b218aff
MAX_COOLDOWN_DURATION() view returns (uint24)
7776000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
asset() view returns (address)
0x15700b564ca08d9439c58ca5053166e8317aa138
cooldownDuration() view returns (uint24)
604800
decimals() pure returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=sdeUSD, version=1, chainId=1, verifyingContract=0x5c5b196abe0d54485975d1ec29617d42d9198326, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getUnvestedAmount() view returns (uint256)
43796040400793650793650
lastDistributionTimestamp() view returns (uint256)
1730932679
name() view returns (string)
Staked deUSD
owner() view returns (address)
0xd7cdbde6c9da34fcb2917390b491193b54c24f24
silo() view returns (address)
0x4595c32720718fe0e4047b2683e255515123148a
symbol() view returns (string)
sdeUSD
totalAssets() view returns (uint256)
76314075454097024585591640
totalSupply() view returns (uint256)
75955884037422232319622650
vestingAmount() view returns (uint256)
91046050000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256)
convertToShares(uint256 assets) view returns (uint256)
cooldowns(address) view returns (uint104 cooldownEnd, uint256 underlyingAmount)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address owner) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
nonces(address owner) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256)
previewMint(uint256 shares) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptAdmin()
addToBlacklist(address target, bool isFullBlacklisting)
approve(address spender, uint256 value) returns (bool)
cooldownAssets(uint256 assets) returns (uint256 shares)
cooldownShares(uint256 shares) returns (uint256 assets)
deposit(uint256 assets, address receiver) returns (uint256)
grantRole(bytes32 role, address account)
initialize(address _asset, address _initialRewarder, address _owner)
mint(uint256 shares, address receiver) returns (uint256)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 shares, address receiver, address _owner) returns (uint256)
redistributeLockedAmount(address from, address to)
removeFromBlacklist(address target, bool isFullBlacklisting)
renounceRole(bytes32, address)
rescueTokens(address token, uint256 amount, address to)
revokeRole(bytes32 role, address account)
setCooldownDuration(uint24 duration)
setVestingPeriod(uint256 duration)
transfer(address to, uint256 value) returns (bool)
transferAdmin(address newAdmin)
transferFrom(address from, address to, uint256 value) returns (bool)
transferInRewards(uint256 amount)
unstake(address receiver)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 assets, address receiver, address _owner) returns (uint256)
Upgraded(address indexed implementation)
AdminTransferRequested(address indexed oldAdmin, address indexed newAdmin)
AdminTransferred(address indexed oldAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
CooldownDurationUpdated(uint24 previousDuration, uint24 newDuration)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
EIP712DomainChanged()
Initialized(uint64 version)
LockedAmountRedistributed(address indexed from, address indexed to, uint256 amount)
RewardsReceived(uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CantBlacklistOwner()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC4626ExceededMaxDeposit(address receiver, uint256 assets, uint256 max)
ERC4626ExceededMaxMint(address receiver, uint256 shares, uint256 max)
ERC4626ExceededMaxRedeem(address owner, uint256 shares, uint256 max)
ERC4626ExceededMaxWithdraw(address owner, uint256 assets, uint256 max)
ExcessiveRedeemAmount()
ExcessiveWithdrawAmount()
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidAdminChange()
InvalidAmount()
InvalidCooldown()
InvalidInitialization()
InvalidToken()
InvalidZeroAddress()
MathOverflowedMulDiv()
MinSharesViolation()
NotInitializing()
NotPendingAdmin()
OperationNotAllowed()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
StillVesting()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)