SentinelAiStake
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($46.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SENAI | ERC-20 | 2.9772M | $0.000016 |
$46.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19711202 | 7 months ago | | | 0 | 0.0010077135 | |
| 19711199 | 7 months ago | | | 0 | 0.0012524641 | |
| 19701086 | 7 months ago | | | 0 | 0.00046394031 | |
| 19701077 | 7 months ago | | | 0 | 0.00078427689 | |
| 19701075 | 7 months ago | | | 0 | 0.00065469104 | |
| 19694308 | 7 months ago | | | 0 | 0.00099489454 | |
| 19694299 | 7 months ago | | | 0 | 0.00073787910 | |
| 19685292 | 7 months ago | | | 0 | 0.0011014983 | |
| 19678710 | 7 months ago | | | 0 | 0.0013751114 | |
| 19678661 | 7 months ago | | | 0 | 0.0012894505 |
ABI
ABI objects
Getter at block 21208094
apy() view returns (uint256)
10000
calculateNewRewards() view returns (uint256)
45195436605517503
exitPenaltyPerc() view returns (uint256)
0
lockDuration() view returns (uint256)
604800
owner() view returns (address)
0xbbf52065ec01b85fbc55cb0b45d83a31486a5998
rewardToken() view returns (address)
0x8070dee687fc754b55101374e3ca6e4fd024a39e
rewardsRemaining() view returns (uint256)
2188116415665619
stakingToken() view returns (address)
0x8070dee687fc754b55101374e3ca6e4fd024a39e
totalStaked() view returns (uint256)
789083300000000
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.