CresoFlexibleStake
Verified contract
Active on
Ethereum with 2,620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x41ea…ebce
Balances ($46,912.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRE | ERC-20 | 7.353031B | $0.000006 |
$46,912.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253376 | a day ago | | | 0 | 0.0011100458 | |
| 21121394 | 20 days ago | | | 0 | 0.00031855668 | |
| 21121392 | 20 days ago | | | 0 | 0.00058087347 | |
| 21087323 | 24 days ago | | | 0 | 0.0015743824 | |
| 21086125 | 25 days ago | | | 0 | 0.0025381196 | |
| 21077448 | a month ago | | | 0 | 0.00064424644 | |
| 21077441 | a month ago | | | 0 | 0.00056212800 | |
| 21069935 | a month ago | | | 0 | 0.00074610474 | |
| 21043065 | a month ago | | | 0 | 0.00087576045 | |
| 21043060 | a month ago | | | 0 | 0.00048871532 |
ABI
ABI objects
Getter at block 21261962
PRECISION_FACTOR() view returns (uint256)
1000000000000
accTokenPerShare() view returns (uint256)
46929595978
apy() view returns (uint256)
6
cresoToken() view returns (address)
0x41ea5d41eeacc2d5c4072260945118a13bb7ebce
lastRewardTimeStamp() view returns (uint256)
1732400339
owner() view returns (address)
0xe7cf40df1f8626491278e3abfaad5b93e9e1c2ce
rewardAllocated() view returns (uint256)
500000000000000000000000000
rewardTreasure() view returns (uint256)
0
totalStaked() view returns (uint256)
7109216319280000000000000000
Read-only
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addRewardTreasure(uint256 _amount)
claim()
deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
recoverToken(address _token)
renounceOwnership()
transferOwnership(address newOwner)
updateNewAPY(uint256 _newAPY)
withdraw(uint256 _amount)
Claim(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewAPY(uint256 apy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRecovery(address indexed token, uint256 amount)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.