Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ギコ | ERC-20 | 2.494145M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17124785 | 4 months ago | | | 0 | 0.0000013184427 | |
| 17124730 | 4 months ago | | | 0 | 7.6254005e-7 | |
| 15238194 | 5 months ago | | | 0 | 0.000000044762568680 | |
| 14827144 | 5 months ago | | | 0 | 1.4406898e-7 | |
| 14769109 | 5 months ago | | | 0 | 0.000069882460 | |
| 14485362 | 6 months ago | | | 0 | 2.7605220e-7 | |
| 14367347 | 6 months ago | | | 0 | 0.0000081936581 | |
| 14271402 | 6 months ago | | | 0 | 0.0000047124208 | |
| 14108335 | 6 months ago | | | 0 | 0.0000081278782 | |
| 14099277 | 6 months ago | | | 0 | 0.0000059005018 |
ABI
ABI objects
Getter at block 22013153
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
2494144560574696896700530
getSwapThresholdAmount() view returns (uint256)
4728401677122729020121397
marketingAddress() view returns (address)
0x762edf481ab839feb0da4d6d00940315f29207c8
maxBuyAmount() view returns (uint256)
1000000000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Giko
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x191353c50be18a9a5210ca5ebab888fc28e2f2e1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
ギコ
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.