CNPCharmERC721MultiSaleByMerkleMultiWallet
Verified contract
Active on
Ethereum with 3,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
0xb9fb…1737
Balances ($0.00)
No balances found for "CNPCharmERC721MultiSaleByMerkleMultiWallet"
Transactions
ABI
ABI objects
Getter at block 21200503
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getCurrentSale() view returns (uint8, uint8, uint256, uint256)
(2, 0, 1000000000000000, 10001)
maxSupply() view returns (uint256)
10001
owner() view returns (address)
0xb931dba8509afbb8304b9826bdeaadba2816924c
paused() view returns (bool)
false
withdrawAddress() view returns (address)
0xd3005389dfefe5cabba55149cfb9e8017809b0d6
Read-only
getBuyCount(uint256 userId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
setCurrentSale(struct Sale) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 userId, uint256 amount, uint256 allowedAmount, bytes32[] merkleProof) payable
exchange(uint256 userId, uint256[] burnTokenIds, uint256 allowedAmount, bytes32[] merkleProof) payable
grantRole(bytes32 role, address account)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCurrentSale(struct Sale sale, bytes32 merkleRoot)
setMaxSupply(uint256 value)
setWithdrawAddress(address value)
transferOwnership(address newOwner)
unpause()
withdraw()
ChangeSale(uint8 oldId, uint8 newId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(address nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.