noiseGPT
Verified contract
Active on
Ethereum with 3,178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENQAI | ERC-20 | 125 | $0.034216 |
$4.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285815 | a day ago | | | 0 | 0.00039713827 | |
| 21275653 | 3 days ago | | | 0 | 0.00043501677 | |
| 21261268 | 5 days ago | | | 0 | 0.00037933601 | |
| 21256222 | 6 days ago | | | 0 | 0.00048257392 | |
| 21239379 | 8 days ago | | | 0 | 0.00056694916 | |
| 21223149 | 10 days ago | | | 0 | 0.0013590401 | |
| 21128823 | 23 days ago | | | 0 | 0.00094528128 | |
| 21117595 | 25 days ago | | | 0 | 0.00027926004 | |
| 21071555 | a month ago | | | 0 | 0.00088430173 | |
| 21070681 | a month ago | | | 0 | 0.00051216876 |
ABI
ABI objects
Getter at block 21296400
decimals() view returns (uint8)
18
getBurnFee() view returns (uint256)
0
getFeeAccount() view returns (address)
0x13f9c84ea1325c3088266b8d0641ddabe2ea0ddb
getTaxFee() view returns (uint256)
5
name() view returns (string)
noiseGPT
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
noiseGPT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(uint256 totalSupply_, string name_, string symbol_, uint8 decimals_, uint256 burnFee_, uint256 taxFee_, address feeAccount_, address service_)
receive()
This contract contains no error objects.