Fintool
Verified contract
Active on
Ethereum with 31,562 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003972 |
$0 | |
Shell | ERC-20 | 300 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18048822 | a year ago | | | 0 | 0.00049198457 | |
| 16880653 | 2 years ago | | | 0 | 0.00044840460 | |
| 16753499 | 2 years ago | | | 0 | 0.00070212500 | |
| 15044125 | 2 years ago | | | 0 | 0.00095354365 | |
| 15043729 | 2 years ago | | | 0 | 0.00091867657 | |
| 15043702 | 2 years ago | | | 0 | 0.00067071215 | |
| 15043680 | 2 years ago | | | 0 | 0.00082676607 | |
| 15043019 | 2 years ago | | | 0 | 0.00077464028 | |
| 15042988 | 2 years ago | | | 0 | 0.0010242464 | |
| 15042931 | 2 years ago | | | 0 | 0.0013605619 |
ABI
ABI objects
Getter at block 21158178
decimals() view returns (uint8)
18
name() view returns (string)
Fintool
symbol() view returns (string)
FNT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.