Solak GPT
Verified contract
Proxy
Active on
Base with 65 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
0x9ced…9624
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SGPT | ERC-20 | 193.740462M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12680966 | 8 months ago | | | 0 | 4.7741957e-7 | |
| 12680959 | 8 months ago | | | 0 | 0.0000062969340 | |
| 12680954 | 8 months ago | | | 0 | 0.00023364860 | |
| 12680944 | 8 months ago | | | 1 | 0.000023947561 | |
| 12680892 | 8 months ago | | | 0 | 0.0000062969340 | |
| 12680892 | 8 months ago | | | 0 | 0.0000062969340 | |
| 12680892 | 8 months ago | | | 0 | 0.0000062969340 | |
| 12680892 | 8 months ago | | | 0 | 0.0000062969340 | |
| 12680891 | 8 months ago | | | 0 | 0.0000062969340 | |
| 12680891 | 8 months ago | | | 0 | 0.0000062969340 |
ABI
ABI objects
Getter at block 23285995
buyTax() view returns (uint256)
1
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x9cedb1e3ddf39b2a4778c4c25a86a3610fbf9624
dexRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
name() view returns (string)
Solak GPT
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
99
sgptWallet() view returns (address)
0x930b2753599e5b4b3de4a8d4345f3d9238036fcd
symbol() view returns (string)
SGPT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTax(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableSwap(address router) payable returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTaxWallet(address wallet) returns (bool)
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)