CYBAstake
Verified contract
Active on
Ethereum with 2,278 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($166,783.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CYBA | ERC-20 | 177.899094M | $0.000938 |
$166,783.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156161 | 5 hours ago | | | 0 | 0.0011209712 | |
| 21156158 | 5 hours ago | | | 0 | 0.0011294505 | |
| 21146386 | 2 days ago | | | 0 | 0.0011915434 | |
| 21146372 | 2 days ago | | | 0 | 0.00087054826 | |
| 21117914 | 6 days ago | | | 0 | 0.00057812786 | |
| 21117901 | 6 days ago | | | 0 | 0.00059711558 | |
| 21117875 | 6 days ago | | | 0 | 0.00046457150 | |
| 21098413 | 8 days ago | | | 0 | 0.00029718686 | |
| 21098411 | 8 days ago | | | 0 | 0.00035489518 | |
| 21052463 | 15 days ago | | | 0 | 0.00062895908 |
ABI
ABI objects
Getter at block 21157559
apy() view returns (uint256)
10
calculateNewRewards() view returns (uint256)
9440399984779
exitPenaltyPerc() view returns (uint256)
4
lockDuration() view returns (uint256)
432000
owner() view returns (address)
0x746b95ffe1bd7080169125f12e7d96bc09076e32
rewardToken() view returns (address)
0x1063181dc986f76f7ea2dd109e16fc596d0f522a
rewardsRemaining() view returns (uint256)
689299582878077
stakingToken() view returns (address)
0x1063181dc986f76f7ea2dd109e16fc596d0f522a
totalStaked() view returns (uint256)
177209794000000000
Read-only
holderUnlockTime(address) view returns (uint256)
pendingReward(address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accTokensPerShare)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
massUpdatePools()
renounceOwnership()
startReward()
stopReward()
transferOwnership(address newOwner)
updateApy(uint256 newApy)
updateExitPenalty(uint256 newPenaltyPerc)
updatelockduration(uint256 newlockDuration)
withdraw()
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.