OpenEditionMint

Verified contract

Active on Ethereum with 257 txns
Deployed by via 0xb95df939 at 18125897
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OpenEditionMint"

0x192f0c2a5c28018d15c15e556402453af7ee189b2879a8423298c90ffe8de2f3
From
0xd79c36e52764ca04e8983de6008433fcf2bb49c5773bf1e47e750f56f345b2d7
0x1793803b6d1a2fc4301173e02061f9fa3957e84d2b5b559006060207b10fc0db
0xedad4cf7afe5af6f83b23d628f544c15e3bbab2395143504d7d7e8d6c3fcce53
0xc5c668d63ab0cb6e0bafb3aaf2be804c6570d5861f7b66e8b3a1d844a2da5c57
0x3eb7d676c2dace3a7dbc0099af4c455f7463ec5fa797a51cec976471bf0cb39a
0xcb578d36239e01ae4884a01e3cffef6f0479342b4b942c2a16319c2cf08bf90d
0xc54cae9d4915f51157ca27b28c79a8baf326e5b11f847f5aa77399a7f3fd8aee
0x7f1336cabe5fc6c63d889f4a815d727cec9f311a6b0c51acb41a78f603e98dd5
0x4eeda2f882262109f9b472a4ec932b0204df3b5a6de1e8c00f197178319f3f4b

Functions
Getter at block 20891850
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
beneficiary(view returns (address)
0x6b15fd9cc33dd0852f80567549e552d20a5bdce3
duration(view returns (uint256)
259200
maxMint(view returns (uint256)
1000000
minterType(view returns (string)
OpenEditionMint
nft(view returns (address)
0x01b5e0e6cb38121dbedf5d2e964df810e2c742c9
pass(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
true
price(view returns (uint256)
69000000000000000
projectId(view returns (uint256)
1
startTime(view returns (uint256)
1695218400
totalSupply(view returns (uint256)
1594
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isBlacklisted(address accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addBlacklist(address account
airdrop(address[] addressesuint256[] amounts
grantRole(bytes32 roleaddress account
mintMultiple(uint256 quantitypayable 
pause(
removeBlacklist(address account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setBeneficiary(address beneficiary_
setMaxMint(uint256 maxMint_
setNft(address nft_
setPauser(address pauser_
setPrice(uint256 price_
setProjectId(uint256 _projectId
setTimeLimits(uint256 startTime_uint256 duration_
unpause(
withdraw(
Events
Blacklisted(address indexed account
MintDurationIncreasedByPause(uint256 pastPauseDelay
Paused(address account
PriceUpdated(uint256 price
Purchase(address indexed buyeruint256 tokenId
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unblacklisted(address indexed account
Unpaused(address account
Constructor
constructor(address nft_uint256 price_uint256 maxMint_address pauser_uint256 startTime_uint256 duration_uint256 projectId_address beneficiary_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
MaxMintReached(
MintClosed(
WrongPayment(