Brrito Miner-ETH/Degen
Verified contract
Proxy
Active on
Base with 271 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb704…f642
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000572 |
$0 | |
Claim: degentoon.com | ERC-20 | 149.9K | -- | -- | |
Claim: roostdrop.com | ERC-20 | 34.9K | -- | -- | |
brrETHv2 | ERC-20 | 10.709109 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22618337 | 13 days ago | | | 0 | 0.000030710022 | |
| 22618322 | 13 days ago | | | 0 | 0.000024733506 | |
| 22397204 | 18 days ago | | | 0 | 0.000047314117 | |
| 22397196 | 18 days ago | | | 0 | 0.000058557594 | |
| 21797289 | a month ago | | | 0 | 0.000018178256 | |
| 21797281 | a month ago | | | 0 | 0.000018097410 | |
| 21163192 | 2 months ago | | | 0 | 0.0000099835293 | |
| 21163187 | 2 months ago | | | 0 | 0.0000081764120 | |
| 20149008 | 2 months ago | | | 0 | 0.000010156495 | |
| 20148985 | 2 months ago | | | 0 | 0.0000081888214 |
ABI
ABI objects
Getter at block 23176143
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x7a96e0ae18f29cc4ee805d12ff852ffa58b1a2d1099585a53745592d7aea454a
decimals() pure returns (uint8)
18
name() view returns (string)
Brrito Miner-ETH/Degen
rewardToken() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
rewardsDistributor() view returns (address)
0xb704a978150528df888b3126362495bab1c7f642
rewardsStore() view returns (address)
0x48e2937fc3fed365379cac20c50e74672d97f0c3
symbol() view returns (string)
brrMINER-ETH/DEGEN
totalSupply() view returns (uint256 result)
221674000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimRewards() returns (uint256 rewards)
deposit(string memo) payable
initialize(address _rewardToken, address _rewardsDistributor, address _rewardsStore)
mine() returns (uint256, uint256)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
ClaimRewards(address indexed msgSender, uint256 rewards)
Deposit(address indexed msgSender, bytes32 indexed memo, uint256 amount)
Initialized(uint64 version)
Mine(address indexed msgSender, uint256 interest, uint256 rewards)
Transfer(address indexed from, address indexed to, uint256 amount)
Withdraw(address indexed msgSender, uint256 amount)
This contract contains no constructor objects.
receive()
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InsufficientInterest()
InvalidAddress()
InvalidAmount()
InvalidInitialization()
InvalidPermit()
NotInitializing()
PermitExpired()
Reentrancy()
TotalSupplyOverflow()