Woobirds

Verified contract

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

No balances found for "Woobirds"

0x45bf35b8799b61428cef34b47fbbf7b5ad0dc8b073b10c946c1189774cb0e4e1
0x4125acec4fae26d88b8dbbe32c391825d9f004973afabb80cc8edaa1968de72c
0x554151132e06cb6ba78a6ac73174eea63f717f990649de2c68a11a9ee1b7a7a0
From
0x6a091c296ad0607556c2f2ad91572d5370f5080d191c419ca34925596249c70a
0xbb09edaf9e3bbfe38feac48ec5f5e87949e5323cceff916d585041276d5fb952
0x7aba4dea7637a426dc74782e268b95feebd0e05ec0ff5b97dfab19a688891ad3
0xc2f3dbaad9aa66c5bb171f4fcbc66b9380ee394e9ae11858942e7fe3f80d7da2
0x7f32f95342171494c759c197f20e4ea895ca3ef606bb20b3f5584d9a46f6e24b
0x15a1a90198c6501584e79ff24365b9b34d904c15e5a7dc05dc385bfe24f846c9
0xe8565097cf35400a47a4aecbe56177673cde5a39cbadb16d6afdb79687bf05d6

Functions
Getter at block 20853655
maxSupply(view returns (uint256)
10000
maxTx(view returns (uint256)
20
merkleRoot(view returns (bytes32)
0xa64a20b8db1177b0e2242f5fc3d135395b5767d2616e05abfdc9c5bfc10877a2
name(view returns (string)
Woobirds
owner(view returns (address)
0x66eba4d0c17d03785af792fdeddbe1bec1da1a39
price(view returns (uint256)
50000000000000000
symbol(view returns (string)
WBRDS
totalSupply(view returns (uint256)
10000
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
buy(uint256 qtypayable 
buy(uint256 qtybytes32[] proofpayable 
buyTo(address touint256 qty
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setMaxSupply(uint256 newSupply
setMaxTx(uint256 newMax
setMerkleRoot(bytes32 root
setPrice(uint256 newPrice
toggleMint(
togglePresale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
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(