StrangersHQ
Verified contract
Active on
Ethereum with 3,915 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "StrangersHQ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171303 | 18 days ago | | | 0 | 0.0016916949 | |
| 21157665 | 20 days ago | | | 0 | 0.00086253915 | |
| 21119474 | 25 days ago | | | 0 | 0.00016230158 | |
| 21106621 | a month ago | | | 0 | 0.00015809446 | |
| 21106594 | a month ago | | | 0 | 0.00013994140 | |
| 21074985 | a month ago | | | 0 | 0.00043913567 | |
| 21012853 | a month ago | | | 0 | 0.00052256290 | |
| 20991275 | a month ago | | | 0 | 0.0011896220 | |
| 20952698 | 2 months ago | | | 0 | 0.00047643221 | |
| 20840323 | 2 months ago | | | 0 | 0.00073601478 |
ABI
ABI objects
Getter at block 21298844 onlyContractOwner() view onlyDelegateOrContractOwner() view
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
administrator() view returns (address)
0x4468a5b725e2c63056131121cd33b66848e1dd87
allowPointsTransfer() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmZ3GKuwwxRguKfntj1BbKxo1kZ2PasPwFxo1akQdJvQnK/
boardingState() view returns (bool)
true
contractURI() view returns (string)
delegateAddress() view returns (address)
0x0000000000000000000000000000000000000000
maxSupply() view returns (uint256)
5000
name() view returns (string)
StrangersHQ
owner() view returns (address)
0xbc45dc2bf9a0738088eae0fe6e3362ac536d9522
pointsMultiplier() view returns (uint256)
86400
potentialAdministrator() view returns (address)
0x0000000000000000000000000000000000000000
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBasisPoints() view returns (uint256)
0
symbol() view returns (string)
SHQ
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
boardedTokenId(address, uint256) view returns (uint256)
boarderAcc(address) view returns (uint256)
checkActiveBoardingPoints(uint256 _boardedTokenId) view returns (uint256 _points)
checkTokenBoardStatus(uint256) view returns (bool boarded, uint48 timeBoarded, uint48 timeLastUpdated)
getApproved(uint256 tokenId) view returns (address)
getMintStats(address minter) view returns (uint256 minterNumMinted, uint256 currentTotalSupply, uint256 maxSupply)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptAdministration()
acceptOwnership()
approve(address operator, uint256 tokenId)
boardToken(uint256 _boardableTokenId)
boardTokens(uint256[] _boardableTokenIds)
cancelAdministrationTransfer()
cancelOwnershipTransfer()
deboardToken(uint256 _boardableTokenId)
disableBoarding()
emitBatchTokenURIUpdated(uint256 startTokenId, uint256 endTokenId)
enableBoarding()
mintSeaDrop(address minter, uint256 quantity) payable
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config)
pointsAdd(address[] _to, uint256 _amount)
pointsSubtract(address[] _to, uint256 _amount)
pointsTransfer(address _to, uint256 _amount)
renounceAdministration()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setDelegate(address _delegate)
setMaxSupply(uint256 newMaxSupply)
setPointMultiplier(uint256 _time)
setPointTransfersOn(bool _state)
setProvenanceHash(bytes32 newProvenanceHash)
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo)
transferAdministration(address newAdministrator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newPotentialOwner)
updateAllowList(address seaDropImpl, struct AllowListData allowListData)
updateAllowedFeeRecipient(address seaDropImpl, address feeRecipient, bool allowed)
updateAllowedSeaDrop(address[] allowedSeaDrop)
updateCreatorPayoutAddress(address seaDropImpl, address payoutAddress)
updateDropURI(address seaDropImpl, string dropURI)
updatePayer(address seaDropImpl, address payer, bool allowed)
updatePublicDrop(address seaDropImpl, struct PublicDrop publicDrop)
updateSignedMintValidationParams(address seaDropImpl, address signer, struct SignedMintValidationParams signedMintValidationParams)
updateTokenGatedDrop(address seaDropImpl, address allowedNftToken, struct TokenGatedDropStage dropStage)
withdrawActiveBoardingPoints(uint256 _boardedToken)
ActivePointsMoved(address owner, uint256 tokenId, uint256 value)
AdministratorUpdated(address indexed previousAdministrator, address indexed newAdministrator)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string baseURI)
Boarded(address owner, uint256 tokenId, uint256 blocktime)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
Deboarded(address owner, uint256 tokenId, uint256 points, uint256 blocktime)
MaxSupplyUpdated(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PointsAdded(address caller, address recipient, uint256 amount, uint256 blocktime)
PointsSubtracted(address caller, address recipient, uint256 amount, uint256 blocktime)
PointsTransferred(address caller, address recipient, uint256 amount, uint256 blocktime)
PotentialAdministratorUpdated(address newPotentialAdministrator)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
RoyaltyInfoUpdated(address receiver, uint256 bps)
SeaDropTokenDeployed()
TokenURIUpdated(uint256 indexed startTokenId, uint256 indexed endTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address administrator, address[] allowedSeaDrop)
This contract contains no fallback and receive objects.
AdministratorMustInitializeWithFee()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
BoardingDisabled()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InsufficientPointsBalance()
InvalidRoyaltyBasisPoints(uint256 basisPoints)
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
NewAdministratorIsZeroAddress()
NewOwnerIsZeroAddress()
NotNextAdministrator()
NotNextOwner()
NotOwnerOfToken()
NotOwnerOrDelegate()
OnlyAdministrator()
OnlyAllowedSeaDrop()
OnlyOwner()
OnlyOwnerOrAdministrator()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PointsTransferDeactivated()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
SignersMismatch()
TokenBoarded()
TokenGatedMismatch()
TokenNotBoarded()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()