FinanceX Token
Verified contract
Active on
Ethereum with 3,105 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FinanceX Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12226575 | 4 years ago | | | 0 | 0.0048758600 | |
| 9232524 | 5 years ago | | | 0 | 0.000026708400 | |
| 9212996 | 5 years ago | | | 0 | 0.000074538000 | |
| 9189646 | 5 years ago | | | 0 | 0.00055885500 | |
| 9189600 | 5 years ago | | | 0 | 0.00025083360 | |
| 9188983 | 5 years ago | | | 0 | 0.00013354200 | |
| 9188499 | 5 years ago | | | 0 | 0.000075250080 | |
| 9165279 | 5 years ago | | | 0 | 0.00013354200 | |
| 9100530 | 5 years ago | | | 0 | 0.00055885500 | |
| 9100483 | 5 years ago | | | 0 | 0.00025083360 |
ABI
ABI objects
Getter at block 21259511
_totalSupply() view returns (uint256)
900000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
FinanceX Token
owner() view returns (address)
0x697abf541d66915a3154e4c7cef9aad9e3fc5ebf
symbol() view returns (string)
FNX
totalSupply() view returns (uint256)
900000000000000000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
freezeOf(address _tokenOwner) view returns (uint256)
safeAdd(uint256 a, uint256 b) pure returns (uint256)
safeDiv(uint256 a, uint256 b) pure returns (uint256)
safeMul(uint256 a, uint256 b) pure returns (uint256)
safeSub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 tokens) returns (bool success)
freeze(uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
unfreeze(uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
fallback()
This contract contains no error objects.