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 "BFX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20330953 | 4 months ago | | | 0 | 0.00027522776 | |
| 15988315 | 2 years ago | | | 0 | 0.00077950827 | |
| 13560211 | 3 years ago | | | 0 | 0.0042399750 | |
| 13556207 | 3 years ago | | | 0 | 0.0042390750 | |
| 13556204 | 3 years ago | | | 0 | 0.0042390750 | |
| 13421936 | 3 years ago | | | 0 | 0.0075770300 | |
| 13421933 | 3 years ago | | | 0 | 0.0048469400 | |
| 13421910 | 3 years ago | | | 0 | 0.0036710980 | |
| 13421905 | 3 years ago | | | 0 | 0.0039495300 | |
| 13176131 | 3 years ago | | | 0 | 0.0026017860 |
ABI
ABI objects
Getter at block 21163628
decimals() view returns (uint8)
18
name() view returns (string)
BFX
owner() view returns (address)
0x539380d4c789a22177c568ac570c4fd415032c18
symbol() view returns (string)
BFX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
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)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.