Parrots of the Carribean

Verified contract

Active on Ethereum with 1,256 txns
Deployed by via 0x29edea05 at 14854253
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Parrots of the Carribean"

0x049bed757dccf8417ff54e510fa9b542d1db6be92c317ad5b5897706f39cc7d5
0x2bda9671d49fcedc497531ef52e0d734b16899ae16feb7ac3f9089aa12ce114d
0x9ded02ac2ec81a622657780809ca992781cd34279d48a87a82cf881440ac76c7
0x3cef08b1ee2fe821bf8b318fe8198fab3713641591f47506c12528b7f0fe7933
0xdba44c62582fff687c0c903a7659b90212395d79cce991d7032c3853cac23a76
0x1516a5b936c226782d878d2820a66d12f63016e47ebdb42516892512ceb9e92a
0xd6f86926af959a7d1d2d3a4e63fb997d4ff93082cde99a9b020c8216c3b43c0c
0x66a417db544047d2e5bbaf78b7e7b659952435c9829b9caa6db90556a12172fe
0xc0e8c8f8eacd99346e5eb3b93b45d143c510c5c099f536e8066838cea86c498d
0x5c966a0b14441f8bf5e062136529b26660e910a491418a6820298f20b311bd49

Functions
Getter at block 20859865
MAX_SUPPLY(view returns (uint256)
555
jamSaleActive(view returns (bool)
false
merkleRoot(view returns (bytes32)
0x36aa1e93ee2e38829b471fb52728d17b783ccc44af11835df4c01cf7a7365fb7
mintPrice(view returns (uint256)
30000000000000000
name(view returns (string)
Parrots of the Carribean
owner(view returns (address)
0x1145db17b6164f1e9cc12b43accc8cf53c7a4f32
publicSaleActive(view returns (bool)
true
symbol(view returns (string)
POTC
totalSupply(view returns (uint256)
555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
publicClaimed(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _idview returns (string)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address spenderuint256 id
burn(uint256 tokenId
flipJamSaleState(
flipPublicSaleState(
jamListMint(bytes32[] _merkleProofpayable 
publicMint(payable 
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
setOwner(address newOwner
setPOTCBurner(address _newBurner
setPrice(uint256 _targetPrice
setURI(string _uri
transferFrom(address fromaddress touint256 id
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnerUpdated(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _baseURIbytes32 _merkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
JamSaleNotActive(
MintedOut(
NotAuthorized(
NotEnoughFunds(
NotJamListed(
PublicSaleNotActive(