MEVStaking
Verified contract
Active on
Ethereum with 559 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe7de…5bd9
0xb60c…0ec9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEVSHARE | ERC-20 | 9.998743T | -- | -- | |
MEVREPEL | ERC-20 | 100.27292M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17177829 | 2 years ago | | | 0 | 0.0089406746 | |
| 17148759 | 2 years ago | | | 0 | 0.0054527322 | |
| 17147060 | 2 years ago | | | 0 | 0.0033597106 | |
| 17145012 | 2 years ago | | | 0 | 0.0045592386 | |
| 17124349 | 2 years ago | | | 0 | 0.0099741917 | |
| 17124347 | 2 years ago | | | 0 | 0.0070793067 | |
| 17053495 | 2 years ago | | | 0 | 0.0026584240 | |
| 17010651 | 2 years ago | | | 0 | 0.0022776212 | |
| 16848742 | 2 years ago | | | 0 | 0.0022249955 | |
| 16713412 | 2 years ago | | | 0 | 0.0021616317 |
ABI
ABI objects
Getter at block 21214065
currentTimstamp() view returns (uint256)
1731926435
depositToken() view returns (address)
0xe7de43cd09b9e50ebc5fcc4f3c9ec563bae25bd9
owner() view returns (address)
0xdc8cc08b479db670be9a90abb47cf76102075833
rewardsToken() view returns (address)
0xb60c5e067ab29c8d59a63e67ef24ab2d2fa00ec9
stakingLive() view returns (bool)
true
Read-only
calculateRewards(address wallet) view returns (uint256)
depositAddresses(uint256) view returns (address)
deposits(address) view returns (struct MEVStakingDepositInfo info, struct MEVStakingTier tier, uint256 claimed, bool active)
tiers(uint256) view returns (uint256 lockedDays, uint256 APYRewards, bool enabled)
State-modifying
Events addTiers(uint256[] id, uint256[] lockedDays, uint256[] APYRewards)
claimRewards()
deposit(uint256 tokenAmount, uint256 tier)
enableStaking()
extendStake(uint256 _tier)
renounceOwnership()
rescueTokens()
setTokens(address depositAddress, address rewardsAddress)
transferOwnership(address newOwner)
updateDeposit(address _wallet, uint256 _tier, uint256 _lockedDays, uint256 _APYRewards)
updateTier(uint256 id, uint256 lockedDays, uint256 APYRewards)
withdraw()
ExtendLock(address wallet, uint256 duration)
FullWithdraw(address wallet, uint256 depositAmount, uint256 rewardsAmount, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsWithdraw(address wallet, uint256 rewardsAmount)
UserDeposit(address wallet, uint256 amount)
UserTruthStake(address wallet, uint256 tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.