MinerETHv2

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x61efe537 at 13071052
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MinerETHv2"

No transactions found for "MinerETHv2"


Functions
Getter at block 23176143
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x58d517a8d99b692e4409f48c68bbbadb71d937b941716c4f15ef09e057c2f8dc
decimals(pure returns (uint8)
18
name(view returns (string)
rewardToken(view returns (address)
0x0000000000000000000000000000000000000000
rewardsDistributor(view returns (address)
0x0000000000000000000000000000000000000000
rewardsStore(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256 result)
0
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
constructor(
Fallback and receive
receive(
Errors
AllowanceOverflow(
AllowanceUnderflow(
InsufficientAllowance(
InsufficientBalance(
InsufficientInterest(
InvalidAddress(
InvalidAmount(
InvalidInitialization(
InvalidPermit(
NotInitializing(
PermitExpired(
Reentrancy(
TotalSupplyOverflow(