Grand Theft Pepe
Verified contract
Active on
Ethereum with 138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GTPepe | ERC-20 | 121.531966B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20093906 | 6 months ago | | | 0 | 0.00015241758 | |
| 17434477 | 2 years ago | | | 0 | 0.00086000824 | |
| 17368834 | 2 years ago | | | 0 | 0.0011900558 | |
| 17343143 | 2 years ago | | | 0 | 0.00077168252 | |
| 17343141 | 2 years ago | | | 0 | 0.0013318655 | |
| 17310006 | 2 years ago | | | 0 | 0.0017834610 | |
| 17310002 | 2 years ago | | | 0 | 0.0014496362 | |
| 17309998 | 2 years ago | | | 0 | 0.0020986630 | |
| 17309995 | 2 years ago | | | 0 | 0.0023551552 | |
| 17309246 | 2 years ago | | | 0 | 0.0018380512 |
ABI
ABI objects
Getter at block 21420445
decimals() view returns (uint8)
9
delay() view returns (uint256)
5
marketingWallet() view returns (address)
0x9311986b1ba14b62c3a9829dd6bc9aab6a3b282f
maxTx() view returns (uint256)
2999130000000000000000
maxWallet() view returns (uint256)
2999130000000000000000
name() view returns (string)
Grand Theft Pepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x2b71cae908a67a86e67775f4db5a354631ffac3a
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
499855000000000000000
symbol() view returns (string)
GTPepe
taxes() view returns (uint256 buy, uint256 sell, uint256 transfer)
(buy=0, sell=0, transfer=0)
totalSupply() view returns (uint256)
199942000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address user) view returns (bool status)
isExcludedFromFees(address user) view returns (bool status)
lastTrade(address user) view returns (uint256 timestamp)
State-modifying
Events GTPepeGo()
approve(address spender, uint256 amount) returns (bool)
bulkIsExcludedFromFees(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setBlacklist(address[] accounts, bool status)
setDelay(uint256 time)
setIsExcludedFromFees(address _address, bool state)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setMarketingWallet(address newWallet)
setRouterAndPair(address newRouter, address newPair)
setSwapEnabled(bool status)
setSwapTreshhold(uint256 amount)
setTaxes(uint256 _buyTax, uint256 _sellTax, uint256 _transferTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(address _router)
receive()
This contract contains no error objects.