FomosStaking

Verified contract

Active on Ethereum with 5 txns
Deployed by via 0x47edafa3 at 19346415
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x0131a852ae54806446dd024666c6b15a9dd802500c852c79075c529209f78a41
0xcc67a431124e4268f1fadcc6daed9f42ddb88e9267659593944ccd3f64225bf8
0x304e46189305e1eed233a7d473e108859599c08aef5980f3a41a5be3e6522aa1
0x61314a290734bff221de5f477a75c5fec852ef508276380e7b3929370e0d1bef
0xa2a60598ff2bb0d33e73e397be51e5227ec71597ce6c518ec216d4a904334f98

Functions
Getter at block 21378770
mintingContract(view returns (address)
0x3f29fc82e06948d36ea6b6300fa6f961228a373c
noFomo(view returns (address)
0xaac54007694b03c11e87e8202653d11dc8111922
owner(view returns (address)
0x2614610dc889d376ee5eeee04fe7cee750c1e45b
periodId(view returns (uint256)
29
poolTotalStakedAmount(view returns (uint256)
0
Read-only
getClaimRewards(address receiptview returns (uint256)
periodDistribution(uint256view returns (uint256)
userToPeriodId(addressview returns (uint256)
userToStakeAmount(addressview returns (uint256)
State-modifying
renounceOwnership(
setMintingContract(address _mintingContract
stake(uint256 amount
transferOwnership(address newOwner
updateCycle(uint256 _periodIduint256 distributionAmount
withdraw(
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Stake(address indexed useruint256 amount
Withdraw(address indexed useruint256 amount
Constructor
constructor(address _noFomo
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account