MX1ArtCollection
Verified contract
Active on
Ethereum with 548 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MX1ArtCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222233 | 23 days ago | | | 0 | 0.0012967946 | |
| 21023335 | 2 months ago | | | 0 | 0.00041512564 | |
| 20885555 | 2 months ago | | | 0 | 0.00081603808 | |
| 20866625 | 2 months ago | | | 0 | 0.00059394504 | |
| 20787504 | 3 months ago | | | 0 | 0.00045187320 | |
| 20722522 | 3 months ago | | | 0 | 0.00034370827 | |
| 20643353 | 3 months ago | | | 0 | 0.00011814366 | |
| 20619196 | 4 months ago | | | 0 | 0.000055669567 | |
| 20156422 | 6 months ago | | | 0 | 0.00028098352 | |
| 20111768 | 6 months ago | | | 0 | 0.00031460055 |
ABI
ABI objects
Getter at block 21386666
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(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
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)
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)
usedSignatures(bytes) view returns (bool)
State-modifying
Events airdrop(address minter, uint256 artistSelection)
airdropMultiple(address minter, uint256 quantity)
allowlistMint(struct LibMintVoucherMintVoucher mintvoucher, bytes mintvoucherSignature, uint256 artistSelection)
approve(address operator, uint256 tokenId)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setArtistForToken(uint256 tokenId, uint256 artistSelection)
setBaseURI(string permanentBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMintingEnabled(bool _mintingEnabled)
setSignerWallet(address _signerWallet)
transferFrom(address from, address to, uint256 tokenId)
withdrawalAll()
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)
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()