Ethfinex Nectar Token
Verified contract
Active on
Ethereum with 6,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x003e…5505
Balances ($172.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NCT | ERC-20 | 8.538938K | $0.020209 |
$172.56 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
NEC | ERC-20 | 1.52K | -- | -- | |
CBX | ERC-20 | 75 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114689 | 7 days ago | | | 0 | 0.00019850620 | |
| 20983102 | 25 days ago | | | 0 | 0.00025282035 | |
| 20981568 | 25 days ago | | | 0 | 0.00031998613 | |
| 20881949 | a month ago | | | 0 | 0.00019138451 | |
| 20853438 | a month ago | | | 0 | 0.00022526201 | |
| 20842540 | a month ago | | | 0 | 0.00086445484 | |
| 20761615 | 2 months ago | | | 0 | 0.00062930134 | |
| 20761606 | 2 months ago | | | 0 | 0.00097450645 | |
| 20638412 | 2 months ago | | | 0 | 0.000043605458 | |
| 20507284 | 3 months ago | | | 0 | 0.00015374861 |
ABI
ABI objects
Getter at block 21162116
burningEnabled() view returns (bool)
true
controller() view returns (address)
0x1fae7beed65b3d98ad8f1d5276387b20c6b851b7
creationBlock() view returns (uint256)
5072026
decimals() view returns (uint8)
18
name() view returns (string)
Ethfinex Nectar Token
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
NEC
tokenFactory() view returns (address)
0x003ea7f54b6dcf6cee86986edc18143a35f15505
totalPledgedFees() view returns (uint256)
17807214123630000000000
totalSupply() view returns (uint256)
12747367849557330776182839
transfersEnabled() view returns (bool)
true
version() view returns (string)
EFX_0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalPledgedFeesAt(uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
burnAndRetrieve(uint256 _tokensToBurn) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableBurning(bool _burningEnabled)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
pledgeFees(uint256 _value) returns (bool)
reducePledgedFees(uint256 _value) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
Burned(address indexed who, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory, address efxVaultWallet)
fallback()
This contract contains no error objects.