NToken0028
Verified contract
Active on
Ethereum with 10 txns
Balances ($0.00)
No balances found for "NToken0028"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11942985 | 4 years ago | | | 0 | 0.0010557260 | |
| 11942985 | 4 years ago | | | 0 | 0.0010557260 | |
| 11692741 | 4 years ago | | | 0 | 0.0033051000 | |
| 11063652 | 4 years ago | | | 0 | 0.0014983121 | |
| 11008259 | 4 years ago | | | 0 | 0.0023362401 | |
| 10997189 | 4 years ago | | | 0 | 0.0013364030 | |
| 10929445 | 4 years ago | | | 0 | 0.0041263512 | |
| 10805431 | 4 years ago | | | 0 | 0.0049369600 | |
| 10762202 | 4 years ago | | | 0 | 0.018508560 | |
| 10756002 | 4 years ago | | | 0 | 0.0030856000 |
ABI
ABI objects
Getter at block 21300565
_createBlock() view returns (uint256)
10746175
_recentlyUsedBlock() view returns (uint256)
11671987
checkBidder() view returns (address)
0x3b0e6b8e5f72df429e58c0885806f2da874aa1de
checkBlockInfo() view returns (uint256 createBlock, uint256 recentlyUsedBlock)
(createBlock=10746175, recentlyUsedBlock=11671987)
decimals() view returns (uint8)
18
name() view returns (string)
NToken0028
symbol() view returns (string)
N0028
totalSupply() view returns (uint256)
3703248000000000000000000
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.