NucleusVisionToken
Verified contract
Active on
Ethereum with 198,084 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,360.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
nCash | ERC-20 | 52.476108M | $0.000095 |
$4,972.11 | |
REQ | ERC-20 | 3.774K | $0.10289 |
$388.31 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
AZ | ERC-20 | 55.978K | -- | -- | |
AZ | ERC-20 | 55.978K | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
DAR | ERC-20 | 4K | -- | -- | |
REBL | ERC-20 | 4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139090 | 3 days ago | | | 0 | 0.00058289775 | |
| 21132077 | 4 days ago | | | 0 | 0.00086316847 | |
| 21131715 | 4 days ago | | | 0 | 0.0011559222 | |
| 21102688 | 8 days ago | | | 0 | 0.00023054675 | |
| 21085543 | 10 days ago | | | 0 | 0.00042310418 | |
| 21080466 | 11 days ago | | | 0 | 0.00055272277 | |
| 21062366 | 13 days ago | | | 0 | 0.00021420807 | |
| 21053482 | 15 days ago | | | 0 | 0.00018549237 | |
| 21040211 | 16 days ago | | | 0 | 0.00025804438 | |
| 21038567 | 17 days ago | | | 0 | 0.00033129982 |
ABI
ABI objects
Getter at block 21157701
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
NucleusVision
owner() view returns (address)
0xbf649a0723f3c58d16d8423660156c04ea70f0b3
symbol() view returns (string)
nCash
totalSupply() view returns (uint256)
10000000000000000000000000000
unlocked() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlockToken()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
NucleusVisionTokenUnlocked()
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.