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 "Chigga"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20536368 | 4 months ago | | | 0 | 0.00022148228 | |
| 20536350 | 4 months ago | | | 0 | 0.00043501507 | |
| 20536345 | 4 months ago | | | 0 | 0.00055096456 | |
| 20536343 | 4 months ago | | | 0 | 0.0014705980 | |
| 20536343 | 4 months ago | | | 0 | 0.0014705980 | |
| 20536343 | 4 months ago | | | 0 | 0.0014705980 | |
| 20536341 | 4 months ago | | | 0 | 0.00053875502 | |
| 20536341 | 4 months ago | | | 0 | 0.00053875502 | |
| 20536341 | 4 months ago | | | 0 | 0.00053875502 | |
| 20536341 | 4 months ago | | | 0 | 0.00053875502 |
ABI
ABI objects
Getter at block 21317587
decimals() pure returns (uint8)
9
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
94
joAddress() view returns (address)
0xa999994be22e3427ebb405459879934e3e39e2d9
maxWalletAmount() view returns (uint256)
8103239054000000000
name() view returns (string)
Chigga
owner() view returns (address)
0xeff8d3c95b3e75995e19c2c7ff7fe77f0b588888
pairV2() view returns (address)
0x181d6d4968f32ce7d46c4bbcc2f65860b621b961
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
JO
totalSupply() view returns (uint256)
11318084859000000000
Read-only
AMMs(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)
joFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
joAddressSetup(address _newAddress)
joFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
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)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
CannotExceedMaxWalletAmount(uint256 maxWalletAmount)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
InvalidAMM(address AMM)
InvalidAmountToRecover(uint256 amount, uint256 maxAmount)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
InvalidToken(address tokenAddress)
MaxWalletAmountTooLow(uint256 maxWalletAmount, uint256 limit)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)