Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($172.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.04404 | $3,912.02 |
$172.28 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.09 | |
USA | ERC-20 | 1 | $0.000934 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000901 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
0xDead | ERC-20 | 500K | -- | -- | |
BOB | ERC-20 | 45.668K | -- | -- | |
DISNEY | ERC-20 | 45.668K | -- | -- | |
POKEMON | ERC-20 | 45.668K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408312 | 2 months ago | | | 0 | 0.000000307363757275 | |
| 20408040 | 2 months ago | | | 0 | 0.000000307363757275 | |
| 17735865 | 4 months ago | | | 0 | 0.000000305893007275 | |
| 17735056 | 4 months ago | | | 0 | 0.000000305429672000 | |
0x2a696e68 | 17422985 | 5 months ago | | | 0 | 4.1320414e-7 | |
| 13903674 | 7 months ago | | | 0 | 2.5834366e-7 | |
| 9311901 | a year ago | | | 0 | 0.000000000052757684 | |
| 7018508 | a year ago | | | 0 | 0.00013945500 | |
| 7018508 | a year ago | | | 0 | 0.00013945500 | |
| 7018508 | a year ago | | | 0 | 0.00013945500 |
ABI
ABI objects
Getter at block 23650561
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
PRECISION() view returns (uint256)
1000000000000000000000000000000
cumulativeRewardPerToken() view returns (uint256)
104875506170344548041973553
decimals() view returns (uint8)
18
distributor() view returns (address)
0x592a81372d5aca30bb778bd07f6f1449b71d6a86
gov() view returns (address)
0x4f6e437f7e90087f7090acfe967d77ba0b4c7444
inPrivateClaimingMode() view returns (bool)
false
inPrivateStakingMode() view returns (bool)
false
inPrivateTransferMode() view returns (bool)
false
isInitialized() view returns (bool)
true
name() view returns (string)
Staked BRRR
rewardToken() view returns (address)
0x4200000000000000000000000000000000000006
symbol() view returns (string)
sBRRR
tokensPerInterval() view returns (uint256)
0
totalSupply() view returns (uint256)
27871491607225835619103
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.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)