FomosStaking
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaac5…1922
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
nofomo | ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19434919 | 9 months ago | | | 0 | 0.0076263323 | |
| 19370301 | 9 months ago | | | 0 | 0.010894209 | |
| 19347438 | 9 months ago | | | 0 | 0.0019140496 | |
| 19347377 | 9 months ago | | | 0 | 0.0048643427 | |
| 19347365 | 9 months ago | | | 0 | 0.0021297287 |
ABI
ABI objects
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 receipt) view returns (uint256)
periodDistribution(uint256) view returns (uint256)
userToPeriodId(address) view returns (uint256)
userToStakeAmount(address) view returns (uint256)
State-modifying
Events renounceOwnership()
setMintingContract(address _mintingContract)
stake(uint256 amount)
transferOwnership(address newOwner)
updateCycle(uint256 _periodId, uint256 distributionAmount)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 amount)
constructor(address _noFomo)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)