Bitcoin on Ethereum
Verified contract
Active on
Ethereum with 94 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc660…f72c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- | |
BTCE Miner | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20795250 | 3 months ago | | | 0 | 0.0030835148 | |
| 20795239 | 3 months ago | | | 0 | 0.0030580187 | |
| 20795237 | 3 months ago | | | 0 | 0.0029933085 | |
| 20795235 | 3 months ago | | | 0 | 0.0030278971 | |
| 20795233 | 3 months ago | | | 0 | 0.0031575166 | |
| 20795231 | 3 months ago | | | 0 | 0.0029795203 | |
| 20792837 | 3 months ago | | | 0 | 0.0041621274 | |
| 20792832 | 3 months ago | | | 0 | 0.0041864935 | |
| 20791468 | 3 months ago | | | 0 | 0.0037452356 | |
| 20791446 | 3 months ago | | | 0 | 0.0030396943 |
ABI
ABI objects
Getter at block 21442775
currentDay() view returns (uint256)
123
currentHalvingThreshold() view returns (uint256)
10500000000000000000000000
decimals() view returns (uint8)
18
defaultBitoshis() view returns (uint256)
20000000000000000000
gov() view returns (address)
0xd98ef9fccd470fb767c3180300338c3ca9163e4a
miningRate() view returns (uint256)
75000000000000000
name() view returns (string)
Bitcoin on Ethereum
nft() view returns (address)
0xc660a3cc13dd1891c18c46fcc4d1492ae8f3f72c
numOfHalvings() view returns (uint256)
0
numOfLocks() view returns (uint256)
4
owner() view returns (address)
0x97a360ba58a487bb8ed635c171d6547c4544516c
previousHalvingThresold() view returns (uint256)
0
symbol() view returns (string)
BTCE
totalSupply() view returns (uint256)
0
totalpSatoshisMined() view returns (uint256)
92475000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calTotalPayout(uint256[] typeOfLock) view returns (uint256 pSatoshisMine)
calcPayoutAndFee(uint256 _typeOfLock, uint256 _totalpSatoshisMined, uint256 _currentHalvingThreshold, uint256 _miningRate) view returns (uint256 pSatoshisMine, bool isHalving)
getMinerIndex(address minerAddr, uint256 minerId) view returns (uint256)
getRewardIndex(address minerAddr, uint256 minerId) view returns (uint256)
lockInfos(uint256) view returns (uint256 lockTime, uint256 boost)
minerCount(address minerAddress) view returns (uint256)
minerList(address, uint256) view returns (uint128 bitoshisMiner, uint128 unlockTime, uint96 pSatoshisMined, uint96 nftId, uint40 minerId, uint24 day)
rewardCount(address minerAddress) view returns (uint256)
rewardList(address, uint256) view returns (uint128 totalClaimable, uint128 remainReward, uint96 lastestTime, uint96 startTime, uint40 minerId)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claim(uint256 rewardIndex, uint256 minerId)
minerEnd(uint256 minerIndex, uint256 minerId)
minerStart(uint256[] nftId, uint256[] typeOfLock)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setDefaultBitoshis(uint256 newBitoshis_)
setGov(address gov_)
setLockInfo(uint256[] lockTimes, uint256[] boosts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawToken(address token, address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
FailClaim(uint256 index, uint256 errorCode)
FailEndMiner(uint256 index, uint256 errorCode)
FailStartMiner(uint256 index, uint256 errorCode)
MinerEnd(uint256 data0, uint256 data1, address indexed accountant, uint40 indexed minerId)
MinerStart(uint256 data0, uint256 data1, address indexed account, uint40 indexed minerId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardStart(uint256 data0, uint256 data1, address indexed account, uint40 indexed minerId)
RewardUpdate(uint256 data0, uint256 data1, address indexed account, uint40 indexed minerId)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address nft_, address gov_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotEndMinerEarly()
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)
ExceedClaimableReward()
FailedInnerCall()
InvalidLength()
InvalidMinerId()
InvalidMinerIndex()
ListEmpty()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)