WarpControl
Verified contract
Active on
Ethereum with 1,107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff42…e0e8
0xa748…8fe3
0xc20e…47eb
Balances ($0.00)
No balances found for "WarpControl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11619306 | 4 years ago | | | 0 | 0.014452510 | |
| 11598010 | 4 years ago | | | 0 | 0.015553153 | |
| 11583522 | 4 years ago | | | 0 | 0.018177930 | |
| 11575065 | 4 years ago | | | 0 | 0.013424965 | |
| 11572350 | 4 years ago | | | 0 | 0.0047517200 | |
| 11572144 | 4 years ago | | | 0 | 0.010511540 | |
| 11572138 | 4 years ago | | | 0 | 0.0090911250 | |
| 11569744 | 4 years ago | | | 0 | 0.017110501 | |
| 11560564 | 4 years ago | | | 0 | 0.0096232050 | |
| 11557886 | 4 years ago | | | 0 | 0.010305111 |
ABI
ABI objects
Getter at block 21167948 viewAllGroups() view returns (address[]) viewLaunchParticipants() view returns (address[])
Oracle() view returns (address)
0xff426bb249c53282c6ef6f1973b07f175362e0e8
WVLPF() view returns (address)
0xa74838f2237dee55fd72a5f69c6efc08e1248fe3
WVSCF() view returns (address)
0xc20e752172ce2dbb8d98b56aea29301334e647eb
graceSpace() view returns (uint256)
0
newWarpControl() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0efe54e77e5cc430342088da27ef73f42b482d33
viewNumLPVaults() view returns (uint256)
4
viewNumSCVaults() view returns (uint256)
3
warpTeam() view returns (address)
0x95947e1c378cf978f2a4038add5d6f1682f34f58
Read-only
calcBorrowLimit(uint256 _collateralValue) pure returns (uint256)
calcCollateralRequired(uint256 _borrowAmount) pure returns (uint256)
existingRefferalCode(address) view returns (bool)
getAccountsGroup(address _account) view returns (address)
getGroupName(address _refferalCode) view returns (string)
getVaultByAsset(address) view returns (address)
groups(uint256) view returns (address)
groupsYourIn(address) view returns (address)
instanceLPTracker(address) view returns (address)
instanceSCTracker(address) view returns (address)
isInGroup(address) view returns (bool)
isParticipant(address) view returns (bool)
isVault(address) view returns (bool)
launchParticipants(uint256) view returns (address)
lockedLPValue(address) view returns (uint256)
lpVaults(uint256) view returns (address)
refferalCodeToGroupName(address) view returns (string)
refferalCodeTracker(address, uint256) view returns (address)
scVaults(uint256) view returns (address)
viewAllMembersOfAGroup(address _refferalCode) view returns (address[])
viewBorrowLimit(address _account) view returns (uint256)
viewMaxWithdrawAllowed(address account, address lpToken) view returns (uint256)
viewPriceOfCollateral(address lpToken) view returns (uint256)
viewPriceOfToken(address token, uint256 amount) view returns (uint256)
viewTotalAvailableCollateralValue(address _account) view returns (uint256)
viewTotalBorrowedValue(address _account) view returns (uint256)
State-modifying
Events addMemberToGroup(address _refferalCode)
borrowSC(address _StableCoin, uint256 _amount)
createGroup(string _groupName)
createNewLPVault(uint256 _timelock, address _lp, address _lpAsset1, address _lpAsset2, string _lpName)
createNewSCVault(uint256 _timelock, uint256 _baseRatePerYear, uint256 _multiplierPerYear, uint256 _jumpMultiplierPerYear, uint256 _optimal, uint256 _initialExchangeRate, uint256 _reserveFactorMantissa, address _StableCoin)
getBorrowLimit(address _account) returns (uint256)
getMaxWithdrawAllowed(address account, address lpToken) returns (uint256)
getPriceOfCollateral(address lpToken) returns (uint256)
getPriceOfToken(address token, uint256 amount) returns (uint256)
getTotalAvailableCollateralValue(address _account) returns (uint256)
getTotalBorrowedValue(address _account) returns (uint256)
liquidateAccount(address _borrower)
renounceOwnership()
startUpgradeTimer(address _newWarpControl)
transferOwnership(address newOwner)
transferWarpTeam(address _newWarp)
updateInterestRateModel(address _token, uint256 _baseRatePerYear, uint256 _multiplierPerYear, uint256 _jumpMultiplierPerYear, uint256 _optimal)
upgradeWarp()
Liquidation(address _account, address liquidator)
NewBorrow(address _borrower, address _StableCoin, uint256 _amountBorrowed)
NewLPVault(address _newVault)
NewSCVault(address _newVault, address _interestRateModel)
NotCompliant(address _account, uint256 _time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
complianceReset(address _account, uint256 _time)
constructor(address _oracle, address _WVLPF, address _WVSCF, address _warpTeam)
This contract contains no fallback and receive objects.
This contract contains no error objects.