Node All-Star
Verified contract
Active on
Ethereum with 3,477 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Node All-Star"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x0a9059cb | 9565181 | 5 years ago | | | 0 | 0.00022121000 | |
| 8789508 | 5 years ago | | | 0 | 0.00010606640 | |
| 8360353 | 5 years ago | | | 0 | 0.00037370000 | |
| 8341394 | 5 years ago | | | 0 | 0.00026159000 | |
| 8140171 | 5 years ago | | | 0 | 0.00022795700 | |
| 7775657 | 6 years ago | | | 0 | 0.00037306000 | |
| 7759539 | 6 years ago | | | 0 | 0.00014948000 | |
| 7666968 | 6 years ago | | | 0 | 0.00070990507 | |
| 7647398 | 6 years ago | | | 0 | 0.00022165430 | |
| 7596650 | 6 years ago | | | 0 | 0.00041896000 |
ABI
ABI objects
Getter at block 21288199
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Node All-Star
owner() view returns (address)
0x83461bf295b751bb4326bd371bc0e0c18c07ef6f
symbol() view returns (string)
NAST
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnFrom(address _who, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address _who, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.