Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,007.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FAR | ERC-20 | 61.636455M | $0.000016 |
$1,007.76 | |
USA | ERC-20 | 1 | $0.001169 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21409136 | 14 days ago | | | 0 | 3.6182340e-7 | |
| 21150121 | 20 days ago | | | 0 | 3.8352209e-7 | |
| 21150120 | 20 days ago | | | 0 | 3.9325134e-7 | |
| 20955749 | 25 days ago | | | 0 | 2.8293715e-7 | |
| 20843096 | a month ago | | | 0 | 3.6367098e-7 | |
| 20605327 | a month ago | | | 0 | 3.2192305e-7 | |
| 20561421 | a month ago | | | 0 | 3.3099739e-7 | |
| 20506232 | a month ago | | | 0 | 3.6182340e-7 | |
| 20501769 | a month ago | | | 0 | 3.9487847e-7 | |
| 20441106 | a month ago | | | 0 | 3.5753108e-7 |
ABI
ABI objects
Getter at block 22030897
FAR() view returns (address)
0x93e6407554b2f02640ab806cd57bd83e848ec65d
claimPaused() view returns (bool)
false
getSharePerSecond() view returns (uint256)
6430041152263374485
owner() view returns (address)
0x20da40193487db264a6a0ea438f3314659ca5a06
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
stakePaused() view returns (bool)
false
startClaimBlockTimestamp() view returns (uint256)
1709121600
startStakingBlockTimestamp() view returns (uint256)
1709121600
startUnstakeBlockTimestamp() view returns (uint256)
1724932800
stopUnstakeBlockTimestamp() view returns (uint256)
1725192000
totalStaked() view returns (uint256)
61636455258408151590000000
unstakePaused() view returns (bool)
false
Read-only
getStakingAmount(address staker) view returns (uint256)
getTotalProfit(address staker) view returns (uint256)
State-modifying
Events acceptOwnership()
claim()
rescue(address token, address to)
setClaimPauseStatus(bool paused)
setFAR(address _far)
setSharePerSecond(uint256 sharePerSecond)
setStakePauseStatus(bool paused)
setStartClaimBlockTime(uint256 _startClaimBlockTimestamp)
setStartUnstakeBlockTime(uint256 _startUnstakeBlockTimestamp, uint256 _stopUnstakeBlockTimestamp)
setUnstakePauseStatus(bool paused)
stake(uint256 amount)
transferOwnership(address newOwner)
unstake(uint256 amount)
Claim(address staker, uint256 profit)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address staker, uint256 stakeAmount)
Unstake(address staker, uint256 withdrawAmount)
UpdateSharePerSecond(uint256 sharePerSecond)
UpdateStartClaimBlockTime(uint256 startClaimBlcokTimestamp)
UpdateUnstakeBlockTimeWindow(uint256 startUnstakeBlockTimestamp, uint256 stopUnstakeBlockTimestamp)
constructor(address _far, uint256 _startStakingBlockTimestamp, uint256 _startClaimBlockTimestamp, uint256 _startUnstakeBlockTimestamp, uint256 _stopUnstakeBlockTimestamp)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)