BTCCREDIT Token
Verified contract
Active on
Ethereum with 118 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 | -- | -- | |
BTCC | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17166974 | 2 years ago | | | 0 | 0.0068866070 | |
| 13775666 | 3 years ago | | | 0 | 0.0033730320 | |
| 13079240 | 3 years ago | | | 0 | 0.0023007985 | |
| 13059246 | 3 years ago | | | 0 | 0.0025121419 | |
| 12650915 | 3 years ago | | | 0 | 0.0011897380 | |
| 12566300 | 3 years ago | | | 0 | 0.0019533500 | |
| 12565056 | 3 years ago | | | 0 | 0.0027033500 | |
| 12224045 | 4 years ago | | | 0 | 0.0020697150 | |
| 12205199 | 4 years ago | | | 0 | 0.0043907679 | |
| 12205189 | 4 years ago | | | 0 | 0.0042710197 |
ABI
ABI objects
Getter at block 21160950 distributedTokenCount() view returns (uint256)
_totalSupply() view returns (uint256)
300000001000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BTCCREDIT Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2d90f79a40f03f7b3da5b441fbdc9bc412900a4b
symbol() view returns (string)
BTCC
totalSupply() view returns (uint256)
300000001000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 _burnedAmount) returns (bool success)
burnFrom(address _from, uint256 _burnedAmount) returns (bool success)
destroyContract()
distributeTokens(address _address, uint256 _amount) returns (bool)
freezeAccount(address _target, bool _freeze)
mintToken(address _target, uint256 _mintedAmount)
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)
Burn(address indexed from, uint256 value)
Debug(bool destroyed)
FrozenFunds(address indexed target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.