UMG_Collection
Verified contract
Active on
Ethereum with 3,873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($15.74)
Native
Value
$15.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,148.87 |
$15.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20959664 | a month ago | | | 0 | 0.00056263391 | |
| 20871876 | 2 months ago | | | 0 | 0.0010518588 | |
| 20850154 | 2 months ago | | | 0 | 0.00044855558 | |
| 20678503 | 2 months ago | | | 0 | 0.00054607454 | |
| 20624563 | 3 months ago | | | 0 | 0.000060534773 | |
| 20560236 | 3 months ago | | | 0 | 0.000062152634 | |
| 19835090 | 6 months ago | | | 0 | 0.00020455370 | |
| 19324861 | 9 months ago | | | 0 | 0.0023101407 | |
| 19197700 | 9 months ago | | | 0 | 0.0012419217 | |
| 19152729 | 9 months ago | | | 0 | 0.00030184622 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPublic(address) view returns (bool)
mintsForWallet(address _wallet) view returns (uint64)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
ownerMint(uint64 _numberOfTokens, address _userAddress)
publicMint() payable
removeStuckTokens(address _token, address _to)
renounceOwnership()
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)
setBaseURI(string _uri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxPerWallet(uint64 _quantity)
setMerkleRoot(bytes32 _merkleRoot)
setOperatorFilteringEnabled(bool value)
setPresaleTimes(uint64 _openTime, uint64 _closeTime)
setSaleTimes(uint64 _openTime, uint64 _closeTime)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistPhase1Mint(uint64 _numberOfTokens, bytes32 leaf, bytes32[] _merkleProof) payable
withdrawBalance(address _wallet)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Minted(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address admin, address owner, address royaltyReceiver, address centNftTreasury, uint64 maxSupply, uint64 centAmount, uint64 tokenPrice, uint64 tokenPricePresale, uint64 maxTokensPerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoMore()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()