BCCESDPool
Verified contract
Active on
Ethereum with 3,590 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae17…c176
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESD | ERC-20 | 4.386519K | -- | -- | |
BCC | ERC-20 | 269.028121 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11996250 | 4 years ago | | | 0 | 0.0070946950 | |
| 11665816 | 4 years ago | | | 0 | 0.0027832980 | |
| 11665683 | 4 years ago | | | 0 | 0.0060585720 | |
| 11661505 | 4 years ago | | | 0 | 0.0089713470 | |
| 11656044 | 4 years ago | | | 0 | 0.0021025210 | |
| 11655832 | 4 years ago | | | 0 | 0.0072337650 | |
| 11653945 | 4 years ago | | | 0 | 0.011723033 | |
| 11648119 | 4 years ago | | | 0 | 0.0038910849 | |
| 11647928 | 4 years ago | | | 0 | 0.010784886 | |
| 11642094 | 4 years ago | | | 0 | 0.0037057950 |
ABI
ABI objects
Getter at block 21165506
DURATION() view returns (uint256)
432000
basisCash() view returns (address)
0xae17f4f5ca32f77ea8e3786db7c0b2fe877ac176
esd() view returns (address)
0x36f3fd68e7325a35eb768f1aedaae9ea0689d723
lastTimeRewardApplicable() view returns (uint256)
1609689600
lastUpdateTime() view returns (uint256)
1609689600
owner() view returns (address)
0x638476470d58f2a6260a56856c0ac29e9313fe17
periodFinish() view returns (uint256)
1609689600
rewardDistribution() view returns (address)
0x865091da9de5edaed7f98cec3fb912f7895637af
rewardPerToken() view returns (uint256)
640206269306408443
rewardPerTokenStored() view returns (uint256)
640206269306408443
rewardRate() view returns (uint256)
23148148148148148
starttime() view returns (uint256)
1609257600
totalSupply() view returns (uint256)
3396519280707760506344
Read-only
balanceOf(address account) view returns (uint256)
deposits(address) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
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 basisCash_, address esd_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.