Nexxo Tokens
Verified contract
Active on
Ethereum with 1,615 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENG | ERC-20 | 6.171599 | $0.015986 |
$0.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15365919 | 2 years ago | | | 0 | 0.00094330798 | |
| 15092238 | 2 years ago | | | 0 | 0.00089079673 | |
| 15001226 | 2 years ago | | | 0 | 0.00052169995 | |
| 15000958 | 2 years ago | | | 0 | 0.00051797313 | |
| 15000948 | 2 years ago | | | 0 | 0.00051053025 | |
| 15000902 | 2 years ago | | | 0 | 0.00079695616 | |
| 15000896 | 2 years ago | | | 0 | 0.0016504644 | |
| 14531041 | 3 years ago | | | 0 | 0.0031130210 | |
| 13510032 | 3 years ago | | | 0 | 0.0062251980 | |
| 13403094 | 3 years ago | | | 0 | 0.0032677218 |
ABI
ABI objects
Getter at block 21260997
_totalSupply() view returns (uint256)
100000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Nexxo Tokens
owner() view returns (address)
0x52f5492fc6413e38fd6342a1dcf05a6532d67f2e
paused() view returns (bool)
false
symbol() view returns (string)
NEXXO
totalEthInWei() view returns (uint256)
10070000000000000000
totalSupply() view returns (uint256)
100000000000000000000000000000
unitsOneEthCanBuy() view returns (uint256)
287780
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 ownerBalance)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
fallback()
This contract contains no error objects.