FinNexus
Verified contract
Active on
Ethereum with 15,405 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($48.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 26.817026 | $1.001 |
$26.84 | |
PHX | ERC-20 | 18.33719K | $0.00118 |
$21.63 | |
FNX | ERC-20 | 714.878503K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240725 | a day ago | | | 0 | 0.00030864088 | |
| 21228028 | 3 days ago | | | 0 | 0.00029324214 | |
| 21205289 | 6 days ago | | | 0 | 0.00023252408 | |
| 21205226 | 6 days ago | | | 0 | 0.00025709483 | |
| 21125504 | 17 days ago | | | 0 | 0.00066168118 | |
| 21030468 | a month ago | | | 0 | 0.00056318738 | |
| 20867489 | 2 months ago | | | 0 | 0.00015294013 | |
| 20361927 | 4 months ago | | | 0 | 0.00029248128 | |
| 20330176 | 4 months ago | | | 0 | 0.00015031573 | |
| 20256974 | 5 months ago | | | 0 | 0.000064854680 |
ABI
ABI objects
Getter at block 21247257
MAX_TOTAL_TOKEN_AMOUNT() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
FinNexus
newOwner() view returns (address)
0x5ebc7d1ff1687a75f76c3edfabcde89d1c09cd5f
owner() view returns (address)
0x5ebc7d1ff1687a75f76c3edfabcde89d1c09cd5f
symbol() view returns (string)
FNX
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
changeOwner(address _newOwner)
changeTokenName(string name, string symbol)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.