NToken0002
Verified contract
Active on
Ethereum with 237 txns
Balances ($0.00)
No balances found for "NToken0002"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17095406 | 2 years ago | | | 0 | 0.0010348834 | |
| 17062838 | 2 years ago | | | 0 | 0.00064509663 | |
| 12114089 | 4 years ago | | | 0 | 0.0048738800 | |
| 11731101 | 4 years ago | | | 0 | 0.0023752652 | |
| 11731098 | 4 years ago | | | 0 | 0.0023385054 | |
| 11730745 | 4 years ago | | | 0 | 0.0051207016 | |
| 11730739 | 4 years ago | | | 0 | 0.0020651736 | |
| 11730557 | 4 years ago | | | 0 | 0.0031918589 | |
| 11730533 | 4 years ago | | | 0 | 0.0035204325 | |
| 11729699 | 4 years ago | | | 0 | 0.0019874668 |
ABI
ABI objects
Getter at block 21309288
_createBlock() view returns (uint256)
10490953
_recentlyUsedBlock() view returns (uint256)
11670419
checkBidder() view returns (address)
0xcdbde4f6e77d5e3278d0555a643230c3cb6315e7
checkBlockInfo() view returns (uint256 createBlock, uint256 recentlyUsedBlock)
(createBlock=10490953, recentlyUsedBlock=11670419)
decimals() view returns (uint8)
18
name() view returns (string)
NToken0002
symbol() view returns (string)
N0002
totalSupply() view returns (uint256)
4717864000000000000000000
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.