Moving Blocks by Deblock
Verified contract
Proxy
Active on
Ethereum with 3,426 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
23 additional
variables
Balances ($0.00)
No balances found for "Moving Blocks by Deblock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157853 | 15 minutes ago | | | 0 | 0.0024752114 | |
| 21157835 | 18 minutes ago | | | 0 | 0.0028559224 | |
| 21157830 | 19 minutes ago | | | 0 | 0.0027589212 | |
| 21157587 | an hour ago | | | 0 | 0.0013070573 | |
| 21157562 | an hour ago | | | 0 | 0.0013000579 | |
| 21157547 | an hour ago | | | 0 | 0.0013504865 | |
| 21157442 | 2 hours ago | | | 0 | 0.0010709438 | |
| 21157393 | 2 hours ago | | | 0 | 0.0011253590 | |
| 21157337 | 2 hours ago | | | 0 | 0.0010587608 | |
| 21157288 | 2 hours ago | | | 0 | 0.0011018810 |
ABI
ABI objects
Getter at block 21157925 viewCurrentPrice() view returns (uint256) viewCurrentStage() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SECOND_ADMIN_ROLE() view returns (bytes32)
0xfd63b67fde00b77f1f54f050135a475665b815acd10a8e7fd785ba074846734a
_baseURI() view returns (string)
_mintedTokens() view returns (uint256)
1500
_pathURI() view returns (string)
ipfs://bafybeiblshcmny772ywirdwti3a3cbfl5wdcg76muhhwlsxi5bsclnlmsq/
_preRevealURI() view returns (string)
ipfs://QmUapiFBVwT9rTvvpe68tzxGzUNz8oG83EtHHvZSy6YSmE/
burnable() view returns (bool)
false
interfaceAddress() view returns (address)
0x43376277553840aeccaeb798e03f54ab321bcff2
isSoulBound() view returns (bool)
false
lockURI() view returns (bool)
false
name() view returns (string)
Moving Blocks by Deblock
operatorFilterDisabled() view returns (bool)
false
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xd5ade4a03015fd96d766f9c038907e2c4fed357d
signatureReleased() view returns (bool)
false
symbol() view returns (string)
MBBD
tokensAvailable() view returns (uint128 maxTokens, uint128 globalMintsPerWallet)
(maxTokens=1500, globalMintsPerWallet=0)
totalStages() view returns (uint256)
3
totalSupply() view returns (uint256)
1500
viewLatestStage() view returns (uint256)
3
viewMinted() view returns (uint256)
1500
Read-only
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)
stageMints(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalWalletMints(address minterAddress) view returns (uint256)
viewStageMap(uint256 stageId) view returns (struct FairXYZDeployerStageData)
State-modifying
Events _initialize(uint128 maxTokens_, string name_, string symbol_, address interfaceAddress_, string[] URIs_, uint96 royaltyPercentage_, uint128 globalMintsPerWallet_, address[] royaltyReceivers, address ownerOfContract, struct FairXYZDeployerStageData[] stages, bool isSBT)
airdrop(address[] address_, uint256 tokenCount) returns (uint256)
approve(address to, uint256 tokenId)
burn(uint256 tokenId) returns (uint256)
changePrimarySaleReceiver(address newPrimarySaleReceiver)
changeSecondaryRoyaltyReceiver(address newSecondaryRoyaltyReceiver, uint96 newRoyaltyValue)
changeURI(bytes signature, string newPathURI, string newURI)
grantRole(bytes32 role, address account)
lockURIforever()
merkleMint(bytes32[] _merkleProof, uint256 numberOfTokens, uint256 maxMintsPerWallet, address recipient) payable
mint(bytes signature, uint256 nonce, uint256 numberOfTokens, uint256 maxMintsPerWallet, address recipient) payable
multicall(bytes[] data) returns (bytes[] results)
releaseSignature()
renounceOwnership()
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)
setGlobalMaxMints(uint128 newGlobalMaxMintsPerWallet)
setStages(struct FairXYZDeployerStageData[] stages, uint256 startId)
toggleBurnable()
toggleOperatorFilterDisabled() returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistry(address newRegistry, address subscriptionOrRegistrantToCopy, bool subscribe)
updateRegistrySubscription(address subscriptionOrRegistrantToCopy, bool subscribe, bool copyEntries)
withdraw() payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Airdrop(uint256 tokenCount, uint256 newTotal, address[] recipients)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BurnableSet(bool burnState)
Initialized(uint8 version)
Mint(address minterAddress, uint256 stage, uint256 mintCount)
NewMaxMintsPerWalletSet(uint128 newGlobalMintsPerWallet)
NewPathURI(string newPathURI)
NewPrimarySaleReceiver(address newPrimaryReceiver)
NewSecondaryRoyalties(address newSecondaryReceiver, uint96 newRoyalty)
NewStagesSet(struct FairXYZDeployerStageData[] stages, uint256 startIndex)
NewTokenURI(string newTokenURI)
OperatorFilterDisabled(bool disabled)
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)
SignatureReleased()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URILocked()
constructor(address beacon, bytes data)
fallback()
receive()
AddressLimitPerTx()
AlreadyLockedURI()
BurnerIsNotApproved()
BurningOff()
CannotDeleteOngoingStage()
CannotEditPastStages()
ETHSendFail()
EndTimeInThePast()
EndTimeLessThanStartTime()
ExceedsMintsPerWallet()
ExceedsNFTsOnSale()
IncorrectIndex()
InvalidNonce()
InvalidStartTime()
LessNFTsOnSaleThanBefore()
MerkleProofFail()
MerkleStage()
NotEnoughETH()
OnlyAdmin()
OperatorNotAllowed(address operator)
PhaseLimitEnd()
PhaseLimitExceedsTokenCount()
PhaseStartsBeforePriorPhaseEnd()
PublicStage()
RegistryInvalid()
ReusedHash()
SaleEnd()
SaleNotActive()
StageDoesNotExist()
StageLimitPerTx()
StartTimeInThePast()
TimeLimit()
TokenCountExceedsPhaseLimit()
TokenDoesNotExist()
TokenIsSoulBound()
TokenLimitPerTx()
TooManyStagesInTheFuture()
UnauthorisedUser()
UnrecognizableHash()
ZeroAddress()