Bitcoineum
Verified contract
Active on
Ethereum with 8,520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
BTE | ERC-20 | 1.05K | -- | -- | |
BTE | ERC-20 | 100 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20989766 | a month ago | | | 0 | 0.0019320774 | |
| 20599261 | 3 months ago | | | 0 | 0.000087123882 | |
| 20599242 | 3 months ago | | | 0 | 0.000058530143 | |
| 20566008 | 3 months ago | | | 0 | 0.000040604228 | |
| 20565838 | 3 months ago | | | 0 | 0.000033155168 | |
| 20565822 | 3 months ago | | | 0 | 0.000048015319 | |
| 19457880 | 8 months ago | | | 0 | 0.0013756928 | |
| 17551994 | a year ago | | | 0 | 0.00052750530 | |
| 12806696 | 3 years ago | | | 0 | 0.00031396800 | |
| 12378771 | 4 years ago | | | 0 | 0.00063747200 |
ABI
ABI objects
Getter at block 21259182
INITIAL_SUPPLY() pure returns (uint256)
0
MAX_SUPPLY() pure returns (uint256)
2100000000000000
blockCreationRate() pure returns (uint256)
50
burnAddress() pure returns (address)
0xdeaddeaddeaddeaddeaddeaddeaddeaddeaddead
checkMiningActive() pure returns (bool)
true
currentDifficultyWei() pure returns (uint256)
43240363129662082
current_external_block() pure returns (uint256)
21259182
decimals() pure returns (uint256)
8
difficultyAdjustmentPeriod() pure returns (uint256)
2016
difficultyScaleMultiplierLimit() pure returns (uint256)
4
divisible_units() pure returns (uint256)
10000000
getContractState() pure returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
(43240363129662082, 100000000000000, 425183, 50, 2016, 210000, 4648119, 9697, 2523086196540896342, 87172572069398758329, 43240363129662082, 0, 0)
get_internal_block_number() pure returns (uint256)
425183
initial_reward() pure returns (uint256)
100
lastDifficultyAdjustmentEthereumBlock() pure returns (uint256)
4648119
maximumSupply() pure returns (uint256)
2100000000000000
minimumDifficultyThresholdWei() pure returns (uint256)
100000000000000
name() pure returns (string)
Bitcoineum
rewardAdjustmentPeriod() pure returns (uint256)
210000
symbol() pure returns (string)
BTE
totalBlocksMined() pure returns (uint256)
9697
totalSupply() pure returns (uint256)
84878816943000
totalWeiCommitted() pure returns (uint256)
2523086196540896342
totalWeiExpected() pure returns (uint256)
87172572069398758329
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
blockData(uint256) pure returns (uint256 targetDifficultyWei, uint256 blockNumber, uint256 totalMiningWei, uint256 totalMiningAttempts, uint256 currentAttemptOffset, bool payed, address payee, bool isCreated)
calculate_base_mining_reward(uint256 _totalBlocksMined) pure returns (uint256)
calculate_difficulty_attempt(uint256 targetDifficultyWei, uint256 totalMiningWei, uint256 value) pure returns (uint256)
calculate_next_expected_wei(uint256 _totalWeiCommitted, uint256 _totalWeiExpected, uint256 _minimumDifficultyThresholdWei, uint256 _difficultyScaleMultiplierLimit) pure returns (uint256)
calculate_proportional_reward(uint256 _baseReward, uint256 _userContributionWei, uint256 _totalCommittedWei) pure returns (uint256)
calculate_range_attempt(uint256 difficulty, uint256 offset) pure returns (uint256, uint256)
calculate_reward(uint256 _totalBlocksMined, address _sender, uint256 _blockNumber) pure returns (uint256)
checkBlockMature(uint256 _blockNum, uint256 _externalblock) pure returns (bool)
checkMiningAttempt(uint256 _blockNum, address _sender) pure returns (bool)
checkRedemptionWindow(uint256 _blockNum, uint256 _externalblock) pure returns (bool)
checkWinning(uint256 _blockNum) pure returns (bool)
external_to_internal_block_number(uint256 _externalBlockNum) pure returns (uint256)
getBlockData(uint256 _blockNum) pure returns (uint256, uint256, uint256, uint256, uint256, bool, address, bool)
getMiningAttempt(uint256 _blockNum, address _who) pure returns (uint256, uint256, bool)
isBlockRedeemed(uint256 _blockNum) pure returns (bool)
miningAttempts(uint256, address) pure returns (uint256 projectedOffset, uint256 value, bool isCreated)
resolve_block_hash(uint256 _blockNum) pure returns (bytes32)
targetBlockNumber(uint256 _blockNum) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
claim(uint256 _blockNumber, address forCreditTo) returns (bool)
mine() payable returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transmute(address to, uint256 value) returns (bool, uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
BlockClaimedEvent(address indexed _from, address indexed _forCreditTo, uint256 _reward, uint256 indexed _blockNumber)
LogEvent(string _info)
MiningAttemptEvent(address indexed _from, uint256 _value, uint256 indexed _blockNumber, uint256 _totalMinedWei, uint256 _targetDifficultyWei)
Transfer(address indexed from, address indexed to, uint256 value)
Transmuted(address indexed who, address baseContract, address transmutedContract, uint256 sourceQuantity, uint256 destQuantity)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.