OpenEditionMint

Verified contract

Active on Ethereum with 7,175 txns
Deployed by via 0x37ede574 at 18562108
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OpenEditionMint"

0x9ec99dcb9b554c67ce9734980d321f0a9ffd109ed62030cbacf7a138fcbf2d97
0xf6f4139f5af4b8d8ac6220727d2a3df5a9f18b2ae426a3cc00d4a8ffb61356ce
0xc5422f64057a7d9c1fc59d23afdf3b05d1ca7466ec0fb1107ee12cf03a9f4e5a
0x691a07b69f29c8d4c71de82ac7801d8bc8857d66cd719f8b7f177a5504ec4ed4
0xa1716550be374c4d4f1de68a6039792dc4d346200556621f2de814559e2a1b23
0x9aaea461904fdf204f2c3a600f30b2ac8a68feecbaac12bc07a49d71cd85a03a
0x8276b39f9bf74faa066b04fe18eb9345480787d1efdaa476d1f95f0acc4a3091
0x9d053bb23d7f8412611a6ad7894a4692eaab24b3bee8e29855a40e5fec6ff30b
0x06ba4886c0a0df86296931e936d8a56cff3feb90fcd6aa12657216f7cff250fa
0x8963927089d1a52bd34df1846e9387f799ad10009763b33f671689b76b2ffc4c

Functions
Getter at block 21051000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
beneficiary(view returns (address)
0x6b15fd9cc33dd0852f80567549e552d20a5bdce3
duration(view returns (uint256)
1458
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)
4
startTime(view returns (uint256)
1700661600
totalFreeMint(view returns (uint256)
0
totalSupply(view returns (uint256)
8999
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isBlacklisted(address accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
whitelist(addressview returns (uint256)
State-modifying
addBlacklist(address account
freeMint(
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_
setWhiteList(address[] usersuint256[] amounts
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
Dissatisfied(
MaxMintReached(
MintClosed(
WrongPayment(