KidSkelly
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "KidSkelly"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20553262 | 3 months ago | | | 0 | 0.00097415580 | |
| 20553237 | 3 months ago | | | 0 | 0.000085221719 | |
| 20553224 | 3 months ago | | | 0 | 0.000098901399 | |
| 20553219 | 3 months ago | | | 0 | 0.000078413992 | |
| 20553159 | 3 months ago | | | 0 | 0.00010768537 | |
| 20514801 | 3 months ago | | | 0 | 0.00023881734 | |
| 20514797 | 3 months ago | | | 0 | 0.00023904620 | |
| 20514787 | 3 months ago | | | 0 | 0.00025997005 | |
| 20451774 | 3 months ago | | | 0 | 0.00010285911 | |
| 20451762 | 3 months ago | | | 0 | 0.000092953561 |
ABI
ABI objects
Getter at block 21209557
DOMAIN_SEPARATOR() view returns (bytes32)
0xb26c6fbc295a2e6ac7afd311540e138e0c9cc5813c98cd755003d39a1f7d740f
decimals() pure returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Kid Skelly, version=1, chainId=1, verifyingContract=0xdeaddcd403de5f27978a61c800b95b09b01b2cb5, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
1812661312356486852969884
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Kid Skelly
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xac9f4e593701c6bfba58df988018917d09445ada
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
snipertaxAddress() view returns (address)
0xb9f704f4d24ac53f9dd0839a700ab25b1b101932
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
SKELLY
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
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)
isExcludedFromTradingRestriction(address) view returns (bool)
nonces(address owner) view returns (uint256)
snipertaxFees(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)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
renounceOwnership()
setAMM(address AMM, bool isAMM)
snipertaxAddressSetup(address _newAddress)
snipertaxFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
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)
EIP712DomainChanged()
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(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)
TradingEnabled()
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)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
InvalidAMM(address AMM)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidAmountToRecover(uint256 amount, uint256 maxAmount)
InvalidShortString()
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
InvalidToken(address tokenAddress)
MaxWalletAmountTooLow(uint256 maxWalletAmount, uint256 limit)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
StringTooLong(string str)
TradingAlreadyEnabled()
TradingNotEnabled()