BEZ KANAŁU Coin
Verified contract
Active on
Ethereum with 277 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 "BEZ KANAŁU Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9068336 | 5 years ago | | | 0 | 0.00051907000 | |
| 9066775 | 5 years ago | | | 0 | 0.00019601100 | |
| 9066764 | 5 years ago | | | 0 | 0.00020711600 | |
| 8585329 | 5 years ago | | | 0 | 0.0015533700 | |
| 8330157 | 5 years ago | | | 0 | 0.0015105630 | |
| 8330106 | 5 years ago | | | 0 | 0.0021255630 | |
| 8258669 | 5 years ago | | | 0 | 0.00028748280 | |
| 8258618 | 5 years ago | | | 0 | 0.00028832760 | |
| 8164457 | 5 years ago | | | 0 | 0.0010343000 | |
| 8099961 | 5 years ago | | | 0 | 0.00020711600 |
ABI
ABI objects
Getter at block 21290136
decimals() pure returns (uint8)
18
mintingFinished() pure returns (bool)
true
name() pure returns (string)
BEZ KANAŁU Coin
owner() pure returns (address)
0x26a024b09fe37da48c8bba7c918004df1624c7bb
symbol() pure returns (string)
BKCoin
totalSupply() pure returns (uint256)
21000000000000000000000000
version() pure returns (string)
H0.1
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.