Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NoxusCoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12044225 | 4 years ago | | | 0 | 0.012776045 | |
| 9559225 | 5 years ago | | | 0 | 0.0042266000 | |
| 9559079 | 5 years ago | | | 0 | 0.00028633000 | |
| 6317800 | 6 years ago | | | 0 | 0.00030438700 | |
| 6313437 | 6 years ago | | | 0 | 0.00063700700 | |
| 6034170 | 6 years ago | | | 0 | 0.0023466000 | |
| 6034136 | 6 years ago | | | 0 | 0.0038594000 | |
| 6034054 | 6 years ago | | | 0 | 0.0053338000 | |
| 6033831 | 6 years ago | | | 0 | 0.0038530000 | |
| 6033765 | 6 years ago | | | 0 | 0.0038466000 |
ABI
ABI objects
Getter at block 21162931
decimals() view returns (uint8)
18
name() view returns (string)
NoxusCoin
symbol() view returns (string)
NOXS
totalSupply() view returns (uint256 _totalSupply)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, address _owner)
fallback()
This contract contains no error objects.