UMG_Collection

Verified contract

Active on Ethereum with 3,873 txns
Deployed by via 0x567930a9 at 17087904
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
Native
Value $15.74
0x7de2b69d0a9d92cc393c03ac7095a983c2d2e4490d69cec6a11d92de616294c1
0xb8473f441cfbea608fe936fa7e9daff3520a70eba8a0a8661a33d08ac47f4b3b
0x1f7883f1c45ca13b56a64efb5a10d4f8f31cdf143af7a48ab4e6714f7e9d596c
0x4191b47941fbcad1bdb8466988e1c7d14563faae3abf1a4a2aca882b2a98ca8a
0xac9ce5d5cfec2d1df2cc52a4dbe928b3f30d9f42aea6057fccc9c11d0fac7b7a
0x1267af6ad5550fe0dad0f38b06cbfe1226881e9ac0bf4a0f39ca741d29e4732e
0xc312bf6463ac8667f1c98343e8e14e663186e5e34639d5df6338eceff6b8ca25
0x25f31df7e9305c73025a6937593c235df2f5c02e5d03b50f75206486c0495572
0x4669c103310cb63862824ec905de20806a268197a74068e65b9d473608210942
0x128bab2f7cc8793de25ad3738d113661bd0d72186ba03cb30c917e5d7374f3d2

Functions
Getter at block 21217455
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint64)
3333
MAX_TOKENS_PER_WALLET(view returns (uint64)
1
TOKEN_PRICE(view returns (uint64)
0
TOKEN_PRICE_PRESALE(view returns (uint64)
0
merkleRoot(view returns (bytes32)
0xd64c6cdfd3858032f235e5242054afddedd6a07afde40a80a5facd716234af17
name(view returns (string)
UMG_Collection
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xfedcb1b4c4b313b1fe85f4abe6222af35b5c7b1f
presaleCloses(view returns (uint64)
1682028000
presaleOpens(view returns (uint64)
1682006400
saleCloses(view returns (uint64)
1682373600
saleOpens(view returns (uint64)
1682028030
symbol(view returns (string)
UMG
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedPublic(addressview returns (bool)
mintsForWallet(address _walletview returns (uint64)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
ownerMint(uint64 _numberOfTokensaddress _userAddress
publicMint(payable 
removeStuckTokens(address _tokenaddress _to
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxPerWallet(uint64 _quantity
setMerkleRoot(bytes32 _merkleRoot
setOperatorFilteringEnabled(bool value
setPresaleTimes(uint64 _openTimeuint64 _closeTime
setSaleTimes(uint64 _openTimeuint64 _closeTime
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistPhase1Mint(uint64 _numberOfTokensbytes32 leafbytes32[] _merkleProofpayable 
withdrawBalance(address _wallet
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Minted(address touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress adminaddress owneraddress royaltyReceiveraddress centNftTreasuryuint64 maxSupplyuint64 centAmountuint64 tokenPriceuint64 tokenPricePresaleuint64 maxTokensPerWallet
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoMore(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(