Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GIGABOT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20308803 | 4 months ago | | | 0 | 0.00014151900 | |
| 20297358 | 4 months ago | | | 0 | 0.00011257258 | |
| 18903272 | 10 months ago | | | 0 | 0.00054713543 | |
| 18209820 | a year ago | | | 0 | 0.00035295557 | |
| 18184271 | a year ago | | | 0 | 0.00041848701 | |
| 18059908 | a year ago | | | 0 | 0.00047066368 | |
| 18046206 | a year ago | | | 0 | 0.00046128863 | |
| 18044372 | a year ago | | | 0 | 0.00088541896 | |
| 18044220 | a year ago | | | 0 | 0.00073403983 | |
| 18044008 | a year ago | | | 0 | 0.00075336224 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
commenceTrading(address _uniswapV2Pair)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address _account, bool _excluded)
excludeFromMaxTransaction(address _account, bool _excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLimits(bool _limited, uint256 _maxHoldingAmount, uint256 _maxTransactionAmount)
toggleSwapping(bool _bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawFunds(address _address)
withdrawTokens(address _address, address _tokenContract)
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(uint256 _totalSupply, address _marketingWallet, address _bankWallet)
receive()
CanOnlySetPairOnce(address arg0)
ExceedsHoldingAmount(uint256 arg0)
ExceedsMaxTransactionAmount(uint256 arg0)
InvalidPresalePrice(uint256 arg0)
TradingHasNotStarted()
WithdrawFailed()