Arch USD Diversified Yield
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($210,017.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
yvDAI | ERC-20 | 90.308567K | $1.15 |
$103,854.85 | |
yvUSDC | ERC-20 | 66.323893K | $1.12 |
$74,282.76 | |
yvUSDT | ERC-20 | 29.409796K | $1.084 |
$31,880.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216844 | a month ago | | | 0 | 0.00073189646 | |
| 20922221 | 2 months ago | | | 0 | 0.0015684302 | |
| 19663495 | 8 months ago | | | 0 | 0.00071635055 | |
| 19319141 | 10 months ago | | | 0 | 0.0019906457 | |
| 19291059 | 10 months ago | | | 0 | 0.0033293251 | |
| 18930994 | a year ago | | | 0 | 0.00094695120 | |
| 18864907 | a year ago | | | 0 | 0.00094908839 | |
| 18442244 | a year ago | | | 0 | 0.0010343950 | |
| 18279398 | a year ago | | | 0 | 0.00042360951 | |
| 18279382 | a year ago | | | 0 | 0.00063776982 |
ABI
ABI objects
Getter at block 21424276
DOMAIN_SEPARATOR() view returns (bytes32)
0x06d615d3b4ed1a8292cebe31fcf4905d329ea647d26ae7737993f27f0f6fef99
decimals() view returns (uint8)
18
getAllowedContracts() view returns (address[])
[0x8648B1E944e1322eC914E6DE015Dc660F627927C]
getConstituentsAddresses() view returns (address[])
[0xdA816459F1AB5631232FE5e97a05BBBb94970c95, 0xa354F35829Ae975e850e23e9615b11Da1B3dC4DE, 0x3B27F92C0e212C671EA351827EDF93DB27cc0c65]
getManagers() view returns (address[])
[0x818FeB1D51e8681a020B2c0df4820071102fdd38]
getQuantities() view returns (uint256[])
[4673447740835320630, 3432246, 1521950]
getWizards() view returns (address[])
[0x60F56236CD3C1Ac146BD94F2006a1335BaA4c449, 0x13541eA37cfB0cE3bfF8f28D468D93b348BcDdea, 0xDD5211D669f5B1f19991819Bbd8B220DbBf8062E]
name() view returns (string)
Arch USD Diversified Yield
owner() view returns (address)
0x818feb1d51e8681a020b2c0df4820071102fdd38
symbol() view returns (string)
ADDY
totalSupply() view returns (uint256)
19323756671989144548189
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
constituentQuantities(address) view returns (uint256)
constituents(uint256) view returns (address)
getConstituentQuantity(address _constituent) view returns (uint256)
isAllowedContract(address _target) view returns (bool)
isConstituent(address _constituent) view returns (bool)
isManager(address _manager) view returns (bool)
isWizard(address _wizard) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addAllowedContract(address _target)
addConstituent(address _constituent)
addManager(address _manager)
addWizard(address _wizard)
approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _quantity)
executeTrade(address _sellToken, uint256 _sellQuantity, address _buyToken, uint256 _minBuyQuantity, bytes _data, address _target, address _allowanceTarget) returns (uint256 tokenAmountBought)
lockChamber()
mint(address _recipient, uint256 _quantity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeAllowedContract(address _target)
removeConstituent(address _constituent)
removeManager(address _manager)
removeWizard(address _wizard)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockChamber()
updateQuantities()
withdrawTo(address _constituent, address _recipient, uint256 _quantity)
AllowedContractAdded(address indexed _allowedContract)
AllowedContractRemoved(address indexed _allowedContract)
Approval(address indexed owner, address indexed spender, uint256 amount)
ConstituentAdded(address indexed _constituent)
ConstituentRemoved(address indexed _constituent)
ManagerAdded(address indexed _manager)
ManagerRemoved(address indexed _manager)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
WizardAdded(address indexed _wizard)
WizardRemoved(address indexed _wizard)
constructor(address _owner, string _name, string _symbol, address[] _constituents, uint256[] _quantities, address[] _wizards, address[] _managers)
This contract contains no fallback and receive objects.
This contract contains no error objects.