TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 994 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
-
variable spans 9 additional slots
-
variable spans 9 additional slots
-
variable spans 98 additional slots
-
variable spans 99 additional slots
6 additional
variables
Balances ($8,640.63)
Native
Value
$17.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,597.07 |
$17.99 | |
WETH | ERC-20 | 2.396203 | $3,598.46 |
$8,622.64 | |
TKX | ERC-20 | 0.00006 | $13.69 |
$0 | |
FTM | ERC-20 | 0 | $1.26 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20311300 | 5 months ago | | | 0 | 0.00053697815 | |
| 20311274 | 5 months ago | | | 0 | 0.00077264322 | |
| 20311262 | 5 months ago | | | 0 | 0.00045142124 | |
| 18802211 | a year ago | | | 0 | 0.0032601572 | |
| 18798517 | a year ago | | | 0 | 0.011098758 | |
| 18798506 | a year ago | | | 0 | 0.0040478415 | |
| 18688465 | a year ago | | | 0 | 0.0029607671 | |
| 18688460 | a year ago | | | 0 | 0.0079618659 | |
| 18688443 | a year ago | | | 0 | 0.0043530860 | |
| 18441708 | a year ago | | | 0 | 0.0019277658 |
ABI
ABI objects
Getter at block 21322785 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)
69
epochDuration() view returns (uint256)
1
factory() view returns (address)
0xc0aee478e3658e2610c5f7a4a2e1777ce9e4f2ac
isNativeVault() view returns (bool)
true
lastEpochStart() view returns (uint256)
1721038799
pair() view returns (address)
0x0e26a21013f2f8c0362cfae608b4e69a249d5efc
paused() view returns (bool)
false
pid() view returns (uint256)
140
rewarder() view returns (address)
0xc2edad668740f1aa35e4d8f227fb8e17dca888cd
router() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
sushi() view returns (address)
0x6b3595068778dd592e39a122f4f5a5cf09c90fe2
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token0Data() view returns (uint256 reserves, uint256 active, uint256 depositRequestsTotal, uint256 withdrawRequestsTotal, uint256 claimableTotal)
(reserves=1775118682129857364, active=0, depositRequestsTotal=0, withdrawRequestsTotal=0, claimableTotal=68)
token0FloorNum() view returns (uint256)
10000
token0ValueLocked() view returns (uint256)
2396202964024808932
token1() view returns (address)
0x4e15361fd6b4bb609fa63c81a2be19d873717870
token1Data() view returns (uint256 reserves, uint256 active, uint256 depositRequestsTotal, uint256 withdrawRequestsTotal, uint256 claimableTotal)
(reserves=1, active=0, depositRequestsTotal=0, withdrawRequestsTotal=0, claimableTotal=0)
token1FloorNum() view returns (uint256)
500
token1ValueLocked() view returns (uint256)
1
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 _sushiswapFactory, address _sushiswapRouter, address _sushi, address _masterChef, uint256 _pid)
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.