Brrito Miner-ETH/Degen
Verified contract
Proxy
Active on
Base with 181 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
0x3480…d7eb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000838 |
$0 | |
Claim: roostdrop.com | ERC-20 | 34.9K | -- | -- | |
brrETH | ERC-20 | 0.787563 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21722631 | 9 days ago | | | 0 | 0.0000061853231 | |
| 18726014 | 3 months ago | | | 0 | 0.0000046009965 | |
| 18383122 | 3 months ago | | | 0 | 0.0000039749360 | |
| 18383104 | 3 months ago | | | 0 | 0.0000047584656 | |
| 18368959 | 3 months ago | | | 0 | 0.0000023770992 | |
| 18368951 | 3 months ago | | | 0 | 0.0000020597780 | |
| 17881482 | 3 months ago | | | 0 | 0.0000054107025 | |
| 17881473 | 3 months ago | | | 0 | 0.0000062604825 | |
| 17873485 | 3 months ago | | | 0 | 0.0000061563725 | |
| 17873462 | 3 months ago | | | 0 | 0.0000073498562 |
ABI
ABI objects
Getter at block 22114618
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x91b6d16ac84f878a56346544d81c90e2eabf0dc1e3d386894396a5cf82d36f9d
decimals() pure returns (uint8)
18
name() view returns (string)
Brrito Miner-ETH/Degen
rewardToken() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
rewardsDistributor() view returns (address)
0x3480cb12273ea044d091bcbcb6344e0dc2c8d7eb
rewardsStore() view returns (address)
0x55310e675e4c03a3b28efc55b66b6f4a81f3b7e2
symbol() view returns (string)
brrMINER-ETH/DEGEN
totalSupply() view returns (uint256 result)
815373035287384419
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()
InvalidAddress()
InvalidAmount()
InvalidInitialization()
InvalidPermit()
NotInitializing()
PermitExpired()
Reentrancy()
TotalSupplyOverflow()