Skater Birds
Verified contract
Active on
Ethereum with 5,555 txns
Slot
XX
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"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266632 | a day ago | | | 0 | 0.00083414414 | |
| 21057151 | a month ago | | | 0 | 0.00015705023 | |
| 21012483 | a month ago | | | 0 | 0.00026076750 | |
| 20997317 | a month ago | | | 0 | 0.00020613050 | |
| 20904972 | 2 months ago | | | 0 | 0.00011871136 | |
| 20904968 | 2 months ago | | | 0 | 0.00012648628 | |
| 20904953 | 2 months ago | | | 0 | 0.00010197119 | |
| 20904953 | 2 months ago | | | 0 | 0.00010231726 | |
| 20901184 | 2 months ago | | | 0 | 0.00029753238 | |
| 20799041 | 2 months ago | | | 0 | 0.00025416409 |
ABI
ABI objects
Getter at block 21275231 slot0() view returns (bool isRevealed, uint8 mintPhase, uint16 presaleSupply, string baseURI, string unrevealedURI, bytes32 boardedList, bytes32 doubleList, bytes32 premintList, uint256 publicMintPrice, uint256 presaleMintPrice, address owner)
name() view returns (string)
Skater Birds
slot1() view returns (bool hasTeamMinted, uint16 totalSupply, uint16 totalMinted)
(hasTeamMinted=true, totalSupply=3333, totalMinted=2507)
symbol() view returns (string)
SB
totalSupply() view returns (uint256)
2507
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenID) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
boardedMint(uint8 _quantity, bytes32[] _merkleProof) payable
doubleBoardedMint(uint8 _quantity, bytes32[] _merkleProof) payable
preMint(uint8 _quantity, bytes32[] _merkleProof) payable
publicMint(uint8 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(bytes32 _root, uint8 list)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setPhase(uint8 _newPhase)
setReveal(bool _newVal)
setUnrevealedURI(string _newURI)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
updateRoyalty(address _newRecipient, uint96 _newFee)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()