AltariusMinterStorage
Verified contract
Active on
Ethereum with 73 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AltariusMinterStorage"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16222813 | 2 years ago | | | 0 | 0.00039744211 | |
| 16222642 | 2 years ago | | | 0 | 0.00040461033 | |
| 16222374 | 2 years ago | | | 0 | 0.00037078638 | |
| 16222086 | 2 years ago | | | 0 | 0.00036694675 | |
| 16221925 | 2 years ago | | | 0 | 0.00095906079 | |
| 16221449 | 2 years ago | | | 0 | 0.0016513380 | |
| 16220958 | 2 years ago | | | 0 | 0.00064675669 | |
| 16220945 | 2 years ago | | | 0 | 0.00040439455 | |
| 16220935 | 2 years ago | | | 0 | 0.00035991203 | |
| 16220911 | 2 years ago | | | 0 | 0.0012647160 |
ABI
ABI objects
Getter at block 21223783
CONFIGURATOR_ROLE() view returns (bytes32)
0x3b49a237fe2d18fa4d9642b8a0e065923cceb71b797783b619a030a61d848bf0
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
cardIds(uint256, uint256, uint256, uint256, bool, uint256) view returns (uint256)
freePacksClaimedPerEdition(uint256, address) view returns (uint256)
getCardIds(uint256 edition, uint256 cardType, uint256 level, uint256 rarity, bool holographic) view returns (uint256[])
getFreePacksClaimed(uint256 edition, address claimer) view returns (uint256)
getPackMerkleTreeCid(uint256 edition) view returns (string)
getPackMetadata(uint256 edition) view returns (struct AltariusMinterStoragePackMetadata)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
packsMetadata(uint256) view returns (uint256 price, uint104 freePacksAvailable, uint104 payablePacksAvailable, uint24 maxFreePacksPerAddress, bool freePacksEnabled, bool onlyWhitelisted, bool paused, bytes32 merkleRoot, bytes32 merkleTreeCid1, bytes32 merkleTreeCid2)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCardIds(uint256 edition, uint256 cardType, uint256 level, uint256 rarity, bool holographic, uint256[] _cardIds)
setFreePacksAvailable(uint256 edition, uint104 freePacksAvailable)
setFreePacksClaimed(uint256 edition, address claimer, uint256 amount)
setFreePacksEnabled(uint256 edition, bool freePacksEnabled)
setMaxFreePacksPerAddress(uint256 edition, uint24 maxFreePacksPerAddress)
setPackMerkle(uint256 edition, bytes32 root, bytes32 treeCid1, bytes32 treeCid2)
setPackOnlyWhitelisted(uint256 edition, bool onlyWhitelisted)
setPackPaused(uint256 edition, bool paused)
setPackPrice(uint256 edition, uint256 price)
setPayablePacksAvailable(uint256 edition, uint104 payablePacksAvailable)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.