TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 171 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d7e…dbc8
-
variable spans 48 additional slots
0x8207…ae26
-
variable spans 9 additional slots
-
variable spans 9 additional slots
-
variable spans 98 additional slots
-
variable spans 99 additional slots
2 additional
variables
Balances ($2,067.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.581733 | $3,554.21 |
$2,067.6 | |
OGN | ERC-20 | 0 | $0.1238 |
$0 | |
0x14b4…b9bc | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18367527 | a year ago | | | 0 | 0.00042456792 | |
| 18367525 | a year ago | | | 0 | 0.0010671033 | |
| 18367521 | a year ago | | | 0 | 0.00062156231 | |
| 18217564 | a year ago | | | 0 | 0.00066715414 | |
| 18217551 | a year ago | | | 0 | 0.0014805457 | |
| 18217548 | a year ago | | | 0 | 0.00087285221 | |
| 18196475 | a year ago | | | 0 | 0.00066207180 | |
| 18196467 | a year ago | | | 0 | 0.0016210546 | |
| 18196465 | a year ago | | | 0 | 0.0011063381 | |
| 17841000 | a year ago | | | 0 | 0.0013379183 |
ABI
ABI objects
Getter at block 21280076 feesAccrued() view returns (uint256 token0Fees, uint256 token1Fees)
DENOM() view returns (uint256)
10000
MIN_LP() view returns (uint256)
1000
POOL_ERR() view returns (uint256)
50
RAY() view returns (uint256)
1000000000000000000000000000
TOKEN0() view returns (bytes32)
0x7641f496ba4346db02f2b22bd16e018492f6ace90a44ba1990c58f2989aaa42b
TOKEN1() view returns (bytes32)
0x29904dc0060dfbfbdb4804f541ee5b0af0fb57e8edc680ea7b5d072a031ba999
core() view returns (address)
0x5d7e616b2c0bf268494a482e315a60814f97dbc8
depositsEnabled() view returns (bool)
false
epoch() view returns (uint256)
16
epochDuration() view returns (uint256)
1
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
isNativeVault() view returns (bool)
true
lastEpochStart() view returns (uint256)
1697514659
pair() view returns (address)
0xce2cc0513634cef3a7c9c257e294ef5e3092f185
paused() view returns (bool)
false
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token0Data() view returns (uint256 reserves, uint256 active, uint256 depositRequestsTotal, uint256 withdrawRequestsTotal, uint256 claimableTotal)
(reserves=572108803939823579, active=0, depositRequestsTotal=0, withdrawRequestsTotal=0, claimableTotal=6)
token0FloorNum() view returns (uint256)
10000
token0ValueLocked() view returns (uint256)
581733103172293560
token1() view returns (address)
0x8207c1ffc5b6804f6024322ccf34f29c3541ae26
token1Data() view returns (uint256 reserves, uint256 active, uint256 depositRequestsTotal, uint256 withdrawRequestsTotal, uint256 claimableTotal)
(reserves=18, active=0, depositRequestsTotal=0, withdrawRequestsTotal=0, claimableTotal=0)
token1FloorNum() view returns (uint256)
500
token1ValueLocked() view returns (uint256)
18
Read-only
epochToToken0Rate(uint256 _epoch) view returns (uint256)
epochToToken1Rate(uint256 _epoch) view returns (uint256)
token0Balance(address user) view returns (uint256 deposited, uint256 pendingDeposit, uint256 claimable)
token0BalanceDay0(address user) view returns (uint256)
token0WithdrawRequests(address user) view returns (uint256)
token1Balance(address user) view returns (uint256 deposited, uint256 pendingDeposit, uint256 claimable)
token1BalanceDay0(address user) view returns (uint256)
token1WithdrawRequests(address user) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimToken0()
claimToken1()
collectFees()
depositToken0(uint256 _amount) payable
depositToken1(uint256 _amount)
initialize(address coreAddress, uint256 _epochDuration, address _token0, address _token1, uint256 _token0FloorNum, uint256 _token1FloorNum, address _uniswapFactory, address _uniswapRouter)
nextEpoch(uint256 expectedPoolToken0, uint256 expectedPoolToken1)
pause()
rescueTokens(address[] tokens, uint256[] amounts)
setDepositsDisabled()
setDepositsEnabled()
setEpochDuration(uint256 _epochDuration)
setToken0Floor(uint256 _token0FloorNum)
setToken1Floor(uint256 _token1FloorNum)
unpause()
unstakeLiquidity()
withdrawToken0(uint256 _amount)
withdrawToken1(uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AssetsClaimed(bytes32 indexed assetCode, address indexed user, uint256 amount)
DepositScheduled(bytes32 indexed assetCode, address indexed user, uint256 amount, uint256 indexed epoch)
EpochDurationUpdated(uint256 newEpochDuration)
FundsRescued(address indexed guardian)
Initialized(uint8 version)
NextEpochStarted(uint256 indexed newEpoch, address indexed initiator, uint256 startTime)
Paused()
Token0FloorUpdated(uint256 newFloor)
Token1FloorUpdated(uint256 newFloor)
Unpaused()
WithdrawScheduled(bytes32 indexed assetCode, address indexed user, uint256 amountDay0, uint256 indexed epoch)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.