New Worlds Rocketships
Verified contract
Active on
Ethereum with 41 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
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "New Worlds Rocketships"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17924419 | a year ago | | | 0 | 0.00092239582 | |
| 16828337 | 2 years ago | | | 0 | 0.0023519927 | |
| 16828336 | 2 years ago | | | 0 | 0.0025026122 | |
| 16828335 | 2 years ago | | | 0 | 0.0023555865 | |
| 16828333 | 2 years ago | | | 0 | 0.0031062736 | |
| 16828332 | 2 years ago | | | 0 | 0.0030349022 | |
| 16828328 | 2 years ago | | | 0 | 0.0023215210 | |
| 16828327 | 2 years ago | | | 0 | 0.0024787744 | |
| 16828326 | 2 years ago | | | 0 | 0.0025625973 | |
| 16828325 | 2 years ago | | | 0 | 0.0026732533 |
ABI
ABI objects
Getter at block 21274667 generalConfig() view returns (string name, string symbol, string contractMetadataUrl, string tokenMetadataUrl, bool allowBuy, bool allowPublicTransfer, bool enableOpenSeaOperatorFilterRegistry, uint256 publicSaleDate, uint256 saleCloseDate, uint256 primaryRoyaltyFee, uint256 secondaryRoyaltyFee)
addresses() view returns (address recoveryAddress, address collectionOwnerAddress, address authorisationAddress, address purchaseTokenAddress, address managerPrimaryRoyaltyAddress, address customerPrimaryRoyaltyAddress, address secondaryRoyaltyAddress)
(recoveryAddress=0xc20b00bd5c3ca4c2ed28ab7739c2b2d8c712619b, collectionOwnerAddress=0x05ed6404dc167903d4594a46e0b063bb2783d0d0, authorisationAddress=0x05555a04bdd36c004a7de04b3d15dbafc38bd8f0, purchaseTokenAddress=0x0000000000000000000000000000000000000000, managerPrimaryRoyaltyAddress=0x62d516276381042016b38b65c89c05ea59ccb13b, customerPrimaryRoyaltyAddress=0x05ed6404dc167903d4594a46e0b063bb2783d0d0, secondaryRoyaltyAddress=0x05ed6404dc167903d4594a46e0b063bb2783d0d0)
contractManager() view returns (address)
0x8697e2b04b16effdf399ff1bc7d42663709a8851
contractURI() view returns (string uri)
https://api.hypermint.com/metadata/6e5e92dc-479e-4145-9859-7facd6ea9973
name() view returns (string collectionName)
New Worlds Rocketships
owner() view returns (address)
0x05ed6404dc167903d4594a46e0b063bb2783d0d0
supply() view returns (uint256 _supply)
0
symbol() view returns (string collectionSymbol)
NWR
tokenConfig() view returns (uint256 price, uint256 maxSupply, uint256 maxPerTransaction)
(price=3000000000000000000, maxSupply=250, maxPerTransaction=0)
totalSupply() view returns (uint256)
0
version() view returns (string)
2.2.0
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 royaltyAddress, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool result)
tokenURI(uint256 _tokenId) view returns (string uri)
totalMinted(address addr) view returns (uint256 numMinted)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy(uint256 _amount) payable
buyAuthorised(uint256 _amount, uint256 _totalPrice, uint256 _maxPerAddress, uint256 _expires, bytes _signature) payable
mintBatch(address[] _accounts, uint256[] _amounts)
recoverContract()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddresses(struct Addresses _addresses)
setAllowBuy(bool _allowBuy)
setAllowPublicTransfer(bool _allowPublicTransfer)
setApprovalForAll(address operator, bool approved)
setDates(uint256 _publicSale, uint256 _saleClosed)
setEnableOpenSeaOperatorFilterRegistry(bool _enable)
setMetadataURIs(string _contractURI, string _tokenURI)
setNameAndSymbol(string _newName, string _newSymbol)
setRoyalty(uint256 _primaryFee, uint256 _secondaryFee)
setTokenConfig(uint256 _price, uint256 _maxSupply, uint256 _maxPerTransaction)
transferAuthorised(address _from, address _to, uint256 _tokenId, uint256 _expires, bytes _signature)
transferContractManager(address newContractManager)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractManagerTransferred(address indexed previousContractManager, address indexed newContractManager)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct GeneralConfig _generalConfig, struct TokenConfig _tokenConfig, struct Addresses _addresses)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
BuyDisabled()
ContractCallBlocked()
ImmutableRecoveryAddress()
InsufficientPaymentValue()
MaxPerAddressExceeded()
MaxPerTransactionExceeded()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewSupplyTooLow()
NonExistentToken()
NotAuthorised()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicSaleClosed()
SaleClosed()
SignatureExpired()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TransfersDisabled()
URIQueryForNonexistentToken()