Staking
Verified contract
Active on
Ethereum with 1,009 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($34,826.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cUSDC | ERC-20 | 1.314395M | $0.02424 |
$31,861.55 | |
cDAI | ERC-20 | 124.319125K | $0.023849 |
$2,964.85 | |
UNI-V2 | ERC-20 | 0.039261 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20843893 | 2 months ago | | | 0 | 0.0012880860 | |
| 20736012 | 2 months ago | | | 0 | 0.0019728690 | |
| 20736009 | 2 months ago | | | 0 | 0.0021506469 | |
| 20736004 | 2 months ago | | | 0 | 0.0021594907 | |
| 19383515 | 9 months ago | | | 0 | 0.010232917 | |
| 19383493 | 9 months ago | | | 0 | 0.012231506 | |
| 18859164 | a year ago | | | 0 | 0.0033854250 | |
| 18169121 | a year ago | | | 0 | 0.0025399005 | |
| 18169112 | a year ago | | | 0 | 0.0018509185 | |
| 18169109 | a year ago | | | 0 | 0.0023493868 |
ABI
ABI objects
Getter at block 21267800
_owner() view returns (address)
0xde121cc755c1d1786dd46fff7e373e9372fd79d8
cDai() view returns (address)
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643
cUsdc() view returns (address)
0x39aa39c021dfbae8fac545936693ac917d5e7563
cUsdt() view returns (address)
0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9
currentEpochMultiplier() view returns (uint128)
214816881613756613
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
epoch1Start() view returns (uint256)
1624230000
epochDuration() view returns (uint256)
2419200
firstReferrerRewardPercentage() view returns (uint256)
1000
getCurrentEpoch() view returns (uint128)
45
secondReferrerRewardPercentage() view returns (uint256)
500
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
wbtcSwappLP() view returns (address)
0x5548f847fd9a1d3487d5fbb2e8d73972803c4cce
Read-only
balanceOf(address user, address token) view returns (uint256)
checkStableCoin(address token) pure returns (bool)
computeNewMultiplier(uint256 prevBalance, uint128 prevMultiplier, uint256 amount, uint128 currentMultiplier) pure returns (uint128)
epochIsInitialized(address token, uint128 epochId) view returns (bool)
getEpochPoolSize(address tokenAddress, uint128 epochId) view returns (uint256)
getEpochUserBalance(address user, address token, uint128 epochId) view returns (uint256)
getReferralById(address referrer, uint256 id) view returns (address)
hasReferrer(address addr) view returns (bool)
referrals(address) view returns (address)
referrers(address) view returns (uint256 referralsCount)
stableCoinBalances(address) view returns (uint256)
State-modifying
Events checkInterestFromCompound(address tokenAddress) returns (uint256 interest)
deposit(address tokenAddress, uint256 amount, address referrer)
emergencyWithdraw(address tokenAddress)
getInterest(address tokenAddress)
getInterestFromCompound(address tokenAddress)
manualEpochInit(address[] tokens, uint128 epochId)
updateReferrersPercentage(uint256 first, uint256 second)
withdraw(address tokenAddress, uint256 amount)
CheckInterest(uint256 cBalance, uint256 uBalance, uint256 interest)
Deposit(address indexed user, address indexed tokenAddress, uint256 amount)
EmergencyWithdraw(address indexed user, address indexed tokenAddress, uint256 amount)
GetInterest(address indexed token, uint256 amount)
ManualEpochInit(address indexed caller, uint128 indexed epochId, address[] tokens)
RegisteredReferer(address referral, address referrer)
Withdraw(address indexed user, address indexed tokenAddress, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.