Skater Birds

Verified contract

Active on Ethereum with 5,555 txns
Deployed by via 0x8a6c8144 at 14903659
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 2 additional slots

No balances found for "Skater Birds"

0xbbd3cb5bbc9ce12dd8a81ee9babf0d95254dc8cb881c66df5ce7751046ac4b79
0x54469850dfd76e426917f58dd085078ce21c3f9bdcef8cbb5874590578a721fa
0xdf3e917a70104b239f221971bc501d5e49538a43d6ba2eda6e0fbe49042649c9
0x3d2761d2c14b2e4ea8bf01b62cb0592d8a8611d170b5ba1c2a151630aae2e450
0xd81e38a5d7ea1418576ea418f28ccfafb1627d66c6a0e067ff8f6ec26937e3fa
From
0x553d508c57aa828ee8485869278ebb1a819edcdd749995db3e6af8fb711c4e2d
From
0x8f6aedc4e8e197bcd6ebdc94e1c01e59d022186fcf546103293deed7a13bb385
From
0xc15548f3e98d6daf797a8db1405ea601c0f5007f860e7ce92cdb2b679a581862
From
0xf4ddb012c4bcd55187874b4a442eeb4b3a86dd460b74786b959014f71d84344e
From
0x36a81c5c9d052829ea9ad70052a1e415164ce81013e297b874738d7b7bd3e28d

Functions
Getter at block 21275231
name(view returns (string)
Skater Birds
 
slot0(view returns (bool isRevealeduint8 mintPhaseuint16 presaleSupplystring baseURIstring unrevealedURIbytes32 boardedListbytes32 doubleListbytes32 premintListuint256 publicMintPriceuint256 presaleMintPriceaddress owner)
slot1(view returns (bool hasTeamMinteduint16 totalSupplyuint16 totalMinted)
(hasTeamMinted=true, totalSupply=3333, totalMinted=2507)
symbol(view returns (string)
SB
totalSupply(view returns (uint256)
2507
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIDview returns (string)
State-modifying
approve(address touint256 tokenId
boardedMint(uint8 _quantitybytes32[] _merkleProofpayable 
doubleBoardedMint(uint8 _quantitybytes32[] _merkleProofpayable 
preMint(uint8 _quantitybytes32[] _merkleProofpayable 
publicMint(uint8 quantitypayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowList(bytes32 _rootuint8 list
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setPhase(uint8 _newPhase
setReveal(bool _newVal
setUnrevealedURI(string _newURI
teamMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address _newOwner
updateRoyalty(address _newRecipientuint96 _newFee
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(