Parrot Social Club
Verified contract
Active on
Ethereum with 1,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd27f…0aaa
Balances ($366.72)
Native
Value
$366.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,667.18 |
$366.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20726267 | 3 months ago | | | 0 | 0.00010241126 | |
| 20609008 | 3 months ago | | | 0 | 0.000048322955 | |
| 20138924 | 5 months ago | | | 0 | 0.00032911553 | |
| 19960947 | 6 months ago | | | 0 | 0.00062894183 | |
| 19941369 | 6 months ago | | | 0 | 0.00038065828 | |
| 19034625 | a year ago | | | 0 | 0.0015704766 | |
| 18968871 | a year ago | | | 0 | 0.00037432622 | |
| 17258034 | 2 years ago | | | 0 | 0.00093107652 | |
| 17171278 | 2 years ago | | | 0 | 0.0013217688 | |
| 17084243 | 2 years ago | | | 0 | 0.0024701031 |
ABI
ABI objects
Getter at block 21325711
MAX_FREE_PARROTS() view returns (uint256)
2000
MAX_FREE_PARROTS_PER_WALLET() view returns (uint256)
2
MAX_PAID_PARROTS() view returns (uint256)
4878
MAX_PARROTS() view returns (uint256)
8888
MAX_PASS_PARROTS() view returns (uint256)
2000
MAX_RESERVED_PARROTS() view returns (uint256)
10
PASS() view returns (address)
0xd27faeb97af584b55faa03ed6ab70632d3b90aaa
baseURI() view returns (string)
ipfs://Qmcz6i8SHKxUjw1Z4XKMYSGBPTGRnwan8cwmsbHYJCW9Ts/
freeParrotsMinted() view returns (uint256)
2000
mintPaused() view returns (bool)
false
name() view returns (string)
Parrot Social Club
owner() view returns (address)
0x75686b17342163ccf99d4acf396af16dd17a7840
paidParrotsMinted() view returns (uint256)
5
passParrotsMinted() view returns (uint256)
66
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
PSC
totalSupply() view returns (uint256)
2081
vault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
claimedParrots(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 passTokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freemint(uint256 numParrots) payable
mint(uint256 numParrots) payable
passClaim(uint256 passId)
passClaimMultiple(uint256[] passIds)
pause(bool val)
renounceOwnership()
reserve(uint256 numPasses)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDependentContract(address passContractAddress)
setFreeMint(uint256 _freeMint)
setMaxFree(uint256 _freeMintperwallet)
setMintPrice(uint256 _newPrice)
setPaidMint(uint256 _paidMint)
setPassMint(uint256 _passMint)
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)
MintedParrot(address claimer, uint256 amount)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()