MintShop1155
Verified contract
Active on
Ethereum with 489 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6110…9af2
Balances ($0.00)
No balances found for "MintShop1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13055677 | 3 years ago | | | 0 | 0.0097518824 | |
| 13055530 | 3 years ago | | | 0 | 0.0098772959 | |
| 13055427 | 3 years ago | | | 0 | 0.0058075556 | |
| 13055156 | 3 years ago | | | 0 | 0.0073041640 | |
| 13054536 | 3 years ago | | | 0 | 0.011980676 | |
| 13054292 | 3 years ago | | | 0 | 0.0064912957 | |
| 13054056 | 3 years ago | | | 0 | 0.0067824380 | |
| 13054040 | 3 years ago | | | 0 | 0.0062607120 | |
| 13053963 | 3 years ago | | | 0 | 0.0054781230 | |
| 13053916 | 3 years ago | | | 0 | 0.0067824380 |
ABI
ABI objects
Getter at block 21183987
LOCK_GLOBAL_LIMIT() view returns (bytes32)
0x36aca941e75bffb6d7615d125171f4f3d34f99718ee03908ed244cdc4cc8e759
LOCK_PAYMENT_RECEIVER() view returns (bytes32)
0x27a197db167d9ef273594120ada4e4c5e3a13bc9f76d745c1bc0a36315dea30a
LOCK_SWEEP() view returns (bytes32)
0xefa425e0e493cbbeeed2833ecbc426ad9e567110edb11951c74d293f99a42016
MANAGER() view returns (bytes32)
0xffffffffffffffffffffffffffffffff00000000000000000000000000000000
POOL() view returns (bytes32)
0x5d5c2d2522b7f6ec8d1c86f44956b9ecd4376b1842cd263d54a5368aa149486d
SET_PAYMENT_RECEIVER() view returns (bytes32)
0x9db6e9c424dcde0d5f3a75b470e5bc54cc3dc02c6879e33feab14f958b87680e
SWEEP() view returns (bytes32)
0x305f9d04da14abed356cd8eddf1c22de3798f6aa89fa84e82f3bcb1ba154e2d8
UNIVERSAL() view returns (bytes32)
0xffffffffffffffffffffffffffffffff00000000000000000000000000000000
UPDATE_GLOBAL_LIMIT() view returns (bytes32)
0xd6eb7457563d8954a1befba5aaf8bc2f82bd1b2cc37d8475791cad943bdcf0c6
WHITELIST() view returns (bytes32)
0x0af0c3ebe77999ca20698e1ff25f812bf82409a59d21ca15a41f39e0ce9f2500
ZERO_RIGHT() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
globalPurchaseLimit() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
globalPurchaseLimitLocked() view returns (bool)
false
item() view returns (address)
0x6110dd87b7a6fbbebb0ea0f0dffb59ae59009af2
nextPoolId() view returns (uint256)
1
nextWhitelistId() view returns (uint256)
1
owner() view returns (address)
0x1f6abf0431e20d7be372fa300eae471ea1c0b49c
paymentReceiver() view returns (address)
0x1f6abf0431e20d7be372fa300eae471ea1c0b49c
paymentReceiverLocked() view returns (bool)
false
sweepLocked() view returns (bool)
false
version() pure returns (uint256)
1
Read-only
getPools(uint256[] _ids) view returns (struct MintShop1155PoolOutput[])
getPoolsWithAddress(uint256[] _ids, address _address) view returns (struct MintShop1155PoolAddressOutput[])
getPurchaseCounts(uint256[] _ids, address[] _purchasers) view returns (uint256[][])
getWhitelistStatus(uint256[] _ids, address[] _addresses) view returns (bool[][])
globalPurchaseCounts(address) view returns (uint256)
hasRightUntil(address _address, bytes32 _circumstance, bytes32 _right) view returns (uint256)
managerRight(bytes32) view returns (bytes32)
nextItemIssues(uint256) view returns (uint256)
permissions(address, bytes32, bytes32) view returns (uint256)
pools(uint256) view returns (string name, uint256 startTime, uint256 endTime, uint256 purchaseLimit, uint256 singlePurchaseLimit, struct MintShop1155PoolRequirement requirement, uint256 currentPoolVersion)
whitelists(uint256) view returns (uint256 expiryTime, bool isActive, uint256 currentWhitelistVersion)
State-modifying
Events addPool(struct MintShop1155PoolInput _pool, uint256[] _groupIds, uint256[] _issueNumberOffsets, uint256[] _caps, struct MintShop1155Price[][] _prices)
addToWhitelist(uint256 _id, address[] _addresses)
addWhitelist(struct MintShop1155WhitelistInput _whitelist)
lockGlobalPurchaseLimit()
lockPaymentReceiver()
lockSweep()
mintFromPool(uint256 _id, uint256 _groupId, uint256 _assetIndex, uint256 _amount) payable
removeFromWhitelist(uint256 _id, address[] _addresses)
renounceOwnership()
setManagerRight(bytes32 _managedRight, bytes32 _managerRight)
setPermit(address _address, bytes32 _circumstance, bytes32 _right, uint256 _expirationTime)
setWhitelistActive(uint256 _id, bool _isActive)
sweep(address _token, uint256 _amount, address _address)
transferOwnership(address newOwner)
updateGlobalPurchaseLimit(uint256 _newGlobalPurchaseLimit)
updatePaymentReceiver(address _newPaymentReceiver)
updatePool(uint256 _id, struct MintShop1155PoolInput _pool, uint256[] _groupIds, uint256[] _issueNumberOffsets, uint256[] _caps, struct MintShop1155Price[][] _prices)
updateWhitelist(uint256 _id, struct MintShop1155WhitelistInput _whitelist)
GlobalPurchaseLimitLocked(address indexed locker)
GlobalPurchaseLimitUpdated(address indexed updater, uint256 indexed oldPurchaseLimit, uint256 indexed newPurchaseLimit)
ItemPurchased(address indexed buyer, uint256 poolId, uint256[] indexed itemIds, uint256[] amounts)
ManagementUpdated(address indexed manager, bytes32 indexed managedRight, bytes32 indexed managerRight)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReceiverLocked(address indexed locker)
PaymentReceiverUpdated(address indexed updater, address indexed oldPaymentReceiver, address indexed newPaymentReceiver)
PermitUpdated(address indexed updator, address indexed updatee, bytes32 circumstance, bytes32 indexed role, uint256 expirationTime)
PoolUpdated(address indexed updater, uint256 poolId, struct MintShop1155PoolInput indexed pool, uint256[] groupIds, uint256[] caps, struct MintShop1155Price[][] indexed prices)
SweepLocked(address indexed locker)
TokenSweep(address indexed sweeper, address indexed token, uint256 amount, address indexed recipient)
WhitelistActiveUpdate(address indexed updater, uint256 indexed whitelistId, bool indexed isActive)
WhitelistAddition(address indexed adder, uint256 indexed whitelistId, address[] indexed addresses)
WhitelistRemoval(address indexed remover, uint256 indexed whitelistId, address[] indexed addresses)
WhitelistUpdated(address indexed updater, uint256 indexed whitelistId, address[] indexed addresses)
constructor(address _owner, address _item, address _paymentReceiver, uint256 _globalPurchaseLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.