UpgradableProxy
Verified contract
Proxy
Active on
Ethereum with 3,820 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x20c3…333a
0x5bc2…3831
0x9424…76bd
0xd8e9…c972
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFD | ERC-20 | 5.183894K | -- | -- | |
BPT | ERC-20 | 4.409676K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13657972 | 3 years ago | | | 0 | 0.0080619370 | |
| 13619981 | 3 years ago | | | 0 | 0.015343744 | |
| 12581625 | 3 years ago | | | 0 | 0.0020780120 | |
| 12572953 | 3 years ago | | | 0 | 0.0024155840 | |
| 12527440 | 4 years ago | | | 0 | 0.0049180040 | |
| 12514351 | 4 years ago | | | 0 | 0.0034834000 | |
| 12489782 | 4 years ago | | | 0 | 0.027891720 | |
| 12468576 | 4 years ago | | | 0 | 0.018594480 | |
| 12445054 | 4 years ago | | | 0 | 0.0058521120 | |
| 12378947 | 4 years ago | | | 0 | 0.0013176570 |
ABI
ABI objects
Getter at block 21291879
implementation() view returns (address _impl)
0xbf3c126edb23193b8be24efa9a12d7bd68087a34
isOwner() view returns (bool)
false
owner() view returns (address _owner)
0x08f7506e0381f387e901c9d0552cf4052a0740a4
proxyType() pure returns (uint256 proxyTypeId)
2
MAX_INITIAL_RELEASE() view returns (uint256)
100000000
VESTING_DURATION() view returns (uint256)
2592000
bFactory() view returns (address)
0x9424b1412450d0f8fc2255faf6046b98213b76bd
bPool() view returns (address)
0xd8e9690eff99e21a2de25e0b148ffaf47f47c972
dfd() view returns (address)
0x20c36f062a31865bed8a5b1e512d9a1a20aa333a
dusd() view returns (address)
0x5bc25f649fc4e26069ddf4cf4010f9f706c23831
getStats() view returns (uint256 _totalContribution, uint256 _contributorCount, uint256 _initiateSequence, uint256 _liftOff, address _bpool)
(_totalContribution=7127883778070746898803678, _contributorCount=142, _initiateSequence=1604066400, _liftOff=1604412000, _bpool=0xd8e9690eff99e21a2de25e0b148ffaf47f47c972)
immediateReleaseRatio() view returns (uint256)
10000000
isOwner() view returns (bool)
false
isPaused() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1619068291
lastUpdateTime() view returns (uint256)
1619068291
owner() view returns (address _owner)
0x08f7506e0381f387e901c9d0552cf4052a0740a4
periodFinish() view returns (uint256)
1619068291
rewardPerToken() view returns (uint256)
1514418157604020556
rewardPerTokenStored() view returns (uint256)
1514418157604020556
rewardRate() view returns (uint256)
132275132275132275
totalSupply() view returns (uint256)
4409675982596574869442
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 transferOwnership(address newOwner)
updateAndCall(address _newProxyTo, bytes data)
updateImplementation(address _newProxyTo)
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)
ProxyUpdated(address indexed previousImpl, address indexed newImpl)
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.
fallback()
This contract contains no error objects.