BITFINCOIN
Verified contract
Active on
Ethereum with 1,105 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 |
---|---|---|---|---|---|
BIC | ERC-20 | 4.471999K | -- | -- | |
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8530310 | 5 years ago | | | 0 | 0.0015657490 | |
| 6076967 | 6 years ago | | | 0 | 0.000026648602 | |
| 6013774 | 6 years ago | | | 0 | 0.00011562500 | |
| 5996572 | 6 years ago | | | 0 | 0.000047334000 | |
| 5929645 | 6 years ago | | | 0 | 0.00036553600 | |
| 5926094 | 6 years ago | | | 0 | 0.00047206000 | |
| 5859665 | 6 years ago | | | 0.001 | 0.000021304000 | |
| 5824086 | 6 years ago | | | 0 | 0.00018610408 | |
| 5824068 | 6 years ago | | | 0 | 0.000045156000 | |
| 5823860 | 6 years ago | | | 0 | 0.000044984000 |
ABI
ABI objects
Getter at block 21385073
decimals() view returns (uint8)
18
isContractFrozen() view returns (bool)
false
isOpenForSale() view returns (bool)
false
minAcceptEther() view returns (uint256)
100000000000000
name() view returns (string)
BITFINCOIN
owner() view returns (address)
0x030e1a5928263d96b1a443bcff0111f95fc12e00
rate() view returns (uint256)
125
symbol() view returns (string)
BIC
totalSold() view returns (uint256)
0
totalSupply() view returns (uint256 _totalSupply)
39000000000000000000000000
Read-only
allowance(address _from, address _to) 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 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)
mintToken(address target, uint256 mintedAmount)
setContractFrozen(bool status)
setMinAcceptEther(uint256 _acceptEther)
setName(string _name)
setOpenForSale(bool status)
setRate(uint256 _rate)
setSymbol(string _symbol)
setTotalSupply(uint256 _totalSupply)
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)
ContractFrozen(bool status)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.