GIGABOT

Verified contract

Active on Ethereum with 195 txns
Deployed by via 0x1b65eb9c at 18043247
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GIGABOT"

0x2d68561229e04476f4d3c62729d10801338363c464b156bf0dcaaad5f982ca29
0x3d6fc94183ec7981b828e782dd324056975d355f726bf24c5fc83d55063125d7
0x3039d841302cabd33a59686a9eb707abe6e746cf698c727fe976e50d2e5e2061
0xa38bbcb1ba02957d963a8a66dca1a92d9be34a5b701b6dce9605bb13c50861d8
0x5cd517827515b98bfe7c833db0d9dcdfa4f641708dc916d991b35a4bb26bb73f
0x18d6f642145f1dfcae436f443057ce897c3e8e781910e538e838275649cc0c23
0xc85bbf19040a2477d0a9018724f1858428ad7799375cc3b9f0b119ed3acf61eb
0x1a377be11e3c195061087b724109ac600db364e504b388f78bdcbba679b109b2
0xc4c80a5c5de24f21a077ed558a395150a92f9d2962913d970411dfa61d8fde56
0x34211a5c0950e91d9dd545b86fb38c3d0f08f4c951eb3e8850c1b734c2bf8bf3

Functions
Getter at block 21177614
bankWallet(view returns (address)
0x5863516290f449d9228bbdd25751c3dfe8d95442
decimals(view returns (uint8)
18
deployerWallet(view returns (address)
0x58c51916df6eeb8d3c833381f1f630c5abb95791
limited(view returns (bool)
false
marketingWallet(view returns (address)
0xb18f6d3d120b0dcc6aa6dccbf96e364832f63fa4
maxHoldingAmount(view returns (uint256)
0
maxTransactionAmount(view returns (uint256)
0
name(view returns (string)
GIGABOT
owner(view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled(view returns (bool)
true
symbol(view returns (string)
GIGA
totalSupply(view returns (uint256)
100000000000000000000000000
tradingStartTimeStamp(view returns (uint256)
1693591499
uniswapV2Pair(view returns (address)
0x61c6908448a76317902fc533282ae572ddd316de
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
commenceTrading(address _uniswapV2Pair
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
excludeFromFees(address _accountbool _excluded
excludeFromMaxTransaction(address _accountbool _excluded
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setLimits(bool _limiteduint256 _maxHoldingAmountuint256 _maxTransactionAmount
toggleSwapping(bool _bool
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
withdrawFunds(address _address
withdrawTokens(address _addressaddress _tokenContract
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(uint256 _totalSupplyaddress _marketingWalletaddress _bankWallet
Fallback and receive
receive(
Errors
CanOnlySetPairOnce(address arg0
ExceedsHoldingAmount(uint256 arg0
ExceedsMaxTransactionAmount(uint256 arg0
InvalidPresalePrice(uint256 arg0
TradingHasNotStarted(
WithdrawFailed(