FairyStaking
Verified contract
Active on
Ethereum with 104 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 |
---|---|---|---|---|---|
FAIRY | ERC-20 | 11.653544K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10968254 | 4 years ago | | | 0 | 0.0094196000 | |
| 10968254 | 4 years ago | | | 0 | 0.010414680 | |
| 10968120 | 4 years ago | | | 0 | 0.014513800 | |
| 10968062 | 4 years ago | | | 0 | 0.0059628450 | |
| 10968059 | 4 years ago | | | 0 | 0.014515000 | |
| 10968059 | 4 years ago | | | 0 | 0.015949710 | |
| 10968019 | 4 years ago | | | 0 | 0.018173800 | |
| 10967980 | 4 years ago | | | 0 | 0.0051110100 | |
| 10967976 | 4 years ago | | | 0 | 0.037052244 | |
| 10967969 | 4 years ago | | | 0 | 0.014109945 |
ABI
ABI objects
Getter at block 21401997
FAIRY() view returns (address)
0xa9e36a459a48cc3fcc68bce72feceb15489d89cb
owner() view returns (address)
0xc932c277349d5786b15f0e687eaa6504c8904cbf
round() view returns (uint256)
59
totalDividends() view returns (uint256)
345627880230
totalStakes() view returns (uint256)
1524551095000000019000
Read-only
getPendingReward(address staker) view returns (uint256 _pendingReward)
payouts(uint256) view returns (uint256)
yourFAIRYBalance(address user) view returns (uint256 FAIRYBalance)
yourStakedFAIRY(address staker) view returns (uint256 stakedFAIRY)
State-modifying
Events ADDFUNDS(uint256 tokens)
CLAIMREWARD()
STAKE(uint256 tokens)
WITHDRAW(uint256 tokens)
transferOwnership(address _newOwner)
CLAIMEDREWARD(address staker, uint256 reward)
OwnershipTransferred(address indexed _from, address indexed _to)
PAYOUT(uint256 round, uint256 tokens, address sender)
STAKED(address staker, uint256 tokens, uint256 stakingFee)
UNSTAKED(address staker, uint256 tokens, uint256 unstakingFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.