PASTEL BIRDS CLUB

Verified contract

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

No balances found for "PASTEL BIRDS CLUB"

0x1d37ec1c6b23ae35c45635577ef3be5c5a77b532d89855be5f686e0237373cb2
0xf15b764ebb0acd2aa251defc917380d396538bf71e8ea17d469abf8d95f3e173
0xe8c721c599b4794102eb15808d4bc7e8f730322b570d3101d4bc6585833e9b8b
0x100381d6dbb4f0f4a1d1978305e1dbca32b6e78280403483dddd3040b4b67318
0x6b257a754c70df07d6396761ea90b97a7fedc32cbeb407fc319a6f09809d5075
0x6f7785290409fcc2e2f641a871b825cdbc0d5c7ae1d141ae4d72e67c53e3dcef
0x427791e4df049bc5692f5fef74821fc1346ee19a86f3f6a0cb7dbd2aef4462bc
0xe9d14bdd28dcb449de6abe63c5ffee7ae7951c247658c7cceb35027682bd6166
0xcf61537a72390a89d8490df7bbd0b77d0fc1a23a596f533aeb22567960ec8a4d
0x7ed4e9df2329af118128382b2dd96da0cf28626e2e60dd2285244bb6eeba37d5

Functions
Getter at block 20846986
baseExtension(view returns (string)
.json
cost(view returns (uint256)
10000000000000000
freeAmount(view returns (uint256)
0
maxMintAmount(view returns (uint256)
3
maxSupply(view returns (uint256)
2222
name(view returns (string)
PASTEL BIRDS CLUB
owner(view returns (address)
0x52f1b909576a5ac6678ed295ef10c8874d0e0ec5
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
PBIRDS
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setmaxMintAmount(uint256 _newmaxMintAmount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _initNotRevURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(