GPTverse
Verified contract
Proxy
Active on
Base with 156 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x191c…7999
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GPTV | ERC-20 | 17.729247B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13896874 | 7 months ago | | | 0 | 0.0000030030690 | |
| 13896543 | 7 months ago | | | 0 | 0.0000065156175 | |
| 13896459 | 7 months ago | | | 0 | 0.0000019044945 | |
| 13896457 | 7 months ago | | | 0 | 0.0000065156175 | |
| 13896457 | 7 months ago | | | 0 | 0.0000065156175 | |
| 13896457 | 7 months ago | | | 0 | 0.0000065156175 | |
| 13896457 | 7 months ago | | | 0 | 0.0000065156175 | |
| 13896457 | 7 months ago | | | 0 | 0.0000065156175 | |
| 13896456 | 7 months ago | | | 0 | 0.0000065156175 | |
| 13896456 | 7 months ago | | | 0 | 0.0000065156175 |
ABI
ABI objects
Getter at block 23099555
buyFee() view returns (uint256)
1
decimals() view returns (uint8)
18
gptvWallet() view returns (address)
0xb82aa28f8bbd37ce8eb10c834ea9755b708bcbd1
name() view returns (string)
GPTverse
owner() view returns (address)
0x2776aa619997beaf1fade745be861209451d4e22
sellFee() view returns (uint256)
99
symbol() view returns (string)
GPTV
totalSupply() view returns (uint256)
900000000000000000000000000
uniswapV2Pair() view returns (address)
0x191cfac8b0ae2ef6f371cc4e94082a78cc927999
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)
openTrading(address router) payable returns (bool)
renounceOwnership()
setMarketingWallet(address wallet) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH() returns (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)
constructor()
receive()
AddressInsufficientBalance(address account)