Staked + Bonus + Fee NFI
Verified contract
Active on
Base with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,859.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.739042 | $2,516.51 |
$1,859.81 | |
kurbi | ERC-20 | 0.1 | $0.00063 |
$0 | |
sbNFI | ERC-20 | 98.549404M | -- | -- | |
MP | ERC-20 | 20.740422M | -- | -- | |
CATINB | ERC-20 | 111 | -- | -- | |
BIU BULL | ERC-20 | 99 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
OOMBASE | ERC-20 | 76.33 | -- | -- | |
Uii coin | ERC-20 | 19.95 | -- | -- | |
GURMY | ERC-20 | 3.33 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x2a696e68 | 17422512 | 3 months ago | | | 0 | 4.2883424e-7 | |
| 11888416 | 8 months ago | | | 0 | 2.7820761e-7 | |
| 11239361 | 8 months ago | | | 0 | 0.000000081315000000 | |
| 3216271 | a year ago | | | 0 | 0.000027659000 | |
| 3215442 | a year ago | | | 0 | 0.000046763000 | |
| 3215439 | a year ago | | | 0 | 0.000046763000 | |
| 3215437 | a year ago | | | 0 | 0.000028765000 | |
| 3215435 | a year ago | | | 0 | 0.000046181000 | |
| 3213427 | a year ago | | | 0 | 0.000095629000 |
ABI
ABI objects
Getter at block 21833883
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
PRECISION() view returns (uint256)
1000000000000000000000000000000
cumulativeRewardPerToken() view returns (uint256)
205456144886909133130997
decimals() view returns (uint8)
18
distributor() view returns (address)
0xb1ba368a7e8b73392aa70c2a941d1d82d0d9ede9
gov() view returns (address)
0xe89194dc902fa6909e3b539c6ba90fe44dcc0c0a
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 NFI
rewardToken() view returns (address)
0x4200000000000000000000000000000000000006
symbol() view returns (string)
sbfNFI
tokensPerInterval() view returns (uint256)
24801587301
totalSupply() view returns (uint256)
119289825797214426025944568
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.