saudibirds

Verified contract

Active on Ethereum with 246 txns
Deployed by via 0xf85b1e23 at 15158181
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "saudibirds"

0xf45f201ed677f90e6d3f39974b873b3ddd1563329d7ba26ac2d15146e9d82846
0x0f0b18e369f627d03399ed7616ad74b612627924d3462907b6ca1966c2742d8b
0x0833a0c6dd498baf51583e6e3eb7d6f8df77b01ded656df3edb9c907bc728869
0x7afb2b1f362d75be06e35f2e9fe958ecda30061732b2b8ab07a58cb0ddc8daea
0x535d4c913968370d1194631034da42fabd39cbbb12ebb828c777712d10c2e40c
0x5d73e2cf510072f4c6233b7a2bc7585a969ccaf4dba6ca19350de5eb44e7b179
0xffdaef40d397a935e249e446d4f2bdbbbcb78399c2c08e83babc54f9063c28cd
0xd20acfc04cf95d6b37a00c14c66df01229f602708fa91763e3a32219be55858c
0x17c0723f5b10914b6f908ff5f4552c300958ee84689e5d6d1ee900399b1d6c5a
0xd715065493bd8ad4372261fac65978d5993f8cf7197ad010dda82973e2b55c6b

Functions
Getter at block 21256489
baseExtension(view returns (string)
.json
baseTokenUri(view returns (string)
ipfs://QmSyDngdgMEDtSKxeUfMp79k5afvSFWSqpEimM17JDwpGG/
cost(view returns (uint256)
5000000000000000
maxMintAmount(view returns (uint256)
50
maxSupply(view returns (uint256)
5555
name(view returns (string)
saudibirds
onlyWhitelist(view returns (bool)
false
owner(view returns (address)
0xdb17e284104c319e7f7e7b2bb000b4e6aadf7ec1
pause(view returns (bool)
false
placeholderTokenUri(view returns (string)
ipfs://QmcL7V7eX9SSVLWzh8fZTm2dWAXyLi41HdJCWnjzdqDpHz/
revealed(view returns (bool)
true
symbol(view returns (string)
SABI
totalSupply(view returns (uint256)
251
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelisted(addressview returns (bool)
State-modifying
addWhitelisted(address[] accounts
approve(address touint256 tokenId
mint(uint256 quantitypayable 
onlyWhitelisted(bool _val
paused(bool _val
renounceOwnership(
reveal(bool _val
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _newCost
setPlaceHolderUri(string _placeholderTokenUri
setTokenUri(string _baseTokenUri
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 _baseTokenURIstring _placeholderURI
Fallback and receive

This contract contains no fallback and receive objects.

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