Bizcore Token
Verified contract
Active on
Ethereum with 181 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 "Bizcore Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13745510 | 3 years ago | | | 0 | 0.0043554976 | |
| 13715482 | 3 years ago | | | 0 | 0.0063947019 | |
| 13691868 | 3 years ago | | | 0 | 0.0062360078 | |
| 13677936 | 3 years ago | | | 0 | 0.0077200948 | |
| 13625192 | 3 years ago | | | 0 | 0.0070328327 | |
| 13603150 | 3 years ago | | | 0 | 0.0050865486 | |
| 13602714 | 3 years ago | | | 0 | 0.0099766181 | |
| 13549058 | 3 years ago | | | 0 | 0.0065337778 | |
| 12690522 | 3 years ago | | | 0 | 0.0010129140 | |
| 12559287 | 4 years ago | | | 0 | 0.00094321500 |
ABI
ABI objects
Getter at block 21324933
decimals() view returns (uint8)
18
name() view returns (string)
Bizcore Token
owner() view returns (address)
0xe8cf9de2f96d9a8531552af46ded1addd9023061
symbol() view returns (string)
BCR
totalSupply() view returns (uint256)
19868361494509000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.