SKULL ZUKI BIRDS

Verified contract

Active on Ethereum with 504 txns
Deployed by via 0xd9ebcf9f at 14628330
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SKULL ZUKI BIRDS"

0x62f70a52e7cd802bd8710bd1c51d2ff7756c999e8b5413354cba076b4306b5b9
0xcfa240b9e6be86824968e22b62bdf785292ffe85a1a693d3fdc0ff1f0d6f6002
0x19bb8a65941b7d92ddecc5fe5580879e0d7643253c2c37218aa17c72597d8b4b
0x518234b6f4e057376af5e8447e66d7024d23fa1283fc375d93e4502517c37112
0x85f2f3c0c75a47b30ad40b98b3f4ae0419537368e21d3e1c620db61bbf83d981
0x67be7e8b52a379244272bdc8695700f3022ead6b5640c085c87b84681f5b3ecd
0x5069c9fdc56e421dfa96e5ab614c511f8a15cc0416e40de9a4c3d8adcb8398f1
0x536b3ee47533a51ec3283758c763f7c00248c691e7ddd9bc2caf178ead286cdd
0x5505d4deab0b0fe03f0cdc277e804983c741ae60525b2eddb64e6428b2495520
0x64b36cc0db6fdbcc82f60e5879cc2805ca892ae531af776a509c2a43c25b8231

Functions
Getter at block 21024409
baseExtension(view returns (string)
.json
cost(view returns (uint256)
0
freeAmount(view returns (uint256)
0
maxMintAmount(view returns (uint256)
4
maxSupply(view returns (uint256)
4100
name(view returns (string)
SKULL ZUKI BIRDS
owner(view returns (address)
0x47c0593a3abefd40bcf0be63568cf5826fe5db1b
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
SXBIRD
totalSupply(view returns (uint256)
1911
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
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setmaxMintAmount(uint256 _newmaxMintAmount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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 _initBaseURIstring _initNotRevURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(