FTBV2.0 ERC20 Standard Token
Verified contract
Active on
Ethereum with 776 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FTBV2.0 ERC20 Standard Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11035795 | 4 years ago | | | 0 | 0.0010188310 | |
| 10122629 | 4 years ago | | | 0 | 0.00084143400 | |
| 10122595 | 4 years ago | | | 0 | 0.00096571800 | |
| 9565173 | 5 years ago | | | 0 | 0.00015896709 | |
| 9007549 | 5 years ago | | | 0 | 0.00052401990 | |
| 9007548 | 5 years ago | | | 0 | 0.00016828710 | |
| 8984565 | 5 years ago | | | 0 | 0.00032209000 | |
| 8984560 | 5 years ago | | | 0 | 0.00032209000 | |
| 8983210 | 5 years ago | | | 0 | 0.00047209000 | |
| 8983101 | 5 years ago | | | 0 | 0.00042488100 |
ABI
ABI objects
Getter at block 21158589
decimals() view returns (uint8)
18
name() view returns (string)
FTBV2.0 ERC20 Standard Token
symbol() view returns (string)
FTB
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, uint8 decimalUnits, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.