NToken0031
Verified contract
Active on
Ethereum with 2,298 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
N0031 | ERC-20 | 19.043304 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198139 | 8 days ago | | | 0 | 0.00030293007 | |
| 20900491 | 2 months ago | | | 0 | 0.00019346354 | |
| 20900490 | 2 months ago | | | 0 | 0.00019448414 | |
| 20640806 | 3 months ago | | | 0 | 0.000071577824 | |
| 20155668 | 5 months ago | | | 0 | 0.00018763101 | |
| 19896610 | 6 months ago | | | 0 | 0.000075797763 | |
| 19039663 | 10 months ago | | | 0 | 0.00050743038 | |
| 18026496 | a year ago | | | 0 | 0.00074871674 | |
| 16839328 | 2 years ago | | | 0 | 0.00046844597 | |
| 16741686 | 2 years ago | | | 0 | 0.00075238819 |
ABI
ABI objects
Getter at block 21255129
_createBlock() view returns (uint256)
10837633
_recentlyUsedBlock() view returns (uint256)
11684127
checkBidder() view returns (address)
0x8e79ef9e545fa14e205d89970d50e7caa3456683
checkBlockInfo() view returns (uint256 createBlock, uint256 recentlyUsedBlock)
(createBlock=10837633, recentlyUsedBlock=11684127)
decimals() view returns (uint8)
18
name() view returns (string)
NToken0031
symbol() view returns (string)
N0031
totalSupply() view returns (uint256)
3385976000000000000000000
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.