Fish Block Coin
Verified contract
Active on
Ethereum with 106 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 "Fish Block Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17638994 | a year ago | | | 0 | 0.00063904000 | |
| 17638900 | a year ago | | | 0 | 0.00063904000 | |
| 17638900 | a year ago | | | 0 | 0.00063904000 | |
| 17636364 | a year ago | | | 0 | 0.00063904000 | |
| 17636364 | a year ago | | | 0 | 0.00098104000 | |
| 17425721 | a year ago | | | 0 | 0.0010220169 | |
| 17066054 | 2 years ago | | | 0 | 0.0015569295 | |
| 16495916 | 2 years ago | | | 0 | 0.00090281970 | |
| 16437863 | 2 years ago | | | 0 | 0.00098680626 | |
| 16223582 | 2 years ago | | | 0 | 0.00097868382 |
ABI
ABI objects
Getter at block 21205696
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
3000000000000000000000000000
name() view returns (string)
Fish Block Coin
owner() view returns (address)
0x5fc9ec16f60efae925457b23641936881df9734b
symbol() view returns (string)
FBC
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _holder) view returns (uint256 balance)
lockCount(address _holder) view returns (uint256)
lockState(address _holder, uint256 _idx) view returns (uint256, uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address _holder, uint256 _amount, uint256 _releaseTime)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
transferWithLock(address _to, uint256 _value, uint256 _releaseTime) returns (bool)
unlock(address _holder, uint256 i)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Lock(address indexed holder, uint256 value, uint256 releaseTime)
Mint(address indexed to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed holder, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.