Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EDE | ERC-20 | 265.701523 | $0.024778 |
$6.58 | |
USA | ERC-20 | 1 | $0.00065 |
$0 | |
BSWAP-LP | ERC-20 | 98.167946 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7784536 | a year ago | | | 0 | 0.000000007839597216 | |
| 7621892 | a year ago | | | 0 | 0.000000099723000000 | |
| 7231420 | a year ago | | | 0 | 0.000000000142979808 | |
| 7210442 | a year ago | | | 0 | 0.000000008547514400 | |
| 7097521 | a year ago | | | 0 | 0.000000000611748600 | |
| 7070275 | a year ago | | | 0 | 0.000000078288998912 | |
| 7009301 | a year ago | | | 0 | 0.000000000873966600 | |
| 6890935 | a year ago | | | 0 | 0.000000071307358920 | |
| 6444334 | a year ago | | | 0 | 0.000000003294224384 | |
| 5925419 | a year ago | | | 0 | 1.4639800e-7 |
ABI
ABI objects
Getter at block 23226898
REWARD_PRECISION() view returns (uint256)
100000000000000000000
cumulativeRewardPerToken() view returns (uint256)
62462382469623842112956
depositToken() view returns (address)
0x2135780d04c96e14bc205d2c8b8ed4e716d09a2b
inPrivateClaimingMode() view returns (bool)
false
inPrivateStakingMode() view returns (bool)
false
isInitialized() view returns (bool)
true
lastDistributionTime() view returns (uint256)
1702358419
owner() view returns (address)
0x9a480c450caa1f69e824a7c04304d234e05daced
poolStakedAmount() view returns (uint256)
98167946362132576812
poolTokenRewardPerInterval() view returns (uint256)
5787037037037000
rewardToken() view returns (address)
0x0a074378461fb7ed3300ea638c6cc38246db4434
totalDepositSupply() view returns (uint256)
98167946362132576812
Read-only
allowances(address, address) view returns (uint256)
averageStakedAmounts(address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
claimable(address _account) view returns (uint256)
claimableReward(address) view returns (uint256)
cumulativeRewards(address) view returns (uint256)
isHandler(address) view returns (bool)
previousCumulatedRewardPerToken(address) view returns (uint256)
stakedAmounts(address) view returns (uint256)
State-modifying
Events claim(address _receiver) returns (uint256)
claimForAccount(address _account, address _receiver) returns (uint256)
initialize(address _depositToken, address _rewardToken, uint256 _poolRewardPerInterval)
renounceOwnership()
setHandler(address _handler, bool _isActive)
setInPrivateClaimingMode(bool _inPrivateClaimingMode)
setInPrivateStakingMode(bool _inPrivateStakingMode)
stake(address _depositToken, uint256 _amount)
stakeForAccount(address _fundingAccount, address _account, address _depositToken, uint256 _amount)
transferOwnership(address newOwner)
unstake(address _depositToken, uint256 _amount)
unstakeForAccount(address _account, address _depositToken, uint256 _amount, address _receiver)
updatePoolRewardRate(uint256 _poolRewardPerInterval)
updateRewardsForUser(address _account)
withdrawToken(address _token, address _account, uint256 _amount)
Claim(address receiver, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.