OOZ & mates : Spaceships
Verified contract
Active on
Ethereum with 783 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OOZ & mates : Spaceships"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20725728 | 2 months ago | | | 0 | 0.000098789409 | |
| 20725720 | 2 months ago | | | 0 | 0.00010137984 | |
| 20724062 | 2 months ago | | | 0 | 0.00016989885 | |
| 20697883 | 2 months ago | | | 0 | 0.00016025387 | |
| 20609816 | 3 months ago | | | 0 | 0.000053318338 | |
| 20540847 | 3 months ago | | | 0 | 0.000086522959 | |
| 20532155 | 3 months ago | | | 0 | 0.000090665487 | |
| 20524757 | 3 months ago | | | 0 | 0.000055909200 | |
| 20246838 | 4 months ago | | | 0 | 0.000091902430 | |
| 20175311 | 5 months ago | | | 0 | 0.00010811034 |
ABI
ABI objects
Getter at block 21161918
getMaxMintableSupply() view returns (uint256)
9999
getTokenURISuffix() view returns (string)
.json
name() view returns (string)
OOZ & mates : Spaceships
oozContractAddr() view returns (address)
0xe04d81ffa4325f9a7812d00470072c28f1d2e146
owner() view returns (address)
0x110028ecd8f13fb95cb9b38e64db20767bdcb5d6
symbol() view returns (string)
OOZship
totalSupply() view returns (uint256)
9999
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)
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()
setLastMetadata(string lastMetadata)
setMaxMintableSupply(uint256 maxMintableSupply)
setOozContractAddr(address addr)
setTokenURISuffix(string suffix)
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)
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()