Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000583 |
$0 | |
NVIT | ERC-20 | 3.75K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23078860 | 2 days ago | | | 0 | 0.0000021212769 | |
| 23070627 | 2 days ago | | | 0 | 0.0000047620376 | |
| 23021697 | 3 days ago | | | 0 | 0.0000061861349 | |
| 23000707 | 4 days ago | | | 0 | 0.000000902038818152 | |
| 22932621 | 5 days ago | | | 0 | 0.0000010988524 | |
| 22777258 | 9 days ago | | | 0 | 2.5627975e-7 | |
| 22732844 | 10 days ago | | | 0 | 0.000000077148134744 | |
| 22718208 | 10 days ago | | | 0 | 0.0000011326961 | |
| 22698105 | 11 days ago | | | 0 | 0.0000018816831 | |
| 22138168 | 24 days ago | | | 0 | 2.4236151e-7 |
ABI
ABI objects
Getter at block 23155880
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
Invites
owner() view returns (address)
0x7a7c8beb2c1b9fac7e763cecc7753ea37220f476
symbol() view returns (string)
NVIT
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
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)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.