BKC Token
Verified contract
Active on
Ethereum with 2,798 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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20863381 | a month ago | | | 0 | 0.00059377065 | |
| 20723727 | 2 months ago | | | 0 | 0.00021510748 | |
| 19778867 | 6 months ago | | | 0 | 0.00034338258 | |
| 18711642 | a year ago | | | 0 | 0.0025310402 | |
| 18333143 | a year ago | | | 0 | 0.00089089524 | |
| 17583284 | a year ago | | | 0 | 0.0012611319 | |
| 17583284 | a year ago | | | 0 | 0.0013848095 | |
| 17566137 | a year ago | | | 0 | 0.0012757410 | |
| 17502223 | a year ago | | | 0 | 0.00075047873 | |
| 17043760 | 2 years ago | | | 0 | 0.00073492339 |
ABI
ABI objects
Getter at block 21157955
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
BKC Token
owner() view returns (address)
0xefbcebbad6f4a6fd9668b05c1814c2b7abecd3f6
paused() view returns (bool)
false
symbol() view returns (string)
BKC
totalSupply() view returns (uint256)
9000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
keys(address) view returns (string)
State-modifying
Events approve(address _spender, uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintTimelocked(address _to, uint256 _amount, uint256 _releaseTime) returns (address)
pause() returns (bool)
register(string key)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRegister(address user, string key)
Mint(address indexed to, uint256 value)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.