NYBCoin
Verified contract
Active on
Ethereum with 237,595 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($72.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNB | ERC-20 | 0.11 | $654.93 |
$72.04 | |
CVT | ERC-20 | 5 | $0.000157 |
$0 | |
OCN | ERC-20 | 5 | $0.000043 |
$0 | |
SOP | ERC-20 | 16 | $0.000011 |
$0 | |
REV | ERC-20 | 1 | $0.000022 |
$0 | |
MOON | ERC-20 | 2M | -- | -- | |
VGS | ERC-20 | 940.018K | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- | |
NYBC | ERC-20 | 756.650671K | -- | -- | |
ManitoS | ERC-20 | 147.776K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19115769 | 10 months ago | | | 0 | 0.0011730190 | |
| 17519983 | a year ago | | | 0 | 0.00070689981 | |
| 16338270 | 2 years ago | | | 0 | 0.00067453058 | |
| 14779178 | 3 years ago | | | 0 | 0.00075980800 | |
| 12837713 | 3 years ago | | | 0 | 0.00073850005 | |
| 12715907 | 3 years ago | | | 0 | 0.00018650005 | |
| 12701722 | 3 years ago | | | 0 | 0.00041030000 | |
| 12223946 | 4 years ago | | | 0 | 0.0031125001 | |
| 12139024 | 4 years ago | | | 0 | 0.0037500000 | |
| 12074257 | 4 years ago | | | 0 | 0.0042886272 |
ABI
ABI objects
Getter at block 21254006
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
NYBCoin
symbol() view returns (string)
NYBC
totalDistributed() view returns (uint256)
50252532815946597
totalRemaining() view returns (uint256)
49747467184053403
totalSupply() view returns (uint256)
100000000000000000
value() view returns (uint256)
90251997471
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events airdrop(address[] addresses)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
disableWhitelist(address[] addresses)
distributeAmounts(address[] addresses, uint256[] amounts)
distribution(address[] addresses, uint256 amount)
enableWhitelist(address[] addresses)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.