FrankStaking
Verified contract
Active on
Base with 4,014 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9567…e549
Balances ($0.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000016 | $3,319.64 |
$0.05 | |
FPEPE | ERC-20 | 7 | $0.000131 |
$0 | |
USA | ERC-20 | 1 | $0.000603 |
$0 | |
kurbi | ERC-20 | 1 | $0.000522 |
$0 | |
FRANK | ERC-20 | 103.351927M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 476.5 | -- | -- | |
CATINB | ERC-20 | 111 | -- | -- | |
BIU BULL | ERC-20 | 99 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22595796 | 8 days ago | | | 0 | 0.0000022439823 | |
| 22595792 | 8 days ago | | | 0 | 0.0000030690661 | |
| 22560769 | 8 days ago | | | 0 | 0.0000011100309 | |
| 22553407 | 9 days ago | | | 0 | 0.0000018520740 | |
| 22553399 | 9 days ago | | | 0 | 0.000026362724 | |
| 22433377 | 11 days ago | | | 0 | 0.0000017288580 | |
| 22433332 | 11 days ago | | | 0 | 0.000017003685 | |
| 22040326 | 21 days ago | | | 0 | 0.0000045956580 | |
| 21805452 | a month ago | | | 0 | 0.000014674946 | |
| 20972796 | a month ago | | | 0 | 0.0000051230600 |
ABI
ABI objects
Getter at block 22926359
allTimeRewards() view returns (uint256)
5903413122806853852
allTimeRewardsClaimed() view returns (uint256)
5269650389372989020
allTimeStakedAtDistribution() view returns (uint256)
10583398659792385958
currentEpoch() view returns (uint256)
28866348
currentRewardFactor() view returns (uint256)
771957816630107018175179505140448
isDepositingEnabled() view returns (bool)
false
minimumDistribution() view returns (uint256)
1000000
owner() view returns (address)
0xac643a8a162d62db82fa3be6711bc9082e8dff60
rewardDistributor() view returns (address)
0x9567eb6f9bdb822b31d016955579b7c6b3f2e549
token() view returns (address)
0x290814ad0fbd2b935f34d7b40306102313d4c63e
totalStaked() view returns (uint256)
10335192734803683
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
getReward(address _user) view returns (uint256)
getStake(address _user) view returns (uint256)
State-modifying
Events claimRewards()
deposit(uint256 _amount)
disableDepositing()
distribute()
enableDepositing()
recover()
recover(address _token)
renounceOwnership()
setMinimumDistribution(uint256 _minimumDistribution)
setRewardDistributor(address _distributor)
setWhitelist(address _account, bool _enabled)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Claimed(address user, uint256 rewards)
Deposit(address user, uint256 amount)
DepositingDisabled()
DepositingEnabled()
Distributed(uint256 rewards, uint256 totalStaked)
MinimumDistributionUpdated(uint256 minimumDistribution)
NewEpoch(uint256 oldEpoch, uint256 newEpoch)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address user, uint256 amount)
constructor()
receive()
This contract contains no error objects.