Birdstown.wtf

Verified contract

Proxy

Active on Ethereum with 808 txns
Deployed by via 0x2790d5fd at 14897714
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
12 additional variables

No balances found for "Birdstown.wtf"

0x726f4607dc29c51e79750901d6fd0b34c1181e502d4cefe0e34af6ba7ce8b972
0xbd89245d1cb4eb31c11f45927a620bf0eeb1d349eb8e4dd34302e7b71b94c433
0x1ef08fdb6845b1493b077df23ffb4f02c73ee018b108bdda8f4c478c829bb54e
0x603180c4c5c683cd4cd0d759e8cf57c9e23007959c3a73d07b3667336c52a369
0xf27fe39b37ed6558f48fab490a7de9f133179595a292ec51726f0146b6e4a7a0
0x3851e193047b04a863f6799220627338455534c3426ecd4ed9e472b438850301
0x417a983ffedc4def2d632511f047524132f17b6d3236de016cc05d91fc1a6932
0x4ba356d2caf02efa01568ce6f60bfd15b50094988c35b96c48ed4b099a1964e8
0xe79769bb617a7c7f4ea0bf1b5ea5eaecae900704030dc116cbce8eec1235d861
0xc7935a04f5eb37c89f82f2884359772a524419d7184dc627ec9d1944f1abcbc9

Functions
Getter at block 21425113
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
100000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xfc35F59FBa0Bd264cc8607b072fBB7406d41C66c], [49, 951])
maxPerMint(view returns (uint32)
10
maxPerWallet(view returns (uint32)
30
name(view returns (string)
Birdstown.wtf
open(view returns (bool)
true
owner(view returns (address)
0xfc35f59fba0bd264cc8607b072fbb7406d41c66c
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
5000
symbol(view returns (string)
btwtf
totalSupply(view returns (uint256)
5000
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
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 _namestring _symboluint256 _totalSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(