MX1ArtCollection

Verified contract

Active on Ethereum with 546 txns
Deployed by via 0xb57f5f72 at 16651332
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MX1ArtCollection"

0x42ea348f45577657592f28f9165d30d2f32e44d2dfb6aeb59deab6abac78c36a
0x157f668d712a2ee37ebd0e2f00e8145fd17c400ba5e596e38ed78069dcca45a4
0xbf3a926fe4ceb2e5a0a396714683d69db696093a35e0a53376e8be7a21d9144c
0x1c2e7798d8fe3797ee45e210ea033349bef1f8554f92b1a562300cbb3d88e27f
0xf982e65cd47cd2dd010a0e16f39476d9768f4f40f2f51c186cfe6b82af7314fd
0x9aaa834b2a68b3c166dd931811b67b0d184b2fa8b78ba44d1a06cf9239f1d913
0x3079f8bb2482bf787bc5df558f50c866bf8cc196ce7eaf54efd23917ad5f4b0b
0x99b2761aba84b8829d6a60f8986fe52d542a3aefbc5286be64f009f16229574f
0xc4600e53766a92ea39bf5ec06c7e4f0891fe0bd8b4e644860f597645f79aacde
0x3dbce12c03497ef1f1ee210c6b6e44add9a55f4e80e60365355b8da386a7d75e

Functions
Getter at block 20983249
AIRDROPPER_ROLE(view returns (bytes32)
0xf9091c9c3be31b80afbe6fb18ac7f65afc7ae70116c905e33ea83c890fdda924
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
SIGNER_WALLET(view returns (address)
0x11df40e3d024c4d938a21616d13fec7b018d01f9
WITHDRAWER_ROLE(view returns (bytes32)
0x10dac8c06a04bec0b551627dad28bc00d6516b0caacd1c7b345fcdb5211334e4
_baseTokenURI(view returns (string)
contractURI(view returns (string)
https://mx1metadata.bowline.app/0x9d63898298310c225de30ae9da0f0b738a7b7005/contract-info.json
mintingEnabled(view returns (bool)
true
name(view returns (string)
Samsung MX1 ART COLLECTION
symbol(view returns (string)
MX1AC
totalSupply(view returns (uint256)
411
Read-only
artistForTokenIdentifier(uint256view returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usedSignatures(bytesview returns (bool)
State-modifying
airdrop(address minteruint256 artistSelection
airdropMultiple(address minteruint256 quantity
allowlistMint(struct LibMintVoucherMintVoucher mintvoucherbytes mintvoucherSignatureuint256 artistSelection
approve(address operatoruint256 tokenId
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setArtistForToken(uint256 tokenIduint256 artistSelection
setBaseURI(string permanentBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMintingEnabled(bool _mintingEnabled
setSignerWallet(address _signerWallet
transferFrom(address fromaddress touint256 tokenId
withdrawalAll(
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
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 symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(