BankIssueCoin
Verified contract
Active on
Ethereum with 3 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 "BankIssueCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7955143 | 5 years ago | | | 0 | 0.00031768800 | |
| 7955130 | 5 years ago | | | 0 | 0.00032186700 | |
| 7955077 | 5 years ago | | | 0 | 0.00037878000 |
ABI
ABI objects
Getter at block 21379090
decimals() view returns (uint8)
8
name() view returns (string)
BankIssueCoin
owner() view returns (address)
0xf38235a1a12c1a61cabf31dbdbc6a1ad4d7d3f6c
paused() view returns (bool)
false
symbol() view returns (string)
BIC
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distributeAirdrop(address[] addresses, uint256 amount) returns (bool seccess)
distributeAirdrop(address[] addresses, uint256[] amounts) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Unpause()
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.