Brrito Miner-ETH/Degen

Verified contract

Proxy

Active on Base with 271 txns
Deployed by via 0xe093e56c at 13076451
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x3ab550ff1b124a3523b12bde487c3506402c9450e674a3242550cd0f71616412
0xbf36a177f5ecd2fa82c7829fac2f2feae6dff29e7513af566970e0264284a390
0x50ccd9e64eb2b5b6065e58489cdabe0407522fbed53609e8c490640185632033
0x3bdc4dc48918991e0cb74962f0ac5b0a82490eb1644cab293e73d523bf44e17d
0x659cb823558ac534d02346e76e37974638ecfef58ccd7705e3b6ce8d7ec1ce5d
0x98f95ef50a91e708da1c687253a14e8c2ba86a26a0a008ed223df4093956d72b
0xd19f62a07e44b625a6e8e48f6ebca927f07c5ca93a4fccac74b2fc83b5798264
0x3c1dd807fc0ad8ad9c9533e97f97c25cadff3ed81776ef3085df8ab123d14029
0xf1d0147a8fd787a4f85ce9a1b5033bd9ae917e6c75a91d3c8ed90b8393e91aa0
0x6a9d3031989312d9e02e5c529581cb695c789e22500d56ff6bd6854fd841097e

Functions
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 owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
claimRewards(returns (uint256 rewards)
deposit(string memopayable 
initialize(address _rewardTokenaddress _rewardsDistributoraddress _rewardsStore
mine(returns (uint256uint256)
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
withdraw(uint256 amount
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ClaimRewards(address indexed msgSenderuint256 rewards
Deposit(address indexed msgSenderbytes32 indexed memouint256 amount
Initialized(uint64 version
Mine(address indexed msgSenderuint256 interestuint256 rewards
Transfer(address indexed fromaddress indexed touint256 amount
Withdraw(address indexed msgSenderuint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AllowanceOverflow(
AllowanceUnderflow(
InsufficientAllowance(
InsufficientBalance(
InsufficientInterest(
InvalidAddress(
InvalidAmount(
InvalidInitialization(
InvalidPermit(
NotInitializing(
PermitExpired(
Reentrancy(
TotalSupplyOverflow(