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 |
---|---|---|---|---|---|
NGPU | ERC-20 | 1.119353M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678938 | 3 months ago | | | 0 | 0.00023476783 | |
| 20678935 | 3 months ago | | | 0 | 0.00018681577 | |
| 20678165 | 3 months ago | | | 0 | 0.00048831238 | |
| 20678165 | 3 months ago | | | 0 | 0.00048831238 | |
| 20678165 | 3 months ago | | | 0 | 0.00048831238 | |
| 20678061 | 3 months ago | | | 0 | 0.00029781118 | |
| 20678013 | 3 months ago | | | 0 | 0.00027271705 | |
| 20678012 | 3 months ago | | | 0 | 0.00099095275 | |
| 20678009 | 3 months ago | | | 0 | 0.00091658906 | |
| 20677887 | 3 months ago | | | 0 | 0.00036612171 |
ABI
ABI objects
Getter at block 21434760
_Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_swapbackLimit() view returns (uint256)
100000000000000000000000
_swapbackThreshold() view returns (uint256)
100000000000000000000000
_tTotal() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
NodeGPU
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
NGPU
totalSupply() view returns (uint256)
10010000000000000000000000000
uniswapV2Pair() view returns (address)
0xa895bab3eb4f19902d0a4c03e42fa56bc710fcd8
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address _isBot) view returns (bool)
State-modifying
Events OpenTrade()
abstractSwap(address from, address to, uint256 amount)
addBots(address _isBot)
approve(address spender, uint256 value) returns (bool)
clearETH()
delBots(address notBot)
manualSwap()
reduceFees(uint256 _newBuyFee, uint256 _newSellFee)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)