GoblinCoin

Verified contract

Active on Ethereum with 436 txns
Deployed by via 0xe51b79e9 at 20528103
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
ERC-20
--
0xa9f80fc1a6ce87bce58912b1f1415f703c9340e89b2f0a53c3c81ba858988ebc
0xbb104ee20b8e2530702adf971fd37e4960a7e4d42e1c312d9ad6ee67a5617b86
0xd2624835800f67a7b6a897701ddb4e8ad31896503f95fcc797c67033e056556d
0x5e12b6f970e6e7a4a2661ae2726e008cce257aa051f2e95833365c55239f9436
0xd04ee72bd7b474e61256019a3432fc1512e58105a5d958819b202ff653eda999
0xf24c7c9d82a9bd131837369a6f003f65139624b513e2181646dc0d6736cc30ab
0x26b2c0e8c78cb9d2ee9705c7c0ad1310fc808dc5cc2bb4605c97fbb31c289f5f
0xa61b7199e863b1268809c9c50a55bbb4dada57b49c4ff085cc0c0c2e5759a010
0xd6a36479978e4de65d768afd7365e5be8e98f3f57358bf991c161f411cbfed4b
0x330444676c6ac9c78c1b82f43682f7fb2c06a9efe9625d0d846f9360b3d81035

Functions
Getter at block 20846391
EnableTxLimit(view returns (bool)
false
EnableWalletLimit(view returns (bool)
false
_maxTxAmount(view returns (uint256)
20000000000000000
_walletMax(view returns (uint256)
20000000000000000
buyTax(view returns (uint256)
0
decimals(view returns (uint8)
9
dexPair(view returns (address)
0x31f39977c3df869a190bd3398a83aa3fcdda0dea
dexRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
marketingWallet(view returns (address)
0x31f3e3547f6422c45b1b11825ba98e6f379ee68c
name(view returns (string)
GoblinCoin
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellTax(view returns (uint256)
0
swapEnabled(view returns (bool)
true
swapThreshold(view returns (uint256)
20000000000000000
swapbylimit(view returns (bool)
true
symbol(view returns (string)
GoblinCoin
totalSupply(view returns (uint256)
1000000000000000000
tradingEnable(view returns (bool)
true
transferSniperProtection(view returns (bool)
true
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFee(addressview returns (bool)
isMarketPair(addressview returns (bool)
isTxLimitExempt(addressview returns (bool)
isWalletLimitExempt(addressview returns (bool)
isWlAddress(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
enableTrading(
excludeFromFee(address _adrbool _status
excludeTxLimit(address _adrbool _status
excludeWalletLimit(address _adrbool _status
removeLimits(
renounceOwnership(
rescueFunds(
rescueTokens(address _tokenuint256 _amount
setBuyFee(uint256 _buySideuint256 _sellSide
setMarketingWallet(address _newWallet
setMaxWalletLimit(uint256 newLimit
setSwapBackSettings(uint256 _thresholdbool _enabledbool _limited
setTxLimit(uint256 newLimit
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
transferProtection(bool _status
updateSetting(address[] _adrbool _status
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapTokensForETH(uint256 amountInaddress[] path
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC20TransferFailed(
ERC20ZeroTransfer(