NftDistributor
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "NftDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NftDistributor"
ABI
ABI objects
Getter at block 21199338
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
paused() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hasValidClaim(address contractAddress, bytes32 merkleNode, bytes32[] merkleProof) view returns (bool)
isFullyClaimed(address contractAddress, uint256 tokenId) view returns (bool isClaimed)
merkleRoot(address) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimNft(address contractAddress, uint256 tokenId, bytes32 merkleNode, bytes32[] merkleProof)
grantRole(bytes32 role, address account)
initialize(address initiator)
mintNftWithPass(string projectId, address contractAddress, uint256 tokenId) payable
pause()
purchaseNft(string projectId, address contractAddress, uint256 tokenId) payable
purchaseNftWithPermit(string projectId, address contractAddress, uint256 tokenId, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCustomerSettings(address customerSettings)
setMerkleRoot(string projectId, bytes32 merkleRoot)
setMerkleRootForProject(string projectId, bytes32 merkleRoot)
setTaggr(address taggr)
setTaggrSettings(address taggrSettings)
setTokenEscrow(address tokenEscrow)
signalPhysicalDelivery(string projectId, uint256 tokenId)
unpause()
withdrawERC1155(address receiver, address tokenAddress, uint256 tokenId, uint256 amount)
withdrawERC721(address receiver, address tokenAddress, uint256 tokenId)
withdrawErc20(address receiver, address tokenAddress, uint256 amount)
withdrawEther(address receiver, uint256 amount)
ContractReady(address indexed intializer)
CustomerSettingsSet(address indexed customerSettings)
Initialized(uint8 version)
NftClaimed(address indexed to, address indexed contractAddress, uint256 tokenId)
NftPurchased(address indexed to, address indexed contractAddress, uint256 tokenId, bool mintPass)
Paused(address account)
PhysicalDeliveryTimestamp(string indexed projectId, address indexed contractAddress, uint256 tokenId, uint256 timestamp)
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)
TaggrSet(address indexed taggr)
TaggrSettingsSet(address indexed taggrSettings)
TokenEscrowSet(address indexed tokenEscrow)
Unpaused(address account)
WithdrawStuckERC1155(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId, uint256 amount)
WithdrawStuckERC20(address indexed receiver, address indexed tokenAddress, uint256 amount)
WithdrawStuckERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
WithdrawStuckEther(address indexed receiver, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.