NToken0001
Verified contract
Active on
Ethereum with 3,201 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
N0001 | ERC-20 | 10.517551K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198140 | 8 days ago | | | 0 | 0.00029850275 | |
| 20013005 | 6 months ago | | | 0 | 0.00029874949 | |
| 18727694 | a year ago | | | 0 | 0.0025979651 | |
| 18218737 | a year ago | | | 0 | 0.00052435686 | |
| 18210565 | a year ago | | | 0 | 0.00042221558 | |
| 17095405 | 2 years ago | | | 0 | 0.00097295615 | |
| 17071565 | 2 years ago | | | 0 | 0.0016188556 | |
| 17062837 | 2 years ago | | | 0 | 0.00062467851 | |
| 16972855 | 2 years ago | | | 0 | 0.0011301288 | |
| 16695500 | 2 years ago | | | 0 | 0.0016100615 |
ABI
ABI objects
Getter at block 21256771
_createBlock() view returns (uint256)
10490937
_recentlyUsedBlock() view returns (uint256)
13908060
checkBidder() view returns (address)
0x3ceefbbb0e6c60cf64db9d17b94917d6d78cec05
checkBlockInfo() view returns (uint256 createBlock, uint256 recentlyUsedBlock)
(createBlock=10490937, recentlyUsedBlock=13908060)
decimals() view returns (uint8)
18
name() view returns (string)
NToken0001
symbol() view returns (string)
N0001
totalSupply() view returns (uint256)
10942433999999784826598993
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeBidder(address bidder)
changeMapping(address voteFactory)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseTotal(uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address voteFactory, address bidder)
This contract contains no fallback and receive objects.
This contract contains no error objects.