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 |
---|---|---|---|---|---|
NXX | ERC-20 | 15K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20782601 | 3 months ago | | | 0 | 0.00061027538 | |
| 20758831 | 3 months ago | | | 0 | 0.000096771446 | |
| 14572797 | 3 years ago | | | 0 | 0.0019804916 | |
| 13767242 | 3 years ago | | | 0 | 0.0047268128 | |
| 13608971 | 3 years ago | | | 0 | 0.0077304729 | |
| 13608936 | 3 years ago | | | 0 | 0.0062706400 | |
| 13242280 | 3 years ago | | | 0 | 0.0037878880 | |
| 13237617 | 3 years ago | | | 0 | 0.0054822680 | |
| 13079245 | 3 years ago | | | 0 | 0.0035049508 | |
| 13059246 | 3 years ago | | | 0 | 0.0027290530 |
ABI
ABI objects
Getter at block 21434563
decimals() view returns (uint256)
8
maxSupply() view returns (uint256)
37500000000000000
name() view returns (string)
Nexxus
owner() view returns (address)
0x1d7ff9b938fe2384ece2c206242c8c8b19dff43b
safeguard() view returns (bool)
false
symbol() view returns (string)
NXR
totalSupply() view returns (uint256)
37500000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
airdrop(address[] recipients, uint256[] tokenAmount)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeSafeguardStatus()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualWithdrawTokens(uint256 tokenAmount)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed from, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenAccounts(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.