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 |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17569382 | a year ago | | | 0 | 0.00057624318 | |
| 17470543 | a year ago | | | 0 | 0.00066449619 | |
| 17226655 | 2 years ago | | | 0 | 0.0055770988 | |
| 15228969 | 2 years ago | | | 0 | 0.00041414400 | |
| 15228876 | 2 years ago | | | 0 | 0.0053631900 | |
| 13828229 | 3 years ago | | | 0 | 0.0020702644 | |
| 11763603 | 4 years ago | | | 0 | 0.0044345132 | |
| 11081757 | 4 years ago | | | 0 | 0.0013432080 | |
| 10271402 | 4 years ago | | | 0 | 0.0019608451 | |
| 9734834 | 5 years ago | | | 0 | 0.0016801390 |
ABI
ABI objects
Getter at block 21173017
INITIAL_SUPPLY() view returns (uint256)
307938700000000
decimals() view returns (uint8)
8
name() view returns (string)
FinTab
owner() view returns (address)
0x35cc33e802f869eecb08fdce3196a505829a400e
releaseTokensBlock() view returns (uint256)
5860000
symbol() view returns (string)
FNTB
totalSupply() view returns (uint256)
307938700000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
0.3
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
teamAddresses(address) view returns (bool)
tokenBurners(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
issue(address _to, uint256 _amount)
setBurner(address addr, bool state)
setTeamAddress(address addr, bool state)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
withdrawTokens(address _token, address _to, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
NewSmartToken(address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value, bytes _data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _releaseBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.