Glass Works Mr.DEGEN
Unverified contract
Proxy
Active on
Base with 403 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Glass Works Mr.DEGEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22738914 | 4 days ago | | | 0 | 0.000000109858170215 | |
| 22554509 | 8 days ago | | | 0 | 2.9240141e-7 | |
| 22405681 | 12 days ago | | | 0 | 8.5218052e-7 | |
| 22336914 | 13 days ago | | | 0 | 3.8626501e-7 | |
| 22336689 | 13 days ago | | | 0 | 3.7570023e-7 | |
| 21749594 | a month ago | | | 0 | 0.000000203704521480 | |
| 21659552 | a month ago | | | 0 | 5.1177779e-7 | |
| 21590104 | a month ago | | | 0 | 3.6916393e-7 | |
| 21530881 | a month ago | | | 0 | 8.4534839e-7 | |
| 21255125 | a month ago | | | 0 | 8.1475189e-7 |
ABI
ABI objects
Getter at block 22908094 sharedMetadata() view returns (string name, string description, string imageURI, string animationURI)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=2)
contractURI() view returns (string)
ipfs://Qme2k8eKP65L97CujRRnWHzTY1zL6vx28WjhiSN2P7mCHv/0
getActiveClaimConditionId() view returns (uint256)
1
getDefaultRoyaltyInfo() view returns (address, uint16)
(0xdc3529ae55d013ecb89d1a17b03a0949348ffbce, 500)
getFlatPlatformFeeInfo() view returns (address, uint256)
(0x0f22f838aaca272afb0f268e4f4e655fac3a35ec, 0)
getPlatformFeeInfo() view returns (address, uint16)
(0x0f22f838aaca272afb0f268e4f4e655fac3a35ec, 6666)
getPlatformFeeType() view returns (uint8)
0
name() view returns (string)
Glass Works Mr.DEGEN
nextTokenIdToClaim() view returns (uint256)
780
nextTokenIdToMint() view returns (uint256)
780
owner() view returns (address)
0xdc3529ae55d013ecb89d1a17b03a0949348ffbce
primarySaleRecipient() view returns (address)
0xdc3529ae55d013ecb89d1a17b03a0949348ffbce
startTokenId() pure returns (uint256)
1
symbol() view returns (string)
GWMD
totalMinted() view returns (uint256)
779
totalSupply() view returns (uint256)
779
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership ownership)
getApproved(uint256 tokenId) view returns (address)
getClaimConditionById(uint256 _conditionId) view returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
getSupplyClaimedByWallet(uint256 _conditionId, address _claimer) view returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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[])
verifyClaim(uint256 _conditionId, address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof, bytes _data) payable
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _saleRecipient, address _royaltyRecipient, uint128 _royaltyBps, uint128 _platformFeeBps, address _platformFeeRecipient)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setClaimConditions(struct IClaimConditionClaimCondition[] _conditions, bool _resetClaimEligibility)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setFlatPlatformFeeInfo(address _platformFeeRecipient, uint256 _flatFee)
setOwner(address _newOwner)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPlatformFeeType(uint8 _feeType)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
setSharedMetadata(struct ISharedMetadataSharedMetadataInfo _metadata)
transferFrom(address from, address to, uint256 tokenId) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditions, bool resetEligibility)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
FlatPlatformFeeUpdated(address platformFeeRecipient, uint256 flatFee)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
PlatformFeeTypeUpdated(uint8 feeType)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
SharedMetadataUpdated(string name, string description, string imageURI, string animationURI)
TokensClaimed(uint256 indexed claimConditionIndex, address indexed claimer, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()