MoopyStaking
Verified contract
Active on
Ethereum with 1,487 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeee0…eee3
0x2a86…ec9d
0x4642…b27d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- | |
MOOPY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16157150 | 2 years ago | | | 0 | 0.0019777642 | |
| 16024351 | 2 years ago | | | 0 | 0.0013959487 | |
| 15963556 | 2 years ago | | | 0 | 0.0040828158 | |
| 15879934 | 2 years ago | | | 0 | 0.0011298963 | |
| 15853511 | 2 years ago | | | 0 | 0.0018141068 | |
| 15844720 | 2 years ago | | | 0 | 0.0021749698 | |
| 15780055 | 2 years ago | | | 0 | 0.0020634699 | |
| 15763979 | 2 years ago | | | 0 | 0.0011848190 | |
| 15736393 | 2 years ago | | | 0 | 0.0012269095 | |
| 15678688 | 2 years ago | | | 0 | 0.0012872463 |
ABI
ABI objects
Getter at block 21181578
accRewardsPerShare() view returns (uint256)
0
devAddress() view returns (address)
0x1111d7b4976cc9310b15bcb3123395b308451111
isStakingActive() view returns (bool)
true
lastRewardBlock() view returns (uint256)
1672444800
mooney() view returns (address)
0x2a86c73326771795e7f7e6fd1ea7fdab993dec9d
moopy() view returns (address)
0xeee01e9364c2bf5aff24328fb5bdfb98ff5ceee3
owner() view returns (address)
0x1111d7b4976cc9310b15bcb3123395b308451111
rewardsPerBlock() view returns (uint256)
27550000000000000000
smoopy() view returns (address)
0x46421da2579e1151212e11fdf61ccd836254b27d
startBlock() view returns (uint256)
1672444800
Read-only
getStakedTokens(address _user) view returns (uint256[])
pendingRewards(address _user) view returns (uint256)
userInfo(address) view returns (uint256 shares, uint256 rewardDebt)
State-modifying
Events claimRewards()
deposit(uint256[] _tokenIds)
emergencyWithdraw(uint256[] _tokenIds)
renounceOwnership()
setDevAddr(address _devAddr)
setMooney(address _newMooneyAddress)
setMoopy(address _newMoopyAddress)
setRewardsPerBlock(uint256 _rewardsPerBlock)
setSmoopy(address _newSmoopyAddress)
setStakingActive()
setStartBlock(uint256 _startBlock)
transferOwnership(address newOwner)
updatePool()
withdraw(uint256[] _tokenIds)
Deposit(address indexed user, uint256[] tokenIds)
EmergencyWithdraw(address indexed user, uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256[] tokenIds)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.