MevRewardsSenseiStake
Verified contract
Active on
Ethereum with 150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfcbe…2d58
Balances ($12,483.21)
Native
Value
$12,483.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.774931 | $3,306.87 |
$12,483.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652007 | 3 months ago | | | 0 | 0.000050371874 | |
| 20638818 | 3 months ago | | | 0.012514544 | 0.000014740783 | |
| 20501662 | 3 months ago | | | 0 | 0.000086239000 | |
| 20403661 | 4 months ago | | | 0.025845989 | 0.000028782570 | |
| 20311340 | 4 months ago | | | 0 | 0.00028933146 | |
| 20228236 | 5 months ago | | | 0.2565696 | 0.00029742937 | |
| 20136379 | 5 months ago | | | 0 | 0.00023529192 | |
| 19959842 | 6 months ago | | | 0.093017109 | 0.00016183360 | |
| 19700067 | 7 months ago | | | 0 | 0.00041692693 | |
| 19408186 | 8 months ago | | | 0 | 0.0040714452 |
ABI
ABI objects
Getter at block 21259199
owner() view returns (address)
0x7ebc865602ef7202aaee6373dff1f7438cf04984
senseiRewards() view returns (address)
0xfcbebc836f74716ac7084b385fa40814d07a2d58
Read-only
balance(address) view returns (uint256)
claimableAmount(address owner) view returns (uint256)
nftOwner(uint256) view returns (address)
State-modifying
Events claim()
claimTo(address _owner)
distribute(struct MevRewardsSenseiStakeReward[] _rewards, uint256 _total)
renounceOwnership()
setNFTOwner(struct MevRewardsSenseiStakeNFTOwner[] _nftOwner)
setSenseiRewardsAddress(address _address)
transferOwnership(address newOwner)
Claimed(address indexed owner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SenseiRewardsAddressChanged(address indexed new_address)
constructor(address _senseiRewards)
receive()
BalancesMismatch(uint256 expected, uint256 provided)
ErrorSendingETH()
InvalidAddress()
NotEnoughBalance()
NothingToDistribute()