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 "FENIX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294548 | 2 days ago | | | 0 | 0.0012893134 | |
| 21225524 | 11 days ago | | | 0 | 0.00038137330 | |
| 21208631 | 14 days ago | | | 0 | 0.00062700593 | |
| 21125807 | 25 days ago | | | 0 | 0.0017047738 | |
| 21117731 | a month ago | | | 0 | 0.00017110419 | |
| 21061423 | a month ago | | | 0 | 0.00025666649 | |
| 21061361 | a month ago | | | 0 | 0.00020569199 | |
| 20871251 | 2 months ago | | | 0 | 0.0013555692 | |
| 20828373 | 2 months ago | | | 0 | 0.0016829698 | |
| 20828323 | 2 months ago | | | 0 | 0.0016962270 |
ABI
ABI objects
Getter at block 21307509
decimals() view returns (uint8)
18
feeShare() view returns (uint256)
10
name() view returns (string)
FENIX
owner() view returns (address)
0xb3e4ac92b62d2801010ee5eb589eb2f1c5128e8c
symbol() view returns (string)
FNX
totalSupply() view returns (uint256)
2790000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events appTransfer(address to, uint256 value) returns (bool)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setTransferFee(uint256 value) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.