MoonStake
Verified contract
Active on
Ethereum with 162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7f7b…dade
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 10.196152K | -- | -- | |
UNI-V2 | ERC-20 | 7.295711 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20252445 | 4 months ago | | | 0 | 0.00020928200 | |
| 11498649 | 4 years ago | | | 0 | 0.0049285530 | |
| 11491148 | 4 years ago | | | 0 | 0.0034421640 | |
| 11485928 | 4 years ago | | | 0 | 0.0034777050 | |
| 11484781 | 4 years ago | | | 0 | 0.0024704760 | |
| 11484735 | 4 years ago | | | 0 | 0.0034539400 | |
| 11484733 | 4 years ago | | | 0 | 0.0046790940 | |
| 11483313 | 4 years ago | | | 0 | 0.0027036990 | |
| 11483201 | 4 years ago | | | 0 | 0.0028945470 | |
| 11482367 | 4 years ago | | | 0 | 0.0015590210 |
ABI
ABI objects
Getter at block 21194575
burnCount() view returns (uint256)
2
lpToken() view returns (address)
0xc3501fee93996b523ac90c1be199069c2599ad78
moonETHToken() view returns (address)
0x7f7b6b6d3c5495cf5664baa7857639e3b964dade
Read-only
burnList(uint256) view returns (uint256 burnStart, uint256 reserveSnapshot0, uint256 reserveSnapshot1, uint256 percentageSnapshot, uint256 finalReserveSnapshot0, uint256 finalReserveSnapshot1, uint256 finalPercentageSnapshot, uint256 totalFees, uint256 totalBurn)
currentReward(address _user, uint256 _index) view returns (uint256)
getBurnStake(address _user, uint256 _week) view returns (uint256)
stakeCount(address) view returns (uint256)
stakeList(address, uint256) view returns (uint256 stakeTime, uint256 amount, uint256 claimed)
userList(address) view returns (uint256 moondayEthStaked, uint256 percentage, uint256 reserveConstant, uint256 percentageSnapshot)
State-modifying
Events burnMining(uint256 _amount)
claim(uint256 _index) returns (uint256)
claimBurns(uint256 _week)
depositMoondayETH(uint256 _amount)
payoutBurns()
setBurnLock()
setLPTokens(address _lpToken, address _moonEthToken, address _crops, address _moonday)
stake(uint256 _amount)
withdrawMoondayETH(uint256 _amount)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount, uint256 stakeIndex)
constructor(address _weth, address _owner, address _dev1, address _dev2, address _dev3)
This contract contains no fallback and receive objects.
This contract contains no error objects.