SureYieldSingleStakingBase
Verified contract
Active on
Base with 459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($520.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 520.089919 | $0.999797 |
$519.98 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
WGC | ERC-20 | 200 | $0.000089 |
$0.02 | |
USA | ERC-20 | 1 | $0.000633 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000597 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 101.186739 | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21904177 | 12 days ago | | | 0 | 5.3475894e-7 | |
| 21904147 | 12 days ago | | | 0 | 4.3121338e-7 | |
| 18685148 | 3 months ago | | | 0 | 6.7352480e-7 | |
| 18018103 | 3 months ago | | | 0 | 5.3475894e-7 | |
| 18018099 | 3 months ago | | | 0 | 3.3864115e-7 | |
| 17971434 | 3 months ago | | | 0 | 2.6757360e-7 | |
| 17941003 | 3 months ago | | | 0 | 1.2546982e-7 | |
| 17911178 | 3 months ago | | | 0 | 0.0000081298079 | |
| 17909483 | 3 months ago | | | 0 | 1.5183955e-7 | |
| 17833513 | 3 months ago | | | 0 | 0.0000029749841 |
ABI
ABI objects
Getter at block 22431740
accInterestPerShare() view returns (uint256)
556971853667371161
allPoolsLength() view returns (uint256)
1
lastUsdcValue() view returns (uint256)
203818925
liquidReservePercent() view returns (uint256)
99
minStakeDuration() view returns (uint256)
86400
reservedWithdrawUsdc() view returns (uint256)
196215118
settingSetter() view returns (address)
0x8e583a90e3860da3295799407d3024f3f41ca408
stakingOpen() view returns (bool)
false
strategyContract() view returns (address)
0xae1834f1f4b1ca9339e46feb0c8373179cc6a934
totalInterestPaid() view returns (uint256)
12515456029
totalUsdcStaked() view returns (uint256)
888381921
totalWithdrawShares() view returns (uint256)
1143787524
usdcToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Read-only
dailyStats(uint256) view returns (uint256 usdcStaked, uint256 usdcValue, uint256 interestEarned)
getInterest(address _account) view returns (uint256)
getStatsForLastDays(uint256 numberOfDays) view returns (uint256[], uint256[], uint256[])
getUserStakes(address _account) view returns (address[] partnerTokens, uint256[] amountTokens, uint256[] amountUsdcs, uint256[] amountShares)
pools(uint256) view returns (address partnerToken, uint256 totalPartnerStaked, uint256 totalUsdcStaked, bool enabled)
userInfo(address) view returns (uint256 userAccInterestPerShare, uint256 lastStakeTime, uint256 withdrawShares)
userStakes(address, address) view returns (uint256 amountToken, uint256 amountUsdc, uint256 withdrawShares)
State-modifying
Events addInterest(uint256 _amount)
addPool(address _partnerToken)
compoundInterest(uint256 _poolId)
openStake(uint256 _amountUsdc, uint256 _poolId)
payEarnedInterest()
setLiquidReservePercent(uint256 _percent)
setMinStakeDuration(uint256 _duration)
setNewStrategy(address _strategy)
setOnOffPool(uint256 _poolId, bool _enabled)
setOnOffStaking(bool _enabled)
transferOwnership(address newOwner)
unstake(uint256 _poolId, uint256 _percent)
updateLastUsdcValue(uint256 _amount)
InterestCompounded(address indexed staker, uint256 poolId, uint256 compoundedInterestUsdc, uint256 newSharesAdded, uint256 timestamp)
InterestPaid(address indexed account, uint256 earnings, uint256 timestamp)
StakeOpened(address indexed staker, uint256 amountUsdc, uint256 poolId, address partnerToken, uint256 sharesAdded, uint256 timestamp)
UnstakePerformed(address indexed staker, uint256 poolId, uint256 percentUnstaked, uint256 usdcReceived, uint256 sharesRemoved, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
FailedCall()
InsufficientBalance(uint256 balance, uint256 needed)
SafeERC20FailedOperation(address token)