Crazy Panthers Party
Verified contract
Active on
Ethereum with 2,663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,699.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 7.7K | $0.999935 |
$7,699.5 | |
PANTHERS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20696602 | 2 months ago | | | 0 | 0.000066770340 | |
| 20039472 | 5 months ago | | | 0 | 0.00045329690 | |
| 20009922 | 5 months ago | | | 0 | 0.00047724436 | |
| 19982222 | 5 months ago | | | 0 | 0.00071808974 | |
| 19982221 | 5 months ago | | | 0 | 0.00064001032 | |
| 19982220 | 5 months ago | | | 0 | 0.00072209485 | |
| 19982219 | 5 months ago | | | 0 | 0.00085424894 | |
| 19965022 | 5 months ago | | | 0 | 0.00046371434 | |
| 19742332 | 6 months ago | | | 0 | 0.00026867460 | |
| 19600758 | 7 months ago | | | 0 | 0.00027385473 |
ABI
ABI objects
Getter at block 21159392
MAX_SUPPLY() view returns (uint256)
3333
minting_allowed() view returns (bool)
true
minting_price() view returns (uint256)
50000000000000000
name() view returns (string)
Crazy Panthers Party
owner() view returns (address)
0xd49322add203c8e04acdd53b7ff14b5e0ac861d7
symbol() view returns (string)
PANTHERS
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
free_allocations(address) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presale_allocations(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFreeMint(address[] addresses)
addPresale(address[] addresses)
approve(address to, uint256 tokenId)
freeMint(uint256 _quantity)
ownerMint(address _to, uint256 _quantity)
presaleMint(uint256 _quantity) payable
publicSaleMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _new_uri)
setMintingPrice(uint256 _minting_price)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.