BanksCoin
Verified contract
Active on
Ethereum with 156 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 "BanksCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15898393 | 2 years ago | | | 0 | 0.00077355415 | |
| 15888393 | 2 years ago | | | 0 | 0.0033629428 | |
| 15888393 | 2 years ago | | | 0 | 0.0035828342 | |
| 15886805 | 2 years ago | | | 0 | 0.00034167000 | |
| 15865792 | 2 years ago | | | 0 | 0.00028842787 | |
| 15862296 | 2 years ago | | | 0 | 0.00034011324 | |
| 15862294 | 2 years ago | | | 0 | 0.00033716461 | |
| 15822329 | 2 years ago | | | 0 | 0.00042085976 | |
| 15822329 | 2 years ago | | | 0 | 0.00042044629 | |
| 15822318 | 2 years ago | | | 0 | 0.00037785279 |
ABI
ABI objects
Getter at block 21223963
_BLOCKS_PER_READJUSTMENT() view returns (uint256)
10
_MAXIMUM_TARGET() view returns (uint256)
25711008708143844408671393477458601640355247900524685364822016
_MINIMUM_TARGET() view returns (uint256)
1024
_totalSupply() view returns (uint256)
100000000000000
challengeNumber() view returns (bytes32)
0xa320edc2fa283456c4d0fe9ee2019dfb6a761414f6fb5ade3f60e6e08aebf87e
decimals() view returns (uint8)
8
epochCount() view returns (uint256)
126
getChallengeNumber() view returns (bytes32)
0xa320edc2fa283456c4d0fe9ee2019dfb6a761414f6fb5ade3f60e6e08aebf87e
getMiningDifficulty() view returns (uint256)
1
getMiningReward() view returns (uint256)
100000000
getMiningTarget() view returns (uint256)
25711008708143844408671393477458601640355247900524685364822016
lastRewardAmount() view returns (uint256)
100000000
lastRewardEthBlockNumber() view returns (uint256)
15888393
lastRewardTo() view returns (address)
0x5858a859fdc8d92852f08516381f606b47ae0c71
latestDifficultyPeriodStarted() view returns (uint256)
15250550
maxSupplyForEra() view returns (uint256)
100000000000000
miningTarget() view returns (uint256)
25711008708143844408671393477458601640355247900524685364822016
name() view returns (string)
BanksCoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x63676d7b175741288c5f391ffd8036f1ffe8fd16
rewardEra() view returns (uint256)
0
symbol() view returns (string)
BKC
tokensMinted() view returns (uint256)
12500000000
totalSupply() view returns (uint256)
100000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
checkMintSolution(uint256 nonce, bytes32 challenge_digest, bytes32 challenge_number, uint256 testTarget) view returns (bool success)
getMintDigest(uint256 nonce, bytes32 challenge_number) view returns (bytes32 digesttest)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
mint(uint256 nonce, bytes32 challenge_digest) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Mint(address indexed from, uint256 reward_amount, uint256 epochCount, bytes32 newChallengeNumber)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.