Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,038.17)
Native
Value
$16,038.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.0286 | $3,189.39 |
$16,038.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17867621 | a year ago | | | 0 | 0.00045599640 | |
| 16884710 | 2 years ago | | | 0 | 0.00058056000 | |
| 16629164 | 2 years ago | | | 0 | 0.0055540692 | |
| 16615107 | 2 years ago | | | 0 | 0.00087378659 | |
| 16472999 | 2 years ago | | | 0 | 0.00082379885 | |
| 16349883 | 2 years ago | | | 0 | 0.0013200960 | |
| 16113214 | 2 years ago | | | 0 | 0.00073079122 | |
| 16113214 | 2 years ago | | | 0 | 0.00073117166 | |
| 15882695 | 2 years ago | | | 0 | 0.00051212652 | |
| 15873096 | 2 years ago | | | 0 | 0.00053662362 |
ABI
ABI objects
Getter at block 21165114
allowListMintPrice() view returns (uint96)
0
defaultURI() view returns (string)
ipfs://bafkreib4cr2kxpg5hwnsvb6eq6uyoa3cfury6t35fudgiapwfc5nux2kle
maxMintsPerWallet() view returns (uint256)
5309
maxTotalAllowListMints() view returns (uint128)
1734
merkleRoot() view returns (bytes32)
0x8de03bc898903dbb55a4b416b46853f9ea67a353343c712ca23ce20feb3defde
mintPrice() view returns (uint96)
86700000000000000
name() view returns (string)
Mugs
numAllowListMinted() view returns (uint128)
0
owner() view returns (address)
0x8ca72de5dfb5c84dacce19aa05ca0270f46d819e
provenanceHash() view returns (bytes32)
0x552923dc0f5b52d13b4e7392c6c0736ebfe68cfe8962e87b9734259a3cb1c88c
royaltyBps() view returns (uint16)
500
saleState() view returns (uint8)
2
symbol() view returns (string)
MUGS
totalSupply() view returns (uint256)
1804
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowListed(bytes32[] _proof, address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reveals(uint256) view returns (uint256 maxId, string uri)
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 addReveal(uint256 maxId, string uri)
allowListMint(uint128 quantity, bytes32[] proof) payable
approve(address to, uint256 tokenId)
cancelOwnershipTransfer()
claimOwnership()
devMint(uint16 amount, address to)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMintPrice(uint96 newPrice)
setApprovalForAll(address operator, bool approved)
setDefaultURI(string finalURI)
setFullyRevealed(string finalURI)
setMaxMintsPerWallet(uint256 _maxMints)
setMaxTotalAllowListMints(uint128 _maxTotalAllowListMints)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint96 newPrice)
setProvenanceHash(bytes32 _newProvenanceHash)
setRoyaltyInfo(address recipient, uint16 bps)
setSaleState(uint8 _saleState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateReveal(uint256 index, uint256 maxId, string uri)
withdraw()
withdrawERC20(address _token)
withdrawERC721(address _token, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProvenanceHashUpdated(bytes32 indexed oldProvenanceHash, bytes32 indexed newProvenanceHash)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
IncorrectPayment()
InvalidRoyaltyBps()
MaxDevMinted()
MaxMintedForWallet()
MaxSupply()
MaxTotalAllowListMinted()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NotAllowListed()
NotNextOwner()
OwnerQueryForNonexistentToken()
PublicSaleInactive()
SalePaused()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()