Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYM | ERC-20 | 1 | $0.003 |
$0 | |
NiXM | ERC-20 | 10 | -- | -- | |
SYM | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11282669 | 4 years ago | | | 0 | 0.0042212950 | |
| 11130466 | 4 years ago | | | 0 | 0.0011845567 | |
| 11103717 | 4 years ago | | | 0 | 0.00083542000 | |
| 11070756 | 4 years ago | | | 0 | 0.0010218781 | |
| 11064648 | 4 years ago | | | 0 | 0.0014544331 | |
| 11047303 | 4 years ago | | | 0 | 0.0028397500 | |
| 10857154 | 4 years ago | | | 0 | 0.0056215170 | |
| 10818575 | 4 years ago | | | 0 | 0.0048941640 | |
| 10542666 | 4 years ago | | | 0 | 0.0057918661 | |
| 10493538 | 4 years ago | | | 0 | 0.0022154730 |
ABI
ABI objects
Getter at block 21165184
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
10000000000000000000000000000
locked() view returns (bool)
true
name() view returns (string)
NiX-M
owner() view returns (address)
0xf6c5de9e1a6b36aba36c6e6e86d500bcba9cec96
symbol() view returns (string)
NiXM
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
canTransfer(address _addr) view returns (bool)
lockedBalanceOf(address _addr) view returns (uint256)
State-modifying
Events allowAddress(address _addr, bool _allowed)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAddress(address _addr, bool _locked)
lockBalance(address _addr, uint256 _lockAmount)
setLocked(bool _locked)
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)
LockBalance(address indexed _addr, uint256 _lockAmount)
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.