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 "NiX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18849006 | a year ago | | | 0 | 0.0011647531 | |
| 18848997 | a year ago | | | 0 | 0.0010954896 | |
| 18848492 | a year ago | | | 0 | 0.00063155700 | |
| 18848488 | a year ago | | | 0 | 0.00067287256 | |
| 18848480 | a year ago | | | 0 | 0.00063436417 | |
| 18848456 | a year ago | | | 0 | 0.0010139061 | |
| 16539625 | 2 years ago | | | 0 | 0.00091072343 | |
| 15439057 | 2 years ago | | | 0 | 0.00061595876 | |
| 15413788 | 2 years ago | | | 0 | 0.00031826375 | |
| 15413743 | 2 years ago | | | 0 | 0.00039417066 |
ABI
ABI objects
Getter at block 21284135
circulationAmount() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint256)
18
delegator() view returns (address)
0x0000000000000000000000000000000000000000
isDelegator() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
NiX
owner() view returns (address)
0x9057458552274d5cfe9cf50ac6f282e8f9133196
symbol() view returns (string)
NiX
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
availableBalanceOf(address holder) view returns (uint256)
balanceOf(address holder) view returns (uint256)
chargeAmountOf(address holder) view returns (uint256)
receiptAccountOf(address holder) view returns (string)
unlockAmountOf(address holder) view returns (uint256)
State-modifying
Events appointDelegator(address delegator) returns (bool)
approve(address spender, uint256 value) returns (bool)
charge(address holder, uint256 chargeAmount, uint256 unlockAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseCirculation(uint256 amount) returns (uint256)
decreaseUnlockAmount(address holder, uint256 lockAmount)
dissmissDelegator() returns (bool)
exchange(address holder) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseCirculation(uint256 amount) returns (uint256)
increaseUnlockAmount(address holder, uint256 unlockAmount)
lock() returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unlock() returns (bool)
unlockAmountAll(address holder)
withdraw() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeCirculation(uint256 circulationAmount)
Charge(address indexed holder, uint256 chargeAmount, uint256 unlockAmount)
DecreaseUnlockAmount(address indexed holder, uint256 unlockAmount)
DelegateAppointed(address indexed previousDelegator, address indexed newDelegator)
Exchange(address indexed holder, address indexed exchangeHolder, uint256 amount)
IncreaseUnlockAmount(address indexed holder, uint256 unlockAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed holder, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.