CODEXSTAKE
Verified contract
Active on
Ethereum with 2,040 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($82,321.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CODEX | ERC-20 | 16.072587M | $0.005122 |
$82,321.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216455 | a day ago | | | 0 | 0.0024321118 | |
| 21203918 | 3 days ago | | | 0 | 0.0013607421 | |
| 21203913 | 3 days ago | | | 0 | 0.0012130853 | |
| 21195450 | 4 days ago | | | 0 | 0.0029663324 | |
| 21191661 | 5 days ago | | | 0 | 0.0018079436 | |
| 21187438 | 5 days ago | | | 0 | 0.0044436589 | |
| 21187430 | 5 days ago | | | 0 | 0.0061776597 | |
| 21182409 | 6 days ago | | | 0 | 0.0043087189 | |
| 21176706 | 7 days ago | | | 0 | 0.0026285748 | |
| 21175014 | 7 days ago | | | 0 | 0.0010138851 |
ABI
ABI objects
Getter at block 21225400
apy() view returns (uint256)
20
calculateNewRewards() view returns (uint256)
10560041691400
exitPenaltyPerc() view returns (uint256)
20
lockDuration() view returns (uint256)
1296000
owner() view returns (address)
0x34ab2822d8fa561914c17667ddd223d06d7c16c3
rewardToken() view returns (address)
0xfd26e39807772251c3bb90fb1fcd9ce5b80c5c24
rewardsRemaining() view returns (uint256)
611980019089235
stakingToken() view returns (address)
0xfd26e39807772251c3bb90fb1fcd9ce5b80c5c24
totalStaked() view returns (uint256)
15460607000000000
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.