saudibirds
Verified contract
Active on
Ethereum with 246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "saudibirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20410379 | 4 months ago | | | 0.005 | 0.000056104814 | |
| 19745649 | 7 months ago | | | 0 | 0.00014943433 | |
| 16730281 | 2 years ago | | | 0 | 0.00045548092 | |
| 16140735 | 2 years ago | | | 0 | 0.00071463818 | |
| 16140456 | 2 years ago | | | 0 | 0.00070371332 | |
| 16121304 | 2 years ago | | | 0 | 0.00055365882 | |
| 16014550 | 2 years ago | | | 0 | 0.00046048897 | |
| 15997111 | 2 years ago | | | 0 | 0.00078533280 | |
| 15806422 | 2 years ago | | | 0 | 0.00067822627 | |
| 15784085 | 2 years ago | | | 0 | 0.0030200889 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelisted(address) view returns (bool)
State-modifying
Events addWhitelisted(address[] accounts)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
onlyWhitelisted(bool _val)
paused(bool _val)
renounceOwnership()
reveal(bool _val)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setPlaceHolderUri(string _placeholderTokenUri)
setTokenUri(string _baseTokenUri)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _baseTokenURI, string _placeholderURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()