ERC20Mine
Verified contract
Active on
Ethereum with 153 txns
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 "ERC20Mine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17215391 | 2 years ago | | | 0 | 0.0079789961 | |
| 17215373 | 2 years ago | | | 0 | 0.0070810411 | |
| 15752037 | 2 years ago | | | 0 | 0.0013133130 | |
| 15752034 | 2 years ago | | | 0 | 0.0013832827 | |
| 15710590 | 2 years ago | | | 0 | 0.0026027010 | |
| 15533469 | 2 years ago | | | 0 | 0.0020945466 | |
| 13472146 | 3 years ago | | | 0 | 0.0023666836 | |
| 13214383 | 3 years ago | | | 0 | 0.0095281562 | |
| 13213984 | 3 years ago | | | 0 | 0.0054906026 | |
| 13124115 | 3 years ago | | | 0 | 0.0085163921 |
ABI
ABI objects
Getter at block 21213848
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_TOKEN_() view returns (address)
0x4cf7fa72ffba0588e34883ce0797cec3890ecec4
getRewardNum() view returns (uint256)
1
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address user) view returns (uint256)
getIdByRewardToken(address rewardToken) view returns (uint256)
getPendingReward(address user, uint256 i) view returns (uint256)
getPendingRewardByToken(address user, address rewardToken) view returns (uint256)
getRewardTokenById(uint256 i) view returns (address)
rewardTokenInfos(uint256) view returns (address rewardToken, uint256 startBlock, uint256 endBlock, address rewardVault, uint256 rewardPerBlock, uint256 accRewardPerShare, uint256 lastRewardBlock)
State-modifying
Events addRewardToken(address rewardToken, uint256 rewardPerBlock, uint256 startBlock, uint256 endBlock)
claimAllRewards()
claimOwnership()
claimReward(uint256 i)
deposit(uint256 amount)
init(address owner, address token)
initOwner(address newOwner)
removeRewardToken(address rewardToken)
setEndBlock(uint256 i, uint256 newEndBlock)
setReward(uint256 i, uint256 newRewardPerBlock)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawLeftOver(uint256 i, uint256 amount)
Claim(uint256 indexed i, address indexed user, uint256 reward)
Deposit(address indexed user, uint256 amount)
NewRewardToken(uint256 indexed i, address rewardToken)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveRewardToken(address rewardToken)
UpdateEndBlock(uint256 indexed i, uint256 endBlock)
UpdateReward(uint256 indexed i, uint256 rewardPerBlock)
Withdraw(address indexed user, uint256 amount)
WithdrawLeftOver(address owner, uint256 i)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.