Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb7ce…200b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FBASE | ERC-20 | 314.849852M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2048619 | a year ago | | | 0 | 0.00015747001 | |
| 2048609 | a year ago | | | 0 | 0.00010668900 | |
| 2037781 | a year ago | | | 0 | 0.00013233901 | |
| 2019528 | a year ago | | | 0 | 0.00011505900 | |
| 2018537 | a year ago | | | 0 | 0.00010668900 | |
| 2015523 | a year ago | | | 0 | 0.00015747003 | |
| 2015519 | a year ago | | | 0 | 0.00010368902 | |
| 2013766 | a year ago | | | 0 | 0.00012592960 | |
| 2009369 | a year ago | | | 0 | 0.00017886734 | |
| 2008337 | a year ago | | | 0 | 0.00015745203 |
ABI
ABI objects
Getter at block 22927400
duration() view returns (uint64)
86400
farmToken() view returns (address)
0xb7ce149b587c3a0f8bb359cd3e7753f29b24200b
lastTimeRewardApplicable() view returns (uint64)
1691063733
lastUpdateTime() view returns (uint64)
1690977333
owner() view returns (address)
0xaaefd2a04b6b62a047b2cb33786a62e5fd53ee89
periodFinish() view returns (uint64)
1691063733
rewardPerToken() view returns (uint256)
3445307116289051166374842245655
rewardPerTokenStored() view returns (uint256)
2680257339674930356038090723941
rewardRate() view returns (uint256)
694884011153506710693
totalSupply() view returns (uint256)
78475911501305098664297255
Read-only
balanceOf(address) view returns (uint256)
earned(address account) view returns (uint256)
isRewardDistributor(address) view returns (bool)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
multicall(bytes[] data) payable returns (bytes[] results)
notifyRewardAmount(uint256 reward)
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
setRewardDistributor(address rewardDistributor, bool isRewardDistributor_)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _farmToken, uint64 _duration)
This contract contains no fallback and receive objects.
Error_AlreadyInitialized()
Error_AmountTooLarge()
Error_NotRewardDistributor()
Error_ZeroOwner()
Ownable_NewOwnerZeroAddress()
Ownable_NotOwner()