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 |
---|---|---|---|---|---|
NODEX | ERC-20 | 1.319865K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292633 | 4 hours ago | | | 0 | 0.00055768015 | |
| 21062512 | a month ago | | | 0 | 0.00024553067 | |
| 21049432 | a month ago | | | 0 | 0.00022198892 | |
| 21045749 | a month ago | | | 0 | 0.00023520028 | |
| 21044793 | a month ago | | | 0 | 0.00038167430 | |
| 21044785 | a month ago | | | 0 | 0.00028422855 | |
| 21044783 | a month ago | | | 0 | 0.00027737096 | |
| 21044782 | a month ago | | | 0 | 0.00027780968 | |
| 21044781 | a month ago | | | 0 | 0.00026896442 | |
| 21044780 | a month ago | | | 0 | 0.00026131899 |
ABI
ABI objects
Getter at block 21293831
DOMAIN_SEPARATOR() view returns (bytes32)
0x9e963951a581e62fa1e6debe74f84275ae8a0e74b58bd96c74e3cbbaecf08777
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=NodeX, version=1, chainId=1, verifyingContract=0xcab74cb95fb8b1cb6d4356770ad3c610c9d2f9f9, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
feeDenominator() view returns (uint256)
100
name() view returns (string)
NodeX
owner() view returns (address)
0x32ff7648863ee606044500000d51dd5887d69ea5
sellFee() view returns (uint256)
0
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
NODEX
totalSupply() view returns (uint256)
1000000000000000000000000
transferFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeAutoSwapFees(bool value)
changeFeeExempt(address[] accounts, bool value)
changeFeeSwapThreshold(uint256 value)
changeFees(uint256 _buyFee, uint256 _sellFee, uint256 _transferFee)
changeLpPair(address lpPair)
changeWallets(address marketing)
enableTrading()
makeVolume() payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
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)
ChangeFees(uint256 buyFee, uint256 sellFee, uint256 transferFee)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)