DFDRewards
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
0x0000…0000
0x0000…0000
0x0000…0000
Balances ($0.00)
No balances found for "DFDRewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DFDRewards"
ABI
ABI objects
Getter at block 21159525
MAX_INITIAL_RELEASE() view returns (uint256)
100000000
VESTING_DURATION() view returns (uint256)
2592000
bFactory() view returns (address)
0x0000000000000000000000000000000000000000
bPool() view returns (address)
0x0000000000000000000000000000000000000000
dfd() view returns (address)
0x0000000000000000000000000000000000000000
dusd() view returns (address)
0x0000000000000000000000000000000000000000
getStats() view returns (uint256 _totalContribution, uint256 _contributorCount, uint256 _initiateSequence, uint256 _liftOff, address _bpool)
(_totalContribution=0, _contributorCount=0, _initiateSequence=0, _liftOff=0, _bpool=0x0000000000000000000000000000000000000000)
immediateReleaseRatio() view returns (uint256)
0
isOwner() view returns (bool)
false
isPaused() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
0
lastUpdateTime() view returns (uint256)
0
owner() view returns (address _owner)
0x08f7506e0381f387e901c9d0552cf4052a0740a4
periodFinish() view returns (uint256)
0
rewardPerToken() view returns (uint256)
0
rewardPerTokenStored() view returns (uint256)
0
rewardRate() view returns (uint256)
0
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account) view returns (uint256)
contributions(address) view returns (uint256)
earned(address account) view returns (uint256)
released(address) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
withdrawAble(address account) view returns (uint256)
State-modifying
Events collectBalTokens(address destination)
exit()
getReward()
notifyRewardAmount(uint256 reward, uint256 duration)
participate(uint256 amount)
participateOnBehalfOf(uint256 amount, address account)
stake(uint256 amount)
toggleIsPaused(bool _isPaused)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Participated(address indexed user, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.