0xcbfb0fa8a68935dae6afc78b4a0459a9e2359d30
Verified contract
Proxy
Active on
Ethereum with 173 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x6f11…0a8a
0x7659…6aa0
0x0b6a…a1fd
9 additional
variables
Balances ($368.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XCAD | ERC-20 | 951.518749 | $0.387194 |
$368.42 | |
UNI-V2 | ERC-20 | 0.002232 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16139149 | 2 years ago | | | 0 | 0.0024786557 | |
| 15489493 | 2 years ago | | | 0 | 0.0016407473 | |
| 14985818 | 2 years ago | | | 0 | 0.0054408721 | |
| 14939421 | 3 years ago | | | 0 | 0.0076748088 | |
| 14919278 | 3 years ago | | | 0 | 0.0053922643 | |
| 14912903 | 3 years ago | | | 0 | 0.0059239414 | |
| 14908321 | 3 years ago | | | 0 | 0.0033937417 | |
| 14908317 | 3 years ago | | | 0 | 0.0036180645 | |
| 14890933 | 3 years ago | | | 0 | 0.0066058220 | |
| 14867638 | 3 years ago | | | 0 | 0.0052193630 |
ABI
ABI objects
Getter at block 21414009
accERC20PerShare() view returns (uint256)
392216087644630068617759
endTime() view returns (uint256)
1653560890
erc20() view returns (address)
0x7659ce147d0e714454073a5dd7003544234b6aa0
farmImplementation() view returns (address)
0x9a35f19db9bc73e3d5c5b758d9ac17c6d8998318
feeCollector() view returns (address)
0x0b6a8e2e93fbafb0647a0cd0de8a8bf06bc0a1fd
flatFeeAmount() view returns (uint256)
0
getTotalRewardsLockedUnlocked() view returns (uint256, uint256)
(224999973958333344853332, 26041666655146668)
isEarlyWithdrawAllowed() view returns (bool)
false
isFlatFeeAllowed() view returns (bool)
false
lastRewardTime() view returns (uint256)
1653561302
minTimeToStake() view returns (uint256)
1728000
noOfUsers() view returns (uint256)
62
owner() view returns (address)
0xddac0912e0c3be0b8c8f201cf33c9eeb2f8b1497
paidOut() view returns (uint256)
224048481251195392545567
penalty() view returns (uint8)
0
rewardFeePercent() view returns (uint256)
0
rewardPerSecond() view returns (uint256)
26041666666666668
stakeFeePercent() view returns (uint256)
0
startTime() view returns (uint256)
1644920891
tokenStaked() view returns (address)
0x6f118ecebc31a5ffe49b87c47ea80f93a2af0a8a
totalDeposits() view returns (uint256)
2231766282380467
totalFeeCollectedETH() view returns (uint256)
0
totalFeeCollectedTokens() view returns (uint256)
0
totalPending() view returns (uint256)
951492707137952307765
totalRewards() view returns (uint256)
225000000000000000000000
totalTokensBurned() view returns (uint256)
0
Read-only
depositTimestamp(address _user, uint256 stakeId) view returns (uint256)
deposited(address _user, uint256 stakeId) view returns (uint256)
getNumberOfUserStakes(address user) view returns (uint256)
getUserStakesAndPendingAmounts(address user) view returns (uint256[], uint256[], uint256[])
id(address) view returns (uint256)
participants(uint256) view returns (address)
pending(address _user, uint256 stakeId) view returns (uint256)
stakeInfo(address, uint256) view returns (uint256 amount, uint256 rewardDebt, uint256 depositTime, uint256 withdrawTime, address addressOfUser)
withdrawTimestamp(address _user, uint256 stakeId) view returns (uint256)
State-modifying
Events deposit(uint256 _amount) payable
emergencyWithdraw(uint256 stakeId)
fund(uint256 _amount)
initialize(address _erc20, uint256 _rewardPerSecond, uint256 _startTime, uint256 _minTimeToStake, bool _isEarlyWithdrawAllowed, uint256 _penalty, address _tokenStaked, uint256 _stakeFeePercent, uint256 _rewardFeePercent, uint256 _flatFeeAmount, address _feeCollector, bool _isFlatFeeAllowed, address _farmImplementation)
renounceOwnership()
setFeeCollector(address _feeCollector)
setFlatFeeAmount(uint256 _flatFeeAmount)
setIsEarlyWithdrawAllowed(bool _isEarlyWithdrawAllowed)
setIsFlatFeeAllowed(bool _isFlatFeeAllowed)
setMinTimeToStake(uint256 _minTimeToStake)
setRewardFeePercent(uint256 _rewardFeePercent)
setStakeFeePercent(uint256 _stakeFeePercent)
transferOwnership(address newOwner)
updatePool()
withdraw(uint256 _amount, uint256 stakeId) payable
withdrawCollectedFeesERC()
withdrawCollectedFeesETH()
withdrawTokensIfStuck(address _erc20, uint256 _amount, address _beneficiary)
Deposit(address indexed user, uint256 indexed stakeId, uint256 indexed amount)
EarlyWithdrawPenaltySet(uint8 indexed penalty)
EmergencyWithdraw(address indexed user, uint256 indexed stakeId, uint256 indexed amount)
FeeCollectorSet(address indexed feeCollector)
FlatFeeAmountSet(uint256 indexed flatFeeAmount)
IsEarlyWithdrawAllowedSet(bool indexed allowed)
IsFlatFeeAllowedSet(bool indexed allowed)
MinTimeToStakeSet(uint256 indexed minTimeToStake)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardFeePercentSet(uint256 indexed rewardFeePercent)
StakeFeePercentSet(uint256 indexed stakeFeePercent)
Withdraw(address indexed user, uint256 indexed stakeId, uint256 indexed amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.