Wrapped Grok
Verified contract
Active on
Ethereum with 151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGROK | ERC-20 | 3.820418M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18670621 | a year ago | | | 0 | 0.0054061912 | |
| 18670621 | a year ago | | | 0 | 0.0054061912 | |
| 18670621 | a year ago | | | 0 | 0.0054061912 | |
| 18670621 | a year ago | | | 0 | 0.0054061912 | |
| 18670621 | a year ago | | | 0 | 0.0054061912 | |
| 18670621 | a year ago | | | 0 | 0.0042023509 | |
| 18670615 | a year ago | | | 0 | 0.0032031781 | |
| 18670614 | a year ago | | | 0 | 0.0014959883 | |
| 18670611 | a year ago | | | 0 | 0.0018916568 | |
| 18670611 | a year ago | | | 0 | 0.0017470454 |
ABI
ABI objects
Getter at block 21219371
EnableTxLimit() view returns (bool)
false
EnableWalletLimit() view returns (bool)
false
_maxTxAmount() view returns (uint256)
10000000000000000
_walletMax() view returns (uint256)
20000000000000000
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
9
dexPair() view returns (address)
0x7dfe3f2a197aca09b5ddafdc396e0ba1f2591cce
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
marketingWallet() view returns (address)
0x8fd3417bbecb3fb69d3d3d2a6730868060c665df
name() view returns (string)
Wrapped Grok
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
10000000000000000
swapbylimit() view returns (bool)
true
symbol() view returns (string)
WGROK
totalSupply() view returns (uint256)
1000000000000000000
tradingEnable() view returns (bool)
true
transferSniperProtection() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
isWlAddress(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFee(address _adr, bool _status)
excludeTxLimit(address _adr, bool _status)
excludeWalletLimit(address _adr, bool _status)
removeLimits()
renounceOwnership()
rescueFunds()
rescueTokens(address _token, uint256 _amount)
setBuyFee(uint256 _buySide, uint256 _sellSide)
setMarketingWallet(address _newWallet)
setMaxWalletLimit(uint256 newLimit)
setSwapBackSettings(uint256 _threshold, bool _enabled, bool _limited)
setTxLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferProtection(bool _status)
updateSetting(address[] _adr, bool _status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC20TransferFailed()
ERC20ZeroTransfer()