Bill Murray 1000: 3-D Glasses
Verified contract
Active on
Ethereum with 231 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 "Bill Murray 1000: 3-D Glasses"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21092967 | 16 days ago | | | 0 | 0.00074254537 | |
| 20098705 | 5 months ago | | | 0 | 0.00054936306 | |
| 20098654 | 5 months ago | | | 0 | 0.00057242826 | |
| 19903748 | 6 months ago | | | 0 | 0.000073549075 | |
| 19754112 | 7 months ago | | | 0 | 0.00049763314 | |
| 19522242 | 8 months ago | | | 0 | 0.0016632066 | |
| 19284136 | 9 months ago | | | 0 | 0.0034924416 | |
| 19241001 | 9 months ago | | | 0 | 0.0010341541 | |
| 19230240 | 9 months ago | | | 0 | 0.00089542145 | |
| 18972684 | 10 months ago | | | 0 | 0.00080807478 |
ABI
ABI objects
Getter at block 21210569 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=0x7f90f772d4dafb54601dfa4d6022f2542a409c98, authorisationAddress=0xb6e1143ffef66bc5c11f7dfb90efea87d8112333, purchaseTokenAddress=0x0000000000000000000000000000000000000000, managerPrimaryRoyaltyAddress=0x62d516276381042016b38b65c89c05ea59ccb13b, customerPrimaryRoyaltyAddress=0x971e177ba1966c15fef02c3d464521370f93aca8, secondaryRoyaltyAddress=0x971e177ba1966c15fef02c3d464521370f93aca8)
contractManager() view returns (address)
0x8697e2b04b16effdf399ff1bc7d42663709a8851
contractURI() view returns (string uri)
https://api.hypermint.com/metadata/6aa023dd-0f9d-4f16-8168-e4e88dfa4516
name() view returns (string collectionName)
Bill Murray 1000: 3-D Glasses
owner() view returns (address)
0x7f90f772d4dafb54601dfa4d6022f2542a409c98
supply() view returns (uint256 _supply)
201
symbol() view returns (string collectionSymbol)
BM3D
tokenConfig() view returns (uint256 price, uint256 maxSupply, uint256 maxPerTransaction)
(price=0, maxSupply=1250, maxPerTransaction=0)
totalSupply() view returns (uint256)
201
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()