FinTabToken
Verified contract
Active on
Ethereum with 1,437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,934.38)
Native
Value
$4,934.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.48785 | $3,316.45 |
$4,934.38 | |
FNT | ERC-20 | 26.923497M | -- | -- | |
YOO | ERC-20 | 15K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13831492 | 3 years ago | | | 0 | 0.0019453364 | |
| 13828273 | 3 years ago | | | 0 | 0.0015036707 | |
| 13828251 | 3 years ago | | | 0 | 0.0020981038 | |
| 12361724 | 4 years ago | | | 0 | 0.0020345910 | |
| 12361563 | 4 years ago | | | 0 | 0.0013239450 | |
| 12296799 | 4 years ago | | | 0 | 0.0041222991 | |
| 7822400 | 5 years ago | | | 0 | 0.00061196850 | |
| 7797819 | 5 years ago | | | 0 | 0.00038943450 | |
| 7558868 | 6 years ago | | | 0 | 0.0015206490 | |
| 7525926 | 6 years ago | | | 0 | 0.00014810000 |
ABI
ABI objects
Getter at block 21168848
INITIAL_SUPPLY() pure returns (uint256)
3000000000000000
decimals() pure returns (uint8)
8
name() pure returns (string)
FinTabToken
owner() pure returns (address)
0xe6b601a9eeeb3940f206380eca691c1869b3d1f8
symbol() pure returns (string)
FNT
totalSupply() pure returns (uint256)
3000000000000000
weiPerToken() pure returns (uint256)
13333333
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
investors(uint256) pure returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnRemainder(uint256)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
moneyBack(address addr)
payDividends(uint256)
send(address addr, uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.