Maha Staking
Verified contract
Active on
Ethereum with 1,629 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAHA | ERC-20 | 9.695863K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14779384 | 3 years ago | | | 0 | 0.0012073327 | |
| 14648657 | 3 years ago | | | 0 | 0.0032366467 | |
| 13991277 | 3 years ago | | | 0 | 0.0082556046 | |
| 13651127 | 3 years ago | | | 0 | 0.0046451201 | |
| 13494183 | 3 years ago | | | 0 | 0.011377268 | |
| 13445940 | 3 years ago | | | 0 | 0.0037675628 | |
| 13284970 | 3 years ago | | | 0 | 0.0016800845 | |
| 13284970 | 3 years ago | | | 0 | 0.0033325716 | |
| 13064734 | 3 years ago | | | 0 | 0.0025758600 | |
| 12972747 | 3 years ago | | | 0 | 0.0029330829 |
ABI
ABI objects
Getter at block 21381782
ERC20Interface() view returns (address)
0xb4d930279552397bba2ee473229f89ec245bc365
earlyWithdrawReward() view returns (uint256)
4075418951183610000000
name() view returns (string)
Maha Staking
rewardBalance() view returns (uint256)
19128423983580836964800
stakedBalance() view returns (uint256)
102443180286891237968035
stakedTotal() view returns (uint256)
165280879686891237968077
stakingCap() view returns (uint256)
200000000000000000000000
stakingEnds() view returns (uint256)
1609513200
stakingStarts() view returns (uint256)
1608908400
tokenAddress() view returns (address)
0xb4d930279552397bba2ee473229f89ec245bc365
totalReward() view returns (uint256)
20000000000000000000000
withdrawEnds() view returns (uint256)
1617289200
withdrawStarts() view returns (uint256)
1613401200
Read-only
stakeOf(address account) view returns (uint256)
State-modifying
Events addReward(uint256 rewardAmount, uint256 withdrawableAmount) returns (bool)
stake(uint256 amount) returns (bool)
withdraw(uint256 amount) returns (bool)
PaidOut(address indexed token, address indexed staker_, uint256 amount_, uint256 reward_)
Refunded(address indexed token, address indexed staker_, uint256 amount_)
Staked(address indexed token, address indexed staker_, uint256 requestedAmount_, uint256 stakedAmount_)
constructor(string name_, address tokenAddress_, uint256 stakingStarts_, uint256 stakingEnds_, uint256 withdrawStarts_, uint256 withdrawEnds_, uint256 stakingCap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.