CryptoMaidsOnChainSale
Verified contract
Active on
Ethereum with 832 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CryptoMaidsOnChainSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15464595 | 2 years ago | | | 0 | 0.00022646980 | |
| 15414271 | 2 years ago | | | 0.1 | 0.00029597067 | |
| 15364036 | 2 years ago | | | 0.05 | 0.00031933457 | |
| 15321109 | 2 years ago | | | 0.055 | 0.00042556800 | |
| 15320830 | 2 years ago | | | 0.1 | 0.00056976088 | |
| 15320558 | 2 years ago | | | 0 | 0.00075790640 | |
| 15320558 | 2 years ago | | | 0 | 0.00051295722 | |
| 15320544 | 2 years ago | | | 0.055 | 0.0025931902 | |
| 15320534 | 2 years ago | | | 0.165 | 0.0032203262 | |
| 15320526 | 2 years ago | | | 0.055 | 0.0028118599 |
ABI
ABI objects
Getter at block 21320289
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
_paused() view returns (bool)
false
maxByMint() view returns (uint256)
20
maxSupply() view returns (uint256)
4000
partnerSaleEnd() view returns (uint256)
1660219200
partnerSaleMerkleRoot() view returns (bytes32)
0xdb1c64777b00852525fe7c38a3637b09b4b1f6b798092d6c9b267befda98e95f
partnerSalePrice() view returns (uint256)
55000000000000000
partnerSaleStart() view returns (uint256)
1660212000
preSaleEnd() view returns (uint256)
1660212000
preSaleMerkleRoot() view returns (bytes32)
0xb2247a75148c00545a28b80992ae13d557f15d9444640caaeb80ca099a4e515d
preSalePrice() view returns (uint256)
50000000000000000
preSaleStart() view returns (uint256)
1660132800
saleEnd() view returns (uint256)
253404860400
salePrice() view returns (uint256)
60000000000000000
saleStart() view returns (uint256)
0
targetContract() view returns (address)
0x5331fc7d77bfbca3a2875babddf6a2329bd9aefb
totalSupply() view returns (uint256)
2023
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
partnerSaleWhitelistRemaining(address) view returns (uint256)
partnerSaleWhitelistUsed(address) view returns (bool)
preSaleWhitelistRemaining(address) view returns (uint256)
preSaleWhitelistUsed(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOperator(address account)
grantRole(bytes32 role, address account)
mintNFT(uint256 nftNum) payable
partnerSaleMint(uint256 nftNum, uint256 totalAllocation, bytes32 leaf, bytes32[] proof) payable
pause()
preSaleMint(uint256 nftNum, uint256 totalAllocation, bytes32 leaf, bytes32[] proof) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxByMint(uint256 maxByMint_)
setMaxSupply(uint256 maxSupply_)
setPartnerSaleEnd(uint256 partnerSaleEnd_)
setPartnerSaleMerkleRoot(bytes32 partnerSaleMerkleRoot_)
setPartnerSalePrice(uint256 partnerSalePrice_)
setPartnerSaleStart(uint256 partnerSaleStart_)
setPreSaleEnd(uint256 preSaleEnd_)
setPreSaleMerkleRoot(bytes32 preSaleMerkleRoot_)
setPreSalePrice(uint256 preSalePrice_)
setPreSaleStart(uint256 preSaleStart_)
setSaleEnd(uint256 saleEnd_)
setSalePrice(uint256 salePrice_)
setSaleStart(uint256 saleStart_)
unpause()
withdrawAll(address withdrawAddress)
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 token_)
This contract contains no fallback and receive objects.
This contract contains no error objects.