EtherNexus
Verified contract
Active on
Ethereum with 1,073 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05cb…182c
Balances ($47.07)
Native
Value
$47.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.014321 | $3,286.77 |
$47.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21086824 | 12 days ago | | | 0 | 0.00067503275 | |
| 21077151 | 13 days ago | | | 0 | 0.00060126246 | |
| 20458297 | 3 months ago | | | 0 | 0.000053908901 | |
| 20152823 | 5 months ago | | | 0 | 0.00011398431 | |
| 20119701 | 5 months ago | | | 0 | 0.00074048000 | |
| 20119684 | 5 months ago | | | 0 | 0.00074048000 | |
| 20119646 | 5 months ago | | | 0 | 0.00051513791 | |
| 20119605 | 5 months ago | | | 0 | 0.00097188000 | |
| 19936925 | 6 months ago | | | 0 | 0.00029133013 | |
| 19853452 | 6 months ago | | | 0 | 0.00018873958 |
ABI
ABI objects
Getter at block 21172313
decimals() pure returns (uint8)
9
name() pure returns (string)
EtherNexus
owner() view returns (address)
0xb5ed9a59adcd8eafc61d6c6d6a5925d685a50bf8
symbol() pure returns (string)
ENXS
totalSupply() pure returns (uint256)
10000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address _addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeBuyTax(uint256 _newTax)
changeFeeWallet(address _dWallet)
changeSellTax(uint256 _newTax)
changeSwapAmount(uint256 _newThreshold)
manualsend()
manualswap()
openTrading()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferERC20(address token, uint256 amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _address)
whitelistAddress(address _addr, bool _bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
buyTaxUpdated(uint256 _newTax)
feeWalletUpdated(address _newWallet)
sellTaxUpdated(uint256 _newTax)
swapAmountUpdated(uint256 _newThreshold)
constructor(address _dWallet)
receive()
This contract contains no error objects.