Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOID | ERC-20 | 500 | $0.000371 |
$0.19 | |
BOYS | ERC-20 | 0.4 | $0.004611 |
$0 | |
USA | ERC-20 | 1 | $0.001478 |
$0 | |
FPEPE | ERC-20 | 18 | $0.000069 |
$0 | |
Nippy | ERC-20 | 4.2 | $0.000026 |
$0 | |
$NIPPY | ERC-20 | 1B | -- | -- | |
DRM | ERC-20 | 268.16598K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
BabyNippy | ERC-20 | 420 | -- | -- | |
OHNO | ERC-20 | 121 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21872921 | 10 hours ago | | | 0 | 3.5830002e-7 | |
| 21871971 | 11 hours ago | | | 0 | 1.6014004e-7 | |
| 21865694 | 14 hours ago | | | 0 | 1.7219080e-7 | |
| 21865674 | 14 hours ago | | | 0 | 8.6139542e-7 | |
| 21856534 | 19 hours ago | | | 0 | 1.6639042e-7 | |
| 21829656 | a day ago | | | 0 | 2.5567226e-7 | |
| 21802159 | 2 days ago | | | 0 | 3.9674359e-7 | |
| 21756515 | 3 days ago | | | 0 | 0.000000300129856084 | |
| 21756505 | 3 days ago | | | 0 | 2.8031549e-7 | |
| 21740903 | 3 days ago | | | 0 | 3.7408627e-7 |
ABI
ABI objects
Getter at block 21890964
DOMAIN_SEPARATOR() view returns (bytes32)
0xa831f5aef216848e355c663b2e4ad6389e98320e6c6903d52e12cbbe86b6d609
activePresaleId() view returns (uint256)
0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Cat On Catnip, version=1, chainId=8453, verifyingContract=0x7a31512fb17be839b24276c211e941932c9d20e1, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isLiquidityAdded() view returns (bool)
true
isPresaleActive() view returns (bool)
false
marketingWallet() view returns (address)
0xf0067050254ea959cd723d508c418709138874b7
name() view returns (string)
Cat On Catnip
nextPresaleId() view returns (uint256)
1
opsAddress() view returns (address)
0xc7baac4d89cf65941c948e711e2d6ed2dc31be28
owner() view returns (address)
0x0000000000000000000000000000000000000000
presaleEndDate() view returns (uint256)
1714226391
symbol() view returns (string)
Nippy
totalSupply() view returns (uint256)
4200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
presales(uint256) view returns (bool isActive, uint256 startTime, uint256 endTime, uint256 tokenPrice, uint256 tokensSold, uint256 tokensForSale, uint256 minPurchase, uint256 maxPurchase, uint256 toLiquidityPercentage, uint256 toOpsPercentage)
State-modifying
Events activatePresale(uint256 presaleId)
addLiquidity()
approve(address spender, uint256 value) returns (bool)
createPresale(uint256 _startTime, uint256 _endTime, uint256 _tokenPrice, uint256 _tokensForSale, uint256 _minPurchase, uint256 _maxPurchase, uint256 _toLiquidityPercentage, uint256 _toOpsPercentage, bool _activate)
endPresale()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
purchaseTokens() payable
renounceOwnership()
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
LiquidityAdded()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleActivated(uint256 indexed presaleId)
PresaleCreated(uint256 indexed presaleId)
PresaleEnded(uint256 indexed presaleId)
PresaleFinalized()
TokensPurchased(address indexed buyer, uint256 amount, uint256 indexed presaleId)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, address _marketingWallet, uint256 _marketingWalletPercentage, address _opsAddress, uint256 _opsAddressPercentage, address _treasury, uint256 _treasuryPercentage, address _cex1Wallet, uint256 _cex1WalletPercentage, address _cex2Wallet, uint256 _cex2WalletPercentage, address _uniswapV2Router)
receive()
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)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
StringTooLong(string str)