OOZ & mates

Verified contract

Active on Ethereum with 1,314 txns
Deployed by via 0x6d0e5653 at 16388617
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#9988)
ERC-721
--
 (#9928)
ERC-721
--
 (#9705)
ERC-721
--
 (#9661)
ERC-721
--
 (#9479)
ERC-721
--
 (#9349)
ERC-721
--
 (#9237)
ERC-721
--
 (#9228)
ERC-721
--
 (#9174)
ERC-721
--
 (#9095)
ERC-721
--
0x0a9af5e9b0eb58c7889e980a40fd20515bd701780b8911efc19500b67ad95e57
0xe2dc8533e8ef35c0fb1f9fc604bea79a66af5932c844c40b543c03e7a6cb9e87
0xe303816821e1f943c31aa41ba9e841ed55f98237e0f85f12c7d32d06a84ecda7
0x52f1d5d57bbaf49e5a1f45bbdc8294fe79b4b5edc20360d6710d490b244bfee1
0x72e0a3bd02ea77abaaef6a6e9eb0e79c523bf6b9bd7e0df772162bc953897f96
0x99ad0c72abce06eb5ad5ce61ceff5bdf15c56fe5dc870515cb5725e36c31bb09
0xb2148e2fc92e2395818d0841ca93360624122cc6cb42009d32dd876d83155f8e
0xce85bf6356c295b48f4168e0edc92836dce2e968ecfd0bf65b635eef0d2cb1a5
0xd03a30fdc0b90bba5da62c190c3b7bea6112f67e3145d5dc7ed65233438b32d8
0x24c9bf9d923fa5ba2fea26316ea9f3ddd8366c5668c8084818681909ba27fde4

Functions
Getter at block 21302790
IP3perReveal(view returns (uint256)
100000000000000000000000
IP3recipientAddr(view returns (address)
0xe04d81ffa4325f9a7812d00470072c28f1d2e146
IP3token(view returns (address)
0x01c3f4a1ebccbc37cd3d4763b540e880e60302c9
Spaceship(view returns (address)
0xa6f6256e1f77ae1e9e0dd2f580e112e4fd080432
getMaxMintableSupply(view returns (uint256)
9999
getTokenURISuffix(view returns (string)
name(view returns (string)
OOZ & mates
owner(view returns (address)
0x110028ecd8f13fb95cb9b38e64db20767bdcb5d6
revealStarted(view returns (bool)
true
symbol(view returns (string)
OOZ
totalSupply(view returns (uint256)
3185
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalMintedByAddress(address aview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
bulkTransfer(address[] _touint256[] _id
oozReveal(uint256 shipId
ownerMint(uint32 qtyaddress to
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setBaseURIPermanent(
setIP3perReveal(uint256 amount
setIP3recipientAddr(address addr
setMaxMintableSupply(uint256 maxMintableSupply
setTokenURISuffix(string suffix
startReveal(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PermanentBaseURI(string baseURI
SetBaseURI(string baseURI
SetMaxMintableSupply(uint256 maxMintableSupply
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdraw(uint256 value
Constructor
constructor(string collectionNamestring collectionSymbolstring tokenURISuffixaddress spaceshipAddraddress IP3tokenAddr
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotIncreaseMaxMintableSupply(
CannotUpdatePermanentBaseURI(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSupplyLeft(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(