LiquidVault
Verified contract
Active on
Ethereum with 59 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 2 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "LiquidVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20409142 | 3 months ago | | | 0.57 | 0.00019944200 | |
| 12058393 | 4 years ago | | | 0 | 0.0060284150 | |
| 12058014 | 4 years ago | | | 0 | 0.0097571250 | |
| 12057972 | 4 years ago | | | 0 | 0.013538070 | |
| 12056883 | 4 years ago | | | 0 | 0.0062474000 | |
| 11855299 | 4 years ago | | | 1 | 0.067949073 | |
| 11846541 | 4 years ago | | | 1 | 0.051580250 | |
| 11841526 | 4 years ago | | | 0.1 | 0.027488296 | |
| 11814088 | 4 years ago | | | 1 | 0.037569489 | |
| 11814077 | 4 years ago | | | 1 | 0.039187595 |
ABI
ABI objects
Getter at block 21078185 lockPercentageUINT() view returns (uint256)
calibration() view returns (bytes16 a, bytes16 b, bytes16 c, bytes16 d, uint256 maxReserves)
(a=0xbfcb59e05f1e2674d208f2461d9cb64e, b=0x3fde33dcfe54a3802b3e313af8e0e525, c=0x3ff164840e1719f7f8ca8198f1d3ed52, d=0x00000000000000000000000000000000, maxReserves=500000000000000000000000)
config() view returns (address R3T, address uniswapRouter, address tokenPair, address feeDistributor, address uniswapOracle, address weth)
(R3T=0x8c7424c3000942e5a93de4a01ce2ec86c06333cb, uniswapRouter=0x7a250d5630b4cf539739df2c5dacb4c659f2488d, tokenPair=0xd9d7d176d7a097acfbb9bd52c3b24b23a8ab0ca4, feeDistributor=0xa889d13752e83aff62d2999c17c4709607bae42c, uniswapOracle=0xa2f792007fb19c4b1e68b175548766330084f340, weth=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
fee() view returns (bytes16)
0x4003a1811609a8d73ef954b51f372b43
feeUINT() view returns (uint256)
260
forceUnlock() view returns (bool)
true
getLockedPeriod() view returns (uint256)
0
lockPercentageCalibration() view returns (bytes16 dMax, bytes16 p0, bytes16 d0, bytes16 beta)
(dMax=0x00000000000000000000000000000000, p0=0x3ff7cac083126e978d4fdf3b645a1cac, d0=0x40004000000000000000000000000000, beta=0x40061db6db6db5a1484ad8a787aa1421)
owner() view returns (address)
0x5c2eac678915e46228107cb9dcbad128c0a10ead
treasury() view returns (address)
0x96537245bc742b74c5dab9b6d9e19eccdaf8eee7
Read-only
getLockedLP(address holder, uint256 position) view returns (address, uint256, uint256)
lockedLP(address, uint256) view returns (address holder, uint256 amount, uint256 timestamp)
lockedLPLength(address holder) view returns (uint256)
queueCounter(address) view returns (uint256)
State-modifying
Events calibrate(bytes16 a, bytes16 b, bytes16 c, bytes16 d, uint256 maxReserves)
calibrateLockPercentage(bytes16 dMax, bytes16 p0, bytes16 d0, bytes16 beta)
claimLP() returns (bool)
enableLPForceUnlock()
flushToTreasury(uint256 amount)
purchaseLP() payable
purchaseLPFor(address beneficiary) payable
renounceOwnership()
seed(address r3t, address _feeDistributor, address _uniswapRouter, address _uniswapPair, address _treasury, address _uniswapOracle)
setOracleAddress(address _uniswapOracle)
transferOwnership(address newOwner)
LPClaimed(address holder, uint256 amount, uint256 timestamp, uint256 blackholeDonation, uint256 lockPeriod)
LPQueued(address holder, uint256 amount, uint256 eth, uint256 r3t, uint256 timeStamp, uint256 lockPeriod)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.