MinerETH
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MinerETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MinerETH"
ABI
ABI objects
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 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)
constructor()
receive()
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidAddress()
InvalidAmount()
InvalidInitialization()
InvalidPermit()
NotInitializing()
PermitExpired()
Reentrancy()
TotalSupplyOverflow()