Next Fintech
Verified contract
Active on
Ethereum with 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 "Next Fintech"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9086992 | 5 years ago | | | 0 | 0.0044557600 | |
| 9086910 | 5 years ago | | | 0 | 0.0032567200 | |
| 9037149 | 5 years ago | | | 0 | 0.0038097000 | |
| 9036954 | 5 years ago | | | 0 | 0.0041906700 | |
| 9036836 | 5 years ago | | | 0 | 0.00015929100 | |
| 9036836 | 5 years ago | | | 0 | 0.00015929100 | |
| 9036827 | 5 years ago | | | 0 | 0.0058406700 | |
| 9036823 | 5 years ago | | | 0 | 0.00015929100 | |
| 9036705 | 5 years ago | | | 0 | 0.00016991040 | |
| 9036701 | 5 years ago | | | 0 | 0.00016460070 |
ABI
ABI objects
Getter at block 21316244
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Next Fintech
owner() view returns (address)
0x85b0510d219b0ad65a1a69524e3c14a6361be742
sellPrice() view returns (uint256)
0
symbol() view returns (string)
NXF
totalSupply() view returns (uint256)
30000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.