BitCapital Coin
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfb6e…2c66
Balances ($0.00)
No balances found for "BitCapital Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9383973 | 5 years ago | | | 0 | 0.0026178400 | |
| 7975100 | 5 years ago | | | 0 | 0.00035851000 | |
| 7943802 | 5 years ago | | | 0 | 0.0014302000 | |
| 7943769 | 5 years ago | | | 0 | 0.00050042400 | |
| 7943769 | 5 years ago | | | 0 | 0.00049812000 | |
| 7943769 | 5 years ago | | | 0 | 0.00067965600 | |
| 7943632 | 5 years ago | | | 0 | 0.00055210540 | |
| 7943019 | 5 years ago | | | 0 | 0.00050146600 | |
| 7942425 | 5 years ago | | | 0 | 0.00042906000 | |
| 7855122 | 5 years ago | | | 0 | 0.00022099800 |
ABI
ABI objects
Getter at block 21286063
admin() view returns (address)
0xedd42be69057e37dec41cfe3147670fcae507601
bicaLogic() view returns (address)
0xfb6e0770ed1d11c34a69317bccef9d2143ca2c66
decimals() view returns (uint256)
2
name() view returns (string)
BitCapital Coin
requestCount() view returns (uint256)
1
symbol() view returns (string)
BICA
totalSupply() view returns (uint256)
30031074836
Read-only
adminChangeReqs(bytes32) view returns (address newAdminAddress)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
logicChangeReqs(bytes32) view returns (address newLogicAddress)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
confirmAdminChange(bytes32 _uid)
confirmLogicChange(bytes32 _uid)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emitApproval(address _owner, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
requestAdminChange(address _newAdmin) returns (bytes32 uid)
requestLogicChange(address _newLogic) returns (bytes32 uid)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
AdminChangeConfirmed(bytes32 _uid, address _newAdmin)
AdminChangeRequested(bytes32 _uid, address _msgSender, address _newAdmin)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
LogicChangeConfirmed(bytes32 _uid, address _newLogic)
LogicChangeRequested(bytes32 _uid, address _msgSender, address _newLogic)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.