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 "CFNX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19872397 | 6 months ago | | | 0 | 0.000092417981 | |
| 19250283 | 8 months ago | | | 0 | 0.00056596592 | |
| 16061948 | 2 years ago | | | 0 | 0.00026221878 | |
| 16029147 | 2 years ago | | | 0 | 0.00045628116 | |
| 14833487 | 2 years ago | | | 0 | 0.00078520758 | |
| 13838050 | 3 years ago | | | 0 | 0.0021711972 | |
| 13731306 | 3 years ago | | | 0 | 0.0025675320 | |
| 12992210 | 3 years ago | | | 0 | 0.0012086778 | |
| 12632516 | 3 years ago | | | 0 | 0.00036661000 | |
| 12392952 | 3 years ago | | | 0 | 0.0024937640 |
ABI
ABI objects
Getter at block 21091309
MAX_TOTAL_TOKEN_AMOUNT() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
CFNX
owner() view returns (address)
0x2e4559887ab2dc860ac1ca55387a83fa60ee26c8
symbol() view returns (string)
CFNX
totalSupply() view returns (uint256)
27600000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 pmaxSupply, string pname, string psymbol)
mint(address account, uint256 amount)
renounceOwnership()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.