Ethcoin
Verified contract
Proxy
Active on
Ethereum with 45,882 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,586.43)
Native
Value
$6,586.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.985682 | $3,316.96 |
$6,586.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274440 | 13 minutes ago | | | 0.0225 | 0.0057559469 | |
| 21274439 | 13 minutes ago | | | 0.0045 | 0.0015542256 | |
| 21274439 | 13 minutes ago | | | 0.0045 | 0.0050962510 | |
| 21274434 | 14 minutes ago | | | 0.0045 | 0.0053035351 | |
| 21274412 | 19 minutes ago | | | 0.0045 | 0.0014826074 | |
| 21274412 | 19 minutes ago | | | 0.0045 | 0.0032166419 | |
| 21274392 | 23 minutes ago | | | 0.0045 | 0.0030680919 | |
| 21274372 | 27 minutes ago | | | 0.0225 | 0.0033834554 | |
| 21274372 | 27 minutes ago | | | 0.0045 | 0.0018727311 | |
| 21274346 | 32 minutes ago | | | 0.0045 | 0.0034777004 |
ABI
ABI objects
Getter at block 21274504 proxiableUUID() view returns (bytes32)
BLOCK_INTERVAL() view returns (uint256)
60
MAX_SUPPLY() view returns (uint256)
21000000000000000000000000
MINE_COST_ADJUST_AMOUNT() view returns (uint256)
10000000000000
MINE_COST_DECREASE_THRESHOLD() view returns (uint256)
800000000000000000
MIN_MINE_COST() view returns (uint256)
100000000000000
REFUND_GAS_LIMIT() view returns (uint256)
150000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
blockNumber() view returns (uint256)
33838
decimals() view returns (uint8)
18
feeCollector() view returns (address)
0x0af4e50da3f4e3072a43326f4d70b7ab32819cdd
halvingInterval() view returns (uint256)
40320
isStarted() view returns (bool)
true
lastBlockTime() view returns (uint256)
1732654403
lastHalvingBlock() view returns (uint256)
30240
lastTenBlockMiningPower() view returns (uint256)
19
mineCost() view returns (uint256)
4500000000000000
miningReward() view returns (uint256)
50000000000000000000
name() view returns (string)
Ethcoin
nextHalvingBlock() view returns (uint256)
70560
oracle() view returns (address)
0x33add40721e06790a60c6cda4245694c7059223e
owner() view returns (address)
0x68c2a3f04a4e5f84f90e2879ce1f385e64b775d9
reverseRegistrar() view returns (address)
0xa58e81fe9b61b5c3fe2afd33cf304c454abfc7cb
symbol() view returns (string)
ETHC
totalSupply() view returns (uint256)
4211950000000000000000000
totalUnclaimed() view returns (uint256)
1606722281393400000
upgradeBlockNumber() view returns (uint256)
16514
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blockNumberToRequests(uint256) view returns (uint256)
blocks(uint256) view returns (address selectedMiner, uint256 miningReward, uint256 totalMineCount)
getBlockNumberByRequestId(uint256 _requestId) view returns (uint256)
getRequestIdByBlockNumber(uint256 _blockNumber) view returns (uint256)
mineBatchCountOfBlock(uint256 _blockNumber) view returns (uint256)
mineBatchOfBlock(uint256 _blockNumber) view returns (struct EthcoinStorageMineBatch[])
mineBatchOfBlockByIndex(uint256 _blockNumber, uint256 _index) view returns (struct EthcoinStorageMineBatch)
minersOfBlock(uint256 _blockNumber) view returns (address[])
minersOfBlockCount(uint256 _blockNumber) view returns (uint256)
requestsToBlockNumber(uint256) view returns (uint256)
selectedMinerOfBlock(uint256 _blockNumber) view returns (address)
totalMineCountOfBlock(uint256 _blockNumber) view returns (uint256)
userUnclaimed(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claimGasRefund()
collect(uint256 amount)
fulfillRandomness(uint256 requestId, uint256 randomNumber)
futureMine(uint256 mineCount, uint256 blockCount) payable
initialize(address _reverseRegistrar)
mine(uint256 mineCount) payable
renounceOwnership()
requestRandomness(uint256 targetBlock)
setFeeCollector(address _feeCollector)
setName(string name) returns (bytes32)
setOracle(address _oracle)
start()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeCollectorSet(address feeCollector)
GasRefundClaimed(address user, uint256 amount)
GasRefundRecorded(address user, uint256 amount)
Initialized(uint64 version)
Mine(uint256 indexed blockNumber, address indexed miner, uint256 mineCount)
MineCostSet(uint256 mineCost)
MinerSelected(uint256 blockNumber, address selectedMiner, uint256 miningReward)
NewETHCBlock(uint256 indexed blockNumber)
OracleSet(address oracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)