BitFence Token
Verified contract
Active on
Ethereum with 583 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 |
---|---|---|---|---|---|
HNY | ERC-20 | 501 | -- | -- | |
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11069216 | 4 years ago | | | 0 | 0.011809500 | |
| 9385467 | 5 years ago | | | 0 | 0.000053631000 | |
| 9191161 | 5 years ago | | | 0 | 0.000077286000 | |
| 8780817 | 5 years ago | | | 0 | 0.0015510710 | |
| 8219042 | 5 years ago | | | 0 | 0.00018915500 | |
| 8098547 | 5 years ago | | | 0 | 0.00015106800 | |
| 8035186 | 5 years ago | | | 0 | 0.00073569600 | |
| 8035184 | 5 years ago | | | 0 | 0.00052831000 | |
| 7868279 | 5 years ago | | | 0 | 0.00018947500 | |
| 7767161 | 6 years ago | | | 0 | 0.00021479981 |
ABI
ABI objects
Getter at block 21223952
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
BitFence Token
owner() view returns (address)
0x8b16a67911f0a77621847ba64c30e404e6109b00
paused() view returns (bool)
false
symbol() view returns (string)
HNY
totalSupply() view returns (uint256)
118769738707627532875966432
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.