Staked Fancy Games LP
Verified contract
Active on
Ethereum with 6,344 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FNC | ERC-20 | 1.199366K | $0.000681 |
$0.82 | |
SLP | ERC-20 | 22.977959K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21186383 | 2 days ago | | | 0 | 0.0034912801 | |
| 21178912 | 3 days ago | | | 0 | 0.0036309697 | |
| 21171904 | 4 days ago | | | 0 | 0.0039134193 | |
| 21161267 | 6 days ago | | | 0 | 0.0019133770 | |
| 21161265 | 6 days ago | | | 0 | 0.0017487907 | |
| 21088092 | 16 days ago | | | 0 | 0.00095362850 | |
| 21045751 | 22 days ago | | | 0 | 0.00077526942 | |
| 20857857 | 2 months ago | | | 0 | 0.00093853420 | |
| 20857854 | 2 months ago | | | 0 | 0.00029349750 | |
| 20857853 | 2 months ago | | | 0 | 0.00033790317 |
ABI
ABI objects
Getter at block 21200740
DOMAIN_SEPARATOR() view returns (bytes32)
0xa4ab573a8b1ab71604cecd5525163a787a644f9a9f70d50017c664111c57d541
MIN_LOCK_DURATION() view returns (uint256)
600
POINTS_MULTIPLIER() view returns (uint128)
340282366920938463463374607431768211455
decimals() view returns (uint8)
18
depositToken() view returns (address)
0x82ecdd4635766560c4e3a8efa8a7c1fff566111e
escrowDuration() view returns (uint256)
31536000
escrowPool() view returns (address)
0xc6cb6128178b9e3372b6fc89618bc59657b73234
liquidityMiningManager() view returns (address)
0x9efa976166e362d1bff42590dd9a8d848389d387
maxBonus() view returns (uint256)
1000000000000000000
maxLockDuration() view returns (uint256)
31536000
name() view returns (string)
Staked Fancy Games LP
pointsPerShare() view returns (uint256)
864509345867484033271920535904292347362298
sFNCEnabled() view returns (bool)
true
symbol() view returns (string)
SFNCLP
totalSupply() view returns (uint256)
41188066480236828585111
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
cumulativeRewardsOf(address _account) view returns (uint256)
delegates(address account) view returns (address)
depositsOf(address, uint256) view returns (uint256 amount, uint64 start, uint64 end)
getDepositsOf(address _account) view returns (struct FancyStakingPoolDeposit[])
getDepositsOfLength(address _account) view returns (uint256)
getMultiplier(uint256 _lockDuration) view returns (uint256)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getTotalDeposit(address _account) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
pointsCorrection(address) view returns (int256)
withdrawableRewardsOf(address _account) view returns (uint256)
withdrawnRewards(address) view returns (uint256)
withdrawnRewardsOf(address _account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimRewards(address _receiver, bool useEscrowPool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
deposit(uint256 _amount, uint256 _duration, address _receiver)
distributeRewards(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setSFNCClaiming(bool _sFNCEnabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _depositId, address _receiver)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Deposited(uint256 amount, uint256 duration, address indexed receiver, address indexed from)
RewardsClaimed(address indexed _from, address indexed _receiver, uint256 _escrowedAmount, uint256 _sFNCAmount)
RewardsDistributed(address indexed by, uint256 rewardsDistributed)
RewardsWithdrawn(address indexed by, uint256 fundsWithdrawn)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(uint256 indexed depositId, address indexed receiver, address indexed from, uint256 amount)
constructor(string _name, string _symbol, address _depositToken, address _liquidityMiningManager, address _escrowPool, uint256 _escrowDuration, uint256 _maxBonus, uint256 _maxLockDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.