Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($248.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVC | ERC-20 | 1.850192K | $0.134206 |
$248.31 | |
NIF | ERC-20 | 150.017016 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200635 | 20 hours ago | | | 0 | 0.00036945991 | |
| 21024549 | 25 days ago | | | 0 | 0.00055171432 | |
| 20992411 | a month ago | | | 0 | 0.00073314477 | |
| 20858521 | 2 months ago | | | 0 | 0.00041130359 | |
| 20735253 | 2 months ago | | | 0 | 0.00034686065 | |
| 20719145 | 2 months ago | | | 0 | 0.00029984741 | |
| 20709346 | 2 months ago | | | 0 | 0.000090192527 | |
| 20574222 | 3 months ago | | | 0 | 0.000028176334 | |
| 20525714 | 3 months ago | | | 0 | 0.00018376378 | |
| 20415792 | 4 months ago | | | 0 | 0.000092846000 |
ABI
ABI objects
Getter at block 21206467
INITIAL_SUPPLY() view returns (uint256)
5000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Unifty
symbol() view returns (string)
NIF
totalSupply() view returns (uint256)
5000000000000000000000000
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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.