Bolton Coin
Verified contract
Active on
Ethereum with 1,625 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 |
---|---|---|---|---|---|
BFCL | ERC-20 | 15.664K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16196678 | 2 years ago | | | 0 | 0.0012818050 | |
| 16196664 | 2 years ago | | | 0 | 0.0015672100 | |
| 16196664 | 2 years ago | | | 0 | 0.0024741460 | |
| 15364468 | 2 years ago | | | 0 | 0.00018494129 | |
| 15364434 | 2 years ago | | | 0 | 0.00017120939 | |
| 15322296 | 2 years ago | | | 0 | 0.00092760091 | |
| 15231569 | 2 years ago | | | 0 | 0.00076944400 | |
| 14864402 | 3 years ago | | | 0 | 0.00088782000 | |
| 14490348 | 3 years ago | | | 0 | 0.0019043900 | |
| 13771529 | 3 years ago | | | 0 | 0.0025154900 |
ABI
ABI objects
Getter at block 21319795
decimals() view returns (uint8)
18
name() view returns (string)
Bolton Coin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x70cdef5aab8df758382a974e875ff4cb05a52a49
symbol() view returns (string)
BFCL
totalSupply() view returns (uint256)
554333333000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(address account, uint256 amount) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
mint(address account, uint256 amount) returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor()
fallback()
This contract contains no error objects.