Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BRRR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9311827 | a year ago | | | 0 | 0.000000002477636060 | |
| 7018499 | a year ago | | | 0 | 0.00013933800 | |
| 7018499 | a year ago | | | 0 | 0.00013913700 |
ABI
ABI objects
Getter at block 23215792
decimals() view returns (uint8)
18
gov() view returns (address)
0x4f6e437f7e90087f7090acfe967d77ba0b4c7444
id() pure returns (string _name)
BRRR
inPrivateTransferMode() view returns (bool)
false
name() view returns (string)
BRRR
nonStakingSupply() view returns (uint256)
0
symbol() view returns (string)
BRRR
totalStaked() view returns (uint256)
62971167090308610707998
totalSupply() view returns (uint256)
62971167090308610707998
Read-only
admins(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
isHandler(address) view returns (bool)
isMinter(address) view returns (bool)
nonStakingAccounts(address) view returns (bool)
stakedBalance(address _account) view returns (uint256)
yieldTrackers(uint256) view returns (address)
State-modifying
Events addAdmin(address _account)
addNonStakingAccount(address _account)
approve(address _spender, uint256 _amount) returns (bool)
burn(address _account, uint256 _amount)
claim(address _receiver)
mint(address _account, uint256 _amount)
recoverClaim(address _account, address _receiver)
removeAdmin(address _account)
removeNonStakingAccount(address _account)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateTransferMode(bool _inPrivateTransferMode)
setInfo(string _name, string _symbol)
setMinter(address _minter, bool _isActive)
setYieldTrackers(address[] _yieldTrackers)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
SafeERC20FailedOperation(address token)