Staked + Bonus + Fee OKOK
Verified contract
Active on
Base with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.004441 | $2,575.93 |
$11.44 | |
kurbi | ERC-20 | 0.1 | $0.000645 |
$0 | |
sbOKOK | ERC-20 | 3.844615M | -- | -- | |
bnOKOK | ERC-20 | 206.768911K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0xf09f92a8 | 17430645 | 3 months ago | | | 0 | 7.3745706e-7 | |
| 9574093 | 9 months ago | | | 0 | 0.000000089910000000 | |
| 9574079 | 9 months ago | | | 0 | 0.000000092378000000 | |
| 2219983 | a year ago | | | 0 | 0.0000046886348 | |
| 2219937 | a year ago | | | 0 | 0.000000000477346366 | |
| 2219658 | a year ago | | | 0 | 0.000028819003 | |
| 2219649 | a year ago | | | 0 | 0.0000055488045 | |
| 2219451 | a year ago | | | 0 | 0.0000096148000 |
ABI
ABI objects
Getter at block 21840901
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
PRECISION() view returns (uint256)
1000000000000000000000000000000
cumulativeRewardPerToken() view returns (uint256)
1278505450529570717615
decimals() view returns (uint8)
18
distributor() view returns (address)
0x4c25917414cc60496a171a1c1fdb30792d4bccb5
gov() view returns (address)
0x3419ba2d05f7b39d42e1eb054ce6be5ca56d9b92
inPrivateClaimingMode() view returns (bool)
false
inPrivateStakingMode() view returns (bool)
true
inPrivateTransferMode() view returns (bool)
true
isInitialized() view returns (bool)
true
name() view returns (string)
Staked + Bonus + Fee OKOK
rewardToken() view returns (address)
0x4200000000000000000000000000000000000006
symbol() view returns (string)
sbfOKOK
tokensPerInterval() view returns (uint256)
10000000000
totalSupply() view returns (uint256)
4051384165788414937317324
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
averageStakedAmounts(address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
claimable(address _account) view returns (uint256)
claimableReward(address) view returns (uint256)
cumulativeRewards(address) view returns (uint256)
depositBalances(address, address) view returns (uint256)
isDepositToken(address) view returns (bool)
isHandler(address) view returns (bool)
previousCumulatedRewardPerToken(address) view returns (uint256)
stakedAmounts(address) view returns (uint256)
totalDepositSupply(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
claim(address _receiver) returns (uint256)
claimForAccount(address _account, address _receiver) returns (uint256)
initialize(address[] _depositTokens, address _distributor)
setDepositToken(address _depositToken, bool _isDepositToken)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateClaimingMode(bool _inPrivateClaimingMode)
setInPrivateStakingMode(bool _inPrivateStakingMode)
setInPrivateTransferMode(bool _inPrivateTransferMode)
stake(address _depositToken, uint256 _amount)
stakeForAccount(address _fundingAccount, address _account, address _depositToken, uint256 _amount)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
unstake(address _depositToken, uint256 _amount)
unstakeForAccount(address _account, address _depositToken, uint256 _amount, address _receiver)
updateRewards()
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.