OOZ & mates
Verified contract
Active on
Ethereum with 1,314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa6f6…0432
0x01c3…02c9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- | |
OOZship | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21301070 | 6 hours ago | | | 0 | 0.00048278162 | |
| 21288883 | 2 days ago | | | 0 | 0.00020256273 | |
| 21169957 | 19 days ago | | | 0 | 0.0011954952 | |
| 21169441 | 19 days ago | | | 0 | 0.00082499055 | |
| 21147102 | 22 days ago | | | 0 | 0.00032797780 | |
| 21099368 | a month ago | | | 0 | 0.00014628936 | |
| 21090616 | a month ago | | | 0 | 0.00028503354 | |
| 21082178 | a month ago | | | 0 | 0.00042676773 | |
| 21055224 | a month ago | | | 0 | 0.00013716402 | |
| 21048840 | a month ago | | | 0 | 0.00027045980 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalMintedByAddress(address a) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
bulkTransfer(address[] _to, uint256[] _id)
oozReveal(uint256 shipId)
ownerMint(uint32 qty, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBaseURIPermanent()
setIP3perReveal(uint256 amount)
setIP3recipientAddr(address addr)
setMaxMintableSupply(uint256 maxMintableSupply)
setTokenURISuffix(string suffix)
startReveal()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentBaseURI(string baseURI)
SetBaseURI(string baseURI)
SetMaxMintableSupply(uint256 maxMintableSupply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 value)
constructor(string collectionName, string collectionSymbol, string tokenURISuffix, address spaceshipAddr, address IP3tokenAddr)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotIncreaseMaxMintableSupply()
CannotUpdatePermanentBaseURI()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSupplyLeft()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()