LiquidityProtection
Verified contract
Active on
Ethereum with 2,640 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LiquidityProtection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216701 | 3 hours ago | | | 0 | 0.0060260204 | |
| 21216617 | 4 hours ago | | | 0 | 0.0062121223 | |
| 21216608 | 4 hours ago | | | 0 | 0.0081834831 | |
| 21215102 | 9 hours ago | | | 0 | 0.0054573198 | |
| 21213710 | 13 hours ago | | | 0 | 0.0032896180 | |
| 21213074 | 16 hours ago | | | 0 | 0.0038325552 | |
| 21206693 | 2 days ago | | | 0 | 0.0035282235 | |
| 21204530 | 2 days ago | | | 0 | 0.00098086203 | |
| 21199379 | 3 days ago | | | 0 | 0.0068575051 | |
| 21198971 | 3 days ago | | | 0 | 0.0043508469 |
ABI
ABI objects
Getter at block 21217726
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5beba4d3533a963dedb270a95ae5f7752fa0fe22
settings() view returns (address)
0xf7d28faa1fe9ea53279fe6e3cde75175859bdf46
stats() view returns (address)
0x9712bb50dc6efb8a3d7d12cea500a50967d2d471
store() view returns (address)
0xf5fab5dbd2f3bf675de4cb76517d4767013cfb55
Read-only
poolAvailableSpace(address poolAnchor) view returns (uint256, uint256)
poolDeficitPPM(address poolToken) view returns (uint256)
positionValue(uint256 id) view returns (uint256)
removeLiquidityReturn(uint256 id, uint32 portion, uint256 removeTimestamp) view returns (uint256, uint256, uint256)
totalPositionsValue(address poolAnchor) view returns (uint256 amount)
State-modifying
Events acceptOwnership()
acceptStoreOwnership()
acceptWalletOwnership()
addLiquidity(address poolAnchor, address reserveToken, uint256 amount) payable returns (uint256)
addLiquidityFor(address owner, address poolAnchor, address reserveToken, uint256 amount) payable returns (uint256)
claimBalance(uint256 startIndex, uint256 endIndex)
enableDepositing(bool state)
enableRemoving(bool state)
migrateSystemPoolTokens(address[] poolAnchors)
removeLiquidity(uint256 id, uint32 portion)
setTotalPositionsValue(address poolAnchor, uint256 amount)
setTotalPositionsValueMultiple(address[] poolAnchors, uint256[] amounts)
transferOwnership(address newOwner)
transferPosition(uint256 id, address newProvider) returns (uint256)
transferPositionAndNotify(uint256 id, address newProvider, address callback, bytes data) returns (uint256)
transferStoreOwnership(address newOwner)
transferWalletOwnership(address newOwner)
OwnerUpdate(address indexed prevOwner, address indexed newOwner)
constructor(address vaultV3, address settings, address store, address stats, address systemStore, address wallet, address networkTokenGovernance, address govTokenGovernance)
receive()
This contract contains no error objects.