QuiddMintablesIRBridgeToMars
Verified contract
Active on
Ethereum with 247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#10706495781196280429308795212947503678269710425839963908044508776518667493) | QMIRB2M | ERC-721 | 1 | -- | -- |
(#10706495781196267875105192904438616225428263866846519113272570902704825281) | QMIRB2M | ERC-721 | 1 | -- | -- |
(#10706495781196255320901719208073813892043523999867011205672575311126471346) | QMIRB2M | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101842 | 15 days ago | | | 0 | 0.00024573271 | |
| 20604043 | 3 months ago | | | 0 | 0.000073561795 | |
| 19549493 | 8 months ago | | | 0 | 0.0020549358 | |
| 19540530 | 8 months ago | | | 0 | 0.0038113968 | |
| 19511161 | 8 months ago | | | 0 | 0.0013820964 | |
| 19464747 | 8 months ago | | | 0 | 0.0019804428 | |
| 19464734 | 8 months ago | | | 0 | 0.0021159690 | |
| 19464732 | 8 months ago | | | 0 | 0.0018703012 | |
| 19451432 | 8 months ago | | | 0 | 0.0020619261 | |
| 19302680 | 9 months ago | | | 0 | 0.0018737267 |
ABI
ABI objects
Getter at block 21211866
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
UNMINTER_ROLE() view returns (bytes32)
0xc47c7929930c7f2bb9db31476e47def40882b518b18186f92b9e275b3dae4d18
_defaultRoyalties() view returns (uint24 basisPoints, address payee)
(basisPoints=250, payee=0x5875cb22ff5741a163f100cf0637625309c17237)
_getDefaultRoyalties() view returns (struct ERC2981TokenIDMaskPaymentInfo)
(250, 0x5875cb22ff5741a163f100cf0637625309c17237)
getAllowedTokenIDConfigurations() view returns (struct TokenIDMaskRestrictorAllowedTokenIDConfig[])
[(1766820104831717178943502833727831496196810259731196417549125097682370560, 105413391468559001597148028990246755933921234692133638401115116074434560)]
getDefaultRoyalties() view returns (struct ERC2981TokenIDMaskPaymentInfo)
(250, 0x5875cb22ff5741a163f100cf0637625309c17237)
getRoyaltyConfigurations() view returns (struct ERC2981TokenIDMaskRoyaltiesConfig[])
[]
name() view returns (string)
QuiddMintablesIRBridgeToMars
owner() view returns (address)
0x42b401b8d96a3f80500d375d1054ef7650a98fbe
symbol() view returns (string)
QMIRB2M
Read-only
_allowedTokenIDConfigs(uint256) view returns (uint256 mask, uint256 value)
_royaltyConfigs(uint256) view returns (uint256 mask, uint256 value, struct ERC2981TokenIDMaskPaymentInfo info)
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 value) view returns (address payee, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAllowedTokenIDConfiguration(uint256 mask, uint256 value)
addRoyaltyConfiguration(uint256 mask, uint256 value, uint256 basisPoints, address payee)
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address _to, uint256 _tokenId)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address _to, uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowedTokenIDConfigurations(uint256[] masks, uint256[] values)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalties(uint256 basisPoints, address payee)
setRoyaltyConfigurations(uint256[] masks, uint256[] values, uint256[] basisPoints, address[] payees)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unmint(uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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, string baseURI_, uint256[] _allowedMasks, uint256[] _allowedValues, uint256 _basisPoints, address _payee)
This contract contains no fallback and receive objects.
This contract contains no error objects.