MinerETH

Verified contract

Implementation

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

No balances found for "MinerETH"

No transactions found for "MinerETH"


Functions
Getter at block 22114905
DOMAIN_SEPARATOR(view returns (bytes32 result)
0xb5c29b85a9dc42411be7bef7f3db64555382846db908be472fe3c9db36d04310
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(
InvalidAddress(
InvalidAmount(
InvalidInitialization(
InvalidPermit(
NotInitializing(
PermitExpired(
Reentrancy(
TotalSupplyOverflow(