VaultManager

Verified contract

Active on Ethereum with 1,120 txns
Deployed by via 0x2720ed74 at 18766468
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VaultManager"

0x9d50b459a6d647908c5e41dd751c36d70b03044ebccf3f130fb41c80ed0cf1c4
0x7885072d5e61152b4feb2c068ab28914db79e1da1fb83ace236a50fb14b8add1
0xa4384608d0b894347c6c48d005fd67011bfbda07164ce2af276437e33c4cefba
From
0xcb5cb97a89cd82d521150d194dd46808721f0a611389fe48ac0fc4924e7fe4a4
From
0x2e6afdb997ad0d3184a76abf771f581dfc8bd390cc6d1910fb40b60903822690
From
0xb5f895f654114c3c70a075249df2c93955f2293eebe7a5908df05dfe281923be
From
0x85af0ba2383c76099f43e64dfb35feb29ea92a5931001500a0a8441800082eee
0x1f2948bccc42e9e2106ff837d4501a417139dd557cd3f8a5cf42c96154170063
0x6dfe6006785f5c7010bd8117b07424628527d62e6b4dd53e6efbe07bf421cf09
0x287c53c2f32399ccf8a102e78192574757c2146c8065b8b106ef87e574b587eb

Functions
Getter at block 20913095
LIQUIDATION_REWARD(view returns (uint256)
200000000000000000
MAX_VAULTS(view returns (uint256)
5
MIN_COLLATERIZATION_RATIO(view returns (uint256)
1500000000000000000
dNft(view returns (address)
0xdc400bbe0b8b79c07a962ea99a642f5819e3b712
dyad(view returns (address)
0x305b58c5f6b5b6606fb13edd11fbdd5e532d5a26
vaultLicenser(view returns (address)
0x5aaa06dbc3639cc43cb89d76090adf4360df879c
Read-only
collatRatio(uint256 idview returns (uint256)
getTotalUsdValue(uint256 idview returns (uint256)
getVaults(uint256 idview returns (address[])
hasVault(uint256 idaddress vaultview returns (bool)
State-modifying
add(uint256 idaddress vault
burnDyad(uint256 iduint256 amount
deposit(uint256 idaddress vaultuint256 amount
liquidate(uint256 iduint256 to
mintDyad(uint256 iduint256 amountaddress to
redeemDyad(uint256 idaddress vaultuint256 amountaddress toreturns (uint256)
remove(uint256 idaddress vault
withdraw(uint256 idaddress vaultuint256 amountaddress to
Events
Added(uint256 indexed idaddress indexed vault
BurnDyad(uint256 indexed iduint256 amountaddress indexed from
Liquidate(uint256 indexed idaddress indexed fromuint256 indexed to
MintDyad(uint256 indexed iduint256 amountaddress indexed to
RedeemDyad(uint256 indexed idaddress indexed vaultuint256 amountaddress indexed to
Removed(uint256 indexed idaddress indexed vault
Constructor
constructor(address _dNftaddress _dyadaddress _licenser
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CrTooHigh(
CrTooLow(
InvalidDNft(
NotDNftVault(
NotLicensed(
NotOwner(
OnlyOwner(
TooManyVaults(
VaultAlreadyAdded(
VaultHasAssets(
VaultNotAdded(
VaultNotLicensed(