VaultCollateral

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x3b630005 at 12456928
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "VaultCollateral"

No transactions found for "VaultCollateral"


Functions
Getter at block 21443630
WITHDRAWAL_FEE(view returns (uint256)
50
WITHDRAWAL_FEE_PERIOD(view returns (uint256)
259200
WITHDRAWAL_FEE_UNIT(view returns (uint256)
10000
 
balance(view returns (uint256)
collateralValueMin(view returns (uint256)
0
lastPauseTime(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
pairToken(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
poolType(view returns (uint8)
8
priceCalculator(view returns (address)
0xb73106688fdfee99578731adb18c9689462b415a
stakingToken(view returns (address)
0x0000000000000000000000000000000000000000
totalCollateral(view returns (uint256)
0
totalProfit(view returns (uint256)
0
zap(view returns (address)
0x421a8dfd8683400ee6afe8edebdbe6e76a61f278
Read-only
availableOf(address accountview returns (uint256)
canRemoveCollateral(address accountview returns (bool)
collateralInUSD(address accountview returns (uint256 valueInUSD)
collateralOf(address accountview returns (uint256)
depositedAt(address accountview returns (uint256)
isTester(address accountview returns (bool)
isWhitelist(address _addressview returns (bool)
realizedInETH(address accountview returns (uint256)
withdrawalFee(address accountuint256 amountview returns (uint256)
State-modifying
addCollateral(uint256 amount
addCollateralETH(payable 
bridgeETH(uint256 amount
disableWhitelist(bool disable
initialize(address _token
recoverForBetaTest(address tokenAddressuint256 tokenAmount
recoverToken(address tokenAddressuint256 tokenAmount
removeCollateral(
renounceOwnership(
setCollateralValueMin(uint256 newValue
setPaused(bool _paused
setTester(address accountbool on
setWhitelist(address _addressbool _on
transferOwnership(address newOwner
unlockCollateral(address accountuint256 profitInETHuint256 lossInETH
Events
CollateralAdded(address indexed useruint256 amount
CollateralRemoved(address indexed useruint256 amountuint256 profitInETH
CollateralUnlocked(address indexed useruint256 amountuint256 profitInETHuint256 lossInETH
DisableWhitelist(
EnableWhitelist(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PauseChanged(bool isPaused
Recovered(address tokenuint256 amount
Whitelisted(address indexed _addressbool whitelist
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.