Forty Seven Bank Token
Verified contract
Active on
Ethereum with 10,452 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 |
---|---|---|---|---|---|
FSBT | ERC-20 | 319.794 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408547 | 3 months ago | | | 0 | 0.000032624000 | |
| 19296431 | 9 months ago | | | 0 | 0.0014235432 | |
| 17638947 | a year ago | | | 0 | 0.00065296000 | |
| 17638870 | a year ago | | | 0 | 0.00065248000 | |
| 17637921 | a year ago | | | 0 | 0.00099448000 | |
| 17227370 | 2 years ago | | | 0 | 0.0036056198 | |
| 16467182 | 2 years ago | | | 0 | 0.00077365494 | |
| 15727770 | 2 years ago | | | 0 | 0.0014378274 | |
| 15572751 | 2 years ago | | | 0 | 0.00027955858 | |
| 14466793 | 3 years ago | | | 0 | 0.00079596800 |
ABI
ABI objects
Getter at block 21163240
decimals() pure returns (uint8)
18
mintingFinished() pure returns (bool)
true
name() pure returns (string)
Forty Seven Bank Token
owner() pure returns (address)
0x98f46c3eb0d9bec50a2eb1e3fb16c62d4536cae1
paused() pure returns (bool)
false
symbol() pure returns (string)
FSBT
totalSupply() pure returns (uint256)
3699483445903791373304430
version() pure returns (string)
H0.1
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
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)
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.