Binfinity Coin
Verified contract
Active on
Ethereum with 12 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 "Binfinity Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14395873 | 3 years ago | | | 0 | 0.0013656600 | |
| 14395733 | 3 years ago | | | 0 | 0.0015811200 | |
| 12302084 | 4 years ago | | | 0 | 0.0073113600 | |
| 12300248 | 4 years ago | | | 0 | 0.0073096800 | |
| 12285581 | 4 years ago | | | 0 | 0.0073147200 | |
| 11676510 | 4 years ago | | | 0 | 0.0021529600 | |
| 11572170 | 4 years ago | | | 0 | 0.0021534400 | |
| 11410860 | 4 years ago | | | 0 | 0.00095344000 | |
| 11410813 | 4 years ago | | | 0 | 0.00093206400 | |
| 11410336 | 4 years ago | | | 0 | 0.0021534400 |
ABI
ABI objects
Getter at block 21118790
decimals() view returns (uint8)
18
name() view returns (string)
Binfinity Coin
owner() view returns (address)
0xcc15011cb2661b71bf355aa9317ac1182a1b376e
symbol() view returns (string)
BFC
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
Freeze(address indexed _from, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed _from, uint256 _value)
constructor(string tokenName, string tokenSymbol, uint256 initialSupply, uint8 numDecimals)
fallback()
This contract contains no error objects.