NFTSellser1155
Verified contract
Active on
Ethereum with 376 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2895…0cd6
Balances ($0.00)
No balances found for "NFTSellser1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19579924 | 8 months ago | | | 0 | 0.00064935380 | |
| 19578282 | 8 months ago | | | 0 | 0.00074773083 | |
| 19571381 | 8 months ago | | | 0.033 | 0.0031597514 | |
| 19571184 | 8 months ago | | | 0.033 | 0.0036472719 | |
| 19568812 | 8 months ago | | | 0.033 | 0.0078869243 | |
| 19568255 | 8 months ago | | | 0.033 | 0.0038898459 | |
| 19566437 | 8 months ago | | | 0.033 | 0.0025364325 | |
| 19566122 | 8 months ago | | | 0.033 | 0.0024097709 | |
| 19565013 | 8 months ago | | | 0.033 | 0.0020924268 | |
| 19564874 | 8 months ago | | | 0.033 | 0.0020548991 |
ABI
ABI objects
Getter at block 21325800
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NFTCollection() view returns (address)
0x2895509d9fb161577b58ceb76d71ef9fb85e0cd6
cost() view returns (uint256)
33000000000000000
merkleRoot() view returns (bytes32)
0xa07f69b81add434b49ce761e2f4a7edd2e1ff9d8c423d54812b9279dedc97bc8
owner() view returns (address)
0xdecf4b112d4120b6998e5020a6b4819e490f7db6
paused() view returns (bool)
true
saleId() view returns (uint256)
2
sellerWalletAddress() view returns (address)
0xa6eeddcd3a1a3cad0d0192ac50630afb2e75a112
withdrawAddress() view returns (address)
0xe72301c175e589ee2f94e77c40a2e37096a771d0
Read-only
NFTinStock(uint256 _tokenId) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserMintedAmount(address _address) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
userMintedAmount(uint256, address) view returns (uint256)
State-modifying
Events buy(uint256 _tokenId, bytes32[] _merkleProof) payable
grantRole(bytes32 role, address account)
newSaleId()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCost(uint256 _newCost)
setMerkleRoot(bytes32 _merkleRoot)
setNFTCollection(address _address)
setPause(bool _state)
setSaleData(uint256 _newCost, bytes32 _merkleRoot, address _sellerWalletAddress, address _address)
setSellserWalletAddress(address _sellerWalletAddress)
setWithdrawAddress(address _withdrawAddress)
transferOwnership(address newOwner)
withdraw() payable
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.