High Yield USD
Verified contract
Proxy
Active on
Base with 30,627 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 49 additional slots
0xa582…a00f
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 47 additional slots
-
variable spans 47 additional slots
0xe820…c9b3
0x9306…e2ec
7 additional
variables
Balances ($1.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1 | $0.999499 |
$1 | |
USA | ERC-20 | 1 | $0.000785 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 42.598901 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745080 | 23 minutes ago | | | 0 | 3.3619156e-7 | |
| 22744650 | 37 minutes ago | | | 0 | 3.3619156e-7 | |
| 22743281 | an hour ago | | | 0 | 0.0000054043207 | |
| 22742249 | 2 hours ago | | | 0 | 3.2453190e-7 | |
| 22741529 | 2 hours ago | | | 0 | 2.7301890e-7 | |
| 22741016 | 3 hours ago | | | 0 | 2.6271630e-7 | |
| 22740304 | 3 hours ago | | | 0 | 2.2150590e-7 | |
| 22739732 | 3 hours ago | | | 0 | 1.7928750e-7 | |
| 22739715 | 3 hours ago | | | 0 | 1.7928750e-7 | |
| 22738840 | 4 hours ago | | | 0 | 1.7424660e-7 |
ABI
ABI objects
Getter at block 22745751 eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions) proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x79b1dc2a532a91483f4721f91369119a0d8a964bf4a536a56906f05c3d74566c
MAX_EXCHANGE_RATE() view returns (uint192)
1000000000000000000000000000
MAX_THROTTLE_PCT_AMT() view returns (uint192)
1000000000000000000
MAX_THROTTLE_RATE_AMT() view returns (uint256)
1000000000000000000000000000000000000000000000000
MIN_EXCHANGE_RATE() view returns (uint192)
1000000000
MIN_THROTTLE_RATE_AMT() view returns (uint256)
1000000000000000000
basketsNeeded() view returns (uint192)
4867882141816919644939252
decimals() view returns (uint8)
18
issuanceAvailable() view returns (uint256)
2000000000000000000000000
issuanceThrottleParams() view returns (struct ThrottleLibParams)
(2000000000000000000000000, 100000000000000000)
main() view returns (address)
0xa582985c68ed30a052ff0b07d74931140bd5a00f
mandate() view returns (string)
A decentralized flatcoin that provides convenient access to DeFi yields, enabling holders to earn passive income on their capital. Governance should aim to take low to moderate risk to return high DeFi yields in order to mitigate against inflation.
name() view returns (string)
High Yield USD
redemptionAvailable() view returns (uint256 available)
2500000000000000000000000
redemptionThrottleParams() view returns (struct ThrottleLibParams)
(2500000000000000000000000, 125000000000000000)
symbol() view returns (string)
hyUSD
totalSupply() view returns (uint256)
4603686839249206205307093
version() pure returns (string)
3.4.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dissolve(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(address main_, string name_, string symbol_, string mandate_, struct ThrottleLibParams issuanceThrottleParams_, struct ThrottleLibParams redemptionThrottleParams_)
issue(uint256 amount)
issueTo(address recipient, uint256 amount)
melt(uint256 amtRToken)
mint(uint192 baskets)
monetizeDonations(address erc20)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 amount)
redeemCustom(address recipient, uint256 amount, uint48[] basketNonces, uint192[] portions, address[] expectedERC20sOut, uint256[] minAmounts)
redeemTo(address recipient, uint256 amount)
setBasketsNeeded(uint192 basketsNeeded_)
setIssuanceThrottleParams(struct ThrottleLibParams params)
setRedemptionThrottleParams(struct ThrottleLibParams params)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BasketsNeededChanged(uint192 oldBasketsNeeded, uint192 newBasketsNeeded)
BeaconUpgraded(address indexed beacon)
EIP712DomainChanged()
Initialized(uint8 version)
Issuance(address indexed issuer, address indexed recipient, uint256 amount, uint192 baskets)
IssuanceThrottleSet(struct ThrottleLibParams oldVal, struct ThrottleLibParams newVal)
Melted(uint256 amount)
Redemption(address indexed redeemer, address indexed recipient, uint256 amount, uint192 baskets)
RedemptionThrottleSet(struct ThrottleLibParams oldVal, struct ThrottleLibParams newVal)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
UIntOutOfBounds()